/*
Theme Name: あんじょう製畳店
Text Domain: anjotatami
Version: 1.0-beta00
Author: FINDCOLOR.ex
Author URI: https://fc-ex.co.jp/
*/
@charset "UTF-8";

div#breadcrumbs {
  margin: 50px auto 30px;
}

/*reset
────────────────────────────────────*/
/*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;
  vertical-align: baseline;
}*/
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,*::before,*::after{box-sizing:border-box}*{margin:0}html,body{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{/*display:block;*/max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}
html {
  font-size: 62.5%; /* 10px */
  -webkit-text-size-adjust: 100%;
}
body {
  overflow-x: hidden;
  width: auto;
  color: #222222;
  font-size: 1.6rem;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "游ゴシック体", "游ゴシック Medium", "游ゴシック", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  padding-top: 0 !important;
  line-height: 1.7;
  position: relative;
}
b, strong, .bold {
  font-family: YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, "Segoe UI", Verdana, Meiryo, sans-serif;
}
ul {padding-left: 0;}
/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

@font-face {
  font-family: 'HomemadeApple';
  font-display: swap;
  src: local('Homemade Apple'),
  url('./fonts/HomemadeApple-Regular.ttf') format('truetype');
}
.HomemadeApple {
  font-family: 'HomemadeApple';
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}
h2, h3, h4, h5, h6 {
  line-height: 1.5;
}
ul li {
  list-style: none;
  line-height: 1.7;
}
img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  align-self: flex-start;
}
figure img {
  width: 100%;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
/*common
────────────────────────────────────*/
a {
  color: #222222;
  text-decoration: none;
  display: inline-block;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
  position: absolute;
}
br.br1141, br.br1140, br.br768, br.br540, br.br415 {
  display: none;
}
body {
  position: relative;
}
main {
  margin-top: -100px;
  overflow-x: hidden;
}
.inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nowrap {
  white-space: nowrap;
}
ul.dot li {
  position: relative;
  padding-left: 1.5rem;
}
ul.dot li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}
ul.list_kome li {
  position: relative;
  padding-left: 1.8rem;
}
ul.list_kome li::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}
a.link_txt_arrow {
  color: #00974b;
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
}
a.link_txt_arrow::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #00974b;
  border-right: solid 2px #00974b;
  border-radius: 2px;
  -ms-transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 48%;
  left: 0;
}
.btn01 {
  width: 100%;
  max-width: 260px;
  font-size: 1.6rem;
  font-weight: bold;
  background: #32a74f;
  color: #fff;
  border-radius: 4.5px;
  align-self: flex-end;
  min-height: 40px;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
}
.btn01 span {
  position: relative;
  padding-left: 30px;
}
.btn01 span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 19px;
  height: 1px;
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn01 span::after {
  content: '';
  position: absolute;
  top: calc(50% + -3px);
  left: 10px;
  width: 10px;
  height: 1px;
  background: #fff;
  transform: rotate(40deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn01:hover {
  opacity: 1;
}
.btn01:hover span::before {
  transform: translateX(5px);
}
.btn01:hover span::after {
  transform: rotate(40deg) translateY(-4px) translateX(5px);
}
.btn01.blue {
  background: #39a3d4;
}
.btn01.dblue {
  background: #0c4ea8;
}
.font_min {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.txt_red {
  color: #d83838;
}
.txt_green {
  color: #00974b;
}
.t_center {
  text-align: center;
}
.marker_y {
  background: #fff191;
}
.ttl_style01 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ttl_style01 figure {
  padding-left: 55px;
}

.ttl_style01 figure img {
  width: auto;
}
.ttl_style01 span {
  width: 100%;
  font-size: 2.4rem;
  font-weight: bold;
}
.ttl_style01 span:nth-of-type(2) {
  padding-top: .5em;
  font-family: 'TsukuARdGothic';
}
.home .ttl_style01 span.main-ttl-en {
  position:relative;
  display: inline-block;
  font-size: 4rem;
}
.main-ttl-en,
.sub-ttl-en {
  font-size: 4rem;
  font-family: 'HomemadeApple';
  line-height: 1;
}
.main-ttl-en:after/*,
.main-ttl-en.thin-pen:before*/,
.sub-ttl-en:after {
  height: 52px;
  content: "";
  display: block;
  width: 48px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 42px;
  right: -60px;
}
.main-ttl-en:after,
.sub-ttl-en:after {
  background: url(./images/tatami/pen.png) no-repeat;
}

/* sub-ttl -> */
.sub-ttl {
  position: relative;
/*  margin: 0 auto 80px;*/
  margin: 20px auto 80px;
  width: 100%;
/*  height: 260px;*/
  height: auto;
  text-align: center;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.page .sub-ttl/*,
.tatami .sub-ttl,
.fusuma .sub-ttl,
.shouji .sub-ttl,
.amido .sub-ttl*/ {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub-ttl-txt{
/*  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);*/
  text-align: center;
}
.page .sub-ttl-txt/*,
.tatami .main-ttl-txt,
.fusuma .main-ttl-txt,
.shouji .main-ttl-txt,
.amido .main-ttl-txt*/ {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  transform: inherit;
  -webkit-transform: inherit;
  -ms-transform: inherit;
}

@media screen and (max-width:540px) {
  .sub-ttl-en {
    font-size: 2rem;
  }
  .home .ttl_style01 span.main-ttl-en {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 415px) {
  /*.home .ttl_style01 span.main-ttl-en {
    font-size: 2.8rem;
  }*/
}
/* <- sub-ttl */

.top_promise .main-ttl-en.thin-pen:after {
  right: 330px;
}
.top_performance .main-ttl-en.thin-pen:after {
  right: -10px;
}
.top_achievements .main-ttl-en.thin-pen:after{
  right: 0;
}
.top_promise .main-ttl-en.thin-pen:after,
.top_performance .main-ttl-en.thin-pen:after,
.top_achievements .main-ttl-en.thin-pen:after {
  bottom: 8px;
}
.mt35 {
  margin-top: 35px;
}
.mt55 {
  margin-top: 55px;
}
/*レスポンシブ
────────────────────────────────────*/
@media screen and (max-width: 1220px) {
  .inner {
    width: calc(100% - 40px);
  }
}
@media(min-width: 1141px) {
  br.br1141 {
    display: inline-block;
  }
}
@media screen and (max-width:1140px) {
/*  .inner {
    width: calc(100% - 40px);
  }*/
  br.br1141 {
    display: none;
  }
  br.br1140 {
    display: inline-block;
  }
}
@media(min-width: 769px) {
  /*769px以上の時は電話発信を無効*/
  a[href^="tel:"],
  header .header_box02 .tel a, 
  footer .area_contact .wrap_tel a {
    pointer-events: none;
  }
}
@media screen and (max-width:768px) {
  a.anchor {
    padding-top: 85px;
    margin-top: -85px;
  }
  br.br1140 {
    display: none;
  }
  br.br768 {
    display: inline-block;
  }
  main {
    margin-top: 90px;
  }
  .measures main {
    padding-top: 90px;
  }
  .mt35 {
    margin-top: 25px;
  }
  .mt55 {
    margin-top: 40px;
  }
  .main-ttl-en:after {
    width: 32px;
    height: 32px;
    background-size: contain;
    right: -40px;
  }
  .privacy .main-ttl-en:after {
    bottom: 60px;
  }
}
@media screen and (max-width:540px) {
  html {
    font-size: 58.334%;
  }
  a.anchor {
    padding-top: 65px;
    margin-top: -65px;
  }
  br.br768 {
    display: none;
  }
  br.br540 {
    display: inline-block;
  }
  main {
    margin-top: 58px;
  }
  .measures main {
    padding-top: 58px;
  }
  .inner {
    width: calc(100% - 30px);
  }
  .ttl_style01 {
    padding: 0 3%;
  }
  .ttl_style01 figure {
    padding-left: 15px;
  }
  .ttl_style01 span {
    font-size: 1.8rem;
    margin-top: 2px;
  }
  .mt35 {
    margin-top: 20px;
  }
  .mt55 {
    margin-top: 30px;
  }
}
@media screen and (max-width:415px) {
  br.br540 {
    display: none;
  }
  br.br415 {
    display: inline-block;
  }
/*  .measures main {
    padding-top: 0;
  }*/
}
/*header
────────────────────────────────────*/
header {
  top: -100px;
  z-index: 10;
  margin-top: 100px;
  position: relative;
  border-top: #00974b 16px solid;
  padding: 0 0 6px;
  background: #fff;
}
header .inner {
  max-width: 1200px;
}
header .header_top {
  align-items: center;
  padding: 20px 0 16px;
}
header .header_logo {
  width: 250px;
}
header .header_logo a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
header .header_logo img {
  vertical-align: top;
}
header .header_logo .logo {
  max-width: 245px;
  margin-top: 3%;
}
header div.header_logo img:nth-of-type(2) {
  max-width: 245px;
  margin-top: 3%;
}
header .header_box01 {
  width: calc((100% - 250px) * .431);
}
header .header_box01 .card {
  width: 47.6%;
  border: 1px #a2a2a2 solid;
  border-radius: 8px;
  text-align: center;
  align-self: center;
  padding: 5px 4px 2px;
}
header .header_box01 .card p {
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 4px;
}
header .header_box01 .card img {
  width: 100%;
  max-width: 153px;
}
header .header_box01 .free {
  font-size: 2.2rem;
  font-weight: bold;
  color: #d83838;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header_box01 .free::before {
  content: '';
  width: 14px;
  height: 36px;
  background: url("images/common/deco01_l.svg")no-repeat;
  display: inline-block;
  background-size: contain;
  margin: 0 6px 4px 0;
}
header .header_box01 .free::after {
  content: '';
  width: 14px;
  height: 36px;
  background: url("images/common/deco01_r.svg")no-repeat;
  display: inline-block;
  background-size: contain;
  margin: 0 0 4px 6px;
}
header .header_box02 {
  width: calc((100% - 250px) * .538);
  align-items: center;
}
header .header_box02 .tel {
  width: 48.1%;
  text-align: center;
  margin-top: 4px;
}
header .header_box02 .tel p {
  font-size: 1.4rem;
  margin-top: 8px;
  line-height: 1;
}
header .header_box02 .btn_contact {
  width: 49.2%;
}
header .global_nav {}
header .gnav_ul {
  justify-content: center;
}
header .gnav_li {
  width: calc(100% / 6);
  max-width: 178px;
  border-left: #000000 1px solid;
  padding: 0 3px;
}
header .gnav_li:last-of-type {
  border-right: #000000 1px solid;
}
header .gnav_li a {
  text-align: center;
  padding: 8px 3px 5px;
  display: block;
}
header .gnav_li a:hover {
  background: #ffffa1;
  opacity: 1;
}
header .gnav_li a img {
  width: 80%;
  max-width: 43px;
}
header .gnav_li a p {
  font-size: 2.9rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin-top: 6px;
}
header .gnav_li a p span {
  font-size: 1.6rem;
  margin-left: 2px;
}
header .drawerBtn {
  display: none;
}
/*---header 固定化されたときのCSS-----*/
header.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  -o-transition: top 0.65s ease-in;
  width: 100%;
  border-top: #00974b 8px solid;
}
header.fixed .inner {}
header.fixed .header_top {
  padding: 10px 0 8px;
}
header.fixed .header_logo {
  width: 200px;
}
header.fixed .header_logo .logo,
header div.header_logo img:nth-of-type(2) {
  max-width: 100%;
}
header.fixed .header_box01 {
  max-width: 323px;
}
header.fixed .header_box01 .card p {
  font-size: 1.1rem;
  margin-bottom: 2px;
}
header.fixed .header_box01 .free {
  font-size: 1.65rem;
}
header.fixed .header_box02 {
  max-width: 404px;
}
header.fixed .header_box02 .tel p {
  font-size: 1.3rem;
  margin-top: 5px;
}
header.fixed .gnav_li a {
  padding: 3px 2px 3px;
}
header.fixed .gnav_li a p {
  font-size: 2rem;
}
header.fixed .gnav_li a p span {
  font-size: 1.4rem;
}
header.fixed .gnav_li a img {
  max-width: 33px;
}
/*footer
────────────────────────────────────*/
footer {
  text-align: center;
  padding: 65px 0 5px;
  border-bottom: #00974b 16px solid;
}
footer .footer_logo {
  width: 80%;
  max-width: 323px;
}
footer .footer_logo .logo_sub {
  padding: 0 2.8%;
  margin-bottom: 2%;
}
footer .free {
  font-size: 2.75rem;
  font-weight: bold;
  color: #d83838;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
footer .free::before {
  content: '';
  width: 14px;
  height: 36px;
  background: url("images/common/deco01_l.svg")no-repeat;
  display: inline-block;
  background-size: contain;
  margin: 0 6px 4px 0;
}
footer .free::after {
  content: '';
  width: 14px;
  height: 36px;
  background: url("images/common/deco01_r.svg")no-repeat;
  display: inline-block;
  background-size: contain;
  margin: 0 0 4px 6px;
}
footer .area_contact {
  justify-content: center;
  margin-top: 20px;
}
footer .area_contact .wrap_tel, footer .area_contact .wrap_mail {
  width: 48.6%;
  max-width: 410px;
}
footer .area_contact .wrap_tel {
  margin-right: 2.8%;
}
footer .area_contact .box,
footer .area_contact .wrap_tel a {
  width: 100%;
  min-height: 80px;
  border-radius: 6.7px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #32a74f;
  color: #fff;
  padding: 10px 10px;
}
footer .area_contact .tel p,
footer .area_contact .wrap_tel a p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}
footer .area_contact .tel img,
footer .area_contact .wrap_tel a img {
  max-width: 225px;
}
footer .area_contact .mail {
  font-size: 2.4rem;
  font-weight: bold;
}
footer .area_contact .mail::before {
  content: '';
  background: url("images/common/icon_mail_w.svg") no-repeat;
  width: 25px;
  height: 17px;
  display: inline-block;
  background-size: contain;
  margin-right: 6px;
}
footer .area_contact .box + p,
footer .area_contact .wrap_tel a + p {
  font-size: 1.65rem;
  margin-top: 3px;
}
footer .card {
  margin-top: 35px;
}
footer .card img {
  width: 100%;
  max-width: 245px;
}
footer .card p {
  font-size: 1.8rem;
  margin: 10px 0 40px;
}
footer .card p .txt_s {
  font-size: 1.6rem;
  display: block;
}
footer .card {}
footer .copylight {}
@media screen and (max-width:1240px) {
  header .inner {
    width: calc(100% - 40px);
  }
  header .header_box01 .free {
    font-size: 2rem;
  }
}
@media screen and (max-width:1140px) {
  header .header_box01 .free {
    font-size: 1.7rem;
  }
  header .header_box01 .free::before {
    width: 12px;
    height: 30px;
    margin: 0 3px 5px 0;
  }
  header .header_box01 .free::after {
    width: 12px;
    height: 30px;
    margin: 0 0 5px 3px;
  }
  header .header_box02 .tel p {
    font-size: 1.2rem;
    margin-top: 5px;
  }
  header .gnav_li a p {
    font-size: 2.4rem;
  }
}
@media screen and (max-width:1000px) {
  header .header_top {
    padding: 15px 0 11px;
  }
  header .header_box01 {
    width: 185px;
    justify-content: center;
    align-self: flex-start;
    margin-left: auto;
    margin-right: 2.5%;
  }
  header .header_box01 .card {
    width: 100%;
    max-width: 193px;
    padding: 5.15px 4px 2px;
  }
  header .header_box01 .free {
    font-size: 2rem;
    margin-top: 8px;
  }
  header .header_box01 .free::before {
    margin: 0 4px 2px 0;
  }
  header .header_box01 .free::after {
    margin: 0 0 2px 4px;
  }
  header .header_box02 {
    width: 246.7px;
  }
  header .header_box02 .tel {
    width: 100%;
    order: 2;
    margin-top: 10px;
  }
  header .header_box02 .btn_contact {
    width: 100%;
  }
  header .gnav_li a p {
    font-size: 1.95rem;
  }
  header.fixed .header_box01 {
    display: none;
  }
  header.fixed .header_box02 {
    width: calc(100% - 280px);
  }
  header.fixed .header_box02 .btn_contact {
    width: 49.2%;
  }
  header.fixed .header_box02 .tel {
    order: 0;
    width: 48.1%;
    margin-top: 4px;
  }
}
@media screen and (min-width:769px) {
  .drawerMenu {
    display: none;
  }
}
@media screen and (max-width:768px) {
  header {
    position: fixed;
    top: 0;
    width: 100%;
    margin-top: 0;
    border-top: #00974b 10px solid;
    padding: 0;
  }
  header .inner {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header_top {
    padding: 0;
    width: 100%;
  }
  header .header_logo .logo {
    width: 100%;
  }
  header .global_nav {
    display: none;
  }
  header .header_box01, header .header_box02 {
    display: none;
  }
  header .drawerBtn {
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #00974b;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
  }
  header .drawerBtn > div {
    width: 27px;
    height: auto;
  }
  header .drawerBtn span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: .3s;
    border-radius: 2px;
  }
  header .drawerBtn span + span {
    margin-top: 7px;
  }
  header .drawerBtn.on span:nth-of-type(1) {
    transform: rotate(135deg) translate(6px, -6px);
  }
  header .drawerBtn.on span:nth-of-type(2) {
    opacity: 0;
  }
  header .drawerBtn.on span:nth-of-type(3) {
    transform: rotate(-135deg) translate(6.5px, 6px);
  }
  .drawerMenu {
    display: block;
    padding: 20px 0 150px;
    visibility: hidden;
    z-index: 11;
    position: fixed;
    top: 90px;
    right: 0;
    width: 80%;
    height: 100%;
    max-width: 350px;
    overflow-y: auto;
    background: #e4f3d8;
    transition: all .3s;
    transform: translateX(350px);
    font-size: 1.5rem;
  }
  .drawerMenu.on {
    visibility: visible;
    transition: all .3s;
    transform: translateX(0);
  }
  .drawerMenu_content {
    padding: 0 20px;
  }
  .drawerMenu_title {
    margin-top: 9px;
  }
  .drawerMenu_title a {
    background: #fff;
    width: 100%;
    padding: 0 20px 0 10px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    height: 55px;
    position: relative;
  }
  .drawerMenu_title a:after {
    display: block;
    position: absolute;
    top: 22px;
    right: 15px;
    content: '';
    width: 9px;
    height: 9px;
    border-top: solid 2px #222222;
    border-right: solid 2px #222222;
    transform: rotate(45deg) translateY(0);
    pointer-events: none;
  }
  .drawerMenu_title img {
    width: 35px;
    align-self: center;
  }
  .drawerMenu_title p {
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1;
    margin-left: 8px;
  }
  .drawerMenu_title p span {
    font-weight: normal;
    font-size: 1.5rem;
    margin-left: 3px;
  }
  .drawer_box01 {
    width: 100%;
    padding: 0 20px;
    margin: 30px 0 20px;
    display: flex;
    justify-content: center;
  }
  .drawer_box01 .card {
    width: 100%;
    max-width: 250px;
    border: 1px #a2a2a2 solid;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    align-self: center;
    padding: 5px 4px 2px;
  }
  .drawer_box01 .card p {
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 4px;
  }
  .drawer_box01 .card img {
    width: 100%;
    max-width: 153px;
  }
  .drawer_box01 .free {
    font-size: 2.2rem;
    font-weight: bold;
    color: #d83838;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
  }
  .drawer_box01 .free::before {
    content: '';
    width: 14px;
    height: 36px;
    background: url("images/common/deco01_l.svg")no-repeat;
    display: inline-block;
    background-size: contain;
    margin: 0 6px 4px 0;
  }
  .drawer_box01 .free::after {
    content: '';
    width: 14px;
    height: 36px;
    background: url("images/common/deco01_r.svg")no-repeat;
    display: inline-block;
    background-size: contain;
    margin: 0 0 4px 6px;
  }
  .drawer_box02 {
    width: 100%;
    padding: 0 20px;
    align-items: center;
  }
  .drawer_box02 .tel {
    width: 100%;
    text-align: center;
    margin-top: 4px;
  }
  .drawer_box02 .tel p {
    font-size: 1.4rem;
    margin-top: 8px;
    line-height: 1;
  }
  .drawer_box02 .btn_contact {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 100px;
  }
  .overlay {
    display: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    position: absolute;
    z-index: 9;
  }
  .drawerMenu.on + .overlay {
    display: block;
    animation: show 0.2s linear 0s;
  }
  footer {
    font-size: 1.55rem;
    border-bottom: #00974b 10px solid;
  }
  footer .footer_logo {
    max-width: 250px;
  }
  footer .free {
    font-size: 2.2rem;
    margin-top: 25px;
  }
  footer .area_contact .tel p,
  footer .area_contact .wrap_tel a p {
    font-size: 1.7rem;
  }
  footer .area_contact .mail {
    font-size: 1.8rem;
  }
  footer .area_contact .mail::before {
    display: block;
    margin-right: 0;
  }
  footer .area_contact .mail p {
    width: 100%;
  }
  footer .area_contact .box + p {
    font-size: 1.55rem;
    margin-top: 3px;
  }
  footer .card p {
    font-size: 1.55rem;
  }
  footer .card p .txt_s {
    font-size: 1.5rem;
  }
}
@media screen and (max-width:540px) {
  header {
    border-top: #00974b 3px solid;
  }
  header .inner {
    height: 55px;
    width: calc(100% - 20px);
  }
  header .header_logo {
    width: 170px;
  }
  header .drawerBtn {
    width: 45px;
    height: 45px;
  }
  header .drawerBtn > div {
    width: 25px;
  }
  header .drawerBtn span + span {
    margin-top: 6px;
  }
  header .drawerBtn.on span:nth-of-type(3) {
    transform: rotate(-135deg) translate(5px, 5px);
  }
  .drawerMenu {
    top: 58px;
    padding: 10px 0 105px;
  }
  .drawerMenu_content {
    padding: 0 15px;
  }
  .drawerMenu_title {
    margin-top: 8px;
  }
  .drawerMenu_title a {
    padding: 0 20px 0 9px;
    height: 45px;
  }
  .drawer_box01 {
    padding: 0 15px;
    margin: 25px 0 15px;
  }
  .drawer_box02 {
    padding: 0 15px;
  }
  footer {
    padding: 30px 0 5px;
    font-size: 1.5rem;
    border-bottom: #00974b 4px solid;
  }
  footer .footer_logo {
    max-width: 230px;
  }
  footer .free {
    font-size: 2rem;
    margin-top: 15px;
  }
  footer .free::before, footer .free::after {
    width: 12px;
    height: 31px;
  }
  footer .area_contact {
    margin-top: 10px;
  }
  footer .area_contact .box {
    min-height: 63px;
  }
  footer .area_contact .wrap_tel, footer .area_contact .wrap_mail {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  footer .area_contact .tel img,
  footer .area_contact .wrap_tel a img {
    max-width: 175px;
  }
  footer .area_contact .tel p,
  footer .area_contact .wrap_tel a p {
    margin-bottom: 3px;
    font-size: 1.6rem;
  }
  footer .area_contact .wrap_mail {
    margin-top: 15px;
  }
  footer .area_contact .mail {
    font-size: 1.7rem;
  }
  footer .area_contact .mail::before {
    display: inline-block;
    margin-right: 6px;
  }
  footer .area_contact .mail p {
    width: auto;
  }
  footer .card img {
    max-width: 180px;
  }
  footer .card p {
    font-size: 1.4rem;
    margin: 5px 0 25px;
  }
  footer .card p .txt_s {
    font-size: 1.35rem;
  }
  footer .copylight {
    font-size: 1.3rem;
    line-height: 1.3;
    margin-top: 5px;
  }
}
@media screen and (max-width:415px) {}



/* ------------------------------------
archive
------------------------------------ */
.archive .main, .single .main {
  width: 70%;
}
.archive #sidebar, .single #sidebar {
  width: 25%;
}
.archive .main li.post_excerpt {
  margin: 2em 0;
}
.archive .main li.post_excerpt a.flex {
/*  justify-content: center;*/
  justify-content: start;
  flex-wrap: nowrap;
}
.archive .main li.post_excerpt figure {
  margin-right: 2em;
  width: 150px;
  height: 150px;
}
.archive .main li.post_excerpt a img {
  border-radius: 25px;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.archive .main li.post_excerpt a.flex .txt_area {
  width: calc(100% - 150px - 2em);
}

section.archive > .inner {
/*  display: block;*/
  display: flex;
  flex-wrap: nowrap;
}
section.archive .inner .main {
/*  padding-right: 1em;*/
}
.archive .main .pager {
  width: 100%;
  text-align: center;
  margin: 70px 0;
  font-weight: 400;
  font-size: 0;
}
.archive .pager span, .archive .pager a {
  font-size: 1.8rem;
  font-weight: 500;
  background: #ffffff;
  border: #00974b 1px solid;
  padding: 1px 13px 0 13px;
/*  display: inline-block;*/
  display: inline-flex;
  align-items: center;
  height: 40px;
  border-radius: 20px;
  margin: 0 7px 0 0;
  color: #00974b;
}
.archive .pager .current {
  background: #00974b;
  color: #fff;
}
@media screen and (max-width: 766px) {
  section.archive > .inner {
    display: block;
  }
  section.archive .inner .main {
    padding-right: 0;
  }
  .archive .main, .single .main,
  .archive #sidebar, .single #sidebar,
  .archive .main li.post_excerpt a.flex .txt_area {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .archive .main li.post_excerpt a.flex {
    flex-direction: column;
  }
}


/* ------------------------------------
single post
------------------------------------ */
.single main .main-ttl-txt p {
  font-family: 'TsukuARdGothic', meiryo, sans-serif;
  font-size: 1.75em;
}
.single .pager {
  display: flex;
  justify-content: center;
  gap: 2em;
  margin: 100px 0;
}
.single .pager li {
  list-style: none;
  width: 45%;
  display: flex;
}
.single .pager li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 15px;
  border: 2px solid #00974b;
  border-radius: 40px;
  width: 100%;
  min-height: 55px;
  color: #00974b;
  background: #fff;
  text-align: center;
  line-height: 1.5;
}
.single .pager li.next-left a {
  padding-left: 35px;
}
.single .pager li.next-right a {
  padding-right: 35px;
}
.single .pager li a:before {
  content: '';
  width: 14px;
  height: 14px;
  border: 0px;
  border-top: solid 2px #00974b;
  border-right: solid 2px #00974b;
  position: absolute;
  top: 45%;
  margin-top: -4px;
}
.single .pager li.next-left a:before {
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  left: 16px;
}
.single .pager li.next-right a:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 16px;
}

@media screen and (max-width: 540px) {
  section.single > .inner {
    display: block;
  }
  section.single #sidebar {
    margin-top: 2em;
  }
  section.single #sidebar .widget.widget_block {
    margin-bottom: 1em;
  }
  .single .pager {
    flex-direction: column;
    gap: unset;
    align-items: center;
  }
  .single .pager li {
    width: 70%;
    margin: 0.5em;
  }
  .single .pager li.next-right a {
    justify-content: end;
  }
}

/**
 * #sidebar
**/
#sidebar h2 {
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  text-indent: 0.04em;
  background: rgb(0, 151, 75);
  line-height: 1.4;
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 5px;
  color: #ffffff;
  font-weight: 500;
  width: 80%;
  margin-left: 10%;
  position: relative;
}
#sidebar ul {
  margin-top: -17.5px;
  margin-bottom: 50px;
  background: rgba(0, 151, 75, .25);
  padding: 25px 10px 15px 10px;
  border-radius: 10px;
}
#sidebar li {
  padding: 6px 3px;
}
@media screen and (max-width: 766px) {
  #sidebar h3 {
    font-size: 1.6rem;
  }
}
