/*--------------------------------------------------
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-size: 100%;
  font: inherit;
  font-weight: normal; /* Yutaka added */
  vertical-align: baseline;
}

body {
  line-height: 1;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

/* Yutaka added */
table,
tr,
th,
td,
caption {
  vertical-align: middle;
  text-align: left;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  -webkit-backface-visibility: hidden;
  max-width: 100%;
}
/*--------------------------------------------------
body
--------------------------------------------------*/

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #806757;
  font-size: 15px;
  font-family: YuGothic, 'Yu Gothic', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: #3d3737;
}

a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: 'alpha(opacity=70)';
}

.pc-no01 {
  display: none;
}

.clearfix:after {
  content: '';
  clear: both;
  display: block;
}
/*
img {
  width: 100%;
} */

body,
html {
  /* important */
  height: 100%;
}

@media screen and (max-width: 800px) {
  .m-pc {
    display: none !important;
  }
}

@media screen and (min-width: 801px) {
  .m-sp {
    display: none !important;
  }
}

/*--------------------------------------------------
text
--------------------------------------------------*/
.f-family01 {
  font-family: 'FOT-筑紫Aオールド明朝 Pr6 B';
}

.bold {
  font-weight: bold;
}

/*--------------------------------------------------
header
--------------------------------------------------*/

#header {
  background: #fff;
}

#header .h-br {
  border-top: solid #f9997e 3px;
}

#header .h-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 20px;
}

#header .h-logo {
  width: 306px;
  padding-top: 10px;
}
#header .h-logo a:hover {
  opacity: 1;
}

#header .h-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sp-navi-contact {
  display: none;
  letter-spacing: 0px;
}

#header .h-contact .tel img {
  width: 245px;
  height: 89px;
}

#header .h-instagram {
  margin-right: 20px;
}

.h-banner {
  margin-right: 10px;
}

.spFix {
  display: none;
}

.pcFix {
  width: 260px;
  position: fixed;
  right: 40px;
  bottom: 25px;
  z-index: 10;
}

.pcFix a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 76px;
  background: #fa997e;
  border: 3px solid #fff;
  border-radius: 20px;
  color: #fff;
  font-family: 'FOT-筑紫Aオールド明朝 Pr6 B';
  font-size: 22px;
}

.pcFix a::before {
  content: '';
  display: inline-block;
  width: 29px;
  height: 29px;
  background: url(../images/icon_web_reserve.svg) center / auto no-repeat;
  margin-right: 20px;
  transform: translateY(-2px);
}

/*--------------------------------------------------
g-navi
--------------------------------------------------*/

.g-navi {
  margin: 0 auto;
  max-width: 1024px;
}

.g-navi .inner {
  margin: 0 auto;
}

.g-navi a,
.g-navi span {
  color: #806757;
  font-family: 'FOT-筑紫Aオールド明朝 Pr6 B';
  font-size: 15px;
  display: inline-block;
  opacity: 1;
}

.g-navi a:hover,
.g-navi span:hover {
  color: #6cc66f;
}

.g-navi .nav01 {
  background: url(../images/nav01.gif) center 0 no-repeat;
  background-size: 100% auto;
  width: 16.6%;
  position: relative;
}

.g-navi .nav02 {
  width: 16.6%;
  background: url(../images/nav02.gif) center 0 no-repeat;
  background-size: 100% auto;
  width: 16.6%;
}

.g-navi .nav03 {
  width: 16.6%;
  background: url(../images/nav03.gif) center 0 no-repeat;
  background-size: 100% auto;
  width: 16.6%;
}

.g-navi .nav04 {
  width: 16.6%;
  background: url(../images/nav04.gif) center 0 no-repeat;
  background-size: 100% auto;
  width: 16.6%;
}

.g-navi .nav05 {
  width: 16.6%;
  background: url(../images/nav05.gif) center 0 no-repeat;
  background-size: 100% auto;
  width: 16.6%;
}

.g-navi .nav06 {
  width: 16.6%;
  background: url(../images/nav06.gif) center 0 no-repeat;
  background-size: 100% auto;
  width: 16.6%;
}

.g-navi .n-tx {
  padding-left: 4px;
}
.sp-navi {
  display: none;
}

/*--------------------------------------------------
ドロップダウン
--------------------------------------------------*/

.dropmenu {
  *zoom: 1;
  list-style-type: none;
  max-width: 1024px;
  margin: 5px auto 0;
  padding: 0;
}
.dropmenu:before,
.dropmenu:after {
  content: '';
  display: table;
}
.dropmenu:after {
  clear: both;
}
.dropmenu li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a {
  display: block;
  margin: 0;
  padding: 40px 0 11px;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}

.dropmenu li.dd ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
.dropmenu li.dd ul:after {
  content: '';
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #9ed1a0 transparent;
  transition: 0.5s;
}

.dropmenu li.dd ul li {
  width: 100%;
  display: inline;
}

.dropmenu li.dd ul li a {
  padding: 13px 15px;
  border-top: 1px solid #9ed1a0;
  background: #fff;
  text-align: left;
  color: #806757;
}

dropmenu li:hover a,
.dropmenu li:hover span,
.dropmenu li.dd ul li a:hover {
  color: #6cc66f;
}

#fade-in li ul {
  visibility: hidden;
  opacity: 0;
  transition: 0s;
}
#fade-in li:hover ul {
  visibility: visible;
  opacity: 1;
}
#fade-in li ul li a {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
#fade-in li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------
mv
--------------------------------------------------*/

.top .mv {
  margin: 20px auto 0;
  max-width: 1024px;
  position: relative;
}

.top .mv-title {
  position: absolute;
  width: min(calc(321 / 1020 * 100vw), 321px);
  right: 5.8%;
  bottom: 9%;
  z-index: 2;
}

/*--------------------------------------------------
ttl-main
--------------------------------------------------*/

.ttl-main {
  color: #806757;
  font-size: 28px;
  text-align: center;
  padding-top: 40px;
  font-family: 'FOT-筑紫Aオールド明朝 Pr6 B';
  line-height: 1.8;
}

.ttl-main .t-line {
  margin: 0 auto;
  width: 100%;
  background: url(../images/t-line.png) bottom repeat-x;
  background-size: auto 2.5px;
  text-align: center;
  padding-bottom: 4px;
  padding-left: 20px;
}

.top .ttl-main .t-line:before {
  content: '';
  position: relative;
  right: 20px;
  display: inline-block;
}

.ttl-main:before {
  content: '';
  position: absolute;
  display: inline-block;
}

h2,
h3,
h4,
h5 {
  font-family: 'FOT-筑紫Aオールド明朝 Pr6 B';
}

.ttl-sub {
  color: #ff9c67;
  font-size: 18px;
  text-align: center;
  font-family: 'FOT-筑紫Aオールド明朝 Pr6 B';
  padding-top: 55px;
}

.ttl-sub:before {
  content: '';
  position: relative;
  display: inline-block;
}

/*--------------------------------------------------
btn
--------------------------------------------------*/

.link a {
  display: inline-block;
  background-color: #73c775;
  color: #fff;
  padding: 8px 14px 5px 20px;
  text-align: center;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  margin-top: 20px;
  border: solid 2px #fff;
  box-sizing: border-box;
  font-size: 16px;
  font-family: 'FOT-筑紫Aオールド明朝 Pr6 B';
  box-shadow: 0px 2px 7px 0px #ddd;
}

.link a:before {
  content: '';
  background: url(../images/arrow.png) center 0 no-repeat;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  display: inline-block;
  right: 10px;
  position: relative;
}

/*--------------------------------------------------
sec01
--------------------------------------------------*/

/*--------------------------------------------------
top  sec01
--------------------------------------------------*/
.top .sec01 {
  width: 100%;
  margin: 40px auto 0;
  background: #f4fcf4;
  padding: 40px 0 50px;
}

.top .sec01 .sec-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}

.top .sec01 .image-box {
  width: calc(462 / 1024 * 100%);
}

.top .sec01 .image-box img {
  width: 100%;
  height: auto;
}

.top .sec01 .ttl-area01 {
  width: calc(480 / 1024 * 100%);
  position: relative;
}

.top .sec01 .ttl-main .t-line {
  padding-left: 0;
}

.top .sec01 .num {
  display: inline-block;
  font-size: 55px;
  line-height: 1;
  position: relative;
}

.top .sec01 .num::before {
  content: '';
  display: block;
  width: 43px;
  height: 20px;
  background: url(../images/num_emp.svg) center / auto no-repeat;
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
}

.top .sec01 .ttl-main {
  color: #6cc66f;
  padding-top: 10px;
  text-align: left;
  font-size: 28px;
}

.top .sec01 .sec-inner .text {
  letter-spacing: 0.025em;
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.68;
  max-width: 462px;
}

.top .sec01 .link {
  text-align: center;
}
.top .sec01 .link a {
  width: 392px;
  margin-top: 40px;
  line-height: 57px;
  font-size: 23px;
}

.top .sec01 .link a:before {
  width: 30px;
  height: 30px;
  background-size: contain;
  vertical-align: middle;
  top: -2px;
}

/*--------------------------------------------------
top  sec02
--------------------------------------------------*/

.top .sec02 {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.top .sec02 .sec-inner {
  max-width: 1044px;
  margin: auto;
  position: relative;
}

.top .sec02 .sec-main {
  margin-top: 40px;
}

.top .sec02 .sec-main .box {
  max-width: 1024px;
  margin: auto;
}

.top .sec02 .ttl-main .t-line:before {
  background: url(../images/icon02.png) center 0 no-repeat;
  background-size: 29px 30px;
  width: 29px;
  height: 30px;
  top: 5px;
}

.top .sec02 .img-area {
  float: left;
  width: 37%;
  padding-right: 3%;
}

.top .sec02 .text-area {
  float: right;
  width: 60%;
}

.top .sec02 h4 {
  border-bottom: solid 2px #ffea87;
  color: #6cc66f;
  padding-bottom: 8px;
  font-size: 24px;
  margin-bottom: 16px;
}

.top .sec02 .link {
  text-align: right;
}

.top .sec02 .nav-area {
  max-width: 1044px;
  margin: 50px auto 0;
}

.top .sec02 .nav-area li {
  width: 31.2%;
  padding-bottom: 20px;
  padding-left: 1%;
  padding-right: 1.5%;
  float: left;
}

.top .sec02 .nav-area .pr0 {
  padding-right: 0;
}

.top .sec02 .nav-area a {
  display: block;
}
/*--------------------------------------------------
top  sec03
--------------------------------------------------*/

.top .sec03 {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  background: #f4fcf4;
}

.top .sec03 .sec-inner {
  max-width: 1024px;
  margin: auto;
  position: relative;
}

.top .sec03 .sec-main {
  margin-top: 40px;
}

.top .sec03 .sec-main .box {
  max-width: 1024px;
  margin: auto;
}

.top .sec03 .ttl-main .t-line:before {
  background: url(../images/icon03.png) center 0 no-repeat;
  background-size: 20px 29px;
  width: 20px;
  height: 29px;
  top: 3px;
}

.top .sec03 .img-area {
  float: right;
  width: 37%;
  padding-left: 3%;
}

.top .sec03 .text-area {
  float: left;
  width: 60%;
}

.top .sec03 .text-area .text {
  padding-bottom: 10px;
}

.top .sec03 .link {
  text-align: right;
}

/*--------------------------------------------------
top  sec04
--------------------------------------------------*/

.top .sec04 {
  width: 100%;
  margin: 0 auto;
  margin-top: 70px;
}

.top .sec04 .sec-inner {
  max-width: 1024px;
  margin: auto;
  position: relative;
}

.top .sec04 .banner a img {
  max-width: 100%;
  height: auto;
}

/* .top .sec04 .banner {
  background: url(../images/sec04-bg.png) center 0 no-repeat ;
  background-size: 100% auto;
  padding-bottom: 3.5%;
  text-align: center;
  width: 100%;
  box-shadow:0px 2px 7px 0px #ddd;
  -webkit-border-radius:10px 10px 10px 10px;
  -moz-border-radius:10px 10px 10px 10px;
  border-radius:10px 10px 10px 10px;
}

.top .sec04 .banner .link01 {
  text-align: center;
  margin: 0 auto;
  padding-top:4%;
}

.top .sec04 .banner a img {
  width: 40%;
} */

/*--------------------------------------------------
top  sec05
--------------------------------------------------*/

.top .sec05 {
  width: 100%;
  margin: 0 auto;
  margin-top: 70px;
}

.top .sec05 .sec-inner {
  max-width: 1024px;
  margin: auto;
  position: relative;
}

.top .sec05 .ttl-main .t-line:before {
  background: url(../images/icon04.png) center 0 no-repeat;
  background-size: 27px 27px;
  width: 27px;
  height: 27px;
  top: 3px;
}

.top .sec05 .sec-main {
  /* background: url(../images/sec05-bg.gif) repeat ; */
  background-size: 50px 50px;
  border: solid 2px #73c775;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  box-sizing: border-box;
  padding-bottom: 5%;
}

.top .sec05 .text-box {
  max-width: 95%;
  margin: 0 auto;
  margin-top: 1%;
}
.top .sec05 .text-box li {
}

.top .sec05 .text-box dl {
  padding-top: 20px;
}
.top .sec05 dt {
  float: left;
  width: 23%;
  color: #7ecb80;
  font-size: 14px;
  margin-right: 1%;
  font-family: YuGothic, 'Yu Gothic', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.top .sec05 dd {
  float: left;
  line-height: 1.5;
  width: 76%;
  color: #806757;
  padding-top: 2px;
  font-family: YuGothic, 'Yu Gothic', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.top .sec05 .text-box .cate {
  color: #fff;
  background: #ff9962;
  font-family: YuGothic, 'Yu Gothic', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  display: inline-block;
  font-size: 14px;
  width: 59%;
  text-align: center;
  margin-left: 3%;
}

.top .sec05 dd a {
  color: #806757;
}

/*--------------------------------------------------
top  sec06
--------------------------------------------------*/

.top .sec06 {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 70px;
  margin-top: 70px;
  text-align: center;
}

.top .sec06 .sec-inner {
  max-width: 1024px;
  margin: auto;
  position: relative;
}

.top .sec06 .banner a img {
  max-width: 80%;
  height: auto;
}

/*--------------------------------------------------
top info
--------------------------------------------------*/
.info a {
  display: block;
  max-width: 700px;
  width: 80%;
  margin: 40px auto 0;
  padding: 20px 10px 10px 46px;
  border: 1px solid #ff9961;
  background-color: #fffcfa;
  padding: 20px;
  color: #806757;
  font-family: 'FOT-筑紫Aオールド明朝 Pr6 B';
}

.info_text01 {
  font-size: 18px;
  letter-spacing: 0.05em;
}

.info_text02 {
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.info_text03 {
  margin-top: -12px;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-align: right;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

/*--------------------------------------------------
page-top
--------------------------------------------------*/
.page-top {
  margin: 0 auto;
  width: 100%;
  background: #73c775;
  height: 50px;
}

.page-top a {
  display: block;
  position: relative;
  color: #e0593a;
  font-size: 12px;
  margin: 0 auto;
  position: relative;
  text-indent: -9999px;
  padding-left: 8px;
  background: #73c775;
}

.page-top a:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 24px;
  left: 50%;
}

.page-top a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: 'alpha(opacity=60)';
}

/*--------------------------------------------------
footer
--------------------------------------------------*/
#footer {
  background: #f4fcf4;
  width: 100%;
  padding-bottom: 20px;
}
#footer .sec-inner {
  padding-top: 40px;
}

#footer .box {
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 20px;
  position: relative;
}

#footer .map-box {
  float: left;
  width: 48.5%;
  margin-right: 1.5%;
}

#footer .f-contact {
  float: left;
  margin-left: 1.5%;
  width: 48.5%;
}

#footer .f-instagram {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-10%);
}

#footer .map-box .map iframe {
  width: 100%;
  height: 373px;
  border: solid 2px #73c775;
  border-right: solid 3px #73c775;
  box-sizing: border-box;
}

#footer .f-contact .f-logo {
  width: 270px;
}

#footer table {
  width: 100%;
  box-sizing: border-box;
  font-family: 'FOT-筑紫Aオールド明朝 Pr6 B';
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 16px;
  overflow: hidden;
  margin-bottom: 5px;
}

#footer table .th01 {
  width: 6%;
}

#footer table th {
  width: 3%;
  text-align: center;
  color: #fff;
  background: #73c775;
  line-height: 45px;
  font-size: 15px;
  box-sizing: border-box;
}

#footer table td {
  line-height: 42px;
  text-align: center;
  font-family: 'FOT-筑紫Aオールド明朝 Pr6 B';
  font-size: 20px;
  background: #fff;
  color: #73c775;
  box-sizing: border-box;
}

#footer table .c-tx {
  font-size: 14px;
  color: #806757;
}

#footer .text {
  font-size: 14px;
}

.pay-wrap {
  margin-top: 30px;
}

#footer .tel {
  width: 245px;
  margin-top: 15px;
  margin-bottom: 10px;
}

#footer .f-nav {
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 10px;
}

#footer .f-nav ul {
  width: 100%;
}

#footer .f-nav li {
  font-size: 15px;
  float: left;
  margin: 0 0 5px;
  padding: 0;
}

#footer .f-nav a {
  font-size: 15px;
  color: #6f5544;
  border-right: 1px solid #ccc;
  padding: 0 10px;
}
#footer .f-nav li:first-child a {
  border-left: 1px solid #ccc;
}
#footer .f-copy {
  text-align: center;
  padding: 5px 0;
  font-size: 13px;
  color: #6f5544;
  line-height: 1.2;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
under
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*--------------------------------------------------
under mv
--------------------------------------------------*/

.under .mv {
  height: 200px;
  background: #f4fcf4;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-top: 2%;
}

.under .mv .mv-inner {
  margin: auto;
  max-width: 1024px;
  height: 200px;
  display: table;
}

.under .mv .text01 {
  padding: 0 0 0 0;
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
  color: #806757;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}

/*--------------------------------------------------
bc-list
--------------------------------------------------*/

.bc-list {
  margin: 0 0 60px 0;
  line-height: 16px;
}

.bc-list .bc-inner {
  margin: auto;
  padding: 10px 0 0 0;
  max-width: 1024px;
  color: #806757;
  font-size: 12px;
}

.bc-list .bc-inner li {
  display: inline-block;
  padding: 0 0 0 14px;
  position: relative;
}

.bc-list .bc-inner li a {
  color: #806757;
}

.bc-list .bc-inner li::before {
  position: absolute;
  margin: 0 0 0 0;
  top: -3%;
  left: 0;
  display: block;
  content: '>';
  color: #806757;
}

.bc-list .bc-inner li:first-child::before {
  display: none;
}

/*--------------------------------------------------
ls-ck
--------------------------------------------------*/
.ls-ck {
  text-indent: -1em;
  margin-left: 1em;
}

/*--------------------------------------------------
under-ttl
--------------------------------------------------*/

.under h2,
.under h3,
.under h4,
.under h5 {
  font-family: 'FOT-筑紫Aオールド明朝 Pr6 B';
}

.under h3 {
  margin: 0 0 60px 0;
  font-family: 'FOT-筑紫Aオールド明朝 Pr6 B';
  font-size: 28px;
  color: #6cc66f;
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
}

.under h3:before {
  margin: 0 auto;
  width: 100%;
  background: url(../images/t-line.png) left center no-repeat;
  background-size: auto 2.5px;
  text-align: center;
  width: 88px;
  padding-bottom: 4px;
  position: absolute;
  left: 0;
  right: 0;
  top: 150%;
  content: '';
}

.under h4,
.postdata h4 {
  margin: 0 0 30px 0;
  color: #ff9c67;
  display: block;
  padding: 0 0 10px 0;
  font-family: 'FOT-筑紫Aオールド明朝 Pr6 B';
  font-size: 24px;
  letter-spacing: 0.1em;
  border-bottom: #ffea87 solid 2px;
}

.under h5,
.postdata h5 {
  margin: 0 0 30px 0;
  padding: 0;
  font-family: 'FOT-筑紫Aオールド明朝 Pr6 B';
  font-size: 20px;
  letter-spacing: 0.1em;
  position: relative;
  text-indent: 20px;
  color: #806757;
}

.under h5::before,
.postdata h5::before {
  position: absolute;
  margin: -6px 0 0 0;
  top: 50%;
  left: 0;
  display: block;
  content: '';
  border-radius: 10px 10px 10px 10px;
  width: 10px;
  height: 10px;
  background: #6cc66f;
}

/*--------------------------------------------------
section
--------------------------------------------------*/
.short {
  margin-bottom: 40px;
}
.tall {
  margin-bottom: 80px;
}

/*--------------------------------------------------
col-area
--------------------------------------------------*/

.under .col-area {
  margin: 0 0 60px 0;
}
.under .col p + p {
  margin: 15px 0 0;
}
.under .col-area .sec-inner {
  margin: auto;
  max-width: 1024px;
}

.col-area .text-box {
  margin-bottom: 50px;
}

.under .col .br-bt {
  border-bottom: solid 1px #ccc;
}

/* ----------  under01 ----------------------------------------------------------------------------------------------------------------------------------------*/

/* ----------  col01  ----------*/

.under .col01 {
  padding: 0;
}

/* ----------  col02  ----------*/

.under .col02 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.under .col02 .img-area {
  margin: 0 30px 0 0;
  width: 30%;
}
.under .col02 .img-area.intro {
  width: 43%;
}
.under .col02 .text {
  flex: 1;
}

.under .col02.reverse {
  flex-direction: row-reverse;
}
.under .col02.reverse .img-area {
  margin: 0 0 0 30px;
}

.under .col02 .link {
  text-align: right;
  margin-top: 20px;
}

/* ----------  col03-01 ----------*/

.under .col03-01,
.under .col03-02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.under .col03-01.reverse,
.under .col03-02.reverse {
  flex-direction: row-reverse;
}
.under .col03-01 .box,
.under .col03-02 .box {
  width: 48.5%;
}

.under .col03-01 a,
.under .col03-01 a {
  display: block;
  box-shadow: 0px 2px 7px 0px #ddd;
  -webkit-border-radius: 12px 12px 12px 12px;
  -moz-border-radius: 12px 12px 12px 12px;
  border-radius: 12px 12px 12px 12px;
  box-sizing: border-box;
}

/* ----------  col04 ----------*/

.under .col04 {
  display: flex;
  justify-content: space-between;
}

.under .col04 .box {
  width: 45%;
}

/* ----------  staff-box01  ----------*/

.under .staff-box01 {
  display: flex;
  justify-content: space-between;
}
.under .staff-box01 .img-area {
  width: 35%;
}

.under .staff-box01 .text-box {
  width: 62%;
}

.under .staff-box01 .tx02 {
  font-size: 26px;
  margin: 15px 0 20px 0;
}

.under .staff-box01 .c-tx {
  font-size: 12px;
  padding-left: 10px;
}

.under .staff-box01 .tx03 {
  margin-bottom: 20px;
}

/* ----------  link-box ----------*/

.under .link-box {
  margin: 0 0 20px 0;
  display: flex;
  flex-wrap: wrap;
}

.under .link-box li {
  width: 23%;
  margin: 0 1% 20px;
  box-shadow: 0px 2px 7px 0px #ddd;
  box-sizing: border-box;
}

.under .link-box li a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 132px;
  border-radius: 6px;
  border: 2px solid #73c775;
  background: #fffcf4;
  font-family: 'FOT-筑紫Aオールド明朝 Pr6 B';
}

.under .link-box li a:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: '\f054';
  right: 10px;
  color: #ff9963;
}

.under .link-box li a span.link-box_ttl01 {
  display: block;
  font-size: 14px;
  color: #6cc66f;
  line-height: 1.2;
  margin-bottom: 10px;
}

.under .link-box li a span.link-box_ttl02 {
  display: block;
  font-size: 25px;
  color: #806961;
}

/* ----------  dl-style01 ----------*/

.dl-style01 dl {
  display: table;
  width: 100%;
}

.under .dl-style01 dt {
  display: table-cell;
  vertical-align: middle;
  background: #73c775;
  color: #fff;
  width: 25%;
  font-size: 15px;
  border-top: solid 1px #fff;
  border-right: none;
  border-bottom: none;
  padding: 10px;
  box-sizing: border-box;
}
.under .dl-style01 dl:first-of-type dt {
  border-top: solid 1px #73c775;
}

.under .dl-style01 dd {
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
  width: 75%;
  border: solid 1px #ccc;
  box-sizing: border-box;
  border-bottom: none;
  border-left: none;
}

.under .dl-style01 dl:last-of-type dd {
  border-bottom: solid 1px #ccc;
}

/*--------------------------------------------------
map-area
--------------------------------------------------*/

.under .map-area {
  position: relative;
  padding-bottom: 41%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.col03-01 .map-area {
  padding-bottom: 75%;
}

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

/* ----------  sub----------*/

.under .sub {
  display: flex;
  justify-content: space-between;
}

.under .sub .right-box {
  width: 25%;
  margin-top: 4px;
}

.under .sub .left-box {
  width: 70%;
}

.under .sub .left-box h4 {
  margin-top: 0;
}

.under .sub .right-box .c-ttl {
  text-align: center;
  color: #ff9963;
  border-bottom: solid 2px #73c775;
  font-size: 18px;
  text-align: left;
  padding: 0;
  padding-bottom: 4px;
  margin-bottom: 10px;
}

.under .sub .right-box .c-ttl:before {
  content: '';
  background: url(../images/under-icon01.png) center 0 no-repeat;
  background-size: 17px 17px;
  width: 17px;
  height: 17px;
  display: inline-block;
  top: 6px;
  margin-right: 8px;
  position: relative;
}

.under .sub .right-box h3:before {
  background: none;
}

.under .sub .right-box li {
  /* border-bottom: dotted 1px #73c775; */
  padding: 7px 0;
  font-size: 15px;
}
.sidebar-cat > li {
  border-bottom: dotted 1px #73c775;
}
.sidebar-cat > li::before {
  font-family: 'FontAwesome';
  content: '\f105';
  margin-right: 10px;
  color: rgb(108, 198, 111);
}

.sidebar-cat .children {
  margin-top: 5px;
  margin-left: 15px;
}
.sidebar-cat .children li::before {
  content: '- ';
}

.under .sub .right-box dd {
  font-size: 12px;
  padding-left: 7px;
}

.under .sub .right-box a {
  color: #806757;
}

/* ----------  post-list----------*/

.under .sub .post-list li {
  margin-bottom: 40px;
}
.under .sub .post-inner {
  display: flex;
}
.under .sub .post-inner .post-img {
  width: 250px;
  margin-right: 20px;
}
.under .sub .post-inner .post-img img {
  border-radius: 10px;
}
.under .sub .post-inner .post-img + .post-desc {
  flex: 1;
}

.under .sub .post-data {
  text-align: right;
  width: 100%;
}

.under .sub .post-data .category {
  display: inline-block;
  background: #ff9962;
  color: #fff;
  font-family: 'FOT-筑紫Aオールド明朝 Pr6 B';
  font-size: 12px;
  padding: 0 2%;
  margin-right: 10px;
}

.under .sub .category time {
  display: inline-block;
  font-size: 12px;
  color: #7ecb80;
}

.under .sub .post-text {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.under .sub .link {
  text-align: right;
}

.page-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 70px 0 0;
  text-align: center;
}
.page-navi li a {
  color: #806757;
  background: #f4fcf4;
  font-family: 'FOT-筑紫Aオールド明朝 Pr6 B';
  display: block;
  font-size: 12px;
  margin: 0 5px;
  padding: 0 10px;
  line-height: 40px;
  text-align: center;
  min-width: 20px;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.page-navi li a:hover {
  background: #73c775;
  color: #fff;
}

.page-navi li.current span {
  background: #73c775;
  color: #fff;
  display: block;
  margin: 0 5px;
  padding: 0 10px;
  line-height: 40px;
  text-align: center;
  min-width: 20px;
}
/*投稿詳細*/
.postdata p + p {
  margin-top: 0 !important;
}
.postdata p,
.postdata ul,
.postdata ol {
  margin-bottom: 15px !important;
}
.postdata ol {
  padding-left: 24px;
  list-style: decimal;
}
.postdata ul {
  padding-left: 24px;
  list-style: disc;
}
.postdata li {
  margin-bottom: 0.1em;
}

.postdata strong {
  font-weight: bold;
}
.postdata em {
  font-style: oblique;
}
.postdata a {
  color: #73c775;
  text-decoration: underline;
}

/*--------------------------------------------------
form-area
--------------------------------------------------*/
/* iOSでのデフォルトスタイルをリセット */
input[type='submit'],
input[type='button'] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type='submit']::-webkit-search-decoration,
input[type='button']::-webkit-search-decoration {
  display: none;
}
input[type='submit']::focus,
input[type='button']::focus {
  outline-offset: -2px;
}
/* iOSでのデフォルトスタイルをリセット ここまで*/
.under .form-area {
  margin: 0 0 100px 0;
}

.under .form-area .text {
  margin-bottom: 10px;
}

.under .form-area .submit {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
}

.under .form-area .sec-main {
  margin-top: 50px;
}
.under .form-area .link a {
  padding-right: 4%;
  padding-left: 5%;
}

.under .form-area .sec-inner {
  margin: auto;
  max-width: 1024px;
}

.under .form-area .block01 dl {
  display: table;
  width: 100%;
}

.under .form-area .block01 dt {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  background: #73c775;
  color: #fff;
  width: 25%;
  border-top: solid 1px #fff;
  border-right: none;
  border-bottom: none;
  padding: 10px;
  box-sizing: border-box;
  line-height: 1.6;
}

.under .form-area .block01 dl:first-of-type dt {
  border-top: solid 1px #73c775;
}

.under .form-area .block01 dl:last-of-type dd {
  border-bottom: solid 1px #ccc;
}
.under .form-area .block01 .textarea dt {
  padding: 20px 0 0 10px;
  vertical-align: top;
}

.under .form-area .block01 dt span {
  position: absolute;
  right: 20px;
  padding: 5px 10px;
  display: inline-block;
  background: #d66;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
}

.under .form-area .block01 dt span.req02 {
  background: #fff;
  color: #6cc66f;
  line-height: 1.2;
  vertical-align: middle;
}

.under .form-area .block01 dd {
  padding: 20px;
  width: 75%;
  display: table-cell;
  vertical-align: middle;
  border: solid 1px #ccc;
  box-sizing: border-box;
  border-bottom: none;
  border-left: none;
}

.under .form-area .block01 dd input {
  border: #aea4a4 solid 1px;
  padding: 0 10px;
  width: 70%;
  height: 40px;
  box-sizing: border-box;
}

.under .form-area02 .block01 dd input {
  border: #aea4a4 solid 1px;
  padding: 0 10px;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
}

.under .form-area .block01 dd textarea {
  border: #aea4a4 solid 1px;
  width: 100%;
  height: 200px;
  box-sizing: border-box;
}
.under .form-area .block01 input[type='submit'] {
  display: inline-block;
  background-color: #73c775;
  color: #fff;
  padding: 8px 14px 5px 20px;
  text-align: center;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  margin-top: 20px;
  border: solid 2px #fff;
  box-sizing: border-box;
  font-size: 16px;
  font-family: 'FOT-筑紫Aオールド明朝 Pr6 B';
  box-shadow: 0px 2px 7px 0px #ddd;
  width: 200px;
  transition: all 0.3s ease;
}
.under .form-area .block01 input[type='submit']:hover {
  opacity: 0.7;
}
.under .form-area .block01 .submit input[type='submit'] + input[type='submit'] {
  margin-left: 10px;
}
.under .form-area .block01 .submit input[type='submit'].back {
  background-color: #f9997e;
}
.under .form-area .block01 input[type='submit']:before {
  content: '';
  background: url(../images/arrow.png) center 0 no-repeat;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  display: inline-block;
  right: 10px;
  position: relative;
}

.under .form-area .block02 {
  margin: 80px 0 0 0;
  text-align: center;
  font-family: 'FOT-筑紫Aオールド明朝 Pr6 B';
  font-size: 24px;
  line-height: 1.2em;
}
.under .under-tel a {
  color: #806757;
}

.under .under-tel .text02 {
  padding: 20px 0 15px;
  font-size: 40px;
}

.under .under-tel .text02 small {
  font-size: 25px;
}

.under .under-tel .text03 {
  font-size: 15px;
}

/*common*/
.box-style01 {
  background: #f4fcf4;
  padding: 10px 20px;
  border-radius: 5px;
}

.link-style01 {
  color: #73c775;
  text-decoration: underline;
}
.mb15 {
  margin-bottom: 15px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}
.fo-red {
  color: #ea4335;
}
ol.list_num {
  padding-left: 24px;
  list-style: decimal;
}

ul.list_disc {
  padding-left: 24px;
  list-style: disc;
}

ul.list_check {
  padding-left: 24px;
}
ul.list_check li {
  text-indent: -1.5em;
}
ul.list_check li:before {
  font-family: FontAwesome;
  content: '\f00c';
  margin-right: 0.5em;
  color: #ff9c67;
}
ol.list_num li,
ul.list_disc li,
ul.list_check li {
  margin-bottom: 0.1em;
}

.img-round {
  border-radius: 10px;
}
/* form */
.mwform-tel-field input {
  width: 25% !important;
}

.sp-block {
  display: none;
}

.ai {
  box-sizing: border-box;
  appearance: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px 0;
  width: 180px;
  height: 180px;
  margin: 0;
  padding: 0;
  background: #fff1e0;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.16);
  color: #806757;
  font-family: 'FOT-筑紫Aオールド明朝 Pr6 B';
  outline: none;
  cursor: pointer;
  position: fixed;
  left: 35px;
  bottom: 35px;
  z-index: 10;
}

.ai:hover {
  opacity: 0.8;
}

.ai::before {
  content: '';
  display: block;
  width: 54px;
  height: 40px;
  background: url(../images/ai_icon.svg) center / auto no-repeat;
}

.ai::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #806757;
  border-right: 1px solid #806757;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
}

.ai_text1 {
  order: -1;
  display: block;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: calc(18 / 13);
  transform: translateY(-4px);
}

.ai_text2 {
  display: block;
  font-size: 19px;
}
