@charset "UTF-8";
/*
Theme Name:なかみち鍼灸院・整骨院
Description:なかみち鍼灸院・整骨院 | 大阪市東成区で鍼灸・整骨のことならお任せください
Version: 1.0
License:なかみち鍼灸院・整骨院
License URI:https://www.nakamichi-2003.com
*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap");
/****************************************

リセットCSSここから

*****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
.g_navi blockquote:after {
  content: "";
  content: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  display: inline-block;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.woff") format("woff"), url("./font/NotoSansJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 600;
  src: url("./font/NotoSansJP-Bold.woff") format("woff"), url("./font/NotoSansJP-Bold.eot") format("eot");
  font-display: swap;
}
/****************************************

body設定(主に書式)

*****************************************/
body {
  color: #333;
  background: #fff;
  font-weight: normal;
  min-width: 1240px;
  font-size: 1.6rem;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
  }
}
/****************************************

フォント指定

*****************************************/
body li,
body tt,
body tr,
body dt,
body dd,
body p {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
body h1 {
  font-size: 3.2rem;
  letter-spacing: 0.12em;
  font-weight: 600;
}
body h2 {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  font-weight: 600;
}
body h3 {
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  body li,
  body tt,
  body tr,
  body dt,
  body dd,
  body p {
    font-size: 1.4rem;
  }
  body h1 {
    font-size: 2.4rem;
  }
  body h2 {
    font-size: 2rem;
  }
  body h3 {
    font-size: 1.8rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
  color: #0098D8;
  text-decoration: underline;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover,
a:active {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

a img.img_opacity {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover img.img_up {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a img.img_up {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a.deconone:link,
a.deconone:visited,
a.deconone:hover,
a.deconone:active {
  text-decoration: none;
}

/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 25px;
}

/* 強調 */
.bold {
  font-weight: 600;
}

.tr {
  text-align: right;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.tc {
  text-align: center;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .tc2 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 50px;
  }
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px;
  }
  .w1200 {
    width: 100%;
    padding: 0 3%;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}

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

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/****************************************

ヘッダー　共通

*****************************************/
#header {
  width: 100%;
  z-index: 100;
  position: relative;
}
@media screen and (max-width: 767px) {
  #header {
    height: auto;
  }
}

.header_wrap {
  width: 100%;
  padding: 40px 50px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header_wrap {
    padding: 18px 3%;
  }
}

.h_logo {
  transition: 0.3s;
  line-height: 1;
}
@media screen and (max-width: 1460px) {
  .h_logo {
    width: 400px;
  }
  .h_logo img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .h_logo {
    width: 260px;
  }
}

/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
}
.header_right_above {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 20px;
}

.h_contact {
  width: 200px;
}
.h_contact a {
  width: 100%;
  background-color: #ef8c34;
  padding: 10px;
  border-radius: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.h_contact a:hover {
  background-color: #b3d154;
}

/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  .header_right,
  .header_mail {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
}
/****************************************

メインビジュアル

*****************************************/
#mv_top {
  width: 100%;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: right;
  background: linear-gradient(to top, #e7f0c8 41.2%, #fff 41.2%);
}
#mv_top .mv_img {
  position: relative;
  width: 1900px;
  left: 50%;
  transform: translateX(-50%);
}
#mv_top .top_catch {
  position: absolute;
  left: 1.5%;
  top: 50%;
  transform: translateY(-50%);
  width: 55%;
  max-width: 880px;
}
@media screen and (max-width: 767px) {
  #mv_top .top_catch {
    width: 65%;
  }
}
#mv_top .top_catch img {
  width: 100%;
  height: auto;
}

.slider {
  max-width: 1900px;
  width: 95%;
  overflow: hidden;
  border-radius: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .slider {
    border-radius: 20px;
  }
}

#mv_page {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
  background: linear-gradient(to top, #e7f0c8 47.6%, #fff 47.6%);
}
@media screen and (max-width: 767px) {
  #mv_page {
    padding-bottom: 20px;
  }
}
#mv_page::before {
  display: block;
  content: "";
  position: absolute;
  background: url(images/catch2.png) no-repeat;
  width: 358px;
  height: 167px;
  bottom: 90px;
  left: 10px;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  #mv_page::before {
    background: url(images/catch2.png) no-repeat left bottom;
    width: 30%;
    bottom: 30px;
    left: 1%;
    background-size: contain;
  }
}
#mv_page .page_title {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #mv_page .page_title {
    top: -10px;
  }
}
@media screen and (max-width: 767px) {
  #mv_page .page_title img {
    height: 20%;
    width: auto;
  }
}

.pagemv_container {
  max-width: 1900px;
  width: 95%;
  overflow: hidden;
  border-radius: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pagemv_container {
    border-radius: 20px;
  }
}

#mv_page .mv_img {
  position: relative;
  width: 1900px;
  left: calc(50% - 950px);
}
@media screen and (max-width: 767px) {
  #mv_page .mv_img {
    width: 180%;
    position: relative;
    left: -40%;
  }
}

.metaslider .flex-control-nav {
  bottom: 40px !important;
}

.metaslider .flexslider {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  #mv_top {
    width: 100%;
  }
  #mv_top .mv_img {
    width: 140%;
    position: relative;
    left: -20%;
    transform: translateX(0);
  }
  .metaslider .flex-control-nav {
    bottom: -30px !important;
  }
  .metaslider .flex-control-nav {
    bottom: 15px !important;
  }
}
/****************************************

content 共通設定

*****************************************/
@media print, screen and (min-width: 768px) {
  main#top_main {
    width: 100%;
    margin: 0 auto;
  }
  main#page_main {
    width: 100%;
    margin: 0px auto 0;
  }
  .pc_none {
    display: none !important;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  main#page_main {
    width: 100%;
    margin: 25px auto 0;
  }
}
/****************************************

single.php

*****************************************/
#single_box {
  margin-top: 40px;
}

.single_text {
  width: 100%;
}

.single_text img {
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
}

.pager {
  clear: both;
  text-align: center;
  margin: auto;
}

a.page-numbers {
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  color: #ef8c34;
  text-decoration: none;
}

a.page-numbers:hover {
  background: #b3d154;
  color: #fff;
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: #ef8c34;
  border: solid 1px #ef8c34;
  color: white;
}

.nav-below {
  margin: 30px 0 20px;
  text-align: center;
}

.nav-below a {
  margin: 0 5px;
  text-decoration: none;
  color: #ef8c34;
  position: relative;
}

/* 前へ、次へのホバー時 */
.nav-below a:hover {
  color: #ef8c34;
}

/* 前へ、次へのホバー時 */
.nav-below a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ef8c34;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.nav-below a:hover::after {
  opacity: 0.8;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  #single_box {
    width: 100%;
    margin-top: 40px;
  }
  #single_box h1 {
    font-size: 1.8rem;
  }
  a.page-numbers,
  .pager .current {
    font-size: 1.3rem;
  }
  .single_text img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
/****************************************

Contact Form7

*****************************************/
.wpcf7 {
  width: 100%;
}

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #AAA;
}

.last_row {
  margin-bottom: 30px;
  padding: 0 20px;
  border-bottom: none;
}

.form_row .form_label {
  width: 300px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #FFF;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #CC0000;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #D7D7D7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_input {
  width: calc(100% - 300px);
}

.wpcf7-form-control {
  width: 100%;
}

select.wpcf7-form-control {
  width: auto;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.wpcf7-form textarea {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #B20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.tc input[type=submit] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #ef8c34;
  border-radius: 8px;
  background-color: #ef8c34;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0 16px;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #ef8c34;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
}

input[type=radio i] {
  margin: 3px 3px 3px 5px;
}

@media screen and (max-width: 767px) {
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 20px 0;
  }
  .last_row {
    margin-bottom: 0;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
  span.wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .tc input[type=submit] {
    font-size: 1.4rem;
    padding: 10px;
    margin: 10px auto 0 0px;
  }
  .wpcf7 .ajax-loader {
    display: block;
    margin: 10px auto;
  }
}
.aside_contact {
  padding: 140px 0;
  background: url(images/aside_bg.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .aside_contact {
    padding: 60px 3%;
  }
}
.aside_contact p {
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .aside_contact p {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
}

.aside_btn {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .aside_btn {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .aside_btn img {
    max-width: 250px;
  }
}

.aside_gallery {
  width: 100%;
  min-width: 1920px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .aside_gallery {
    min-width: revert;
  }
}
.aside_gallery img {
  width: 100%;
  height: auto;
}

/****************************************

footer

*****************************************/
#footer {
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer_pc {
  background: url(images/f_bg.png) bottom center no-repeat;
  background-size: max(1920px, 100%);
}

.footer_sp {
  background: url(images/f_bg.png) bottom center no-repeat;
  background-size: contain;
}

.footer_container {
  display: flex;
  justify-content: space-between;
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .footer_container {
    display: block;
    padding: 40px 3% 100px;
  }
}

.f_tel {
  color: #b3d154;
  font-weight: 600;
}

.pagetop {
  display: none;
  position: fixed;
  right: 0px;
  bottom: 50px;
  z-index: 999;
}

.footer_logo {
  margin: 10px 0 30px;
}

.footer_link {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}

.time_tbl2 {
  width: 570px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .time_tbl2 {
    width: 100%;
  }
}
.time_tbl2 tr {
  border-bottom: 1px solid #aaa;
}
.time_tbl2 tr:not(:first-of-type) th {
  letter-spacing: 0.1em;
}
.time_tbl2 th {
  font-size: 1.8rem;
  letter-spacing: 0em;
  text-align: center;
  font-weight: 600;
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  vertical-align: middle;
  padding: 4px 0;
}
@media screen and (max-width: 767px) {
  .time_tbl2 th {
    font-size: 1.3rem;
  }
}
.time_tbl2 td {
  font-size: 2rem;
  text-align: center;
  width: 60px;
  font-weight: 400;
  line-height: 1.8;
  color: #ef8c34;
  vertical-align: middle;
  padding: 4px 0;
}
@media screen and (max-width: 767px) {
  .time_tbl2 td {
    font-size: 1.3rem;
    width: 10%;
  }
}
.time_tbl2 td:last-of-type {
  color: inherit;
}

.footer_sp {
  display: none;
}

.sitemap {
  text-align: center;
  padding-bottom: 10px;
}
.sitemap a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
.sitemap a:hover {
  color: #ef8c34;
}

.copyright_block {
  text-align: center;
  background-color: #ef8c34;
  padding: 7px 0;
}

.copyright {
  font-size: 1.6rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer_pc {
    display: none;
  }
  .footer_sp {
    display: revert;
  }
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
  .copyright_block {
    padding: 8px 3%;
  }
  .copyright {
    font-size: 1.2rem;
  }
  /* フローティングバナー */
  .sp_footer__btn {
    display: revert;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    z-index: 5;
  }
  .sp_footer__btn ul {
    display: flex;
    height: 70px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sp_footer__btn ul li {
    position: relative;
    width: 33.3333333333%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    border-top: 1px solid #fff;
  }
  .sp_footer__btn ul li:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .sp_footer__btn ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    text-decoration: none;
  }
  /* フローティングバナーの色 */
  .sp_footer__btn ul li a {
    background: #b3d154;
  }
  .sp_footer__btn ul li a span {
    position: relative;
    display: block;
    height: auto;
    padding-top: 32px;
    line-height: 1.4;
    text-align: center;
  }
  .sp_footer__btn ul li a span::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: calc(50% - 15px);
    top: 0;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .icon_tel::after {
    background-image: url(images/icon_tel.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_mail::after {
    background-image: url(images/icon_mail.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_line::after {
    background-image: url(images/icon_line.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_insta::after {
    background-image: url(images/icon_insta.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_arrow::after {
    background-image: url(images/icon_arrow.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  #footer {
    margin-bottom: 70px;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    padding: 8px;
    background: #b3d154;
    border: 1px solid #fff;
    border-radius: 10px;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 10px;
  }
  #toggle span:nth-child(3) {
    top: 20px;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
    background: #ef8c34;
  }
  .open_navi #toggle span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    -ms-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    -ms-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background-color: #ef8c34;
    z-index: 999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
    border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item-home {
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    text-decoration: none;
  }
  /* ナビのホバー時 */
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    background: rgba(255, 255, 255, 0.3);
  }
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
  }
  /* ナビ下層のホバー時 */
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
    background: #ef8c34;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi {
  padding: 20px 0px 10px;
  display: flex;
  align-items: center;
}

#g_navi .menu {
  width: auto;
  margin: auto;
  zoom: 1;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  gap: 50px;
}
@media screen and (max-width: 1460px) {
  #g_navi .menu {
    gap: 30px;
  }
}

#g_navi .menu:before {
  content: "";
  display: table;
}

#g_navi .menu > li {
  position: relative;
  margin: 0 0px;
}

#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 2.2rem;
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 20px 0;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 1460px) {
  #g_navi .menu li a {
    font-size: 2rem;
  }
}

/* ナビの副項目の幅の変更 */
#g_navi .menu li ul {
  width: 220px;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

#g_navi .menu li ul li {
  width: 100%;
  border-right: none;
  padding: 0;
}

#g_navi .menu li ul li a {
  width: 100%;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: normal;
  background: #ef8c34;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #ef8c34;
  opacity: 0.6;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.9;
}

#g_navi .menu li ul li a {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .menu > li > a {
    padding: 0;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  /* メニューホバー時のアンダーライン */
  .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #ef8c34;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .menu > li > a:after {
    bottom: 0;
  }
  .menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=90);
  }
}
/****************************************

content 共通設定

*****************************************/
.breadcrumb_area {
  padding: 10px 0 20px;
}

.breadcrumb p {
  text-align: right;
  font-size: 1.6rem;
}

.breadcrumb a {
  color: #333;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #ef8c34;
}

/* パンくずリストホバー時アンダーライン */
.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ef8c34;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.breadcrumb a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  .breadcrumb_area {
    width: 100%;
    padding: 0 5%;
    margin: 10px auto 0;
  }
  .breadcrumb {
    width: 100%;
  }
  .breadcrumb p {
    font-size: 1rem;
  }
  .sp_none {
    display: none !important;
  }
  main#top_main {
    width: 100%;
  }
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

タイトル

*****************************************/
.block {
  display: block;
}

.top_ttl1 {
  text-align: center;
  font-size: 3.3rem;
  padding-top: 65px;
  background: url(images/leaf1.svg) top center no-repeat;
  color: #6b4625;
  text-decoration: underline;
  text-decoration-thickness: 10px;
  text-decoration-color: #e7f0c8;
  text-underline-offset: -2px;
  text-decoration-skip-ink: none;
  margin-bottom: 60px;
}
@media screen and (max-width: 1460px) {
  .top_ttl1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .top_ttl1 {
    padding-top: 40px;
    background-size: 50px;
    font-size: 1.7rem;
    line-height: 2;
    margin-bottom: 40px;
  }
}

.top_ttl2 {
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 0.06em;
  padding-top: 65px;
  background: url(images/leaf2.svg) top center no-repeat;
  color: #7d5e59;
  font-weight: 400;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_ttl2 {
    padding-top: 40px;
    background-size: 50px;
    font-size: 2.5rem;
    line-height: 2;
    margin-bottom: 30px;
  }
}

.top_ttl3 {
  text-align: center;
  font-size: 2.6rem;
  color: #7d5e59;
  font-weight: 400;
  display: inline-block;
  padding-bottom: 10px;
  background: url(images/dot.svg) bottom left repeat-x;
}
@media screen and (max-width: 767px) {
  .top_ttl3 {
    background-size: 50px;
    font-size: 2rem;
    line-height: 2;
  }
}

.top_ttl4 {
  text-align: center;
  font-size: 3.6rem;
  color: #6b4625;
  font-weight: 400;
  padding: 60px 0 15px;
  background: url(images/inhome.png) top center no-repeat, url(images/dot2.svg) bottom center no-repeat;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top_ttl4 {
    padding: 40px 0 15px;
    background-size: 100px;
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
}

.top_ttl5 {
  text-align: center;
  font-size: 3.3rem;
  color: #9d693a;
  font-weight: 400;
  padding-bottom: 25px;
  background: url(images/dot3.png) bottom center no-repeat;
}
@media screen and (max-width: 767px) {
  .top_ttl5 {
    font-size: 2.5rem;
    padding-bottom: 15px;
    background-size: 100px;
    margin-bottom: 20px;
  }
}

.aside_ttl {
  font-size: 3.6rem;
  color: #6b4625;
  text-align: center;
  font-weight: 400;
  display: inline-block;
  line-height: 1.3;
  letter-spacing: 0em;
  padding: 0 130px 5px;
  background: url(images/leaf3_l.svg) no-repeat left bottom, url(images/leaf3_r.svg) no-repeat right bottom;
}
@media screen and (max-width: 767px) {
  .aside_ttl {
    font-size: 2rem;
    padding: 0 70px 0;
    background-size: 50px;
  }
}
.aside_ttl span {
  display: block;
  color: #ee9e57;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .aside_ttl span {
    font-size: 1.4rem;
  }
}

.aside_ttl_container {
  display: flex;
  justify-content: center;
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .aside_ttl_container {
    margin-bottom: 40px;
  }
}

.headline {
  color: #6b4625;
  font-size: 3.2rem;
  letter-spacing: 0;
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  padding-top: 50px;
  background: url(images/leaf1.svg) no-repeat top center;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 10px;
  text-decoration-color: #e7f0c8;
  text-underline-offset: -5px;
  text-decoration-skip-ink: none;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 2.5rem;
    padding-top: 30px;
    background-size: 50px;
    margin-bottom: 40px;
  }
}

.ttl1 {
  font-size: 2.5rem;
  color: #6b4625;
  letter-spacing: 0.01em;
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  padding-bottom: 15px;
  background: url(images/dot.svg) bottom left repeat-x;
  margin-bottom: 30px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .ttl1 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.ttl2 {
  font-size: 1.8rem;
  color: #6b4625;
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #ef8c34;
}
@media screen and (max-width: 767px) {
  .ttl2 {
    font-size: 1.6rem;
  }
}

.ttl3 {
  font-size: 1.8rem;
  color: #6b4625;
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #FDEFE3;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .ttl3 {
    font-size: 1.6rem;
  }
}

/* ボタン */
.btn a {
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 18px 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.06em;
  border: 2px solid #333;
  color: #333;
}

.btn a::before {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn a:hover {
  background: rgba(9, 112, 196, 0.3);
}

.btn a:hover::before {
  right: 10px;
}

@media screen and (max-width: 767px) {
  /* ボタン */
  .btn a {
    padding: 12px;
    font-size: 1.4rem;
  }
}
.btn1 {
  width: 270px;
}
@media screen and (max-width: 767px) {
  .btn1 {
    width: 250px;
  }
}
.btn1 a {
  color: #fff;
  font-size: 2rem;
  background-color: #ef8c34;
  border-radius: 50vh;
  text-align: center;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .btn1 a {
    font-size: 1.6rem;
    padding: 15px;
  }
}
.btn1 a:hover {
  background-color: #b3d154;
}

.btn2 {
  width: 270px;
}
@media screen and (max-width: 767px) {
  .btn2 {
    width: 250px;
  }
}
.btn2 a {
  color: #fff;
  font-size: 2rem;
  background-color: #b3d154;
  border-radius: 50vh;
  text-align: center;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .btn2 a {
    font-size: 1.6rem;
    padding: 15px;
  }
}
.btn2 a:hover {
  background-color: #ef8c34;
}

.btn_container {
  display: flex;
  justify-content: center;
  gap: 45px;
}
@media screen and (max-width: 767px) {
  .btn_container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}

.btn3 {
  width: 200px;
}
.btn3 a {
  color: #fff;
  font-size: 1.8rem;
  background-color: #b3d154;
  border-radius: 50vh;
  text-align: center;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .btn3 a {
    font-size: 1.6rem;
    padding: 15px;
    position: relative;
    z-index: 9;
  }
}
.btn3 a:hover {
  background-color: #ef8c34;
}

/****************************************

news トップ用

*****************************************/
.news_post a:link,
.news_post a:visited,
.news_post a:hover,
.news_post a:active {
  text-decoration: none;
}

.news_post {
  width: 100%;
  height: 100%;
  max-height: 250px;
  overflow-y: scroll;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .news_post {
    padding-right: 0;
  }
}

.news_post article {
  width: 100%;
  padding: 40px 20px 15px 20px;
  border-bottom: 1px solid #b1b1b1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news_post article {
    padding: 10px;
    display: block;
  }
}

.news_post article h3 a {
  color: #333;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  font-weight: 400;
  line-height: 1.6;
  transition: 0.3s;
  display: inline;
  background-image: linear-gradient(90deg, #ef8c34, #ef8c34); /* 線の色 */
  background-position: left bottom; /* 線の起点を左・下に設定 */
  background-repeat: no-repeat;
  background-size: 0 1px; /* 線の横幅を0、縦幅を2pxに */
  padding-bottom: 0px; /* 下線を下にズラす */
  text-decoration: none; /* デフォルトのテキストの下線を消す */
  transition: background-size 0.3s; /* 線を伸ばすアニメーション実行時間を指定 */
}
.news_post article h3 a:hover {
  background-size: 100% 1px; /* 線の横幅を100%にする */
}
@media screen and (max-width: 767px) {
  .news_post article h3 a {
    font-size: 1.4rem;
  }
}

.news_post article .date {
  font-size: 1.8rem;
  color: #ef8c34;
  font-weight: 600;
  margin-right: 40px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .news_post article .date {
    font-size: 1.4rem;
  }
}

.object-fit-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/****************************************

contentトップ用

*****************************************/
.time_table_box {
  position: relative;
  background: #e7f0c8;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .time_table_box {
    padding: 40px 3%;
  }
}

.tbl_container {
  position: absolute;
  bottom: 20px;
  right: 5.7%;
  z-index: 999;
  padding: 15px 30px 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 6px 6px 7px rgba(0, 0, 0, 0.0941176471);
  text-align: center;
  width: 570px;
}
@media screen and (max-width: 767px) {
  .tbl_container {
    position: sticky;
    width: 100%;
    padding: 15px 10px;
  }
}
.tbl_container p {
  font-size: 1.5rem;
  line-height: 1.4;
  display: inline-block;
  text-align: left;
  letter-spacing: 0.02em;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .tbl_container p {
    font-size: 1.2rem;
  }
}

.time_tbl {
  width: 100%;
}
.time_tbl tr:not(:last-of-type) {
  border-bottom: 1px solid #aaa;
}
.time_tbl tr:not(:first-of-type) th {
  letter-spacing: 0.1em;
}
.time_tbl th {
  font-size: 1.7rem;
  letter-spacing: 0em;
  text-align: center;
  font-weight: 600;
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  vertical-align: middle;
  padding: 4px 0;
}
@media screen and (max-width: 767px) {
  .time_tbl th {
    font-size: 1.3rem;
  }
}
.time_tbl td {
  font-size: 1.8rem;
  text-align: center;
  width: 56px;
  font-weight: 400;
  line-height: 1.8;
  color: #ef8c34;
  vertical-align: middle;
  padding: 4px 0;
}
@media screen and (max-width: 767px) {
  .time_tbl td {
    font-size: 1.3rem;
    width: 10%;
  }
}
.time_tbl td:last-of-type {
  color: inherit;
}

.top_box01 {
  padding: 70px 0 90px;
}
@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 50px 3%;
  }
}
.top_box01 p {
  font-size: 1.8rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top_box01 p {
    font-size: 1.4rem;
  }
}

.top_box02 {
  background: url(images/orange_bg.jpg);
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .top_box02 {
    padding: 50px 0;
  }
}

.top_box02_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_box02_container {
    flex-direction: column;
    gap: 30px;
  }
}

.top_box02_content {
  width: 370px;
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 5px 5px 13px rgba(0, 0, 0, 0.1176470588);
}
@media screen and (max-width: 767px) {
  .top_box02_content {
    width: 100%;
  }
}
.top_box02_content figure {
  position: relative;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .top_box02_content figure {
    margin-bottom: 50px;
  }
}
.top_box02_content figure::after {
  position: absolute;
  content: "";
  width: 90px;
  height: 90px;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.top_box02_content:first-child figure::after {
  background: url(images/top_icon1.png);
}
.top_box02_content:nth-child(2) figure::after {
  background: url(images/top_icon2.png);
}
.top_box02_content:nth-child(3) figure::after {
  background: url(images/top_icon3.png);
}

.top_box02_txt {
  padding: 0 25px 65px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .top_box02_txt {
    padding: 0 15px 30px;
  }
}
.top_box02_txt p {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .top_box02_txt p {
    font-size: 1.4rem;
  }
}

.top_box02_container {
  position: relative;
}
.top_box02_container::before {
  display: block;
  content: url(images/flower1.svg);
  position: absolute;
  bottom: -25px;
  left: -60px;
  transition: 0.3s;
}
@media screen and (max-width: 1460px) {
  .top_box02_container::before {
    left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .top_box02_container::before {
    left: 1%;
  }
}
.top_box02_container::after {
  display: block;
  content: url(images/flower2.svg);
  position: absolute;
  bottom: -15px;
  right: -20px;
}
@media screen and (max-width: 767px) {
  .top_box02_container::after {
    bottom: -25px;
    right: 1%;
  }
}

.sky_container {
  padding: 90px 0 160px;
  background: url(images/sky_bg.png) top center no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sky_container {
    padding: 50px 0 100px;
  }
}
.sky_container::before {
  display: block;
  content: "";
  position: absolute;
  background: url(images/tree_top.png) no-repeat center top;
  width: 100%;
  height: 403px;
  top: 50px;
  left: 0;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .sky_container::before {
    top: 30px;
  }
}
.sky_container::after {
  display: block;
  content: "";
  position: absolute;
  background: url(images/tree_bottom.png) no-repeat center bottom;
  width: 100%;
  height: 764px;
  bottom: 0;
  left: 0;
  background-size: 100%;
  z-index: -1;
}

.top_box03 {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .top_box03 {
    margin-bottom: 70px;
  }
}

.txt1 {
  width: 570px;
}
@media screen and (max-width: 767px) {
  .txt1 {
    width: 100%;
  }
}
.txt1 p {
  font-size: 1.8rem;
  margin-top: 32px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .txt1 p {
    font-size: 1.4rem;
  }
}
.txt1 .btn2 {
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .txt1 .btn2 {
    margin: 30px auto 0;
  }
}

.fig1 {
  border-radius: 15px;
  overflow: hidden;
}

.top_box04 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_box04 {
    flex-direction: column;
  }
}

.top_news_container {
  background: url(images/wood.jpg);
  width: 900px;
  padding: 25px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_news_container {
    width: 100%;
    padding: 10px;
  }
}
.top_news_container::after {
  display: block;
  content: url(images/flower3.svg);
  position: absolute;
  bottom: -20px;
  left: -10px;
}
@media screen and (max-width: 767px) {
  .top_news_container::after {
    content: "";
    width: 100px;
    height: 60px;
    background: url(images/flower3.svg) no-repeat left bottom;
    background-size: contain;
    bottom: -10px;
    left: -2%;
  }
}

.news_post_contanier {
  background-color: #fffffb;
  padding: 15px 10px 45px 30px;
}
@media screen and (max-width: 767px) {
  .news_post_contanier {
    padding: 15px 15px 35px;
  }
}

.top_box04_ttlbox {
  width: 300px;
  padding-top: 75px;
}
@media screen and (max-width: 767px) {
  .top_box04_ttlbox {
    width: revert;
    padding-top: 0;
  }
}

.txt2 {
  width: 720px;
}
@media screen and (max-width: 767px) {
  .txt2 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.fig2 {
  border-radius: 15px;
  overflow: hidden;
}

.sec_mb {
  margin-bottom: 50px;
}

.sec_mb2 {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .sec_mb2 {
    margin-bottom: 50px;
  }
}

.fig2_1 figure {
  border-radius: 15px;
  overflow: hidden;
}
.fig2_1 figure img {
  vertical-align: bottom;
}
.fig2_1 p {
  margin-top: 5px;
  text-align: center;
}

.fig2_2 {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 5px;
}

.greeting_box02_container {
  width: 440px;
}
@media screen and (max-width: 767px) {
  .greeting_box02_container {
    width: 100%;
  }
}

.check_list {
  column-count: 2;
  column-gap: 40px;
}
@media screen and (max-width: 767px) {
  .check_list {
    column-count: 1;
  }
}
.check_list li {
  font-size: 1.8rem;
  color: #6b4625;
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  padding: 15px 0 20px 50px;
  background: url(images/check.png) left 5px top no-repeat;
  border-bottom: 2px solid #ef8c34;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .check_list li {
    font-size: 1.5rem;
    padding: 5px 0 10px 30px;
    background: url(images/check.png) left 5px top no-repeat;
    background-size: 20px;
    line-height: 1.5;
  }
}

.tbl1 {
  width: 100%;
}
.tbl1 th {
  width: 33.3333333333%;
  border: 1px solid #b3d154;
  font-weight: 400;
  background: #F5F9EA;
  padding: 11px;
}
@media screen and (max-width: 767px) {
  .tbl1 th {
    padding: 10px 5px;
  }
}
.tbl1 td {
  width: 33.3333333333%;
  border: 1px solid #b3d154;
  padding: 11px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tbl1 td {
    padding: 10px 5px;
  }
}

.caution {
  text-align: right;
  margin-top: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .caution {
    font-size: 1.2rem;
  }
}

.red {
  color: #FF0000;
}

.tbl2 {
  width: 100%;
  margin-top: 30px;
}
.tbl2 th {
  width: 300px;
  border: 1px solid #b3d154;
  font-weight: 400;
  background: #F5F9EA;
  padding: 11px 20px;
}
@media screen and (max-width: 767px) {
  .tbl2 th {
    padding: 10px;
    width: 45%;
  }
}
.tbl2 td {
  border: 1px solid #b3d154;
  padding: 11px 20px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .tbl2 td {
    padding: 10px;
  }
}

.flow {
  color: #b3d154;
  font-weight: 600;
  padding-right: 10px;
}

.traffic-accident_container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.traffic-accident_content {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .traffic-accident_content {
    width: 100%;
  }
}
.traffic-accident_content figure {
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
}

.check_list2 li {
  font-size: 1.8rem;
  color: #6b4625;
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  padding: 15px 0 20px 50px;
  background: url(images/check.png) left 5px top no-repeat;
  border-bottom: 2px solid #ef8c34;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .check_list2 li {
    font-size: 1.5rem;
    padding: 5px 0 10px 30px;
    background: url(images/check.png) left 5px top no-repeat;
    background-size: 20px;
    line-height: 1.5;
  }
}

.tbl3 {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .tbl3 tr {
    display: flex;
    flex-direction: column;
  }
}
.tbl3 th {
  width: 320px;
  border: 1px solid #b3d154;
  font-weight: 400;
  background: #F5F9EA;
  padding: 11px 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .tbl3 th {
    padding: 10px;
    width: 100%;
    margin-top: -1px;
  }
}
.tbl3 td {
  border: 1px solid #b3d154;
  padding: 11px 20px;
}
@media screen and (max-width: 767px) {
  .tbl3 td {
    padding: 10px;
    margin-top: -1px;
  }
}

.map {
  width: 100%;
  position: relative;
  height: 400px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .map {
    height: 300px;
    margin-top: 20px;
  }
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pp {
  background-color: #F5F9EA;
  border-radius: 15px;
  padding: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .pp {
    padding: 20px;
    margin-top: 30px;
  }
}
.pp h2 {
  color: #6b4625;
  font-size: 1.8rem;
  margin-bottom: 10px;
  text-align: center;
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pp h2 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

/* End Hack *//*# sourceMappingURL=style.css.map */