@charset "UTF-8";
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, font, 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 {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  color: #524E46;
  font-family: "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.015em;
  font-feature-settings: "palt";
  background-color: #F8F6F2;
}

.container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 750px;
  padding: 0;
  overflow: hidden;
}

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

a:hover {
  text-decoration: underline;
}

a:focus, a:active {
  outline: none;
}

ul, ol {
  list-style: none;
}

.clear {
  clear: both;
}

.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}

.clearfix {
  min-height: 1px; /*IE6、7対策*/
}

/* ▼グロナビ▼ */
.toggle {
  z-index: 10000;
  width: 40px;
  cursor: pointer;
  transition: all 0.3s ease-out;
  visibility: visible;
  opacity: 1;
  overflow: hidden;
  position: fixed;
  top: 40px;
  right: 40px;
}
.toggle #one {
  width: 20px;
}
.toggle #two {
  width: 30px;
}
.toggle #three {
  width: 40px;
}

@media (max-width: sp_break_width) {
  .toggle {
    top: 20px;
    right: 20px;
  }
}
.toggle .span {
  height: 2px;
  background: col_brown;
  margin: 0 0 8px auto;
  backface-visibility: hidden;
  transition: all 0.2s linear;
}
.toggle .span:last-child {
  margin: 0 auto;
}

.toggle.on #one {
  transform: rotate(25deg) translateX(-4px) translateY(13px);
  background: #fff;
  width: 140%;
}

.toggle.on #two {
  opacity: 0;
  width: 0;
}

.toggle.on #three {
  transform: rotate(-25deg) translateX(0px) translateY(-12px);
  background: #fff;
  width: 140%;
}

nav {
  background: transparent;
  z-index: 1;
}

nav #brand {
  display: block;
  margin-left: 0;
  line-height: 0;
  width: 100%;
  padding: 85px 0;
  box-sizing: border-box;
  text-align: left;
  top: 0;
  z-index: 900;
  margin-bottom: 0;
  pointer-events: none;
}
nav #brand .container {
  max-width: 100%;
  position: relative;
  width: auto;
  display: flex;
  justify-content: center;
  padding: 0 40px;
  align-items: center;
  margin-bottom: 0;
}
nav #brand .logo {
  margin-right: auto;
  line-height: 0;
  position: relative;
  display: inline-block;
  pointer-events: initial;
}
nav #brand .logo svg {
  width: 90px;
}
nav #brand .logo .cls-1 {
  fill: col_brown;
}

@media (max-width: sp_break_width) {
  nav #brand {
    padding: 20px 0 50px;
    position: absolute;
  }
  nav #brand .container {
    padding: 0 20px;
  }
  nav #brand .logo svg {
    width: 60px;
  }
}
#resize {
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: all 0.3s ease-out;
  position: fixed;
  padding: 0 40px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  pointer-events: none;
  background: col_brown no-repeat center;
}
#resize .logo {
  position: absolute;
  top: 40px;
  left: 40px;
  display: inline-block;
  line-height: 0;
  z-index: 1;
}
#resize .logo svg {
  width: 90px;
}
#resize .logo svg .cls-1 {
  fill: col_white;
}
#resize nav {
  width: calc(100% - 170px);
  height: 100%;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#resize nav table td {
  vertical-align: middle;
  line-height: 50px;
  width: 380px;
}
#resize nav table td a {
  color: col_white;
}
#resize nav table td:first-child {
  font-size: 30px;
  font-weight: bold;
}
#resize nav table td:last-child {
  font-size: 18px;
}
#resize nav .sns_links {
  display: flex;
  margin-top: 70px;
}
#resize nav .sns_links li:first-child {
  border-right: 1px solid col_white;
  padding-right: 1em;
}
#resize nav .sns_links li:last-child {
  padding-left: 1em;
}
#resize nav .sns_links li {
  line-height: 18px;
}
#resize nav .sns_links li a {
  color: col_white;
  font-size: 18px;
  font-weight: normal;
}
#resize.active {
  visibility: visible !important;
  opacity: 1;
  display: block;
  pointer-events: unset;
}
#resize.active .header_logo {
  display: none;
}

@media (max-width: sp_break_width) {
  #resize {
    padding: 20px 20px !important;
  }
  #resize .logo {
    margin-bottom: 40px;
  }
  #resize .logo svg {
    width: 60px;
  }
  #resize nav table td {
    line-height: 1.3em;
    width: 100%;
    display: block;
  }
  #resize nav table td:first-child {
    font-size: 20px;
  }
  #resize nav table td:last-child {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #resize nav table tr:nth-last-child(2) td {
    margin-bottom: 0;
  }
  #resize nav .sns_links {
    margin-top: 40px;
  }
}
/* ▲グロナビ▲ */
#footer {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 67px 40px 71px;
}
#footer .container {
  margin: 0 auto;
  overflow: visible;
  width: 1186px;
  max-width: 100%;
}

@media (max-width: 600px) {
  #footer {
    padding: 40px 20px;
  }
}
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gothic {
  font-family: "Poppins", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.pager_single {
  margin-bottom: 180px;
}
.pager_single .info_tbl {
  width: 100%;
  table-layout: fixed;
}
.pager_single .info_tbl tr {
  display: flex;
}
.pager_single .info_tbl td:first-child {
  width: 148px;
  padding: 16px 0 23px;
  text-align: left;
  font-weight: lighter;
  border-top: 1px solid #e7dfdb;
  display: block;
}
.pager_single .info_tbl td:last-child {
  padding: 16px 0 23px;
  border-top: 1px solid #e7dfdb;
  display: block;
  width: calc(100% - 148px);
}
.pager_single .info_tbl a {
  color: col_brown;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.pager_single .info_tbl a:after {
  content: "";
  width: 50px;
  height: 11px;
  background: url("../images/arrow.svg") no-repeat;
  background-position: -12px center;
  background-size: 61px 11px;
  position: absolute;
  right: 0;
  bottom: 10px;
  overflow: hidden;
}
.pager_single .info_tbl a:hover:after {
  animation: anim 0.4s ease-out;
}

@media (max-width: sp_break_width) {
  .pager_single .info_tbl tr {
    display: block;
  }
  .pager_single .info_tbl td:first-child {
    width: 100%;
    padding: 16px 0 10px;
    font-size: 14px;
    line-height: 28px;
  }
  .pager_single .info_tbl td:last-child {
    padding: 0 0 23px;
    border-top: 0;
    width: 100%;
    font-size: 14px;
    line-height: 21px;
  }
  .pager_single .info_tbl a {
    color: col_brown;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  .pager_single .info_tbl a:after {
    content: "";
    width: 50px;
    height: 11px;
    background: url("../images/arrow.svg") no-repeat;
    background-position: -12px center;
    background-size: 61px 11px;
    position: absolute;
    right: 0;
    bottom: 10px;
    overflow: hidden;
  }
  .pager_single .info_tbl a:hover:after {
    animation: anim 0.4s ease-out;
  }
}
@keyframes anim {
  0% {
    background-position: -12px center;
  }
  20% {
    background-position: -37px center;
  }
  100% {
    background-position: -12px center;
  }
}
.info_link_wrap {
  margin-top: 47px;
  text-align: right;
}

.cm_lnk_btn {
  display: inline-block;
  color: col_brown;
  padding-right: 80px;
  position: relative;
  line-height: 1em;
  font-size: 18px;
  text-decoration: none !important;
}
.cm_lnk_btn:after {
  content: "";
  width: 61px;
  height: 11px;
  background: url("../images/arrow.svg") no-repeat;
  background-position: 0 center;
  background-size: 61px 11px;
  position: absolute;
  right: 0;
  bottom: 2px;
  overflow: hidden;
}
.cm_lnk_btn:hover:after {
  animation: anim2 0.4s ease-out;
}

@keyframes anim2 {
  0% {
    background-position: 0 center;
  }
  20% {
    background-position: -30px center;
  }
  100% {
    background-position: 0 center;
  }
}
.to_pagetop {
  text-align: right;
  line-height: 0;
  margin-bottom: 20px;
  padding: 0 20px;
}
.to_pagetop a {
  background: col_blue;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
}
.to_pagetop a svg {
  position: absolute;
  width: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.to_pagetop a:hover {
  text-decoration: none;
}

.pager {
  position: relative;
  margin-bottom: 180px;
}
.pager .container {
  margin-bottom: 0 !important;
}
.pager nav {
  width: 770px;
  max-width: 100%;
  margin-left: auto;
}
.pager nav .prev_link_wrap {
  margin-bottom: 25px;
}
.pager nav a {
  display: block;
  color: col_brown;
  padding-right: 80px;
  position: relative;
  line-height: 1em;
  font-size: 18px;
  width: 100%;
  padding: 16px 0 23px;
  border-top: 1px solid #e7dfdb;
  transition: all 0.3s linear;
}
.pager nav a:last-child {
  padding-bottom: 0;
}
.pager nav a:after {
  content: "";
  width: 61px;
  height: 11px;
  background: url("../images/arrow.svg") no-repeat;
  background-position: 0 center;
  background-size: 61px 11px;
  position: absolute;
  right: 0;
  bottom: 2px;
  overflow: hidden;
}
.pager nav a:hover {
  cursor: pointer;
  opacity: 0.7;
  text-decoration: none;
}
.pager nav a:hover:after {
  animation: anim2 0.4s ease-out;
}

.post.container {
  padding-bottom: 200px;
}

.content.container {
  padding-bottom: 200px;
}

.post_container h1 {
  font-size: 32px;
  line-height: 50px;
  margin-bottom: 60px;
}
.post_container p {
  margin-bottom: 30px;
}
.post_container a {
  color: col_brown;
  text-decoration: underline;
}
.post_container figure {
  margin-bottom: 60px;
}
.post_container > * {
  margin-bottom: 0;
}
.post_container img {
  max-width: 100%;
  height: auto;
}

br.pc {
  display: inline;
}

br.tb {
  display: none;
}

br.sp {
  display: none;
}

@media (max-width: tb_break_width) {
  br.pc {
    display: none;
  }
  br.tb {
    display: inline;
  }
  br.sp {
    display: none;
  }
}
@media (max-width: sp_break_width) {
  br.pc {
    display: none;
  }
  br.tb {
    display: none;
  }
  br.sp {
    display: inline;
  }
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: sp_break_width) {
  .alignleft {
    float: none;
    margin-right: 0;
  }
  .alignright {
    float: note;
    margin-left: 0;
  }
  .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.lazy_item {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.lazyloaded {
  opacity: 1;
}

.copyright {
  text-align: right;
  line-height: 1em;
  font-size: 12px;
  color: #6A6863;
}