@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
/* =======================================

	reset CSS

========================================== */
html {
  scroll-behavior: smooth;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
p,
blockquote,
table,
th,
td {
  padding: 0;
  margin: 0;
}

html,
body {
  background: #fff;
  color: #000;
}

.fJ {
  font-family: "Montserrat", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
}

.fE {
  font-family: "Poppins", sans-serif;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

* html body {
  font-size: small;
}

*:first-child + html body {
  font-size: small;
}

img {
  border: 0;
  vertical-align: top;
}

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

ul,
dl,
ol {
  text-indent: 0;
}

li {
  list-style: none;
}

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

b,
strong {
  font-weight: bold;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
b {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input,
* html textarea,
* html select {
  font-size: 100%;
}

textarea.message {
  width: 100%;
  height: 20rem;
}

*:first-child + html + input,
*:first-child html + textarea,
*:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

caption {
  text-align: left;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
}

* html pre,
* html code,
* html kbd,
* html samp,
* html tt {
  font-size: 100%;
  line-height: 100%;
}

*:first-child + html pre,
*:first-child html + code,
*:first-child html + kbd,
*:first-child + html + samp,
*:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

input,
select,
textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
}

input.long,
input.short,
input.middle,
textarea.message,
select.middle {
  width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 0.23em;
  padding: 5px 5px;
  background: #fbfbfb;
}

.hissu {
  padding: 3px 4px 2px 4px;
  color: #d41c1c;
  font-weight: bold;
  font-size: 11px;
}

.nini {
  padding: 3px 4px 2px 4px;
  background: #efefef;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  width: 40px;
  text-align: center;
  float: right;
  color: #222;
  font-weight: bold;
  font-size: 11px;
}

.fW500 {
  font-weight: 500;
}

.fW100 {
  font-weight: 100;
}

.fW300 {
  font-weight: 300;
}

.ls0 {
  letter-spacing: 0;
}

.ls05 {
  letter-spacing: 0.05em;
}

.ls08 {
  letter-spacing: 0.08em;
}

.ls2 {
  letter-spacing: 0.2em;
}

.ls4 {
  letter-spacing: 0.4em;
}

.lh0 {
  line-height: 0% !important;
}

.lh100 {
  line-height: 100% !important;
}

.lh120 {
  line-height: 120% !important;
}

.lh140 {
  line-height: 140% !important;
}

.lh200 {
  line-height: 200% !important;
}

.lh230 {
  line-height: 190% !important;
}

/* cf
========================================== */
.cf:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
}

* html .cf {
  zoom: 1;
}

/* IE6 */
*:first-child + html .cf {
  zoom: 1;
}

/* IE7 */
/* =======================================

	Structure CSS

========================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.center {
  text-align: center !important;
  vertical-align: middle;
}

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

.left {
  text-align: left !important;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.bold {
  font-weight: bold !important;
}

.red {
  color: #ff610c !important;
}

.navy {
  color: #030d1a !important;
}

.black {
  color: #101010 !important;
}

.black02 {
  color: #000 !important;
}

.grey {
  color: #434343 !important;
}

.grey02 {
  color: #474747 !important;
}

.blue {
  color: #15376a !important;
}

.white {
  color: #fff !important;
}

.white02 {
  color: #fbfbfb !important;
}

.gold {
  color: #a98d5b !important;
}

.gold02 {
  color: #7f6a44 !important;
}

.gold03 {
  color: #2a2317 !important;
  filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.16));
}

.beni {
  color: #ff5c5c !important;
}

.orange {
  color: #f88f03 !important;
}

.circle {
  border-radius: 50%;
}

.img {
  position: relative;
  z-index: 0;
}
.img::before {
  content: "";
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
}

.img_cr {
  position: relative;
  z-index: 0;
}
.img_cr::before {
  content: "";
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
  border-radius: 50%;
}

.float_l {
  float: left;
}

.float_r {
  float: right;
}

.rela {
  position: relative;
}

.kome li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 140%;
  margin-bottom: 10px;
}

.c_list li {
  position: relative;
  /* text-indent: -1em; */
  margin-left: 24px;
  line-height: 135%;
  margin-bottom: 10px;
}

.c_list li:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  background: #a98d5b;
  border-radius: 50%;
  top: 6px;
  left: -20px;
}

.o_02 a {
  width: 100%;
  display: inline-block;
}

.o_02 .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2em;
  background: url(../img/arrow03.svg) no-repeat right 3px top 3px/1.55em;
  padding-bottom: 5px;
  border-bottom: 1px solid #a98d5b;
}

.o_02 .sub {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.o_02 .c_subTit {
  word-break: break-word;
}

.o_02 .tag a {
  width: 80px;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
  line-height: 100%;
  padding: 3px 3px 4px;
  margin-top: 2px;
  font-size: 1.2rem;
  color: #a98d5b;
  border: 1px solid #a98d5b;
}

.c_c_c {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.c_y0_xc {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
}

.c_yc_x0 {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(50%) translateX(0%);
  transform: translateY(50%) translateX(0%);
}

/* ---------------------------------------------------------------------------
  ★パーツ集:テーブル
--------------------------------------------------------------------------- */
table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}

.c_table_01 {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
  border: 3px solid #a98d5b;
  background: #fff;
  padding: 5%;
  /* border-radius: 0.5em; */
  filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.16));
}

.c_table_01 table tbody tr th,
.c_table_02 table tbody tr th {
  border-bottom: 2px solid #030d1a;
  /* background: #f3f8fc; */
  vertical-align: top;
  padding: 23px 15px;
  color: #000;
  font-weight: 500;
  width: 24.5%;
  word-break: break-all;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.c_table_01 table tbody tr td,
.c_table_02 table tbody tr td {
  border-bottom: 2px solid #ebedef;
  vertical-align: top;
  padding: 23px 21px;
  color: #030d1a;
  word-break: break-all;
  font-weight: 400;
}

.c_table_02 table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
  background: #fff;
  /* border: 1px solid #ebedef; */
}

.c_table_02 table tbody tr th,
.c_table_02 table tbody tr td {
  padding: 10px;
  font-size: 14px;
  word-break: break-all;
}

.c_table_02 table tr th {
  padding: 10px;
  background: #9FA09E;
  color: #030d1a !important;
  text-align: center;
  border-bottom: 1px solid #ebedef !important;
  border-left: 1px solid #ebedef !important;
}

.c_table_02 table tbody tr td {
  border: 1px solid #ebedef;
}

.c_table_02 table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
}

.c_table_02 table thead {
  background-color: #666;
  color: #fff;
  margin: 0;
  border: 0;
}

.c_table_02 table thead tr th {
  padding: 10px;
  text-align: center;
}

.c_table_02 table tbody tr th,
.c_table_02 table tbody tr td {
  padding: 10px;
  font-size: 14px;
  word-break: break-all;
}

.c_table_03 table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
  background: #fff;
}

.c_table_03 table thead {
  background-color: #030d1a;
  margin: 0;
  border: 0;
}

.c_table_03 table thead > th {
  color: #fff !important;
}

.c_table_03 > table > thead > tr > th:nth-child(2) {
  border-left: 1px solid #fbfbfb;
  border-right: 1px solid #fbfbfb;
}

.c_table_03 > table > thead > tr > th {
  padding: 14px;
  word-break: break-all;
}

.c_table_03 table tbody tr th,
.c_table_03 table tbody tr td {
  padding: 14px;
  word-break: break-all;
  border: 1px solid #ebedef;
}

.c_table_03 table tbody tr td,
.c_table_03 table tbody tr th {
  color: #030d1a;
}

input::-webkit-input-placeholder {
  color: #a9a9a9;
}

input:-ms-input-placeholder {
  color: #a9a9a9;
}

input::-ms-input-placeholder {
  color: #a9a9a9;
}

input::placeholder {
  color: #a9a9a9;
}

input.short {
  width: 15%;
}

input.middle {
  width: 40%;
}

select.middle {
  width: 20%;
}

/*タイトル
========================================== */
.h2Tit,
.h3Tit,
.h3Tit02 {
  font-size: 3.4rem;
  color: #a98d5b;
}

.h3Tit {
  color: #fff;
}

.h3Tit02 {
  letter-spacing: 0.1em;
}

.h3Tit03 {
  letter-spacing: 0.1em;
  font-size: 38px;
}
.h3Tit03 span {
  padding: 18px 24px;
  background: #1B1B1B;
  border: 1px solid #a98d5b;
}

.c_tit {
  font-size: 2rem;
  color: #a98d5b;
  line-height: 150%;
}

.c_tit02 {
  font-size: 1.4rem;
  background: #a98d5b;
  color: #fff;
  padding: 3px 15px;
}

/*ボタン
========================================== */
.btn01 > a,
.btn01 > p {
  color: #a98d5b;
  padding: 15px 60px;
  display: inline-block;
  font-weight: bold;
  border: 1px solid #a98d5b;
  min-width: 360px;
  text-align: center;
  position: relative;
  background: url(../img/arrow.svg) no-repeat right 2em center/1.2em, #101010;
  filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.16));
}

.btn02 a {
  display: inline-block;
  color: #fff;
  padding: 15px;
  width: 100%;
  text-align: center;
}
.btn02 a span {
  padding-bottom: 7px;
  padding-top: 7px;
  padding-right: 3.1em;
  padding-left: 3px;
  border-bottom: 1px solid #a98d5b;
  background: url(../img/arrow03.svg) no-repeat right 4px top 7px/1.45em;
  font-size: 1.7rem;
}

.btn03 {
  color: #E0A500;
  background: url(../img/arrow01.svg) no-repeat center left/0.8em;
  padding-left: 1em;
}

.linkBox {
  flex-wrap: wrap;
}
.linkBox li {
  width: 49%;
  margin-bottom: 2%;
}
.linkBox a {
  padding: 5.19em 5em 5.19em 3em;
  position: relative;
  display: inline-block;
  background: url(../img/arrow02.svg) no-repeat right 3em center/2.3em, url(../img/sample_photo.jpg) no-repeat center/cover;
  z-index: 0;
  width: 100%;
  border: 2px solid #897757;
  filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.16));
}
.linkBox a::before {
  content: "";
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}

.s_linkBox a {
  padding: 1.6em 3em 1.6em 3em;
}

.linkBox02 a {
  padding: 4em 3em 3em 3em;
  position: relative;
  display: inline-block;
  background: url(../img/sample_photo.jpg) no-repeat center/cover;
  z-index: 0;
  width: 100%;
  border: 2px solid #897757;
  filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.16));
}
.linkBox02 a::before {
  content: "";
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}
.linkBox02 .btn01 {
  text-align: center;
}
.linkBox02 .btn01 p {
  color: #a98d5b;
  padding: 15px 60px;
  display: inline-block;
  font-weight: bold;
  border: 1px solid #a98d5b;
  min-width: auto;
  width: 90%;
  text-align: center;
  position: relative;
  background: url(../img/arrow.svg) no-repeat right 2em center/1.2em, #101010;
  filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.16));
}

.u_l {
  text-decoration: underline;
  color: #fff;
  overflow-wrap: break-word;
}

.link_uk .btn01 {
  width: 24% !important;
  margin-bottom: 0;
}
.link_uk .btn01 a {
  min-width: auto;
  width: 100%;
  padding: 15px 30px;
  background: url(../img/arrow.svg) no-repeat right 1em center/1.2em, #101010;
}

.btn01 a,
.btn02 a,
.linkBox a,
.o_02 a,
.footer01 .f_con_line a {
  transition: filter 0.3s ease;
  filter: brightness(1);
}

.btn02 a span {
  transition: 0.3s;
}

.submit {
  transition: filter 0.3s ease;
  filter: brightness(1) !important;
  cursor: pointer !important;
}

.header_nav .nav li a:hover,
.footer02_nav a:hover,
.logo:hover,
.u_l:hover {
  opacity: 0.7;
}

.header_nav .nav li ul li a:hover {
  background: #a98d5b;
  color: #fff;
}

.btn01 a:hover,
.btn02 a:hover,
.linkBox a:hover,
.o_02 a:hover,
.footer01 .f_con_line a:hover,
.submit:hover {
  opacity: 0.9;
  filter: brightness(170%) !important;
}

.btn02 a:hover {
  color: #a98d5b;
}

/*flex
========================================== */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex_nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

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

.flex_space_between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex_left {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.flex_right {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.flex_flex_end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex_row_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.align_items_c {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.align_items_s {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.align_items_st {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.d_bl {
  display: block;
}

.poev_none {
  pointer-events: none;
}

.of_hidd {
  overflow: hidden;
}

.of_auto {
  overflow: auto;
}

.of_y {
  overflow-y: auto;
}

.of_x_hidd {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

figure {
  display: block;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  margin: 0;
  padding: 0;
}

.w_4em {
  width: 4em;
}

.w_45em {
  width: 4.5em;
}

.w_5em {
  width: 5em;
}

.w_6em {
  width: 6em;
}

.w_7em {
  width: 7em;
}

.w_8em {
  width: 8em;
}

.w_9em {
  width: 9em;
}

.f10 {
  font-size: 1rem !important;
}

.f11 {
  font-size: 1.1rem !important;
}

.f12 {
  font-size: 1.2rem !important;
}

.f13 {
  font-size: 1.3rem !important;
}

.f14 {
  font-size: 1.4rem !important;
}

.f15 {
  font-size: 1.5rem !important;
}

.f16 {
  font-size: 1.6rem !important;
}

.f17 {
  font-size: 1.7rem !important;
}

.f18 {
  font-size: 1.8rem !important;
}

.f19 {
  font-size: 1.9rem !important;
}

.f20 {
  font-size: 2rem !important;
}

.f21 {
  font-size: 2.1rem !important;
}

.f22 {
  font-size: 2.2rem !important;
}

.f23 {
  font-size: 2.3rem !important;
}

.f24 {
  font-size: 2.4rem !important;
}

.f25 {
  font-size: 2.5rem !important;
}

.f26 {
  font-size: 2.6rem !important;
}

.f27 {
  font-size: 2.7rem !important;
}

.f28 {
  font-size: 2.8rem !important;
}

.f29 {
  font-size: 2.9rem !important;
}

.f30 {
  font-size: 3rem !important;
}

.f38 {
  font-size: 3.8rem !important;
}

.f40 {
  font-size: 4rem !important;
}

.f_ps60 {
  font-size: 60% !important;
}

.f_ps65 {
  font-size: 65% !important;
}

.f_ps70 {
  font-size: 70% !important;
}

.f_ps75 {
  font-size: 75% !important;
}

.f_ps80 {
  font-size: 80% !important;
}

.f_ps85 {
  font-size: 85% !important;
}

.f_ps90 {
  font-size: 90% !important;
}

.f_ps95 {
  font-size: 95% !important;
}

.f_ps100 {
  font-size: 100% !important;
}

.f_ps105 {
  font-size: 105% !important;
}

.f_ps110 {
  font-size: 110% !important;
}

.f_ps115 {
  font-size: 115% !important;
}

.f_ps120 {
  font-size: 120% !important;
}

.f_ps125 {
  font-size: 125% !important;
}

.f_ps130 {
  font-size: 130% !important;
}

.f_ps135 {
  font-size: 135% !important;
}

.f_ps140 {
  font-size: 140% !important;
}

.f_ps145 {
  font-size: 145% !important;
}

.f_ps150 {
  font-size: 150% !important;
}

.inner {
  max-width: 1200px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.h2Tit_inner {
  width: calc(100% - 50px);
  margin: auto;
}

.inner_500 {
  max-width: 500px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_600 {
  max-width: 600px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_700 {
  max-width: 700px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_800 {
  max-width: 800px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_900 {
  max-width: 900px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_1000 {
  max-width: 1000px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_1100 {
  max-width: 1100px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_1200 {
  max-width: 1200px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_1300 {
  max-width: 1300px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_1400 {
  max-width: 1400px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_1500 {
  max-width: 1500px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_1600 {
  max-width: 1600px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_1700 {
  max-width: 1700px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_1800 {
  max-width: 1800px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

/* =======================================

	margin / padding

========================================== */
/*! mb */
.mA0 {
  margin: 0px !important;
}

.mA5 {
  margin: 5px !important;
}

.mA10 {
  margin: 10px !important;
}

.mA15 {
  margin: 15px !important;
}

.mA20 {
  margin: 20px !important;
}

.mA25 {
  margin: 25px !important;
}

.mA30 {
  margin: 30px !important;
}

.mA35 {
  margin: 35px !important;
}

.mA40 {
  margin: 40px !important;
}

.mA45 {
  margin: 45px !important;
}

.mA50 {
  margin: 50px !important;
}

.mA55 {
  margin: 55px !important;
}

.mA60 {
  margin: 60px !important;
}

.mA65 {
  margin: 65px !important;
}

.mA70 {
  margin: 70px !important;
}

.mA75 {
  margin: 75px !important;
}

.mA80 {
  margin: 80px !important;
}

.mA85 {
  margin: 85px !important;
}

.mA90 {
  margin: 90px !important;
}

.mA95 {
  margin: 95px !important;
}

.mA100 {
  margin: 100px !important;
}

.mA105 {
  margin: 105px !important;
}

.mA110 {
  margin: 110px !important;
}

.mA115 {
  margin: 115px !important;
}

.mA120 {
  margin: 120px !important;
}

.mA125 {
  margin: 125px !important;
}

.mA130 {
  margin: 130px !important;
}

.mA135 {
  margin: 135px !important;
}

.mA140 {
  margin: 140px !important;
}

.mA145 {
  margin: 145px !important;
}

.mA150 {
  margin: 150px !important;
}

.mT0 {
  margin-top: 0px !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT15 {
  margin-top: 15px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT25 {
  margin-top: 25px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT35 {
  margin-top: 35px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT45 {
  margin-top: 45px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mT55 {
  margin-top: 55px !important;
}

.mT60 {
  margin-top: 60px !important;
}

.mT65 {
  margin-top: 65px !important;
}

.mT70 {
  margin-top: 70px !important;
}

.mT75 {
  margin-top: 75px !important;
}

.mT80 {
  margin-top: 80px !important;
}

.mT85 {
  margin-top: 85px !important;
}

.mT90 {
  margin-top: 90px !important;
}

.mT95 {
  margin-top: 95px !important;
}

.mT100 {
  margin-top: 100px !important;
}

.mT105 {
  margin-top: 105px !important;
}

.mT110 {
  margin-top: 110px !important;
}

.mT115 {
  margin-top: 115px !important;
}

.mT120 {
  margin-top: 120px !important;
}

.mT125 {
  margin-top: 125px !important;
}

.mT130 {
  margin-top: 130px !important;
}

.mT135 {
  margin-top: 135px !important;
}

.mT140 {
  margin-top: 140px !important;
}

.mT145 {
  margin-top: 145px !important;
}

.mT150 {
  margin-top: 150px !important;
}

.mB0 {
  margin-bottom: 0px !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB15 {
  margin-bottom: 15px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB25 {
  margin-bottom: 25px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB35 {
  margin-bottom: 35px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB45 {
  margin-bottom: 45px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mB55 {
  margin-bottom: 55px !important;
}

.mB60 {
  margin-bottom: 60px !important;
}

.mB65 {
  margin-bottom: 65px !important;
}

.mB70 {
  margin-bottom: 70px !important;
}

.mB75 {
  margin-bottom: 75px !important;
}

.mB80 {
  margin-bottom: 80px !important;
}

.mB85 {
  margin-bottom: 85px !important;
}

.mB90 {
  margin-bottom: 90px !important;
}

.mB95 {
  margin-bottom: 95px !important;
}

.mB100 {
  margin-bottom: 100px !important;
}

.mB105 {
  margin-bottom: 105px !important;
}

.mB110 {
  margin-bottom: 110px !important;
}

.mB115 {
  margin-bottom: 115px !important;
}

.mB120 {
  margin-bottom: 120px !important;
}

.mB125 {
  margin-bottom: 125px !important;
}

.mB130 {
  margin-bottom: 130px !important;
}

.mB135 {
  margin-bottom: 135px !important;
}

.mB140 {
  margin-bottom: 140px !important;
}

.mB145 {
  margin-bottom: 145px !important;
}

.mB150 {
  margin-bottom: 150px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mL5 {
  margin-left: 5px !important;
}

.mL10 {
  margin-left: 10px !important;
}

.mL15 {
  margin-left: 15px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.mL25 {
  margin-left: 25px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.mL35 {
  margin-left: 35px !important;
}

.mL40 {
  margin-left: 40px !important;
}

.mL45 {
  margin-left: 45px !important;
}

.mL50 {
  margin-left: 50px !important;
}

.mL55 {
  margin-left: 55px !important;
}

.mL60 {
  margin-left: 60px !important;
}

.mL65 {
  margin-left: 65px !important;
}

.mL70 {
  margin-left: 70px !important;
}

.mL75 {
  margin-left: 75px !important;
}

.mL80 {
  margin-left: 80px !important;
}

.mL85 {
  margin-left: 85px !important;
}

.mL90 {
  margin-left: 90px !important;
}

.mL95 {
  margin-left: 95px !important;
}

.mL100 {
  margin-left: 100px !important;
}

.mL105 {
  margin-left: 105px !important;
}

.mL110 {
  margin-left: 110px !important;
}

.mL115 {
  margin-left: 115px !important;
}

.mL120 {
  margin-left: 120px !important;
}

.mL125 {
  margin-left: 125px !important;
}

.mL130 {
  margin-left: 130px !important;
}

.mL135 {
  margin-left: 135px !important;
}

.mL140 {
  margin-left: 140px !important;
}

.mL145 {
  margin-left: 145px !important;
}

.mL150 {
  margin-left: 150px !important;
}

.mR0 {
  margin-right: 0px !important;
}

.mR5 {
  margin-right: 5px !important;
}

.mR10 {
  margin-right: 10px !important;
}

.mR15 {
  margin-right: 15px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mR25 {
  margin-right: 25px !important;
}

.mR30 {
  margin-right: 30px !important;
}

.mR35 {
  margin-right: 35px !important;
}

.mR40 {
  margin-right: 40px !important;
}

.mR45 {
  margin-right: 45px !important;
}

.mR50 {
  margin-right: 50px !important;
}

.mR55 {
  margin-right: 55px !important;
}

.mR60 {
  margin-right: 60px !important;
}

.mR65 {
  margin-right: 65px !important;
}

.mR70 {
  margin-right: 70px !important;
}

.mR75 {
  margin-right: 75px !important;
}

.mR80 {
  margin-right: 80px !important;
}

.mR85 {
  margin-right: 85px !important;
}

.mR90 {
  margin-right: 90px !important;
}

.mR95 {
  margin-right: 95px !important;
}

.mR100 {
  margin-right: 100px !important;
}

.mR105 {
  margin-right: 105px !important;
}

.mR110 {
  margin-right: 110px !important;
}

.mR115 {
  margin-right: 115px !important;
}

.mR120 {
  margin-right: 120px !important;
}

.mR125 {
  margin-right: 125px !important;
}

.mR130 {
  margin-right: 130px !important;
}

.mR135 {
  margin-right: 135px !important;
}

.mR140 {
  margin-right: 140px !important;
}

.mR145 {
  margin-right: 145px !important;
}

.mR150 {
  margin-right: 150px !important;
}

.pB0 {
  padding-bottom: 0px !important;
}

.pB5 {
  padding-bottom: 5px !important;
}

.pB10 {
  padding-bottom: 10px !important;
}

.pB15 {
  padding-bottom: 15px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.pB25 {
  padding-bottom: 25px !important;
}

.pB30 {
  padding-bottom: 30px !important;
}

.pB35 {
  padding-bottom: 35px !important;
}

.pB40 {
  padding-bottom: 40px !important;
}

.pB45 {
  padding-bottom: 45px !important;
}

.pB50 {
  padding-bottom: 50px !important;
}

.pB55 {
  padding-bottom: 55px !important;
}

.pB60 {
  padding-bottom: 60px !important;
}

.pB65 {
  padding-bottom: 65px !important;
}

.pB70 {
  padding-bottom: 70px !important;
}

.pB75 {
  padding-bottom: 75px !important;
}

.pB80 {
  padding-bottom: 80px !important;
}

.pB85 {
  padding-bottom: 85px !important;
}

.pB90 {
  padding-bottom: 90px !important;
}

.pB95 {
  padding-bottom: 95px !important;
}

.pB100 {
  padding-bottom: 100px !important;
}

.pB105 {
  padding-bottom: 105px !important;
}

.pB110 {
  padding-bottom: 110px !important;
}

.pB115 {
  padding-bottom: 115px !important;
}

.pB120 {
  padding-bottom: 120px !important;
}

.pB125 {
  padding-bottom: 125px !important;
}

.pB130 {
  padding-bottom: 130px !important;
}

.pB135 {
  padding-bottom: 135px !important;
}

.pB140 {
  padding-bottom: 140px !important;
}

.pB145 {
  padding-bottom: 145px !important;
}

.pB150 {
  padding-bottom: 150px !important;
}

.pT0 {
  padding-top: 0px !important;
}

.pT5 {
  padding-top: 5px !important;
}

.pT10 {
  padding-top: 10px !important;
}

.pT15 {
  padding-top: 15px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.pT25 {
  padding-top: 25px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pT35 {
  padding-top: 35px !important;
}

.pT40 {
  padding-top: 40px !important;
}

.pT45 {
  padding-top: 45px !important;
}

.pT50 {
  padding-top: 50px !important;
}

.pT55 {
  padding-top: 55px !important;
}

.pT60 {
  padding-top: 60px !important;
}

.pT65 {
  padding-top: 65px !important;
}

.pT70 {
  padding-top: 70px !important;
}

.pT75 {
  padding-top: 75px !important;
}

.pT80 {
  padding-top: 80px !important;
}

.pT85 {
  padding-top: 85px !important;
}

.pT90 {
  padding-top: 90px !important;
}

.pT95 {
  padding-top: 95px !important;
}

.pT100 {
  padding-top: 100px !important;
}

.pT105 {
  padding-top: 105px !important;
}

.pT110 {
  padding-top: 110px !important;
}

.pT115 {
  padding-top: 115px !important;
}

.pT120 {
  padding-top: 120px !important;
}

.pT125 {
  padding-top: 125px !important;
}

.pT130 {
  padding-top: 130px !important;
}

.pT135 {
  padding-top: 135px !important;
}

.pT140 {
  padding-top: 140px !important;
}

.pT145 {
  padding-top: 145px !important;
}

.pT150 {
  padding-top: 150px !important;
}

.pL0 {
  padding-left: 0px !important;
}

.pL5 {
  padding-left: 5px !important;
}

.pL10 {
  padding-left: 10px !important;
}

.pL15 {
  padding-left: 15px !important;
}

.pL20 {
  padding-left: 20px !important;
}

.pL25 {
  padding-left: 25px !important;
}

.pL30 {
  padding-left: 30px !important;
}

.pL35 {
  padding-left: 35px !important;
}

.pL40 {
  padding-left: 40px !important;
}

.pL45 {
  padding-left: 45px !important;
}

.pL50 {
  padding-left: 50px !important;
}

.pL55 {
  padding-left: 55px !important;
}

.pL60 {
  padding-left: 60px !important;
}

.pL65 {
  padding-left: 65px !important;
}

.pL70 {
  padding-left: 70px !important;
}

.pL75 {
  padding-left: 75px !important;
}

.pL80 {
  padding-left: 80px !important;
}

.pL85 {
  padding-left: 85px !important;
}

.pL90 {
  padding-left: 90px !important;
}

.pL95 {
  padding-left: 95px !important;
}

.pL100 {
  padding-left: 100px !important;
}

.pL105 {
  padding-left: 105px !important;
}

.pL110 {
  padding-left: 110px !important;
}

.pL115 {
  padding-left: 115px !important;
}

.pL120 {
  padding-left: 120px !important;
}

.pL125 {
  padding-left: 125px !important;
}

.pL130 {
  padding-left: 130px !important;
}

.pL135 {
  padding-left: 135px !important;
}

.pL140 {
  padding-left: 140px !important;
}

.pL145 {
  padding-left: 145px !important;
}

.pL150 {
  padding-left: 150px !important;
}

.pL0 {
  padding-left: 0px !important;
}

.pL5 {
  padding-left: 5px !important;
}

.pL10 {
  padding-left: 10px !important;
}

.pL15 {
  padding-left: 15px !important;
}

.pL20 {
  padding-left: 20px !important;
}

.pL25 {
  padding-left: 25px !important;
}

.pL30 {
  padding-left: 30px !important;
}

.pL35 {
  padding-left: 35px !important;
}

.pL40 {
  padding-left: 40px !important;
}

.pL45 {
  padding-left: 45px !important;
}

.pL50 {
  padding-left: 50px !important;
}

.pL55 {
  padding-left: 55px !important;
}

.pL60 {
  padding-left: 60px !important;
}

.pL65 {
  padding-left: 65px !important;
}

.pL70 {
  padding-left: 70px !important;
}

.pL75 {
  padding-left: 75px !important;
}

.pL80 {
  padding-left: 80px !important;
}

.pL85 {
  padding-left: 85px !important;
}

.pL90 {
  padding-left: 90px !important;
}

.pL95 {
  padding-left: 95px !important;
}

.pL100 {
  padding-left: 100px !important;
}

.pL105 {
  padding-left: 105px !important;
}

.pL110 {
  padding-left: 110px !important;
}

.pL115 {
  padding-left: 115px !important;
}

.pL120 {
  padding-left: 120px !important;
}

.pL125 {
  padding-left: 125px !important;
}

.pL130 {
  padding-left: 130px !important;
}

.pL135 {
  padding-left: 135px !important;
}

.pL140 {
  padding-left: 140px !important;
}

.pL145 {
  padding-left: 145px !important;
}

.pL150 {
  padding-left: 150px !important;
}

.pR0 {
  padding-right: 0px !important;
}

.pR5 {
  padding-right: 5px !important;
}

.pR10 {
  padding-right: 10px !important;
}

.pR15 {
  padding-right: 15px !important;
}

.pR20 {
  padding-right: 20px !important;
}

.pR25 {
  padding-right: 25px !important;
}

.pR30 {
  padding-right: 30px !important;
}

.pR35 {
  padding-right: 35px !important;
}

.pR40 {
  padding-right: 40px !important;
}

.pR45 {
  padding-right: 45px !important;
}

.pR50 {
  padding-right: 50px !important;
}

.pR55 {
  padding-right: 55px !important;
}

.pR60 {
  padding-right: 60px !important;
}

.pR65 {
  padding-right: 65px !important;
}

.pR70 {
  padding-right: 70px !important;
}

.pR75 {
  padding-right: 75px !important;
}

.pR80 {
  padding-right: 80px !important;
}

.pR85 {
  padding-right: 85px !important;
}

.pR90 {
  padding-right: 90px !important;
}

.pR95 {
  padding-right: 95px !important;
}

.pR100 {
  padding-right: 100px !important;
}

.pR105 {
  padding-right: 105px !important;
}

.pR110 {
  padding-right: 110px !important;
}

.pR115 {
  padding-right: 115px !important;
}

.pR120 {
  padding-right: 120px !important;
}

.pR125 {
  padding-right: 125px !important;
}

.pR130 {
  padding-right: 130px !important;
}

.pR135 {
  padding-right: 135px !important;
}

.pR140 {
  padding-right: 140px !important;
}

.pR145 {
  padding-right: 145px !important;
}

.pR150 {
  padding-right: 150px !important;
}

.pA0 {
  padding: 0px !important;
}

.pA5 {
  padding: 5px !important;
}

.pA10 {
  padding: 10px !important;
}

.pA15 {
  padding: 15px !important;
}

.pA20 {
  padding: 20px !important;
}

.pA25 {
  padding: 25px !important;
}

.pA30 {
  padding: 30px !important;
}

.pA35 {
  padding: 35px !important;
}

.pA40 {
  padding: 40px !important;
}

.pA45 {
  padding: 45px !important;
}

.pA50 {
  padding: 50px !important;
}

.pA55 {
  padding: 55px !important;
}

.pA60 {
  padding: 60px !important;
}

.pA65 {
  padding: 65px !important;
}

.pA70 {
  padding: 70px !important;
}

.pA75 {
  padding: 75px !important;
}

.pA80 {
  padding: 80px !important;
}

.pA85 {
  padding: 85px !important;
}

.pA90 {
  padding: 90px !important;
}

.pA95 {
  padding: 95px !important;
}

.pA100 {
  padding: 100px !important;
}

.pA105 {
  padding: 105px !important;
}

.pA110 {
  padding: 110px !important;
}

.pA115 {
  padding: 115px !important;
}

.pA120 {
  padding: 120px !important;
}

.pA125 {
  padding: 125px !important;
}

.pA130 {
  padding: 130px !important;
}

.pA135 {
  padding: 135px !important;
}

.pA140 {
  padding: 140px !important;
}

.pA145 {
  padding: 145px !important;
}

.pA150 {
  padding: 150px !important;
}

.mB1em {
  margin-bottom: 1em !important;
}

/*! mb */
@media (max-width: 900px) and (min-width: 0px) {
  .mA0 {
    margin: 0% !important;
  }

  .mA5 {
    margin: 2.5% !important;
  }

  .mA10 {
    margin: 2.5% !important;
  }

  .mA15 {
    margin: 2.5% !important;
  }

  .mA20 {
    margin: 5% !important;
  }

  .mA25 {
    margin: 5% !important;
  }

  .mA30 {
    margin: 5% !important;
  }

  .mA35 {
    margin: 7.5% !important;
  }

  .mA40 {
    margin: 7.5% !important;
  }

  .mA45 {
    margin: 7.5% !important;
  }

  .mA50 {
    margin: 10% !important;
  }

  .mA55 {
    margin: 10% !important;
  }

  .mA60 {
    margin: 10% !important;
  }

  .mA65 {
    margin: 12.5% !important;
  }

  .mA70 {
    margin: 12.5% !important;
  }

  .mA75 {
    margin: 12.5% !important;
  }

  .mA80 {
    margin: 15% !important;
  }

  .mA85 {
    margin: 15% !important;
  }

  .mA90 {
    margin: 15% !important;
  }

  .mA95 {
    margin: 17.5% !important;
  }

  .mA100 {
    margin: 17.5% !important;
  }

  .mA105 {
    margin: 17.5% !important;
  }

  .mA110 {
    margin: 20% !important;
  }

  .mA115 {
    margin: 20% !important;
  }

  .mA120 {
    margin: 20% !important;
  }

  .mA125 {
    margin: 22.5% !important;
  }

  .mA130 {
    margin: 22.5% !important;
  }

  .mA135 {
    margin: 22.5% !important;
  }

  .mA140 {
    margin: 25% !important;
  }

  .mA145 {
    margin: 25% !important;
  }

  .mA150 {
    margin: 25% !important;
  }

  .mT10 {
    margin-top: 2.5% !important;
  }

  .mT15 {
    margin-top: 2.5% !important;
  }

  .mT20 {
    margin-top: 5% !important;
  }

  .mT25 {
    margin-top: 5% !important;
  }

  .mT30 {
    margin-top: 5% !important;
  }

  .mT35 {
    margin-top: 7.5% !important;
  }

  .mT40 {
    margin-top: 7.5% !important;
  }

  .mT45 {
    margin-top: 7.5% !important;
  }

  .mT50 {
    margin-top: 12% !important;
  }

  .mT55 {
    margin-top: 10% !important;
  }

  .mT60 {
    margin-top: 10% !important;
  }

  .mT65 {
    margin-top: 12.5% !important;
  }

  .mT70 {
    margin-top: 12.5% !important;
  }

  .mT75 {
    margin-top: 12.5% !important;
  }

  .mT80 {
    margin-top: 15% !important;
  }

  .mT85 {
    margin-top: 15% !important;
  }

  .mT90 {
    margin-top: 15% !important;
  }

  .mT95 {
    margin-top: 17.5% !important;
  }

  .mT100 {
    margin-top: 17.5% !important;
  }

  .mT105 {
    margin-top: 17.5% !important;
  }

  .mT110 {
    margin-top: 20% !important;
  }

  .mT115 {
    margin-top: 20% !important;
  }

  .mT120 {
    margin-top: 20% !important;
  }

  .mT125 {
    margin-top: 22.5% !important;
  }

  .mT130 {
    margin-top: 22.5% !important;
  }

  .mT135 {
    margin-top: 22.5% !important;
  }

  .mT140 {
    margin-top: 25% !important;
  }

  .mT145 {
    margin-top: 25% !important;
  }

  .mT150 {
    margin-top: 25% !important;
  }

  .mB0 {
    margin-bottom: 0% !important;
  }

  .mB5 {
    margin-bottom: 2.5% !important;
  }

  .mB10 {
    margin-bottom: 2.5% !important;
  }

  .mB15 {
    margin-bottom: 2.5% !important;
  }

  .mB20 {
    margin-bottom: 5% !important;
  }

  .mB25 {
    margin-bottom: 5% !important;
  }

  .mB30 {
    margin-bottom: 5% !important;
  }

  .mB35 {
    margin-bottom: 7.5% !important;
  }

  .mB40 {
    margin-bottom: 7.5% !important;
  }

  .mB45 {
    margin-bottom: 7.5% !important;
  }

  .mB50 {
    margin-bottom: 10% !important;
  }

  .mB55 {
    margin-bottom: 10% !important;
  }

  .mB60 {
    margin-bottom: 10% !important;
  }

  .mB65 {
    margin-bottom: 12.5% !important;
  }

  .mB70 {
    margin-bottom: 12.5% !important;
  }

  .mB75 {
    margin-bottom: 12.5% !important;
  }

  .mB80 {
    margin-bottom: 15% !important;
  }

  .mB85 {
    margin-bottom: 15% !important;
  }

  .mB90 {
    margin-bottom: 15% !important;
  }

  .mB95 {
    margin-bottom: 17.5% !important;
  }

  .mB100 {
    margin-bottom: 17.5% !important;
  }

  .mB105 {
    margin-bottom: 17.5% !important;
  }

  .mB110 {
    margin-bottom: 20% !important;
  }

  .mB115 {
    margin-bottom: 20% !important;
  }

  .mB120 {
    margin-bottom: 20% !important;
  }

  .mB125 {
    margin-bottom: 22.5% !important;
  }

  .mB130 {
    margin-bottom: 22.5% !important;
  }

  .mB135 {
    margin-bottom: 22.5% !important;
  }

  .mB140 {
    margin-bottom: 25% !important;
  }

  .mB145 {
    margin-bottom: 25% !important;
  }

  .mB150 {
    margin-bottom: 25% !important;
  }

  .mL0 {
    margin-left: 0% !important;
  }

  .mL5 {
    margin-left: 2.5% !important;
  }

  .mL10 {
    margin-left: 2.5% !important;
  }

  .mL15 {
    margin-left: 2.5% !important;
  }

  .mL20 {
    margin-left: 5% !important;
  }

  .mL25 {
    margin-left: 5% !important;
  }

  .mL30 {
    margin-left: 5% !important;
  }

  .mL35 {
    margin-left: 7.5% !important;
  }

  .mL40 {
    margin-left: 7.5% !important;
  }

  .mL45 {
    margin-left: 7.5% !important;
  }

  .mL50 {
    margin-left: 10% !important;
  }

  .mL55 {
    margin-left: 10% !important;
  }

  .mL60 {
    margin-left: 10% !important;
  }

  .mL65 {
    margin-left: 12.5% !important;
  }

  .mL70 {
    margin-left: 12.5% !important;
  }

  .mL75 {
    margin-left: 12.5% !important;
  }

  .mL80 {
    margin-left: 15% !important;
  }

  .mL85 {
    margin-left: 15% !important;
  }

  .mL90 {
    margin-left: 15% !important;
  }

  .mL95 {
    margin-left: 17.5% !important;
  }

  .mL100 {
    margin-left: 17.5% !important;
  }

  .mL105 {
    margin-left: 17.5% !important;
  }

  .mL110 {
    margin-left: 20% !important;
  }

  .mL115 {
    margin-left: 20% !important;
  }

  .mL120 {
    margin-left: 20% !important;
  }

  .mL125 {
    margin-left: 22.5% !important;
  }

  .mL130 {
    margin-left: 22.5% !important;
  }

  .mL135 {
    margin-left: 22.5% !important;
  }

  .mL140 {
    margin-left: 25% !important;
  }

  .mL145 {
    margin-left: 25% !important;
  }

  .mL150 {
    margin-left: 25% !important;
  }

  .mR0 {
    margin-right: 0% !important;
  }

  .mR5 {
    margin-right: 2.5% !important;
  }

  .mR10 {
    margin-right: 2.5% !important;
  }

  .mR15 {
    margin-right: 2.5% !important;
  }

  .mR20 {
    margin-right: 5% !important;
  }

  .mR25 {
    margin-right: 5% !important;
  }

  .mR30 {
    margin-right: 5% !important;
  }

  .mR35 {
    margin-right: 7.5% !important;
  }

  .mR40 {
    margin-right: 7.5% !important;
  }

  .mR45 {
    margin-right: 7.5% !important;
  }

  .mR50 {
    margin-right: 10% !important;
  }

  .mR55 {
    margin-right: 10% !important;
  }

  .mR60 {
    margin-right: 10% !important;
  }

  .mR65 {
    margin-right: 12.5% !important;
  }

  .mR70 {
    margin-right: 12.5% !important;
  }

  .mR75 {
    margin-right: 12.5% !important;
  }

  .mR80 {
    margin-right: 15% !important;
  }

  .mR85 {
    margin-right: 15% !important;
  }

  .mR90 {
    margin-right: 15% !important;
  }

  .mR95 {
    margin-right: 17.5% !important;
  }

  .mR100 {
    margin-right: 17.5% !important;
  }

  .mR105 {
    margin-right: 17.5% !important;
  }

  .mR110 {
    margin-right: 20% !important;
  }

  .mR115 {
    margin-right: 20% !important;
  }

  .mR120 {
    margin-right: 20% !important;
  }

  .mR125 {
    margin-right: 22.5% !important;
  }

  .mR130 {
    margin-right: 22.5% !important;
  }

  .mR135 {
    margin-right: 22.5% !important;
  }

  .mR140 {
    margin-right: 25% !important;
  }

  .mR145 {
    margin-right: 25% !important;
  }

  .mR150 {
    margin-right: 25% !important;
  }

  .pT0 {
    padding-top: 0% !important;
  }

  .pT5 {
    padding-top: 2.5% !important;
  }

  .pT10 {
    padding-top: 2.5% !important;
  }

  .pT15 {
    padding-top: 2.5% !important;
  }

  .pT20 {
    padding-top: 5% !important;
  }

  .pT25 {
    padding-top: 5% !important;
  }

  .pT30 {
    padding-top: 5% !important;
  }

  .pT35 {
    padding-top: 7.5% !important;
  }

  .pT40 {
    padding-top: 7.5% !important;
  }

  .pT45 {
    padding-top: 7.5% !important;
  }

  .pT50 {
    padding-top: 10% !important;
  }

  .pT55 {
    padding-top: 10% !important;
  }

  .pT60 {
    padding-top: 10% !important;
  }

  .pT65 {
    padding-top: 12.5% !important;
  }

  .pT70 {
    padding-top: 12.5% !important;
  }

  .pT75 {
    padding-top: 12.5% !important;
  }

  .pT80 {
    padding-top: 15% !important;
  }

  .pT85 {
    padding-top: 15% !important;
  }

  .pT90 {
    padding-top: 15% !important;
  }

  .pT95 {
    padding-top: 17.5% !important;
  }

  .pT100 {
    padding-top: 17.5% !important;
  }

  .pT105 {
    padding-top: 17.5% !important;
  }

  .pT110 {
    padding-top: 20% !important;
  }

  .pT115 {
    padding-top: 20% !important;
  }

  .pT120 {
    padding-top: 20% !important;
  }

  .pT125 {
    padding-top: 22.5% !important;
  }

  .pT130 {
    padding-top: 22.5% !important;
  }

  .pT135 {
    padding-top: 22.5% !important;
  }

  .pT140 {
    padding-top: 25% !important;
  }

  .pT145 {
    padding-top: 25% !important;
  }

  .pT150 {
    padding-top: 25% !important;
  }

  .pB0 {
    padding-bottom: 0% !important;
  }

  .pB5 {
    padding-bottom: 2.5% !important;
  }

  .pB10 {
    padding-bottom: 2.5% !important;
  }

  .pB15 {
    padding-bottom: 2.5% !important;
  }

  .pB20 {
    padding-bottom: 5% !important;
  }

  .pB25 {
    padding-bottom: 5% !important;
  }

  .pB30 {
    padding-bottom: 5% !important;
  }

  .pB35 {
    padding-bottom: 7.5% !important;
  }

  .pB40 {
    padding-bottom: 7.5% !important;
  }

  .pB45 {
    padding-bottom: 7.5% !important;
  }

  .pB50 {
    padding-bottom: 10% !important;
  }

  .pB55 {
    padding-bottom: 10% !important;
  }

  .pB60 {
    padding-bottom: 10% !important;
  }

  .pB65 {
    padding-bottom: 12.5% !important;
  }

  .pB70 {
    padding-bottom: 12.5% !important;
  }

  .pB75 {
    padding-bottom: 12.5% !important;
  }

  .pB80 {
    padding-bottom: 15% !important;
  }

  .pB85 {
    padding-bottom: 15% !important;
  }

  .pB90 {
    padding-bottom: 15% !important;
  }

  .pB95 {
    padding-bottom: 17.5% !important;
  }

  .pB100 {
    padding-bottom: 17.5% !important;
  }

  .pB105 {
    padding-bottom: 17.5% !important;
  }

  .pB110 {
    padding-bottom: 20% !important;
  }

  .pB115 {
    padding-bottom: 20% !important;
  }

  .pB120 {
    padding-bottom: 20% !important;
  }

  .pB125 {
    padding-bottom: 22.5% !important;
  }

  .pB130 {
    padding-bottom: 22.5% !important;
  }

  .pB135 {
    padding-bottom: 22.5% !important;
  }

  .pB140 {
    padding-bottom: 25% !important;
  }

  .pB145 {
    padding-bottom: 25% !important;
  }

  .pB150 {
    padding-bottom: 25% !important;
  }

  .pL0 {
    padding-left: 0% !important;
  }

  .pL5 {
    padding-left: 2.5% !important;
  }

  .pL10 {
    padding-left: 2.5% !important;
  }

  .pL15 {
    padding-left: 2.5% !important;
  }

  .pL20 {
    padding-left: 5% !important;
  }

  .pL25 {
    padding-left: 5% !important;
  }

  .pL30 {
    padding-left: 5% !important;
  }

  .pL35 {
    padding-left: 7.5% !important;
  }

  .pL40 {
    padding-left: 7.5% !important;
  }

  .pL45 {
    padding-left: 7.5% !important;
  }

  .pL50 {
    padding-left: 10% !important;
  }

  .pL55 {
    padding-left: 10% !important;
  }

  .pL60 {
    padding-left: 10% !important;
  }

  .pL65 {
    padding-left: 12.5% !important;
  }

  .pL70 {
    padding-left: 12.5% !important;
  }

  .pL75 {
    padding-left: 12.5% !important;
  }

  .pL80 {
    padding-left: 15% !important;
  }

  .pL85 {
    padding-left: 15% !important;
  }

  .pL90 {
    padding-left: 15% !important;
  }

  .pL95 {
    padding-left: 17.5% !important;
  }

  .pL100 {
    padding-left: 17.5% !important;
  }

  .pL105 {
    padding-left: 17.5% !important;
  }

  .pL110 {
    padding-left: 20% !important;
  }

  .pL115 {
    padding-left: 20% !important;
  }

  .pL120 {
    padding-left: 20% !important;
  }

  .pL125 {
    padding-left: 22.5% !important;
  }

  .pL130 {
    padding-left: 22.5% !important;
  }

  .pL135 {
    padding-left: 22.5% !important;
  }

  .pL140 {
    padding-left: 25% !important;
  }

  .pL145 {
    padding-left: 25% !important;
  }

  .pL150 {
    padding-left: 25% !important;
  }

  .pR0 {
    padding-right: 0% !important;
  }

  .pR5 {
    padding-right: 2.5% !important;
  }

  .pR10 {
    padding-right: 2.5% !important;
  }

  .pR15 {
    padding-right: 2.5% !important;
  }

  .pR20 {
    padding-right: 5% !important;
  }

  .pR25 {
    padding-right: 5% !important;
  }

  .pR30 {
    padding-right: 5% !important;
  }

  .pR35 {
    padding-right: 7.5% !important;
  }

  .pR40 {
    padding-right: 7.5% !important;
  }

  .pR45 {
    padding-right: 7.5% !important;
  }

  .pR50 {
    padding-right: 10% !important;
  }

  .pR55 {
    padding-right: 10% !important;
  }

  .pR60 {
    padding-right: 10% !important;
  }

  .pR65 {
    padding-right: 12.5% !important;
  }

  .pR70 {
    padding-right: 12.5% !important;
  }

  .pR75 {
    padding-right: 12.5% !important;
  }

  .pR80 {
    padding-right: 15% !important;
  }

  .pR85 {
    padding-right: 15% !important;
  }

  .pR90 {
    padding-right: 15% !important;
  }

  .pR95 {
    padding-right: 17.5% !important;
  }

  .pR100 {
    padding-right: 17.5% !important;
  }

  .pR105 {
    padding-right: 17.5% !important;
  }

  .pR110 {
    padding-right: 20% !important;
  }

  .pR115 {
    padding-right: 20% !important;
  }

  .pR120 {
    padding-right: 20% !important;
  }

  .pR125 {
    padding-right: 22.5% !important;
  }

  .pR130 {
    padding-right: 22.5% !important;
  }

  .pR135 {
    padding-right: 22.5% !important;
  }

  .pR140 {
    padding-right: 25% !important;
  }

  .pR145 {
    padding-right: 25% !important;
  }

  .pR150 {
    padding-right: 25% !important;
  }

  .pA0 {
    padding: 0% !important;
  }

  .pA5 {
    padding: 2.5% !important;
  }

  .pA10 {
    padding: 2.5% !important;
  }

  .pA15 {
    padding: 2.5% !important;
  }

  .pA20 {
    padding: 5% !important;
  }

  .pA25 {
    padding: 5% !important;
  }

  .pA30 {
    padding: 5% !important;
  }

  .pA35 {
    padding: 7.5% !important;
  }

  .pA40 {
    padding: 7.5% !important;
  }

  .pA45 {
    padding: 7.5% !important;
  }

  .pA50 {
    padding: 10% !important;
  }

  .pA55 {
    padding: 10% !important;
  }

  .pA60 {
    padding: 10% !important;
  }

  .pA65 {
    padding: 12.5% !important;
  }

  .pA70 {
    padding: 12.5% !important;
  }

  .pA75 {
    padding: 12.5% !important;
  }

  .pA80 {
    padding: 15% !important;
  }

  .pA85 {
    padding: 15% !important;
  }

  .pA90 {
    padding: 15% !important;
  }

  .pA95 {
    padding: 17.5% !important;
  }

  .pA100 {
    padding: 17.5% !important;
  }

  .pA105 {
    padding: 17.5% !important;
  }

  .pA110 {
    padding: 20% !important;
  }

  .pA115 {
    padding: 20% !important;
  }

  .pA120 {
    padding: 20% !important;
  }

  .pA125 {
    padding: 22.5% !important;
  }

  .pA130 {
    padding: 22.5% !important;
  }

  .pA135 {
    padding: 22.5% !important;
  }

  .pA140 {
    padding: 25% !important;
  }

  .pA145 {
    padding: 25% !important;
  }

  .pA150 {
    padding: 25% !important;
  }
}
.z-in0 {
  z-index: 0;
}

.z-in1 {
  z-index: 1;
}

.z-in2 {
  z-index: 2;
}

.z-in3 {
  z-index: 3;
}

.z-in4 {
  z-index: 4;
}

.z-in5 {
  z-index: 5;
}

.z-in6 {
  z-index: 6;
}

.z-in7 {
  z-index: 7;
}

.z-in8 {
  z-index: 8;
}

.z-in9 {
  z-index: 9;
}

.z-in10 {
  z-index: 10;
}

.visibility_hidden {
  visibility: hidden;
}

.no_link {
  color: #9a9a9a !important;
  pointer-events: none !important;
}

.po_ev_no {
  pointer-events: none !important;
}

.cl8_2,
.cl7_3,
.cl4_6,
.cl6_4,
.cl3_7,
.cl2_8,
.cl25,
.cl33,
.cl50,
.cl50_max {
  display: flex;
  justify-content: space-between;
}

.cl33:after,
.cl50:after,
.cl50_max:after,
.cl25:after,
.cl20:after,
.cl33:after {
  visibility: hidden;
  display: none;
  content: "";
  clear: both;
}

@media (min-width: 901px) {
  .cl50_max,
.cl50,
.cl33,
.cl25,
.cl8_2,
.cl3_7,
.cl2_8,
.cl7_3,
.cl4_6,
.cl6_4 {
    display: flex;
  }

  .cl50_max > * {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 4%;
  }

  .cl50 > * {
    width: 48%;
    margin-bottom: 4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .fl-no {
    float: none !important;
    margin: 0 auto;
  }

  .cl33 > * {
    width: 30%;
    margin-bottom: 4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cl25 > * {
    width: 23%;
    margin-bottom: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cl3_7 > div:nth-child(odd),
.cl3_7 > li:nth-child(odd) {
    width: 30%;
  }

  .cl3_7 > div:nth-child(even),
.cl3_7 > li:nth-child(even) {
    width: 66%;
  }

  .cl2_8 > div:nth-child(odd),
.cl2_8 > li:nth-child(odd) {
    width: 14%;
  }

  .cl2_8 > div:nth-child(even),
.cl2_8 > li:nth-child(even) {
    width: 82%;
  }

  .cl7_3 > div:nth-child(odd),
.cl7_3 > li:nth-child(odd) {
    width: 66%;
  }

  .cl7_3 > div:nth-child(even),
.cl7_3 > li:nth-child(even) {
    width: 30%;
  }

  .cl8_2 > div:nth-child(odd),
.cl8_2 > li:nth-child(odd) {
    width: 82%;
  }

  .cl8_2 > div:nth-child(even),
.cl8_2 > li:nth-child(even) {
    width: 14%;
  }

  .cl4_6 > div:nth-child(odd),
.cl4_6 > li:nth-child(odd) {
    width: 40%;
  }

  .cl4_6 > div:nth-child(even),
.cl4_6 > li:nth-child(even) {
    width: 56%;
  }

  .cl6_4 > div:nth-child(odd),
.cl6_4 > li:nth-child(odd) {
    width: 56%;
  }

  .cl6_4 > div:nth-child(even),
.cl6_4 > li:nth-child(even) {
    width: 40%;
  }
}
@media (max-width: 900px) and (min-width: 0px) {
  .cl50_max,
.cl50,
.cl33,
.cl25,
.cl20,
.cl3_7,
.cl7_3,
.cl4_6,
.cl6_4 {
    flex-wrap: wrap;
  }

  .cl50_max > * {
    width: 100%;
    margin-bottom: 4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cl50 > * {
    width: 100%;
    margin-bottom: 4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cl33 > * {
    width: 48%;
    margin-bottom: 4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cl25 > *,
.cl20 > * {
    width: 48%;
    margin-bottom: 4%;
    position: relative;
  }

  .cl3_7 > *,
.cl3_8 > *,
.cl8_2 > *,
.cl7_3 > *,
.cl4_6 > *,
.cl6_4 > * {
    width: 100%;
    margin-bottom: 5%;
  }
}
/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  margin: 0 auto;
  padding: 0;
  font-size: 1.6rem;
  background: url(../img/bg.png) no-repeat center/cover;
  position: relative;
  color: #131313;
  font-weight: 500;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
  max-width: 100%;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.08em;
}

object {
  pointer-events: none;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* ---------------------------------------------------------------------------
  ★フォントファミリー
--------------------------------------------------------------------------- */
.mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}

.gothic {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

/* ---------------------------------------------------------------------------
  ★背景
--------------------------------------------------------------------------- */
.bk_gry {
  background: #f3f3f3;
}

.bg_y {
  background: #fcf4e8;
}

.bg_g {
  background: #f8f8f8;
  padding: 30px;
}

.bg02 {
  background: url(../img/bg02.png) no-repeat center/cover !important;
}

.bg03 {
  background: url(../img/bg03.png) no-repeat center/cover !important;
}

/* ---------------------------------------------------------------------------
  ★LIST
--------------------------------------------------------------------------- */
.disc {
  margin-left: 20px;
  list-style-type: disc;
}

.disc > li {
  list-style-type: disc;
}

.disc > li:not(:last-child) {
  padding-bottom: 5px;
}

.decimal {
  margin-left: 20px;
  list-style-type: decimal;
}

.decimal > li {
  list-style-type: decimal;
}

.decimal > li:not(:last-child) {
  padding-bottom: 5px;
}

/* ---------------------------------------------------------------------------
  ★TOTOP
--------------------------------------------------------------------------- */
#totop {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  display: block;
}

.totop_wrap {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: none;
}

.totop_wrap .icon-totop {
  display: block;
  width: 100%;
  text-align: center;
}

.totop_wrap .icon-totop::before {
  font-size: 5rem;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

#totop span {
  display: none;
}

/* =======================================
	★mailformpro
========================================== */
/*zyuusyoBox*/
td.zyuusyoBox > div:nth-child(1) {
  margin-bottom: 6px;
}

td.zyuusyoBox > div:nth-child(1) p {
  float: left;
  padding-top: 6px;
}

td.zyuusyoBox > div:nth-child(1) input {
  width: 5.5em;
  margin-left: 5px;
}

td.zyuusyoBox > div:nth-child(2) input:nth-child(1) {
  width: 6.7em;
}

#contents {
  color: #fff;
}

#contact .submit {
  border: none;
  color: #a98d5b;
  padding: 15px 60px;
  display: inline-block;
  font-weight: bold;
  border: 1px solid #a98d5b;
  min-width: 360px;
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
  background: url(../img/arrow.svg) no-repeat right 2em center/1.2em, #101010;
  filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.16));
  min-width: 172px;
  border-radius: 0;
  cursor: pointer;
}

#contact label.c_b {
  font-size: 1.4rem;
  margin: auto;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: bold;
}

/* =======================================
	パンくず
========================================== */
ul.pankuzu {
  display: flex;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.3em;
  position: relative;
  justify-content: center;
  line-height: 100%;
}

ul.pankuzu li:nth-child(1) a {
  font-family: mr-eaves-sans, sans-serif;
  font-size: 120%;
}

ul.pankuzu a {
  margin-right: 13px;
  position: relative;
  display: inline-block;
  width: 100%;
  padding-right: 16px;
  text-decoration: none;
  color: #ffffff;
}

ul.pankuzu a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  /* left: 0; */
  margin: auto;
  content: "";
  vertical-align: middle;
}

ul.pankuzu a::before,
ul.pankuzu a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

ul.pankuzu a::before {
  right: 10px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
}

/* =======================================
	ページャー
========================================== */
div#pager {
  display: flex;
  justify-content: center;
}

div#pager a,
#pager span {
  border: 1px solid #7f6a44;
  height: 40px;
  line-height: 36px;
  width: 40px;
  text-align: center;
  border-radius: 50em;
  margin: 0 5px;
  color: #7f6a44;
  position: relative;
}

#pager span {
  background: #7f6a44;
  color: #FFF;
}

#pager .dots {
  color: #949494;
  background: no-repeat;
  border: none;
  margin: 0;
  width: 26px;
  transform: translate(0px, 2px);
}

#pager .next:before,
#pager .prev:before {
  content: "";
  background: url(../img/arrow.svg) no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  top: 35%;
  left: 0;
}

#pager .next,
#pager .prev {
  width: 20px;
  border: none;
}

#pager .next {
  margin-left: 20px;
}

#pager .prev {
  margin-right: 20px;
}

#pager .prev:before {
  transform: rotateY(180deg);
}

/* =======================================
	装飾
========================================== */
.ringArea01 {
  position: absolute;
  top: -38.5em;
  right: -47em;
  z-index: 0;
}

.ringArea02 {
  position: absolute;
  top: 9.5em;
  left: -33em;
  z-index: 0;
}

.ring {
  max-width: 972px;
  max-height: 972px;
  width: 70vw;
  height: 70vw;
  border-radius: 50%;
  border: 2px solid #a98d5b;
  opacity: 0.45;
  position: relative;
}
.ring::before {
  content: "";
  position: absolute;
  display: inline-block;
  right: 2.5%;
  bottom: 2.5%;
  width: 95%;
  height: 95%;
  border-radius: 50%;
  border: 2px solid #a98d5b;
}

/* =======================================
	header footer
========================================== */
header {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
}

.cprt {
  background: url(../img/bg.png) no-repeat center/cover;
}

a.outlink {
  color: #fff;
  text-decoration: underline;
}

/* =======================================
	home
========================================== */
#home {
  width: 100%;
  position: relative;
  contain: paint;
}

.main {
  height: 45vw;
  width: 100%;
}
.main #main_slider,
.main #main_slider li {
  height: 45vw;
}
.main .catch_copy {
  font-size: 3.6rem;
  letter-spacing: 0.079em;
  top: 54%;
  font-weight: 400;
  width: 100%;
}

.home01 .ringArea01 {
  z-index: -1;
  top: 16%;
  right: -47%;
}

.home02 .linkBox li:nth-of-type(1) a {
  background: url(../img/arrow02.svg) no-repeat right 1.2em center/2.3em, url(../img/home02_photo01.jpg) no-repeat center/cover;
  z-index: 0;
}
.home02 .linkBox li:nth-of-type(1) a::before {
  opacity: 0.6;
}
.home02 .linkBox li:nth-of-type(2) a {
  background: url(../img/arrow02.svg) no-repeat right 1.2em center/2.3em, url(../img/home02_photo02.jpg) no-repeat center/cover;
  z-index: 0;
}
.home02 .linkBox li:nth-of-type(3) a {
  background: url(../img/arrow02.svg) no-repeat right 1.2em center/2.3em, url(../img/home02_photo03.jpg) no-repeat center/cover;
  z-index: 0;
}
.home02 .linkBox li:nth-of-type(4) a {
  background: url(../img/arrow02.svg) no-repeat right 1.2em center/2.3em, url(../img/home02_photo04.jpg) no-repeat bottom center/cover;
  z-index: 0;
}

.ring_position01 {
  overflow: hidden;
}
.ring_position01 .ringArea02 {
  position: absolute;
  top: 22.5em;
  left: -37.5em;
  z-index: 0;
}
.ring_position01 .ringArea01 {
  position: absolute;
  top: 0em;
  right: -47em;
  z-index: 0;
}

.home03 {
  background: url(../img/bg03.png) no-repeat center/cover;
}
.home03 .linkBox p.lh230.white {
  text-align: center;
}
.home03 .linkBox li:nth-of-type(1) a {
  background: url(../img/home03_photo01.jpg) no-repeat center/cover;
  z-index: 0;
}
.home03 .linkBox02 li a::before {
  opacity: .6;
}
.home03 .linkBox li:nth-of-type(2) a {
  background: url(../img/home03_photo02.jpg) no-repeat center/cover;
  z-index: 0;
}

.home04 .cl3_7 {
  padding: 0 1%;
}
.home04 .cl3_7 > div:nth-child(odd) {
  width: 13%;
}
.home04 .cl3_7 > div:nth-child(even) {
  width: 82%;
}
.home04 .tag {
  width: 80px;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
  line-height: 100%;
  padding: 3px 3px 4px;
  margin-top: 2px;
  font-size: 1.2rem;
  color: #a98d5b;
  border: 1px solid #a98d5b;
}

/* =======================================
	下層共通
========================================== */
.main_inpages {
  background: url(../img/main_inpages.jpg) no-repeat center/cover;
  color: #fbfbfb;
  text-align: center;
  padding: 210px 0 145px;
  text-shadow: 1px 2px 8px #00000040;
  border-top: 1px solid #a6a4a4;
  position: relative;
  z-index: 1;
}
/* .main_inpages::before {
  content: "";
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
} */

.main_inpages h2 {
  letter-spacing: 0.1em;
  font-size: 38px;
  width: 90%;
  max-width: 755px;
  margin: auto;
}
.main_inpages h2 span,
.main_inpages h2 div {
  padding: 20px 20px;
  background: url(../img/mainpage_bg.png) center/cover;
  border: 1px solid #a98d5b;
  position: relative;
}
.main_inpages h2 span span,
.main_inpages h2 div div {
  padding: 10px 60px;
  border: 1px solid #a98d5b;
  position: relative;
}

.bgW,
.bgN {
  padding: 40px 60px;
  background: url(../img/bg02.png) no-repeat center/cover;
  filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.16));
}
.bgW .cl50_max > *,
.bgN .cl50_max > * {
  margin-bottom: 0;
}

.bgN {
  background: #eae3d6;
  color: #030d1a;
  padding: 20px 30px;
  font-size: 1.4rem;
}

.ringArea01.z-in2,
.ringArea02.z-in2 {
  z-index: 1;
}

.ring_position02 {
  overflow: hidden;
}
.ring_position02 .ringArea01 {
  position: absolute;
  top: 30.5em;
  right: -47em;
  z-index: 0;
}
.ring_position02 .ringArea02 {
  position: absolute;
  top: -12.5em;
  left: -33em;
  z-index: 0;
}

.ring_position02.r2_02 .ringArea01 {
  position: absolute;
  top: 54.5em;
  right: -47em;
  z-index: 0;
}

.b_t {
  border-top: 1px solid #d0d0d0 !important;
}

/* =======================================
	sdgs
========================================== */
.sdgsArea {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.sdgsArea > li {
  width: 50px;
  margin-right: 10px;
  margin-bottom: 8px;
  gap: 8px;
}

.sdgsArea > li img {
  border-radius: 0.5em;
}

/* =======================================
	工房案内 introduction
========================================== */
.introduction02 .c_table_01 .cl50_max > * {
  margin-bottom: 0;
}

.history dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.history dl dt {
  float: left;
  width: 23%;
  letter-spacing: 0.15em;
  color: #219f62;
  left: 16px;
  font-weight: 600;
  top: 3px;
  position: relative;
}
.history dl dt::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: #219f62;
  right: 10px;
  top: 10px;
  position: absolute;
}
.history dl dd {
  float: right;
  width: 75%;
  border-left: solid 2px #219f62;
  padding: 0 0 30px 40px;
  position: relative;
}

.step dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4%;
  position: relative;
  z-index: 0;
}
.step dl::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 2.5em;
  bottom: 0;
  background: #bfaa84;
  max-width: 100%;
  width: 3px;
  height: 100%;
  z-index: -1;
}
.step dl dt {
  width: 16%;
}
.step dl dd {
  width: 84%;
}
.step dl dt span {
  background: #a98d5b;
  font-weight: 600;
  padding: 2px 13px 4px 16px;
  color: #fff;
  letter-spacing: 0.15em;
}

.g_map {
  position: relative;
  width: 50%;
  height: 0;
  padding-top: 39%;
}

.g_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =======================================
	匠の技 craftsmanship
========================================== */
.craftsmanship02 .step > li,
.repair02 .step > li {
  margin-bottom: 45px;
}
.craftsmanship02 .ring_position02 .ringArea03,
.repair02 .ring_position02 .ringArea03 {
  top: 99.5em;
  left: -44em;
  z-index: 0;
}
.craftsmanship01 .cl50_max:nth-child(3) .img::before,
.craftsmanship02 .step .img_cr::before,
.repair02 .img_cr::before,
.about02 .img::before,
.experience01 .img::before  {
  opacity: 0.3;
}


/* =======================================
	尺⼋を知る about
========================================== */
.about01 .cl3_7 > div:nth-child(even) {
  width: 74%;
}
.about01 .cl3_7 > div:nth-child(odd) {
  width: 24%;
}

.about03 {
  background: url(../img/about_photo01.jpg) no-repeat center/cover;
  position: relative;
  z-index: 0;
}
.about03::before {
  content: "";
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}

#about .g_map.youtube {
  width: 100%;
  padding-top: 75%;
}

.about05 .img::before {
  opacity: 0.3;
}

#about dt.plus {
  margin-bottom: 0px;
}

/* =======================================
	よくある質問 question
========================================== */
#question dt.plus {
  background: url(../img/bg03.png) no-repeat left/cover;
  border: 2px solid #a98d5b;
  position: relative;
  z-index: 2;
}

dt.plus {
  position: relative;
  background: #fff;
  border-radius: 0.2em;
  padding: 10px 3.5em 8px 1.5em;
  font-weight: bold;
  color: #030d1a;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  cursor: pointer;
}

dt.plus:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  background: url(../img/arrow02.svg) no-repeat center/100%;
  margin: auto;
  transition: 0.2s;
}

dt.active:before {
  transform: rotate(90deg);
}

.accordion dd {
  width: calc(100% - 3em);
  margin: 13px auto 23px;
  line-height: 140%;
}

/* =======================================
	ご購入について about_purchasing
========================================== */
.about_purchasing03 .c_table_01 {
  border: none;
}
.about_purchasing03 .c_table_01 table tbody tr th {
  width: 19.5%;
}
.about_purchasing03 .c_table_01 .c_table_02 table tbody tr th {
  width: 14.5%;
}
.about_purchasing03 .flex.pay_logoArea {
  gap: 5px 20px;
  align-items: center;
}
.about_purchasing03 .c_table_01 table tbody tr td td {
  border-bottom: none;
}

/* =======================================
	試奏について trial_performance
========================================== */
#trial_performance .step dl dt {
  width: 43%;
}

/* =======================================
	あしらい調整
========================================== */
#about_purchasing .ring_position02 .ringArea01 {
  position: absolute;
  top: 38.5em;
  right: -43em;
  z-index: 0;
}
#about_purchasing .ring_position02.r_po02_02 .ringArea02 {
  position: absolute;
  top: 30.5em;
  left: -33em;
  z-index: 0;
}
#about_purchasing .ring_position02.r_po02_02 .ringArea01 {
  position: absolute;
  top: 124.5em;
  right: -43em;
  z-index: 0;
}

#about .ring_position02 .ringArea01 {
  position: absolute;
  top: auto;
  bottom: 0;
  z-index: 0;
}
#about .ring_position02.r_po02_02 .ringArea02 {
  position: absolute;
  top: 26.5em;
  left: -33em;
  z-index: 0;
}

#contact .ring_position02 .ringArea01 {
  position: absolute;
  top: 51.5em;
  right: -47em;
  z-index: 0;
}

#contact.purchase .ring_position02 .ringArea01 {
  position: absolute;
  top: 91.5em;
  right: -47em;
  z-index: 0;
}

#question .ring_position02 .ringArea01 {
  position: absolute;
  top: auto;
  bottom: 37em;
  z-index: 0;
}

#work .ring_position02 .ringArea01 {
  position: absolute;
  top: auto;
  bottom: 37em;
  z-index: 0;
}

#news .ring_position02 .ringArea01 {
  position: absolute;
  top: auto;
  bottom: 37em;
  z-index: 0;
}

#repair .ring_position02 .ringArea01 {
  position: absolute;
  top: auto;
  bottom: 37em;
  z-index: 0;
}

#trial_performance .ring_position02 .ringArea01 {
  position: absolute;
  top: auto;
  bottom: 37em;
  z-index: 0;
}

#craftsmanship .ring_position02 .ringArea01,
#lecture .ring_position02 .ringArea01 {
  position: absolute;
  top: 57.5em;
  right: -47em;
  z-index: 0;
}
#craftsmanship .ring_position02 .ringArea02,
#lecture .ring_position02 .ringArea02 {
  position: absolute;
  top: auto;
  bottom: 107em;
  z-index: 0;
  left: -38em;
}
#craftsmanship .ring_position02 .ringArea03,
#lecture .ring_position02 .ringArea03 {
  position: absolute;
  bottom: 31.5em;
  right: -47em;
  z-index: 0;
}

#introduction .ring_position02 .ringArea01 {
  position: absolute;
  top: 44.5em;
  right: -47em;
  z-index: 0;
}
#introduction .ring_position02 .ringArea02 {
  position: absolute;
  top: 0.5em;
  left: -33em;
  z-index: 0;
}
#introduction .ring_position02.r2_02 .ringArea01 {
  position: absolute;
  top: 75.5em;
  right: -47em;
  z-index: 0;
}
#introduction .img::before {
  opacity: 0.2;
}

#experience .ring_position02 .ringArea01 {
  position: absolute;
  top: 36.5em;
  right: -47em;
  z-index: 0;
}
#experience .ring_position02.r_po02_02 .ringArea02 {
  position: absolute;
  top: 0.5em;
  left: -33em;
  z-index: 0;
}

/* =======================================
	尺八の修理 repair
========================================== */
.repair01 .bgW {
  padding: 24px;
  border: 2px solid #a98d5b;
}

.repair02 .cl3_7 .navy > span {
  background-color: #fff;
  padding: 5px 20px;
}

/* =======================================
	60分尺八体験 experience
========================================== */
.experience01 .bgW {
  padding: 20px 30px;
}
.experience01 .c_list > li:last-child {
  margin-bottom: 0;
}
.pay_logoArea img.paypay {
  width: 212px;
}
.pay_logoArea img.alipay {
  width: 130px;
  margin-top: 10px;
  margin-left: 7%;
}
.pay_logoArea img.stores {
  width: 210px;
}
.pay_logoArea img.visa {
  width: 73px;
}
.pay_logoArea img.master {
  width: 73px;
}
.pay_logoArea img.jcb {
  width: 73px;
}
.pay_logoArea img.diners {
  width: 73px;
}
.pay_logoArea img.discover {
  width: 73px;
}
.experience03 .bgW {
  padding: 24px 30px;
  height: 100%;
}
.experience03 .bgW .navy {
  font-size: 1.4rem;
}
.experience03 .slick-track {
  display: flex;
}
.experience03 .g_map.youtube {
  margin-right: auto;
  margin-left: auto;
}
.experience03 #voice .bgW {
  height: 400px;
  overflow-y: scroll;
}
.experience03 .cl4_6 > div:nth-child(odd) {
  width: 37%;
}


.experience04 .footer01 .tel.center a > p:nth-of-type(1),
.experience04 .footer01 .f_con_line a > p:nth-of-type(1),
.lecture03 .footer01 .tel.center a > p:nth-of-type(1),
.lecture03 .footer01 .f_con_line a > p:nth-of-type(1),
.work02 .footer01 .tel.center a > p:nth-of-type(1),
.work02 .footer01 .f_con_line a > p:nth-of-type(1) {
  font-size: 2rem;
}
.experience04 .footer01 .tel.center a,
.lecture03 .footer01 .tel.center a,
.work02 .footer01 .tel.center a {
  color: #a98d5b;
  margin: 0;
  width: 100%;
  display: inline-block;
  text-align: center;
  border: 1px solid #a98d5b;
  background: #101010;
}
.experience04 .footer01 .tel.center a p span,
.lecture03 .footer01 .tel.center a p span,
.work02 .footer01 .tel.center a p span {
  background: url(../img/f_tel.svg) no-repeat left 0.6em center/0.8em;
  padding-left: 2em;
}
.experience04 .footer01 .tel.center a,
.lecture03 .footer01 .tel.center a,
.work02 .footer01 .tel.center a {
  padding: 16.4px 30px;
}
.experience04 .footer01 > div:last-child,
.lecture03 .footer01 > div:last-child,
.work02 .footer01 > div:last-child {
  display: block;
}
.experience04 a,
.lecture03 a,
.work02 a {
  min-width: auto;
  width: 100%;
  filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.16));
}

/* =======================================
	尺⼋教室 lecture
========================================== */
.lecture01 .cl50_max > *:nth-of-type(2).txt {
  padding: 0 0 0 68px;
}
/* .lecture01 .g_map {
  padding-top: 20%;
} */

#lecture .img::before {
  opacity: 0.3;
}

/* =======================================
	商品一覧　work
========================================== */
.single_work .link_uk .btn01 {
  width: 32% !important;
}
.single_work .btn01 a,
.single_work .btn02 a {
  width: 100%;
  min-width: auto;
}
.single_work .photoArea a {
  display: inline-block;
}
.single_work .btn02 a {
  padding: 15px 0px;
}
.single_work .other .bamboo_db,
.single_work .bag .bamboo_db,
.single_work .k_beginner.bamboo_db,
.single_work .t_beginner.bamboo_db {
  display: none;
}
.single_work .beginner_db {
  display: none;
}
.single_work .k_beginner.beginner_db,
.single_work .t_beginner.beginner_db {
  display: block;
}
.single_work .bag .bag_db {
  display: block;
}
.single_work .other > div:nth-of-type(2) > div,
.single_work .bag > div:nth-of-type(2) > div {
  display: none;
}
.single_work .tozan .other_db,
.single_work .kinko .other_db {
  display: none;
}
.single_work .other > div > .cl33,
.single_work .bag > div > .cl33 {
  justify-content: center;
}
.single_work .work01 li a,
.single_work .work01 div a {
  position: relative;
  width: 100%;
}
.single_work .work01 li a img,
.single_work .work01 div a img {
  /* height: 100%;
  width: auto; */
  width: 100%;
  object-fit: cover;
  margin-right: auto;
  margin-left: auto;
}
.single_work .work01 li a::after,
.single_work .work01 div a::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 15px;
  bottom: 16px;
  background: url(../img/zoom.svg) no-repeat center/100%;
  width: 2em;
  height: 3em;
}
.single_work .work01 .c_table_01 tr:nth-of-type(4) a::after {
  display: none;
}
.single_work .work01 .tozan,
.single_work .work01 .kinko {
  display: flex;
  justify-content: space-between;
}
.single_work .work01 .tozan > div:nth-child(odd),
.single_work .work01 .kinko > div:nth-child(odd) {
  width: 62%;
}
.single_work .work01 .tozan > div:nth-child(odd) .cl33 > *,
.single_work .work01 .kinko > div:nth-child(odd) .cl33 > * {
  width: 31%;
  max-width: 160px;
}
.single_work .work01 .tozan > div:nth-child(even),
.single_work .work01 .kinko > div:nth-child(even) {
  width: 36.9%;
  margin-left: 25px;
}
.single_work .work01 .bag .cl33 > * {
  width: 32%;
}
.single_work .work01 .other .cl33 > * {
  width: 50%;
}
.single_work button {
  cursor: pointer;
  color: #fff;
  padding: 2px 20px;
  font-size: 1.6rem;
  display: inline-block;
  border: 1px solid #a98d5b;
  text-align: center;
  position: relative;
  background: #a98d5b;
  font-family: "Zen Old Mincho", serif;
}
.single_work .success-msg,
.single_work .success-msg02 {
  display: none;
  position: fixed;
  width: 100%;
  height: auto;
  color: #fff;
  top: 50%;
  left: 50%;
  right: 0;
  margin: auto;
  text-align: center;
}
.single_work .success-msg span,
.single_work .success-msg02 span {
  background-color: #030d1a;
  padding: 5px 14px;
}
.single_work .work02 button {
  color: #a98d5b;
  padding: 15px 60px;
  display: inline-block;
  font-weight: bold;
  border: 1px solid #a98d5b;
  min-width: 360px;
  text-align: center;
  position: relative;
  font-family: "Zen Old Mincho", serif;
  background: url(../img/arrow.svg) no-repeat right 2em center/1.2em, #101010;
  filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.16));
  font-size: 1.8rem;
  margin: auto;
}
.single_work .work02 .footer01 .cl50 {
  display: flex;
}
.single_work .work02 .footer01 .cl50 .btn02 a {
  color: #55472e;
  filter: none;
  font-weight: bold;
}
.single_work .work02 .footer01 > div:before,
.single_work .work02 .footer01 > div:after {
  content: "";
  display: none;
}

.single_work .detailArea table tr:nth-of-type(1) td > div > p {
  margin-right: 10px;
}

.single_work .bamboo_flute_xx .detailArea table tr:nth-of-type(1) td > div > p,
.single_work .other .detailArea table tr:nth-of-type(1) td > div > p {
  display: none;
}

.single_work .work01 .tozan > div:nth-child(odd),
.single_work .work01 .kinko > div:nth-child(odd) {
  margin: auto;
}

.archive_work p {
  color: #fff;
}
.archive_work .itemList li a.bag img,
.archive_work .itemList li a.other img,
.archive_work .itemList li a.cap img,
.archive_work .itemList li a.tsuyukiri img,
.archive_work .itemList li a.others img {
  width: 100%;
}
.archive_work .btn01 p {
  min-width: auto;
  padding: 15px 30px;
  width: 100%;
  background: url(../img/arrow.svg) no-repeat right 1em center/1.2em, #101010;
  color: #a98d5b;
}
.archive_work .itemList {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.archive_work .itemList li > a.tozan .item_name,
.archive_work .itemList li > a.kinko .item_name {
  display: none;
}
.archive_work .itemList li > a.other .item_name_pn {
  display: none;
}
.archive_work .itemList li {
  border: 2px solid #434343;
  padding: 20px;
  background: #131313;
  height: 100%;
  margin-bottom: 20px;
}
.archive_work .itemList li img {
  width: 45%;
  height: 100%;
  margin: auto;
  object-fit: contain;
}
.archive_work .itemList li:not(:nth-child(4n)) {
  margin-right: 2%;
}
.archive_work .itemList a:hover {
  opacity: 0.9;
  filter: brightness(130%) !important;
}
.archive_work .other img {
  width: 100% !important;
}
.archive_work #link_uk .cl25,
.archive_work #link_uk .other_bag {
  display: none;
}

body.tozan #link_uk .cl25.tozan,
body.t_13 #link_uk .cl25.tozan,
body.t_14 #link_uk .cl25.tozan,
body.t_15 #link_uk .cl25.tozan,
body.t_16 #link_uk .cl25.tozan,
body.t_17 #link_uk .cl25.tozan,
body.t_18 #link_uk .cl25.tozan,
body.t_19 #link_uk .cl25.tozan,
body.t_20 #link_uk .cl25.tozan,
body.t_21 #link_uk .cl25.tozan,
body.t_22 #link_uk .cl25.tozan,
body.t_23 #link_uk .cl25.tozan,
body.t_beginner #link_uk .cl25.tozan,
body.kinko #link_uk .cl25.kinko,
body.k_13 #link_uk .cl25.kinko,
body.k_14 #link_uk .cl25.kinko,
body.k_15 #link_uk .cl25.kinko,
body.k_16 #link_uk .cl25.kinko,
body.k_17 #link_uk .cl25.kinko,
body.k_18 #link_uk .cl25.kinko,
body.k_19 #link_uk .cl25.kinko,
body.k_20 #link_uk .cl25.kinko,
body.k_21 #link_uk .cl25.kinko,
body.k_22 #link_uk .cl25.kinko,
body.k_23 #link_uk .cl25.kinko,
body.k_beginner #link_uk .cl25.kinko,
body.other #link_uk .cl25.other,
body.cap #link_uk .cl25.other,
body.tsuyukiri #link_uk .cl25.other,
body.others #link_uk .cl25.other,
body.bag #link_uk .cl25.other,
body.bag_1516 #link_uk .cl25.other,
body.bag_1920 #link_uk .cl25.other,
body.bag_21 #link_uk .cl25.other,
body.bag_24 #link_uk .cl25.other,
body.bag_1718 #link_uk .cl25.other,
body.bag #link_uk .cl25.other_bag,
body.bag_1516  #link_uk .cl25.other_bag,
body.bag_1920 #link_uk .cl25.other_bag,
body.bag_21 #link_uk .cl25.other_bag,
body.bag_24 #link_uk .cl25.other_bag,
body.bag_1718 #link_uk .cl25.other_bag  {
  display: flex;
}

body.tozan #link_uk .cl33>*:nth-of-type(1) a,
body.t_13 #link_uk .cl33>*:nth-of-type(1) a,
body.t_14 #link_uk .cl33>*:nth-of-type(1) a,
body.t_15 #link_uk .cl33>*:nth-of-type(1) a,
body.t_16 #link_uk .cl33>*:nth-of-type(1) a,
body.t_17 #link_uk .cl33>*:nth-of-type(1) a,
body.t_18 #link_uk .cl33>*:nth-of-type(1) a,
body.t_19 #link_uk .cl33>*:nth-of-type(1) a,
body.t_20 #link_uk .cl33>*:nth-of-type(1) a,
body.t_21 #link_uk .cl33>*:nth-of-type(1) a,
body.t_22 #link_uk .cl33>*:nth-of-type(1) a,
body.t_23 #link_uk .cl33>*:nth-of-type(1) a,
body.t_beginner #link_uk .cl33>*:nth-of-type(1) a,
body.kinko #link_uk .cl33>*:nth-of-type(2) a,
body.k_13 #link_uk .cl33>*:nth-of-type(2) a,
body.k_14 #link_uk .cl33>*:nth-of-type(2) a,
body.k_15 #link_uk .cl33>*:nth-of-type(2) a,
body.k_16 #link_uk .cl33>*:nth-of-type(2) a,
body.k_17 #link_uk .cl33>*:nth-of-type(2) a,
body.k_18 #link_uk .cl33>*:nth-of-type(2) a,
body.k_19 #link_uk .cl33>*:nth-of-type(2) a,
body.k_20 #link_uk .cl33>*:nth-of-type(2) a,
body.k_21 #link_uk .cl33>*:nth-of-type(2) a,
body.k_22 #link_uk .cl33>*:nth-of-type(2) a,
body.k_23 #link_uk .cl33>*:nth-of-type(2) a,
body.k_beginner #link_uk .cl33>*:nth-of-type(2) a,
body.other #link_uk .cl33>*:nth-of-type(3) a,
body.cap #link_uk .cl33>*:nth-of-type(3) a,
body.tsuyukiri #link_uk .cl33>*:nth-of-type(3) a,
body.others #link_uk .cl33>*:nth-of-type(3) a,
body.bag #link_uk .cl33>*:nth-of-type(3) a,
body.bag_1516 #link_uk .cl33>*:nth-of-type(3) a,
body.bag_1920 #link_uk .cl33>*:nth-of-type(3) a,
body.bag_21 #link_uk .cl33>*:nth-of-type(3) a,
body.bag_24 #link_uk .cl33>*:nth-of-type(3) a,
body.bag_1718 #link_uk .cl33>*:nth-of-type(3) a {
  background: url(../img/arrow.svg) no-repeat right 1em center/1.2em, #a98d5b;
    color: #fff;
}

#link_uk .cl25.other_bag .btn02 a span {
  background: url(../img/arrow03.svg) no-repeat right 4px top 23px/1.45em;
}

body.t_13 #link_uk .t_13 a,
body.t_14 #link_uk .t_14 a,
body.t_15 #link_uk .t_15 a,
body.t_16 #link_uk .t_16 a,
body.t_17 #link_uk .t_17 a,
body.t_18 #link_uk .t_18 a,
body.t_19 #link_uk .t_19 a,
body.t_20 #link_uk .t_20 a,
body.t_21 #link_uk .t_21 a,
body.t_22 #link_uk .t_22 a,
body.t_23 #link_uk .t_23 a,
body.t_beginner #link_uk .t_beginner a,
body.k_13 #link_uk .k_13 a,
body.k_14 #link_uk .k_14 a,
body.k_15 #link_uk .k_15 a,
body.k_16 #link_uk .k_16 a,
body.k_17 #link_uk .k_17 a,
body.k_18 #link_uk .k_18 a,
body.k_19 #link_uk .k_19 a,
body.k_20 #link_uk .k_20 a,
body.k_21 #link_uk .k_21 a,
body.k_22 #link_uk .k_22 a,
body.k_23 #link_uk .k_23 a,
body.k_beginner #link_uk .k_beginner a,
body.bag_1516 #link_uk .o_bag_1516 a,
body.bag_1920 #link_uk .o_bag_1920 a,
body.bag_21 #link_uk .o_bag_21 a,
body.bag_24 #link_uk .o_bag_24 a,
body.bag_1718 #link_uk .o_bag_1718 a {
  color: #a98d5b;
  font-weight: bold;
}

body.cap #link_uk .o_cap a span,
body.tsuyukiri #link_uk .o_tsu a span,
body.others #link_uk .o_others a span,
body.bag #link_uk .o_bag a span,
body.bag_1516 #link_uk .o_bag a span,
body.bag_1920 #link_uk .o_bag a span,
body.bag_21 #link_uk .o_bag a span,
body.bag_24 #link_uk .o_bag a span,
body.bag_1718 #link_uk .o_bag a span{
  padding-right: 3px;
  background: #a98d5b;
  color: #fff;
}



body.tozan #link_uk .cl33>*:nth-of-type(1) a:hover,
body.t_13 #link_uk .cl33>*:nth-of-type(1) a:hover,
body.t_14 #link_uk .cl33>*:nth-of-type(1) a:hover,
body.t_15 #link_uk .cl33>*:nth-of-type(1) a:hover,
body.t_16 #link_uk .cl33>*:nth-of-type(1) a:hover,
body.t_17 #link_uk .cl33>*:nth-of-type(1) a:hover,
body.t_18 #link_uk .cl33>*:nth-of-type(1) a:hover,
body.t_19 #link_uk .cl33>*:nth-of-type(1) a:hover,
body.t_20 #link_uk .cl33>*:nth-of-type(1) a:hover,
body.t_21 #link_uk .cl33>*:nth-of-type(1) a:hover,
body.t_22 #link_uk .cl33>*:nth-of-type(1) a:hover,
body.t_23 #link_uk .cl33>*:nth-of-type(1) a:hover,
body.t_beginner #link_uk .cl33>*:nth-of-type(1) a:hover,
body.kinko #link_uk .cl33>*:nth-of-type(2) a:hover,
body.k_13 #link_uk .cl33>*:nth-of-type(2) a:hover,
body.k_14 #link_uk .cl33>*:nth-of-type(2) a:hover,
body.k_15 #link_uk .cl33>*:nth-of-type(2) a:hover,
body.k_16 #link_uk .cl33>*:nth-of-type(2) a:hover,
body.k_17 #link_uk .cl33>*:nth-of-type(2) a:hover,
body.k_18 #link_uk .cl33>*:nth-of-type(2) a:hover,
body.k_19 #link_uk .cl33>*:nth-of-type(2) a:hover,
body.k_20 #link_uk .cl33>*:nth-of-type(2) a:hover,
body.k_21 #link_uk .cl33>*:nth-of-type(2) a:hover,
body.k_22 #link_uk .cl33>*:nth-of-type(2) a:hover,
body.k_23 #link_uk .cl33>*:nth-of-type(2) a:hover,
body.k_beginner #link_uk .cl33>*:nth-of-type(2) a:hover,
body.other #link_uk .cl33>*:nth-of-type(3) a:hover,
body.bag #link_uk .cl33>*:nth-of-type(3) a:hover,
body.tsuyukiri #link_uk .cl33>*:nth-of-type(3) a:hover,
body.cap #link_uk .cl33>*:nth-of-type(3) a:hover,
body.others #link_uk .cl33>*:nth-of-type(3) a:hover,
body.bag #link_uk .cl33>*:nth-of-type(3) a:hover,
body.bag_1516 #link_uk .cl33>*:nth-of-type(3) a:hover,
body.bag_1920 #link_uk .cl33>*:nth-of-type(3) a:hover,
body.bag_21 #link_uk .cl33>*:nth-of-type(3) a:hover,
body.bag_24 #link_uk .cl33>*:nth-of-type(3) a:hover,
body.bag_1718 #link_uk .cl33>*:nth-of-type(3) a:hover,
body.cap #link_uk .o_cap a:hover span,
body.tsuyukiri #link_uk .o_tsu a:hover,
body.others #link_uk .o_others a:hover,
body.bag #link_uk .o_bag a,
body.bag_1516 #link_uk .o_bag a:hover,
body.bag_1920 #link_uk .o_bag a:hover,
body.bag_21 #link_uk .o_bag a:hover,
body.bag_24 #link_uk .o_bag a:hover,
body.bag_1718 #link_uk .o_bag a:hover {
  filter: brightness(100%) !important;
}

#work .link_uk .btn01 {
  width: 32% !important;
}
#work .link_uk span {
  display: inline-block;
  width: 100%;
}

#link_uk .other .btn02 a span {
  border: 1px solid #a98d5b;
  background: url(../img/arrow03.svg) no-repeat right 16px top 10px/1.45em;
}

/* =======================================
	お問い合わせ contact
========================================== */
#news .o_02 .head,
#newsList .o_02 .head {
  padding-right: 0;
  background: none;
  padding-bottom: 5px;
}
#news .news_cont,
#newsList .news_cont {
  color: #fbfbfb;
}
#news .img_r > a,
#newsList .img_r > a {
  display: inline-block;
  float: right;
  width: 33%;
  margin-left: 20px;
  margin-bottom: 15px;
}
#news .img_r > a img,
#newsList .img_r > a img {
  height: auto;
}
#news .img_r > a::after,
#newsList .img_r > a::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 15px;
  bottom: 16px;
  background: url(../img/zoom.svg) no-repeat center/100%;
  width: 2em;
  height: 3em;
}
#news .o_02 > li,
#newsList .o_02 > li {
  padding-bottom: 4%;
  margin-bottom: 4%;
  border-bottom: 1px solid #434343;
}
#news .news_cont .txtArea a {
  display: inline;
  color: #fff;
  text-decoration: underline;
}

.newsList dt.plus {
  background: none;
  border-bottom: 1px solid #a98d5b;
}
.newsList .o_02 .head {
  border: none;
}

/* =======================================
    404エラー error
========================================== */
#error .title {
  padding-bottom: 5px;
  color: #a98d5b;
  font-weight: bold;
  font-size: 30px;
}

#error .lead01 {
  margin-bottom: 20px;
}

#error .lead02 {
  margin-bottom: 10px;
}

#error .detail {
  background: #fefefe;
  font-size: 14px;
  color: #333;
  padding: 20px;
}