@charset "UTF-8";
body {
  font-size: 16px;
  font-family: "Inter", YakuHanJP, "Noto Sans JP", "游ゴシック体", "YuGothic",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #333;
}
.pc{display: none;}
.sp{display: block;}
@media screen and (max-width: 400px) {
 body {
   font-size: 4vw;
 }
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-feature-settings: "palt";
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  line-height: 1.8;
  margin: 0;
  overflow-x: hidden;
  color: #222;
}
body,
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
footer {
  margin-top: auto;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
table {
  width: 100%;
}
img {
  max-width: 100% !important;
  height: auto;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}
main {
  padding: 0px 0 80px 0;
  text-align: center;
}
#print-footer {
  display: none;
}
@media print, screen and (max-width: 639px) {
  main {
    padding: 0px 0 80px 0;
  }
  td,
  th {
    display: block;
  }
  .header-wrapper .sitelink {
    display: none;
  }
  .header-info > div {
    text-align: center;
  }
  .header-info > div p:last-child {
    display: none;
  }
  .footer-info .footer-logo img {
    height: auto;
    width: 180px;
    margin-top: 15px;
  }
  .footer-info p:first-child img {
    height: auto;
    width: 280px;
  }
}
.bold {
  font-weight: bold;
}
.bw {
  width: 100%;
  padding: 0 20px;
}
@media print, screen and (min-width: 640px) {
  .bw {
    width: 100%;
    padding: 0 5%;
  }
}
@media print, screen and (min-width: 1024px) {
  .bw {
    width: 86%;
    max-width: 960px;
    margin: auto;
    padding: 0;
  }
  .header-info > div p:last-child {
    display: inline;
  }
}
.header-wrapper {
  padding: 8px 0;
  background: #fff;
  position: relative;
  z-index: 3;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
}
.header-info > div p:first-child img {
  width: 160px;
  height: auto;
}
.notice {
  font-size: 0.85em;
  line-height: 1.5;
}
#footer-wrapper {
  padding: 20px 0;
  background: #008742;
  text-align: center;
}
p.notice {
  margin: 0 0 0.5em 0;
  text-indent: -1em;
  margin-left: 1em;
}
ul.notice li {
  font-size: 0.85rem;
  margin-bottom: 0.3em;
  text-indent: -1.3em;
  margin-left: 1.3em;
}
ul.notice li::before {
  content: "※ ";
  display: inline;
  width: 1.3em;
}
@media print, screen and (min-width: 640px) {
  #header img {
    width: auto;
    height: 64px;
  }
  #header .sitelink {
    position: absolute;
    bottom: -2.8em;
    right: 0;
    text-align: right;
    width: 100%;
  }
  #header .sitelink a {
    display: inline-block;
    font-size: 0.8em;
    padding: 3px 1.2em;
    color: #fff;
    background: #008742;
    border-radius: 18px;
  }
  #header .sitelink a i {
    margin-left: 0.5em;
  }
  .header-wrapper {
    padding: 15px 0;
  }
  .header-info > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #footer-wrapper {
    padding: 30px;
  }
  .footer-info {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    width: auto;
  }
  .footer-info p {
    padding: 0 30px 0 0;
  }
  .footer-info p:first-child {
    padding: 0 0 0 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.7);
  }
}
@media print, screen and (min-width: 640px) {
  .footer-info p:first-child img {
    width: 357px;
    height: auto;
  }
  .footer-info p:last-child img {
    width: 260px;
    height: auto;
  }
}
aside {
  padding: 20px 7%;
  max-width: 960px;
  margin: auto;
}
@media print, screen and (max-width: 639px) {
  aside {
    padding: 40px 1.5em 0;
  }
}
/*印刷用スタイル*/
@media print {
  #footer {
    display: none;
  }
  #print-footer {
    padding: 30px 0;
    border-top: 1px solid #ddd;
    display: block;
  }
  #print-footer > div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #print-footer > div > div {
    padding-right: 20px;
    text-align: center;
  }
  #print-footer > div > div:last-child {
    padding-right: 0px;
    padding-left: 20px;
  }
  #print-footer img {
    width: 260px;
    height: auto;
  }
  #print-footer .telhead {
    margin-bottom: 0.5em;
    padding: 0px 1.5em;
    line-height: 32px;
    color: #008742;
    font-weight: bold;
    border: 1px solid #008742;
    border-radius: 16px;
    display: inline-block;
    font-size: 0.95em;
  }
  #print-footer .telinfo {
    font-size: 2.7em;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1;
  }
  #print-footer .telinfo i {
    transform: scale(1, -1) rotate(-225deg);
    margin-right: 0.3em;
    vertical-align: text-top;
  }
  #print-footer .teltime {
    font-size: 0.85em;
    margin-top: 0.5em;
  }
}
/*レスポンシブ表示非表示切り替え*/
@media (max-width: 639px) {
  .tb-only {
    display: none !important;
  }
}
@media (min-width: 640px) {
  .sp-only {
    display: none !important;
  }
  .tb-only {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .sptb-only,
  .tb-only {
    display: none !important;
  }
}
@media (max-width: 639px) {
  .pctb-only {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 1239px) {
  .pcwide-only {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .bw {
    padding: 0 7%;
  }
}
@media (min-width: 1027px) {
  .bw {
    max-width: 960px;
  }
}
section.pagetitle,
.houhou {
  background-image: radial-gradient(#ffee90 2px, transparent 2px),
    radial-gradient(#ffee90 2px, #fffdf1 2px);
  background-size: 36px 36px;
  background-position: 16px 16px, 36px 36px;
  position: relative;
}
section.pagetitle h1 img {
  width: 72%;
  height: auto;
}
section.pagetitle h1 > span {
  display: block;
  padding-bottom: 12px;
}
section.pagetitle h1 > span > span {
  display: inline-block;
  padding: 0 1.5em;
  line-height: 42px;
  background: #ffdb45;
  font-weight: bold;
  border-radius: 30px;
  margin-bottom: 5px;
  font-size: 4vw;
}
section.pagetitle .bw p.intro {
  font-size: 4.2vw;
  margin: 20px 0 15px 0;
  line-height: 1.6;
}
section.pagetitle .date {
  line-height: 1;
  padding-top: 15px;
}
section.pagetitle .date span {
  font-size: 1.4em;
  font-weight: bold;
}
section.pagetitle .date span span {
  font-size: 1.5em;
  padding: 0 0 0 0.2em;
}
section.pagetitle h1 {
  padding: 50px 0 0 0;
}
.illust .bw {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 10;
  margin: 0 auto -40px;
}
.illust .bw {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 10;
  margin: 0 auto -40px;
}
@media (max-width: 639px) {
  section.pagetitle .date span {
    font-size: 4.5vw;
  }
}
@media (min-width: 640px) {
  section.pagetitle h1 img {
    width: 400px;
  }
  section.pagetitle .bw p.intro {
    font-size: 16px;
  }
  section.pagetitle h1 > span > span {
    font-size: 1.07em;
  }
}
@media (min-width: 1024px) {
  section.pagetitle {
    padding: 60px 0 60px 0;
    position: relative;
  }
  section.pagetitle h1 {
    position: relative;
    z-index: 12;
    padding: 0 0 20px 0;
  }
  .illust {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .illust .bw {
    justify-content: space-between;
    margin: 0 auto -80px;
  }
}
.foryou {
 width: 80%;
 max-width: 300px;
 margin: auto;
 padding-bottom: 1.5em;
}
section.friends {
  background: #ffd7d7;
  position: relative;
  padding: 70px 0 50px;
}
section.friends .kanyu_tokuten {
  padding: 30px 0;
}
section.friends .kanyu_tokuten h3 span {
  font-size: 1.05em;
  font-weight: bold;
  color: #e23e1e;
  display: block;
  margin: 0.25em 0;
  text-align: center;
}

section.friends .kanyu_tokuten h3 span::before {
  content: "※";
}
section.friends .kanyu_tokuten .text p {
  text-align: left;
}
section.friends .tokuten {
  padding: 0 0 20px 0;
}
.kanyu_tokuten .noticelist {
  margin-top: 1em;
}
.noticelist {
  font-size: 0.8125em;
  line-height: 1.6;
  text-align: left;
}
.noticelist li {
  padding-bottom: 0.25em;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.noticelist li::before {
  content: "※ ";
}
.kanyu_tokuten.tokuten1 .text p span {
 font-weight: bold;
}
@media (max-width: 639px) {
  .tokuten img {
    width: 220px;
  }
  .kanyu_tokuten .image_small {
    margin: 0 auto 1em;
    width: 96%;
  }
}
.web_tokuten .flex{
	background: #fff!important;
	border-radius: 10px;
	padding: 6vw;
 }
.web_tokuten .flex .image {
        width: 100%!important;
	
    }
.web_tokuten .flex .text {
        width: 100%;
    }


@media (min-width: 640px) {
  section.friends .flex p {
    font-size: 1em;
    line-height: 1.7;
  }
  .noticelist {
    font-size: 0.875em;
  }
  .kanyu_tokuten.tokuten1 .text {
   width: auto;
   max-width: 600px;
   margin: auto;
}
  .kanyu_tokuten .text {
    position: relative;
    z-index: 2;
    text-align: left;
  }
  .kanyu_tokuten .flex {
    display: flex;
  }
  .kanyu_tokuten.tokuten1 .flex {
    align-items: center;
  }
  .kanyu_tokuten.tokuten1 .flex .image {
    width: 56.25%;
  }
.web_tokuten .flex{
padding: 2rem 2rem 2rem 2rem;
	background: #fff!important;
	border-radius: 20px
 }
.web_tokuten .flex .image {
        width: 50%!important;
    }
.web_tokuten .flex .text {
        width: 48%;
	        margin-top: 0rem;
	margin-bottom: 0;
    }
  .kanyu_tokuten.tokuten1 .flex .text {
    width: 44.75%;
  }
  .kanyu_tokuten.tokuten1 .flex .text p {
    padding: 0.5em 0 0 0.75em;
  }
.kanyu_tokuten_wrapper {
 display: flex;
 align-items: flex-start;
 justify-content: space-between;
 padding: 0 0 3em 0;
}
.kanyu_tokuten_wrapper > div {
 width: 47%;
 max-width: 450px;
}
.kanyu_tokuten_wrapper .image {
 margin-bottom: 1em;
}
}
@media (min-width: 1024px) {
  /* .kanyu_tokuten.tokuten1 .flex {
    padding: 2em 0 0 0;
  } */
  .kanyu_tokuten.tokuten1 .noticelist {
    width: 420px;
    margin-left: auto;
    margin-right: 0;
  }
  .kanyu_tokuten .flex div.text {
    width: 420px;
  }
  .kanyu_tokuten.tokuten2 .flex,
  .kanyu_tokuten.tokuten3 .flex {
    justify-content: center;
  }
  .kanyu_tokuten.tokuten2 .flex .image img,
  .kanyu_tokuten.tokuten3 .flex .image img {
    margin-top: -50px;
  }
  .noticelist.center {
    text-align: center;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .ul-align-center {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
section.member {
  padding: 70px 0 70px 0;
  position: relative;
  background: #ffea86;
}
section.member .bw {
  position: relative;
}
.member_inner {
  position: relative;
  z-index: 12;
}
.member-illust {
  position: absolute;
  bottom: -85px;
  right: 10px;
  z-index: 2;
  width: 100px;
}
section.member .tokuten {
  padding: 20px 0 0px;
}
section.member .membertokuten {
  padding: 2em 0 1em;
}
.member .btnblock {
 padding-top: 2em;
}
.btnblock .btn + p {
 font-size:.9em;
 margin-top: 1em;
}
section.invitation {
  padding: 40px 0;
}
section.invitation .btnblock {
  padding-top: 0px;
  padding-bottom: 30px;
}
.btnblock a {
  color: #111;
  border-bottom: 1px solid;
}
.btnblock .btn {
  padding: 8px 0 15px 0;
}
.btnblock .btn a {
  display: inline-block;
  padding: 20px 40px;
  background: #ff8b1e;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  font-size: 5vw;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border: none;
}
@media (max-width: 959px) {
  .member-illust {
    display: none;
  }
}
@media (min-width: 640px) {
  .btnblock .btn a {
    font-size: 24px;
    padding: 24px 80px;
  }
  section.invitation .btnblock {
    padding-bottom: 50px;
  }
  section.member .noticelist {
    text-align: center;
  }
  .member-illust {
    position: absolute;
    bottom: -200px;
    right: 2%;
    z-index: 2;
    width: 140px;
    left: auto;
  }
}
@media (min-width: 1025px) {
  .btnblock .btn a:hover {
    background: #ffb000;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    transform: translateY(2px);
    border: none;
  }
  .btnblock a:hover,
  .houhou_frame a:hover {
    border-bottom: 1px solid transparent;
  }
}
.houhou {
  padding: 30px 0;
}
@media (min-width: 641px) {
  .houhou {
    padding: 50px 0 30px;
  }
}
.houhou_frame h3 {
  font-weight: bold;
  font-size: 1.5em;
}
.houhou_frame p {
  font-size: 0.93em;
}
.houhou_frame a {
  color: #111;
  border-bottom: 1px solid;
  font-weight: bold;
}
.houhou_frame h4 span {
  color: #fff;
  background: #7bbf10;
  line-height: 36px;
  border-radius: 30px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 2em;
  margin: 15px 0;
  display: inline-block;
  letter-spacing: 0.05em;
}
.houhou_frame p {
  padding-bottom: 0.7em;
  text-align: left;
}
@media (max-width: 640px) {
  .houhou .houhou_frame p {
    text-align: left;
  }
}
@media (min-width: 641px) {
  .houhou .houhou_frame {
    font-size: 1em;
  }
  .houhou_frame p {
    text-align: center;
  }
}
.faq {
  padding-top: 30px;
  padding-bottom: 50px;
}
.faq h3 {
  font-size: 2.5em;
  letter-spacing: 0.2em;
  line-height: 1;
}
.list-faq {
  text-align: left;
  margin-top: 0;
}
.list-faq dt {
  font-weight: bold;
  padding: 7px 0 7px 38px;
  margin: 1em 0 0 0;
  position: relative;
}
.list-faq dd {
  font-weight: normal;
  padding: 0 0 0 38px;
  position: relative;
}
.list-faq dd p {
  font-size: 0.92em;
}
.list-faq dt::before,
.list-faq dd::before {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 1;
  padding: 7px 0 0 8px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-radius: 20px;
  position: absolute;
  top: 8px;
  left: 0;
}
.list-faq dt::before {
  content: "Q";
  background: #24943a;
}
.list-faq dd::before {
  content: "A";
  background: #7bbf10;
  padding: 7px 0 0 9px;
  top: 0;
}
.list-faq dt {
  font-size: 1.15em;
}
@media (min-width: 768px) {
  .list-faq dt::before,
  .list-faq dd::before {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border-radius: 20px;
  }
  .list-faq dt {
    padding: 10px 0 10px 44px;
  }
  .list-faq dd {
    padding: 5px 0 0px 44px;
  }
}
.osusume {
  padding: 20px 0 0 0;
}
.osusume h3 {
  padding-bottom: 40px;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.4;
}
.osusume ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.92em;
  line-height: 1.6;
  margin-bottom: 50px;
}
@media (max-width: 374px) {
  .osusume ul {
    font-size: 4.1vw;
  }
}
.osusume li img {
  margin: 0 0 1.2em 0;
}
.osusume li {
  width: 50%;
  margin: 0 0 5px 0;
  padding: 0 5px;
}
.osusume li:nth-child(1) {
  padding: 0 10px 0 0;
}
.osusume li:nth-child(2) {
  padding: 0 0 0 10px;
}
@media (min-width: 768px) {
  .osusume li {
    width: 33%;
  }
}
@media (min-width: 1024px) {
  .osusume li {
    width: 250px;
  }
}
.areainfo {
  margin: 40px 0 40px;
  padding: 20px 20px 20px;
  position: relative;
}
.areainfo::after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px dashed #ffb133;
  top: 0;
  left: 0;
}
.areainfo .truck {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffb133;
  padding: 11px 5px;
  border-radius: 100px;
  z-index: 5;
}
.areainfo img {
  width: 60px;
  height: auto;
  margin: 12px 0 12px 5px;
}
.areainfo h3 {
  font-weight: bold;
  font-size: 1.1em;
}
.areainfo p {
  font-size: 0.9375em;
  margin: 0.5em 0;
}
.areainfo p br {
  display: none;
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .areainfo p br {
    display: inline;
  }
}
.areainfo a {
  border-bottom: none;
}
.areainfo a span {
  color: #ff7f00;
  font-weight: bold;
  font-size: 1rem;
  border-bottom: 1px solid;
}
.areainfo a svg {
  transform: translateY(2px);
  margin-left: 0.3em;
}
/*オンライン説明*/
.onlineguide {
  background: #ffe36e;
  padding-bottom: 50px;
  text-align: left;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif;
  font-feature-settings: normal;
  font-size: 16px;
}
.onlineguide a {
  text-decoration: none;
}
.onlineguide .bw {
  width: auto;
  margin: 0 7%;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .onlineguide .bw {
    width: 960px;
    margin: auto;
  }
}
.onlineguide .online-title {
  text-align: center;
  margin: auto;
}
.onlineguide .online-title a.btn {
  display: inline-block;
  color: #fff;
  line-height: 64px;
  font-size: 1.2em;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 1em;
  padding: 0 2.5em;
  background: #f98638;
  border-radius: 40px;
  box-shadow: 0 5px 12px rgb(0 0 0 / 20%);
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.onlineguide .online-title a.btn.btnfw::after {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin: 0 0 0 10px;
}
.onlineguide .online-illust img {
  margin: 15px 0;
}
.onlineguide ul {
  position: relative;
  z-index: 3;
}
.onlineguide li {
  text-indent: -1.3em;
  padding-left: 1.3em;
  font-size: 0.875em;
  line-height: 1.5;
  margin-bottom: 0.3em;
}
.onlineguide li::before {
  content: "● ";
  color: #ff8638;
}
.onlineguide li span {
  font-weight: bold;
}
.online-illust {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .onlineguide .online-title {
    text-align: left;
    max-width: auto;
    margin: auto 0;
  }
  .onlineguide .online-illust {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-53%);
    z-index: 4;
  }
  .onlineguide ul {
    margin-top: 15px;
  }
  .onlineguide .online-illust img {
    margin: 30px 0 0 0;
  }
  .onlineguide .online-title a.btn {
    width: 250px;
    text-align: center;
  }
}
@media print, screen and (min-width: 1024px) {
  .online-title-btn {
    display: flex;
    align-items: center;
  }
  .onlineguide .online-title p {
    text-align: left;
  }
  .onlineguide .online-title a.btn {
    margin-top: 0;
    margin-left: 1em;
  }
  .onlineguide li {
    font-size: 0.9375em;
  }
  .onlineguide .online-illust {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.onlineguide .connectlink {
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 3;
}
.onlineguide .connectlink a {
  background: #fff5a2;
  display: block;
  padding: 10px 0.5em;
  color: #111;
  border-radius: 7px;
  text-align: center;
}
.onlineguide .connectlink a span {
  border-bottom: 1px solid;
  font-weight: bold;
  color: #f98638;
  letter-spacing: 0;
}
.onlineguide .connectlink a svg {
  transform: translateY(2px);
}
@media print, screen and (max-width: 374px) {
  .onlineguide .connectlink a span::before {
    content: "";
    display: block;
    height: 0px;
  }
}
@media print, screen and (min-width: 1025px) {
  .onlineguide .online-title a.btn:hover {
    background: #ffb44d;
  }
  .onlineguide .connectlink a:hover {
    background: #fff;
  }
  .onlineguide .connectlink a:hover span {
    border-bottom: 1px solid transparent;
  }
}
@media print, screen and (min-width: 1024px) {
  .onlineguide .connectlink a {
    width: 34em;
    text-align: center;
  }
}
@media print, screen and (min-width: 1050px) {
  .onlineguide .online-illust {
    right: -0px;
    transform: translateY(-47%);
  }
}
/*新しいfooter*/
footer {
  padding: 0;
  background: #fff;
  font-feature-settings: "palt";
  font-family: "Avenir", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic",
    "メイリオ", "Noto Sans JP", sans-serif;
}
.footerinfo .telnum .number {
  font-size: 30px;
  font-family: Arial, Helvetica, "sans-serif";
  line-height: 1.5;
  letter-spacing: 0.07em;
}
.footerinfo .telnum p:nth-child(1) {
  font-size: 0.92em;
  font-weight: bold;
  padding-bottom: 3px;
}
.footerinfo .telnum p:nth-child(3) {
  font-size: 0.8em;
}
.footerinfo .telnum .icon-tel {
  width: auto;
  height: 28px;
  margin-right: 0px;
  fill: #008042;
  transform: translateY(2px);
}
.footerinfo .telnum .icon-tel {
  fill: #222;
}
footer .statutes {
  margin-bottom: 1em;
}
footer .statutes li {
  font-size: 0.85em;
  margin-bottom: 0.5em;
}
footer .statutes li a {
  border-bottom: 1px solid;
}
footer a {
  color: #222;
}
footer .telnum a {
  border-bottom: none;
  text-decoration: none;
}
.footerinfo {
  border-bottom: 1px solid #eee;
  padding: 30px 0;
}
.footerinfo .bw {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footerinfo .footerlogo img {
  width: 160px;
  height: auto;
  margin-bottom: 15px;
}
.footerinfo .telnum {
  text-align: center;
}
footer .statutes li {
  display: inline-block;
  margin: 0 0.7em;
}
footer .statutes li:last-child {
  margin-right: 0;
}
.copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.copyright p {
  font-size: 0.8em;
  color: #aaa;
}
@media screen and (min-width: 768px) {
  .footernav {
    display: flex;
    justify-content: space-between;
  }
  .footerinfo .bw {
    flex-direction: row;
    justify-content: space-between;
  }
  .footerinfo .telnum p:nth-child(1) {
    font-size: 1em;
  }
}
@media screen and (min-width: 1024px) {
  .footernav > div:first-child {
    display: flex;
    justify-content: space-between;
  }
  .footernav > div > div:last-child {
    padding: 2.3em 0 0 2.5em;
  }
}
@media print, screen and (min-width: 768px) {
  .footerinfo .footerlogo img {
    width: 210px;
    height: auto;
    margin-bottom: 0;
  }
  .footerinfo .telnum {
    text-align: right;
  }
  .footerinfo .telnum .number {
    font-size: 34px;
  }
  .footerinfo .telnum .icon-tel {
    width: auto;
    height: 34px;
    margin-right: 5px;
  }
  footer .statutes li {
    display: inline-block;
    margin: 0 1.5em 0 0;
  }
  .copyright {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
  }
}
@media print, screen and (min-width: 1025px) {
  footer .bw {
    width: 960px;
    margin: auto;
  }
  .copyright {
    flex-direction: row;
    justify-content: space-between;
  }
  .copyright p {
    white-space: nowrap;
  }
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    border-bottom: none;
  }
}
.omake {
  position: relative;
  background: #fff;
  border: 4px solid #8cc63f;
  padding: 1.5em;
  margin: 3em 0 2em 0;
}
.omake_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.omake_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left top;
}
.omake_flex {
  position: relative;
  z-index: 2;
}
.omake_flex p,
.omake_flex ul {
  font-size: 0.95em;
  text-align: left;
}
.omake_flex ul {
  margin-top: 0.8em;
  font-size: 0.85em;
  line-height: 1.5;
}
.omake_flex ul li {
  position: relative;
  padding-left: 1.3em;
}
.omake_flex ul li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 639px) {
  .omake_flex img {
    width: 82%;
    margin: 2em 0 1em;
  }
}
@media (min-width: 640px) {
  .omake_flex {
    display: flex;
  }
  .omake_flex > div:first-child {
    width: 45%;
    padding-right: 1.5em;
    text-align: right;
  }
  .omake_flex > div:last-child {
    width: 55%;
  }
}
@media (min-width: 960px) {
  .omake_flex > div:first-child {
    padding-right: 3em;
    text-align: right;
  }
}
/*エリアマップ*/
.service_area {
  max-width: 700px;
  margin: auto;
  background: #fff6e3;
  border: 5px solid #ffb64d;
  border-radius: 10px;
  overflow: hidden;
}
.service_area a {
  color: #222;
  text-decoration: none;
  border-bottom: none;
}
.service_area a div h4 {
  font-size: 1.4em;
  font-weight: bold;
  color: #e23e1e;
}
.service_area a div:not(.service_area_map) {
  padding: 0 1em 1.5em;
}
.service_area a div p:not(.area_link) {
  font-size: 0.95em;
}
.service_area a div p span {
  font-weight: bold;
}
.service_area a div p.area_link {
  color: #e23e1e;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (min-width: 521px) {
  .service_area a {
    display: flex;
  }
  .service_area a > div {
    width: 50%;
  }
  .service_area a div:not(.service_area_map) {
    padding: 1em 1em 1em 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }
}
@media (min-width: 740px) {
  .service_area_map {
    width: 320px;
  }
  .service_area a div:not(.service_area_map) {
    width: calc(100% - 320px);
  }
  .service_area a div h4 {
    font-size: 1.6em;
  }
  .service_area a div p:not(.area_link) {
    font-size: 1.05em;
  }
}
@media (hover: hover) {
  .service_area a:hover {
    border-bottom: none;
  }
  .service_area a:hover div p.area_link {
    text-decoration: none;
  }
}
.btn3,
a.btn3,
button.btn3 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 300px;
	ma
}
.btn--tokuten3,
a.btn--tokuten3 {
  color: #fff;
  background-color: #f15a24;
	margin-bottom: 2rem;
	margin-top: 1rem;
	border-bottom: 5px solid #ee2700;
}
.btn--tokuten3:hover,
a.btn--tokuten3:hover {
  color: #fff;
  background: #ff8d3c;
	transform: translateY(2px);
}
.fa-position-left {
  position: absolute;
  top: calc(50% - .5em);
  left: 1rem;
}

.btn--radius,
a.btn--radius,
button.btn--radius
{
    border-radius: 100vh;
}
@media (max-width: 767px) {
.btn3, a.btn3, button.btn3 {
	font-size: 4vw;}}
