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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

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

a img {
  border: none;
}

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

html {
  font-size: 100%;
  line-height: 1.125em;
}

@font-face {
  font-family: 'Ropa Sans';
  src: url("../fonts/RopaSans-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: 'Saira';
  src: url("../fonts/Saira-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 200;
  font-weight: normal;
}
@font-face {
  font-family: 'Saira';
  src: url("../fonts/Saira-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 500;
  font-weight: bold;
}
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa/webfonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa/webfonts/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../fonts/fa/webfonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa/webfonts/fa-light-300.ttf") format("truetype");
}
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, code, em, img, small,
strong, sub, sup, tt, center, dl, dt, dd,
ol, ul, li, fieldset, form, label, table,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, embed, figure, figcaption,
input, button, textarea, canvas, audio, video,
footer, header, hgroup, menu, nav, section {
  box-sizing: border-box;
}

/*-----------------------*/
/*     2. Variables      */
/*-----------------------*/
/*-----------------------*/
/*  3. Global settings   */
/*-----------------------*/
.display-font {
  font-family: "Pretty Momo", sans-serif;
  font-weight: normal;
}

.display-font-bold {
  font-family: "Pretty Momo", sans-serif;
  font-weight: bold;
}

.pc-only {
  display: block;
}
@media screen and (max-width: 864px) {
  .pc-only {
    display: none;
  }
}

.mobile-only {
  display: none;
}
@media screen and (max-width: 540px) {
  .mobile-only {
    display: block;
  }
}

.mobile-only-inline {
  display: none;
}
@media screen and (max-width: 540px) {
  .mobile-only-inline {
    display: inline-block;
  }
}

.mt20 {
  margin-top: 20px;
}

.tw-blue {
  color: #00aced !important;
}
.tw-blue:hover {
  color: rgba(0, 172, 237, 0.4) !important;
}
.tw-blue:link {
  color: #00aced;
}
.tw-blue:visited {
  color: #00aced;
}
.tw-blue:active {
  color: #00aced;
}
.tw-blue:focus {
  color: #00aced;
}

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

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

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

.inline-center {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.absolute-center, .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

a {
  color: #c3394c;
  text-decoration: none;
  transition: color,0.3s;
}
a:link {
  color: #706f6b;
}
a:visited {
  color: #706f6b;
}
a:hover {
  color: #bfbdb8;
}
a:focus {
  color: #706f6b;
}
a:active {
  color: #706f6b;
}

strong, h1, h2, h3, h4, h5, h6 {
  font-family: "UD Shin Go Conde90 M", sans-serif;
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 125%;
}

p {
  font-size: 100%;
  padding: 12px 0;
  line-height: 175%;
}

ul {
  list-style-type: disc;
  list-style-position: outside;
  padding: 6px 0 10px 24px;
}

li {
  font-size: 94%;
  padding: 0;
  line-height: 175%;
}

ol {
  list-style-type: decimal;
  padding-left: 30px;
}

.small {
  font-size: 84%;
}

.clearfix {
  clear: both;
}

.display-h2 {
  font-family: "Pretty Momo", sans-serif;
  border-left-style: none;
  margin: 24px 0 10px;
  padding: 6px 0px 6px 10px;
  font-size: 134%;
  color: #f7771d;
  background-color: rgba(247, 119, 29, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 540px) {
  .display-h2 {
    margin: 16px 0 8px;
    padding: 5px 0px 5px 8px;
    font-size: 120%;
  }
}

.display-h2b {
  font-family: "Pretty Momo", sans-serif;
  border-left-style: none;
  margin: 16px 0 8px;
  padding: 5px 0px 5px 8px;
  font-size: 120%;
  color: #f7771d;
  background-color: rgba(247, 119, 29, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
@media not screen and (max-width: 540px) {
  .display-h2b {
    display: none;
  }
}

h1 {
  margin: 0;
  padding: 56px 10px 5px 0;
  font-size: 160%;
}
@media screen and (max-width: 540px) {
  h1 {
    margin: 0;
    font-size: 134%;
  }
}

h2 {
  border-left: solid 6px #e0e0dc;
  margin: 24px 0 10px;
  padding: 6px 0px 6px 10px;
  font-size: 134%;
  overflow: hidden;
}
@media screen and (max-width: 540px) {
  h2 {
    margin: 16px 0 8px;
    padding: 5px 0px 5px 8px;
    font-size: 120%;
  }
}

h3 {
  border-bottom: solid 6px rgba(247, 119, 29, 0.3);
  margin: 24px 0 10px;
  padding: 16px 0px 0px 4px;
  font-size: 134%;
  overflow: hidden;
}
@media screen and (max-width: 540px) {
  h3 {
    border-bottom: solid px rgba(247, 119, 29, 0.3);
    margin: 16px 0 8px;
    padding: 15px 0px 0px 4px;
    font-size: 114%;
  }
}

h4 {
  border-bottom: solid 4px rgba(191, 189, 184, 0.3);
  margin: 20px 0 10px;
  padding: 6px 0px 2px 2px;
  font-size: 120%;
  overflow: hidden;
}
@media screen and (max-width: 540px) {
  h4 {
    border-bottom: solid 3px rgba(191, 189, 184, 0.3);
    margin: 14px 0 10px;
    padding: 5px 0px 2px 2px;
    font-size: 107%;
  }
}
h4.card-heading {
  border-style: none;
  margin: 6px 0 0 0;
  padding: 0 0 0 2px;
  font-size: 114%;
}
@media screen and (max-width: 540px) {
  h4.card-heading {
    font-size: 100%;
  }
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  -webkit-appearance: none;
  font-family: sans-serif !important;
}

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

/*-----------------------*/
/*      4. Overview      */
/*-----------------------*/
html {
  height: 100%;
  background-color: #fff;
}

body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  color: #706f6b;
  font-family: "UD Shin Go Conde90 L", sans-serif;
  font-weight: normal;
  font-weight: 300;
}

#wrap {
  position: relative;
  height: auto;
  min-width: 360px;
  min-height: 100%;
  padding-bottom: 49px;
  background-color: #fafaf7;
}

header, footer {
  width: 100%;
}

article {
  position: relative;
  max-width: 864px;
  min-width: 360px;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
  letter-spacing: 0.05em !important;
}
article p {
  letter-spacing: inherit !important;
}

.page_section {
  max-width: 540px;
  min-width: 360px;
}

header {
  position: relative;
  height: 60px;
  padding: 10px 15px;
}
header a {
  display: inline-block;
}
header h1 {
  position: relative;
  padding: 0;
  height: 40px;
  width: 160px;
}
header nav {
  position: absolute;
}
@media not screen and (max-width: 540px) {
  header nav {
    top: 0;
    right: 0;
    width: calc(100% - 160px);
  }
  header nav ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
    height: 60px;
    padding-right: 20px;
  }
  header nav ul a {
    display: block;
    font-family: "Ropa Sans", sans-serif;
    font-size: 107%;
    list-style: none;
    padding-top: 8px;
    text-align: center;
  }
  header nav ul a:first-child {
    flex-basis: 0px;
  }
  header nav ul a:nth-child(2) {
    flex-basis: 60px;
  }
  header nav ul a:nth-child(3) {
    flex-basis: 100px;
  }
  header nav ul a:last-child {
    flex-basis: 70px;
  }
}
@media screen and (max-width: 540px) {
  header nav {
    display: block;
    background-color: rgba(255, 255, 255, 0.6);
    top: 60px;
    left: 0;
    width: 100%;
    height: 25vw;
    z-index: -1000;
    opacity: 0;
    transition: opacity, 0.4s z-index, 0.4s;
  }
  header nav a {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-top: 4%;
    margin-right: 10px;
    font-family: "Ropa Sans", sans-serif;
    font-size: 80%;
    list-style: none;
    text-align: center;
    background-color: #fff;
    border: solid 1px #706f6b;
  }
  header nav a:hover {
    border: solid 1px #bfbdb8;
  }
  header nav a li {
    position: relative;
    top: 30px;
    left: 0;
  }
  header nav a:before {
    display: block;
    position: relative;
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 300;
    text-decoration: inherit;
    position: absolute;
    font-size: 147%;
    top: 10px;
    left: 20px;
  }
  header nav a:first-child:before {
    content: "\f80a";
  }
  header nav a:nth-child(2):before {
    content: "\f007";
  }
  header nav a:nth-child(3):before {
    content: "\f781";
  }
  header nav a:last-child:before {
    content: "\f4ad";
  }
}
@media screen and (max-width: 360px) {
  header nav {
    height: 90px;
  }
}
@media screen and (max-width: 540px) {
  header nav.active {
    z-index: 1000;
    opacity: 1;
  }
}

.tgl-sw {
  display: none;
}
@media screen and (max-width: 540px) {
  .tgl-sw {
    display: block;
    position: absolute;
    top: 12px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: color,0.3s;
    color: #706f6b;
    text-align: center;
  }
  .tgl-sw:hover {
    color: #bfbdb8;
  }
  .tgl-sw:before {
    display: block;
    content: "\f39c";
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 300;
    text-decoration: inherit;
    position: absolute;
    font-size: 134%;
    top: 10px;
    left: 10px;
    transition: content, 0.4s;
  }
  .tgl-sw.active:before {
    content: "\f00d";
  }
}

#top-img {
  width: 100%;
  height: 0;
  padding-top: 40%;
  background-image: url("../images/header-bg-pc.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 540px) {
  #top-img {
    background-image: url("../images/header-bg-sp.jpg");
    padding-top: 80%;
  }
}
@media screen and (max-width: 360px) {
  #top-img {
    padding-top: 288px;
  }
}

#head-img {
  position: relative;
  width: 100%;
  height: 25vw;
  background-image: url("../images/header-bg2.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 360px) {
  #head-img {
    padding-top: 90px;
  }
}
#head-img h1 {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Pretty Momo", sans-serif;
  color: #f7771d;
  font-size: 187%;
}
@media screen and (max-width: 640px) {
  #head-img h1 {
    font-size: 160%;
  }
}
@media screen and (max-width: 540px) {
  #head-img h1 {
    display: none;
  }
}

.sp-h1 {
  position: relative;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  font-family: "Pretty Momo", sans-serif;
  color: #f7771d;
  font-size: 147%;
}
@media not screen and (max-width: 540px) {
  .sp-h1 {
    display: none;
  }
}

.eyecatch {
  text-align: center;
  max-width: 640px;
  min-width: 336px;
  margin-left: auto;
  margin-right: auto;
}
.eyecatch img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

figcaption {
  font-size: 80%;
  text-align: center;
}

footer {
  display: block;
  position: fixed;
  bottom: 0;
  background-color: #fff;
  padding: 15px 0;
  border-top: solid 1px #e0e0dc;
  min-width: 320px;
}
footer p {
  font-family: "Saira", sans-serif;
  color: #706f6b;
  font-size: 80%;
  text-align: center;
  max-width: 1280px;
  padding: 0 12px;
  margin: 0 auto;
}
@media screen and (max-width: 864px) {
  footer p {
    text-align: center;
  }
}

#search-form input[type="text"] {
  box-sizing: border-box;
  width: calc(100% - 36px);
  height: 36px;
  background-color: #fff;
  border: solid 1px #d9d9d4;
  border-right: none;
  padding-left: 12px;
  padding-right: 4px;
  font-size: 80%;
  outline: none;
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  float: left;
}
#search-form ::placeholder {
  color: #bfbdb8;
  font-style: italic;
}

/*-----------------------*/
/*     Go to pagetop     */
/*-----------------------*/
#page-top {
  position: fixed;
  bottom: 30px;
  right: calc(50% - 20px);
  z-index: 2147483647;
  -moz-z-index: 2147483647;
  -webkit-z-index: 2147483647;
}
@media screen and (max-width: 864px) {
  #page-top {
    right: 25px;
  }
}

#page-top a {
  width: 40px;
  height: 40px;
  font-size: 167%;
  color: #fff;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.6);
  text-decoration: none;
  text-align: center;
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.7);
  -moz-box-shadow: 0 0 12px rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 0 12px rgba(255, 255, 255, 0.7);
  transition: transform 0.3s, background-color 0.3s, box-shadow 0.3s;
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
#page-top a i {
  margin-top: 5px;
}

#page-top a:hover {
  text-decoration: none;
  background-color: rgba(144, 144, 144, 0.6);
  box-shadow: 0 0 12px rgba(255, 239, 231, 0.7);
  -moz-box-shadow: 0 0 12px rgba(255, 239, 231, 0.7);
  -webkit-box-shadow: 0 0 12px rgba(255, 239, 231, 0.7);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.post_edit {
  display: inline-block;
  position: absolute;
  top: 16px;
  right: 12px;
  margin-top: 0;
  padding-left: 22px;
  color: #8a7c57;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 74%;
}
@media screen and (max-width: 540px) {
  .post_edit {
    top: 45px;
  }
}

.post_links {
  position: relative;
  margin: 10px 0 10px;
  border-top: dotted 1px #bfbdb8;
  height: 36px;
}
@media screen and (max-width: 540px) {
  .post_links {
    margin-bottom: 12px;
  }
}
.post_links .prev_post {
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 6px;
  font-family: "UD Shin Go Conde90 L", sans-serif;
  font-size: 87%;
}
.post_links .prev_post i {
  position: relative;
  top: -1px;
  font-size: 74%;
}
.post_links .next_post {
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 6px;
  font-family: "UD Shin Go Conde90 L", sans-serif;
  font-size: 87%;
}
.post_links .next_post i {
  position: relative;
  top: -1px;
  font-size: 74%;
}

/*-----------------------*/
/*     5. Card Design    */
/*-----------------------*/
.recent_box {
  display: block;
  transition: background-color, 0.3s;
  border-bottom: dotted 1px #ccc;
}
.recent_box img {
  transition: opacity, 0.3s;
}
.recent_box .thumb {
  transition: border-color, 0.3s;
}
.recent_box:hover {
  background-color: #fff;
}
.recent_box:hover img {
  opacity: 0.7;
}
.recent_box:hover .thumb {
  border-color: #eee;
}

.post_wrap {
  height: 80px;
  padding: 10px;
  clear: both;
}

.thumb {
  position: relative;
  width: 80px;
  height: 60px;
  overflow: hidden;
  float: left;
  border: solid 1px #ccc;
  border-radius: 6px;
}
.thumb img {
  display: block;
  width: 115px;
  height: auto;
}

.title {
  position: relative;
  width: calc(100% - 100px);
  padding-left: 10px;
  float: left;
}
.title .timestamp {
  font-size: 74%;
  margin: 0;
  padding: 0;
  padding-top: 4px;
}
.title h3 {
  border-left-style: none;
  margin: 0;
  padding: 0;
  padding-top: 4px;
}

.timestamp-ja {
  text-align: left;
  font-size: 94%;
  margin: 0;
  padding: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.post_header {
  text-align: right;
}
.post_header .timestamp {
  font-size: 74%;
  margin: 0;
  padding: 0;
  padding-top: 4px;
}

.recent_btn {
  display: inline-block;
  padding: 12px 4px 8px 4px;
  font-family: "Pretty Momo", sans-serif;
}

/*-----------------------*/
/*   8. Print settings   */
/*-----------------------*/
@media print {
  .unprint {
    display: none;
  }

  body {
    font-size: 80%;
  }

  .hcb_wrap {
    -webkit-print-color-adjust: exact;
  }
  .hcb_wrap code {
    font-size: 80% !important;
  }

  #contents {
    width: 100% !important;
  }

  #menu {
    display: none;
  }

  #page-top, #page-top a {
    display: none;
  }
}
