@charset "utf-8";
/*
Theme Name: rb-th.com
Theme URI: REBIRTH
Description: REBIRTH
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Amiri');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
  font-family: 'Inter', 'Noto Sans JP', '游ゴシック体', 'YuGothic', '游ゴシック', 'Meiryo', 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'osaka', sans-serif;
  letter-spacing: 0.06em;
  margin: 0 auto;
  padding: 0;

  overflow-wrap: break-word;

  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: 'palt';
}
* > br,
.base * > em {
  line-height: inherit;
}

body {
  text-align: center;

  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: 0;
}
figure { margin-bottom: 0; }

table {
  border-collapse: collapse;
}
h1, h2, h3, h4, h5, h6 { font-weight: 400; }

a {
  text-decoration: none;
}
a:link,
a:visited {
  color: #646464;
}
a:active,
a:hover {
  color: #d90000;
}
:focus { outline: none; }

time,
i,
small {
  letter-spacing: 0 !important;
}

iframe {
  display: block;
}


input[type='text'],
input[type='email'],
input[type='number'],
input[type='tel'],
input[type='date'],
input[type='search'],
input[type='button'],
input[type='submit'],
input[type='reset'],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  position: relative;
}
input,
textarea,
select {
  color: inherit;
  font-size: inherit;
  box-sizing: border-box;
}
input[type='email'],
input[type='tel'] {
  ime-mode: disabled;
}
select,
input[type='submit'],
input[type='reset'] {
  cursor: pointer;
}



footer:after,
main:after,
#navigation:after,
.base:after,
.title:after {
  content: '';
  clear: both;
  display: block;
}


header,
footer,
main {
  color: #808080;
  line-height: 20px;
  text-align: left;
}


header {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;

  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  box-sizing : border-box;
}
header h1 {
  font-size: 0.5em;
  margin-left: 0;
  overflow: hidden;
}
header h1 svg {
  fill: #d9d9d9;
}
small {
  color: #999999;
}


footer {
  clear: both;
}
footer a {
  text-decoration: none;
}
footer a:link,
footer a:visited {
  color: #808080;
}
footer a:active,
footer a:hover {
  color: #323232;
}
footer ul:nth-of-type(1) {
  float: right;
}
footer ul * {
  letter-spacing: 0;
}
footer li {
  display: inline-block;
}
footer ul:nth-of-type(1) li {
  padding-left: 1em;
}
footer ul:nth-of-type(2) li {
  padding-left: 1.5em;
}
footer ul:nth-of-type(2) li a,
#htopic div a {
  background: url('image/a.png') no-repeat;
  background-size: 8px auto;
}
footer ul:nth-of-type(2) li a {
  background-position: left center;
  padding-left: 8px;
}



.font,
.font-,
.font- * {
  font-family: 'Amiri', serif;
  font-weight: 400;;
}


nav a {
  display: block;
  text-decoration: none !important;
}
nav > a {
  font-size: 1.2em;
  line-height: 1.6em;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  border-bottom: dotted 1px #e6e6e6;
  box-sizing : border-box;
}
nav a:link,
nav a:visited {
  color: #808080;
}
nav a:active,
nav a:hover {
  color: #323232;
}
nav > a:link,
nav > a:visited {
  background: none;
}
nav > a:active,
nav > a:hover {
  background: #f9f9f9;
}
nav > a:nth-of-type(1) {
  border-top: dotted 1px #e6e6e6;
}
nav ul {
  margin-top: 1.25em;
}
nav ul:nth-of-type(1) {
  margin-top: 2.5em;
}
nav ul li {
  padding-top: 0.75em;
}


#tree {
  background: #fafafa;
  text-align: right;
  margin-bottom: 5%;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  position: relative;
}
#tree * {
  line-height: 1.5em;
}
#tree p {
  font-size: 0.95em;
  line-height: 1em;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
#tree a,
#tree font,
#tree span {
  display: inline-block;
  letter-spacing: 0;
}
#tree a {
  text-decoration: none;
  white-space: nowrap;
}
#tree span {
  margin: 0 0.75em;
}
#tree span i {
  font-size: 0.75em;
  vertical-align: 0.125em;
}


#navigation {
  clear: both;
  line-height: 3em;
  text-align: center;
}
#navigation a,
#navigation span,
#navigation p.right a {
  display: inline-block;
  color: #646464;
  min-width: 2.6em;
  text-decoration: none !important;
  margin: 0 1px;
  padding: 0 0.2em;
}
#navigation a:link,
#navigation a:visited {
  background: rgba(0, 0, 0, 0.03);
}
#navigation .wp-pagenavi a:active,
#navigation .wp-pagenavi a:hover,
#navigation .wp-pagenavi span,
#navigation p.right a:active,
#navigation p.right a:hover {
  background: rgba(0, 0, 0, 0.08);
  color: #ffffff;
}
#navigation p.left a {
  background: url('image/a.png') no-repeat left center;
  background-size: 12px auto;
  padding-left: 1em;
}
#navigation p.left a:active,
#navigation p.left a:hover {
}
#navigation span,
#navigation .previouspostslink,
#navigation .nextpostslink {
}
#navigation .smaller,
#navigation p.right a {
}
#navigation .larger,
#navigation p.right {
}
#navigation .previouspostslink {
  float: left;
}
#navigation .nextpostslink {
  float: right;
}


#nodata {
  text-align: center;
  padding: 50px 0;
}
#nodata h3 {
  color: #808080;
  font-weight: 400;
  padding-bottom: 10px;
}


a,
input[type='submit'],
input[type='reset'],
.tw {
  transition: all 1.0s cubic-bezier(0.2, 1.0, 0.2, 1.0);
}

.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}

.cc {
  position: relative;
  overflow: hidden;
}
.cc > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.cc img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
}


.alignnone,
.aligncenter,
.alignleft,
.alignright {
  margin-bottom: 5px;
}
.alignnone {
}
.aligncenter {
  display: block;
}
.alignleft {
  float: left;
  margin-right: 20px;
}
.alignright {
  float: right;
  margin-left: 10px;
}


.base h1, .base h2, .base h3, .base strong { color: #505050; }
.base > h1, .base > h2, .base > h3, .base > h4, .base > h5, .base > h6, .base > p, .base > figure { padding-top: 1em; }
.base h1 { font-size: 1.25em; }
.base h2 { font-size: 1.15em; }
.base h3 { font-size: 1.05em; }
.base > ol, .base > ul { padding-top: 0.5em; }
.base ol { padding-left: 1.65em; }
.base ul { padding-left: 1.3em; }
.base > ol li, .base > ul li { padding-top: 0.5em; }
.base em { font-style: normal; }
.base em strong { color: inherit; }
.base hr {
  clear: both;
  margin-top: 2em;
  margin-bottom: 1em;
  border: 0;
  border-bottom: solid 1px #d8d8d8;
}

.base table {
  width: 100%;
  margin-top: 30px;
  border-top: solid 1px #e6e6e6;
}
.base tr {
  border-bottom: solid 1px #e6e6e6;
}
.base th,
.base td {
  font-weight: normal;
  line-height: 18px;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 1em;
}
.base th {
  text-align: center;
}
.base td {
}
.base table ol, .base  table ul { margin-top: -8px; }
.base table li { padding-top: 8px; }



#home {
  position: relative;
  overflow: hidden;
}
#home > a {
  display: block;
}
#home .cc {
  height: 0;
}
#home h1 {
  background: rgba(255, 255, 255, 0.6);
  color: #e6e6e6;
  font-size: 18px;
  text-align: center;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
#htopic {
  margin-top: 30px;
}
#htopic div a {
  display: block;
  color: #808080;
  line-height: 1.3em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}



.topic {
  border-bottom: solid 1px #e6e6e6;
}
.topic h1.title {
  width: 100%;
  font-weight: 400;
  border-bottom: dotted 1px #e6e6e6;
}
.topic h1.title time {
  font-size: 0.65em;
}
.topic h1.title a {
  color: inherit;
}


h1.wtitle {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5em;
}
h1.wtitle span,
h1.wtitle font {
  display: inline-block;
  font-size: 75%;
  letter-spacing: 0;
  line-height: 1em;
  margin-right: 0.3em;
  margin-bottom: 1em;
  border: solid 1px #cccccc;
}
h1.wtitle span {
  background: #cccccc;
  color: #ffffff;
}
h1.wtitle font {
  color: #cccccc;
}
a.wlink {
  display: block;
  background: url('image/a.png') no-repeat right center;
  background-size: 12px auto;
  color: #808080;
  font-family: 'Amiri';
  font-size: 120%;
  line-height: 160%;
  text-decoration: none;
  box-sizing : border-box;
}
a.wlink:link,
a.wlink:visited {
  background-color: #ffffff;
}
a.wlink:active,
a.wlink:hover {
  background-color: #f6f6f6;
}

.wlist {
  margin-bottom: 10%;
  padding-top: 5%;
  border-bottom: solid 1px #e6e6e6;
}
.wlist a.alpha,
.wlist aside {
  float: right;
}
.wlist aside {
  background: #f6f6f6;
  text-align: center;
}
.wlist div a.wlink {
  float: left;
}

h1.wdtitle {
  font-weight: normal;
  line-height: 160%;
}

.wdetail a.wlink {
  text-align: center;
  border: solid 1px #e6e6e6;
}
#srss {
  font-size: 0.85em;
  margin-bottom: 6%;
  border-top: solid 1px #f6f6f6;
}
#srss a,
#srss a * {
}
#srss a {
  display: block;
  color: #808080;
  line-height: 160%;
  text-decoration: none;
  border-bottom: solid 1px #f6f6f6;
}
#srss a:link,
#srss a:visited {
  background: none;
}
#srss a:active,
#srss a:hover {
  background: #f6f6f6;
}
#srss a span {
  letter-spacing: 0;
}
#srss a b {
  display: block;
  color: #505050;
  font-size: 1.15em;
  font-weight: 400;
  padding-bottom: 0.5em;
}
#srss a p {
  max-height: 3.2em;
  overflow: hidden;
}



#gmap {
  margin-top: 30px;
  border: solid 4px #e6e6e6;
}



#contact > article,
#wanted > article {
  width: fit-content;
}

#form {
  width: 100%;
  border-top: dotted 1px #e6e6e6;
}
#form tr {
  border-bottom: dotted 1px #e6e6e6;
}
#form th,
#form td {
  font-weight: 400;
  text-align: left;
}
#form th {
  white-space: nowrap;
}
#form td {
  position: relative;
}
#form input[type='text'],
#form input[type='email'],
#form input[type='number'],
#form input[type='tel'],
#form input[type='date'],
#form textarea,
#form select {
  background: none;
  border: solid 1px #e6e6e6;
}
#form input[type='text'],
#form input[type='email'],
#form input[type='number'],
#form input[type='tel'],
#form textarea {
  width: 100%;
  line-height: 1.5em;
}
#form input[type='text'],
#form input[type='email'],
#form input[type='number'],
#form input[type='tel'],
#form input[type='date'],
#form select {
  height: 3.2em;
  padding: 0 1em;
}
#form input[type='checkbox'],
#form input[type='radio'] {
  margin-right: 0.25em;
}
#form input[type='date'],
#form textarea {
  vertical-align: top;
}
#form textarea {
  height: calc(11em + 2px);
  padding: 1em;
}

.wpcf7-not-valid-tip {
  font-size: 0.8em;
  font-weight: 700;
  padding-top: 0.25em;
  white-space: nowrap;

  position: absolute;
}
.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-list-item label {
  display: block;
}
.disabled {
  ime-mode: disabled;
}

#submit {
  max-width: 450px;
  text-align: center;
  padding-top: 4em;
}
#submit input[type='submit'],
#submit input[type='reset'] {
  height: 3.8em;
  color: #ffffff;
  font-size: 1em;
  font-weight: 700;
  border: none;
  box-sizing: border-box;
}
#submit input[type='submit'] {
  background: rgba(0, 0, 0, 0.45);
  width: 70%;
  letter-spacing: 0.75em;
  text-indent: 0.75em;
}
#submit input[type='reset'] {
  background: rgba(0, 0, 0, 0.15);
  width: 30%;
}


.wpcf7-response-output {
  text-align: center;
}

.hide {
  display: none;
}
input.readonly {
  border: 0;
}

.wpcf7-spinner,
.ajax-loader {
  display: none !important;
}
div.wpcf7-response-output,
div.wpcf7-display-none,
div.wpcf7-validation-errors {
  width: 100%;
  color: #323232;
  text-align: center;
  margin-left: auto !important;
  border: solid 1px #e6e6e6 !important;
  box-sizing: border-box;
}

.grecaptcha-badge {
  margin-right: -500px;
}



#xxx {
  clear: both;
  width: 90%;
  font-size: 14px;
  text-align: left;

  position: fixed;
  left: 0;
  top: 110%;
}
#xxx h1 {
  font-size: 1.3em;
}
#xxx h2 {
  font-size: 1.2em;
}
#xxx article {
  padding-top: 1em;
}
#xxx article * {
 line-height: 1.5em;
}
#xxx article a {
  display: block;
}
#xxx article a time {
  font-size: 0.85em;
}
#xxx article a h3 {
  font-size: 1.1em;
}


