@charset 'utf-8';
/*
Theme Name: jikei-reserve
Theme URI: jikei-reserve
Description: jikei-reserve
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');


* {
  font-family: 'Inter', '游ゴシック体', 'YuGothic', '游ゴシック', 'Meiryo', 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'osaka', sans-serif;
  font-family: Meiryo,'Hiragino Kaku Gothic Pro','MS PGothic',sans-serif;
  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';
}

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;
}

table {
  border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6 { font-weight: 400; }

a:link,
a:visited,
.kc,
.base em {
  color: rgba(48, 56, 148, 1);
}
a:active,
a:hover {
  color: rgba(48, 56, 148, 0.5);
}
a {
  text-decoration: none;
}
:focus { outline: none; }

time,
i,
small {
  letter-spacing: 0 !important;
}

iframe {
  display: block;
}


input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input[type='tel'],
input[type='date'],
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: 1em;
  box-sizing: border-box;
}
input[type='email'],
input[type='tel'] {
  ime-mode: disabled;
}
input[type='submit'],
input[type='reset'] {
  cursor: pointer;
}



header,
nav,
footer,
main {
  color: #323232;
  font-size: 86%;
  line-height: 1.6;
  text-align: left;
}
header,
#mimg,
nav,
footer {
  min-width: 1000px;
}

#header,
#footer {
  width: 960px;
  box-sizing: border-box;
}


header {
  width: 100%;
  border-top: solid 6px rgba(48, 56, 148, 1);
  box-sizing: border-box;
}
#header {
  height: 76px;
  padding-top: 15px;
  position: relative;
}
#header img {
  height: 50px;
}

nav {
  border-top: solid 1px rgba(0, 0, 0, 0.25);
  border-bottom: solid 6px rgba(48, 56, 148, 1);
}
#nav {
  width: 1000px;
  text-align: center;
  border-left: solid 1px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}
#nav > div {
  float: left;
  width: 25%;
  width: 33.33%;
  height: 36px;
  border-right: solid 1px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}
#nav a {
  display: block;
  color: #000000;
  font-size: 1.05em;
  line-height: 36px;
}
#nav a:link,
#nav a:visited {
  background: none;
}
#nav a:active,
#nav a:hover {
  background: rgba(48, 56, 148, 0.4);
}
#nav > div > div {
  background: #ffffff;
  height: 0;

  position: relative;
  z-index: 10;
  transition: height 0.4s;
  overflow: hidden;
}
#nav > div > div a {
  border-top: dotted 1px rgba(0, 0, 0, 0.5);
}
#nav > div > div a:last-of-type {
  border-bottom: dotted 1px rgba(0, 0, 0, 0.5);
}


footer {
  clear: both;
  margin-top: 100px;
  padding-top: 20px;
  padding-bottom: 26px;
  border-top: solid 6px rgba(48, 56, 148, 1);
}
#footer {
  font-size: 13px;
  padding-top: 12px;
  height: 50px;
  padding-left: 80px;
  position: relative;
}
#footer a {
  display: block;
  width: 60px;

  position: absolute;
  top: 0;
  left: 0;
}
#footer p,
#footer p * {
  line-height: 22px;
}
#footer p span {
  display: inline-block;
  background: rgba(48, 56, 148, 1);
  color: #ffffff;
  margin-right: 16px;
  padding-right: 2px;
  padding-left: 5px;
  position: relative;
}
#footer p span:after {
  content: '';
  border-top: solid 11px transparent;
  border-bottom: solid 11px transparent;
  border-left: solid 8px rgba(48, 56, 148, 1);

  position: absolute;
  top: 0;
  left: 100%;
}


main {
  clear: both;
  padding-top: 50px;
}


/*
#side {
  float: right;
  width: 210px;
}
*/

#main {
/*
  float: left;
*/
  width: 710px;
}


#navigation {
  clear: both;
  font-size: 0.9em;
  text-align: center;
  margin-top: 60px;
  margin-right: 10px;
  margin-left: 10px;
  box-sizing: border-box;
}
.wp-pagenavi {
  position: relative;
}
#navigation * {
  line-height: 3em;
  vertical-align: bottom;
}
.wp-pagenavi *,
#navigation p.right * {
  letter-spacing: 0;
}
.wp-pagenavi span,
.wp-pagenavi a,
#navigation p.right a {
  display: inline-block;
  min-width: 2.8em;
  height: 3em;
  text-decoration: none !important;
  margin: 0 0.1em;
  padding: 0 0.1em;

  position: relative;
  overflow: hidden;
}
.wp-pagenavi span {
  background: rgba(48, 56, 148, 0.15);
  color: rgba(48, 56, 148, 1);
}
.wp-pagenavi a:link,
.wp-pagenavi a:visited,
#navigation p.right a:link,
#navigation p.right a:visited {
  background: rgba(48, 56, 148, 0.05);
  color: #000000;
}
.wp-pagenavi a:active,
.wp-pagenavi a:hover,
#navigation p.right a:active,
#navigation p.right a:hover {
  background: rgba(48, 56, 148, 0.4);
  color: #ffffff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.wp-pagenavi .previouspostslink { left: 0; }
.wp-pagenavi .nextpostslink { right: 0; }
.wp-pagenavi .previouspostslink i,
.wp-pagenavi .nextpostslink i {
  display: block;
  font-size: 0.88em;
  line-height: initial !important;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#navigation p.left a {
  font-weight: 700;
  padding-left: 0.75em;
  position: relative;
}
#navigation p.left a:before {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-size: 0.7em;
  line-height: initial;

  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
}


#nodata {
  background: #f6f6f6;
  text-align: center;
  padding: 80px 0;

  border-radius: 10px;
  position: relative;
}


.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}

.min,
.min-,
.min- * {
  font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pr6 W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'Noto Serif JP', serif;
}

.c {
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.cc,
.lc {
  position: relative;
}
.cc {
  overflow: hidden;
}
.cc > *,
.lc > * {
  position: absolute;
  top: 50%;
}
.cc > * {
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.lc > * {
  left: 0;
  transform: translate3d(0, -50%, 0);
}
.h img {
  max-width: 10000%;
  height: 100%;
}


a,
input[type='submit'],
input[type='reset'],
button,
.tw {
  transition: all 1.0s cubic-bezier(0.2, 1.0, 0.2, 1.0);
}

.alignnone {
}
.aligncenter {
  display: block;
}
.alignleft {
  float: left;
  margin-right: 1em;
}
.alignright {
  float: right;
  margin-left: 1em;
}
.size-thumbnail img,
.size-medium img,
.size-large img,
.size-full img {
  max-height: 640px;
}
.size-thumbnail {
  max-width: 40%;
}
.size-medium {
  max-width: 70%;
}

.alpha:active,
.alpha:hover {
  opacity: 0.5;
}

.base,
.base * {
  line-height: 2em;
}
.base > p {
  min-height: 1em;
}
.base h1, .base h2, .base h3, .base h4, .base h5, .base h6, .base strong { color: #323232; }
.base h1, .base h2, .base h3, .base h4, .base h5, .base h6, .base p, .base figure { padding-top: 1em; }
.base figure { margin-bottom: 0; }
.base figure img { height: auto; margin-top: 0.4em; margin-bottom: 0.4em; }
.base figcaption { font-size: 0.9em; text-align: center; margin-bottom: 0; }
.base .wp-block-embed {
  padding-top: 1em;
  padding-bottom: 1em;
}
.base .wp-block-embed__wrapper {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.base .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;

  position: absolute;
  top: 0;
  left: 0;
}
.base h1 { font-size: 1.4em; }
.base h1, .base h1 * { line-height: 1.6em; padding-bottom: 0.2em; }
.base h2 { font-size: 1.3em; }
.base h2, .base h2 * { line-height: 1.7em; padding-bottom: 0.15em; }
.base h3 { font-size: 1.2em; }
.base h3, .base h3 * { line-height: 1.8em; padding-bottom: 0.1em; }
.base h4 { font-size: 1.1em; }
.base h4, .base h4 * { line-height: 1.9em; padding-bottom: 0.05em; }
.base h5 { font-size: 0.9em; }
.base h6 { font-size: 0.85em; }
.base ol, .base ul { padding-top: 0.5em; }
.base ol { margin-left: 1.6em; }
.base ul { margin-left: 1.2em; }
.base 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;
}



#mimg {
  background: url('image/mb.jpg') no-repeat center / cover;
  height: 169px;
}
#mimg img {
  display: block;
  max-height: 100%;
}



#hnews,
#hnews *,
#hguid,
#hguid * {
  line-height: 1.75em;
}

#hnews {
  padding-bottom: 75px;
}
#hnews > h2 {
  font-size: 1em;
  text-align: center;
  margin-bottom: 0.5em;
}
#hnews > h2 a {
  display: block;
  background: rgba(0, 171, 172, 1);
  color: #ffffff;
  line-height: 27px;
}
#hnews .nlist:last-of-type {
  border-bottom: none;
}
#hnews .nlist a {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
#ctitle {
  background: rgba(0, 171, 172, 1);
  color: #ffffff;
  font-size: 1.25em;
  line-height: 2.2em;
  margin-bottom: 0.25em;
  text-align: center;
}
.nlist {
  border-bottom: dotted 1px rgba(0, 0, 0, 0.5);
  padding: 0 10px;
}
.nlist a {
  display: block;
  color: #323232;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 135px;
  position: relative;
}
.nlist a:before,
.nlist a time {
  position: absolute;
}
.nlist a:before {
  content: '▶';
  color: rgba(0, 171, 172, 1);
  left: 0;
}
.nlist a time {
  display: inline-block;
  left: 20px;
}
.nlist a time:before { content: '［'; }
.nlist a time:after { content: '］'; }


#hguid {
  padding: 50px 10px;
  border-top: solid 1px rgba(0, 171, 172, 1);
  border-bottom: solid 1px rgba(0, 171, 172, 1);
}

#hguid {
  padding-bottom: 45px;
}
#hguid h2 {
  color: rgba(82, 135, 198, 1);
  font-size: 1.15em;
  font-weight: 700;
}
#hguid h2:after {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.15);
  width: 410px;
  height: 1px;
  margin-top: 5px;
  margin-right: 0;
  margin-left: auto;
}
#hguid h3 {
  color: rgba(0, 0, 0, 1);
  font-size: 1.1em;
  font-weight: 700;
  margin-top: 30px;
}
#hguid h3:before {
  content: '■';
  color: rgba(82, 135, 198, 1);
}
#hguid ol {
  margin-left: 1.6em;
}
#hguid li,
#hguid > div > p:nth-of-type(1) {
  padding-top: 0.5em;
}
#hguid p {
  padding-top: 2em;
}
a[href$='.pdf']:after {
  content: '';
  display: inline-block;
  background: url('image/pdf.svg') no-repeat center / contain;
  width: 22px;
  height: 25px;
  vertical-align: middle;
  margin-left: 0.25em;
}


#pcredit {
  margin-bottom: 1em;
  padding: 2em 10px 1em;
  border-bottom: dotted 1px rgba(0, 0, 0, 0.5);
}
#pcredit  time {
  display: block;
  padding-bottom: 0.3em;
}
#pcredit  time:before { content: '［'; }
#pcredit  time:after { content: '］'; }
#pcredit h1 {
  font-size: 1.25em;
}
.base {
  padding-right: 10px;
  padding-left: 10px;
}



#ptitle {
  Xwidth: 100%;
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 1.25em;
  Xmargin-left: -10px;
  padding: 0.75em 10px;
  border-top: solid 1px #bfbfbf;
  border-bottom: dotted 1px #bfbfbf;
}



