@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  background: #fff;
  counter-reset: number 0;
  line-height: 1.6;
  font-weight: 300 !important;
  letter-spacing: 0.6;
  color: #534336;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 17px;
  word-wrap: break-word;
  height: 100% !important;
}

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 {
  font-weight: 500;
}

.inner {
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: 1200px;
  padding: 0 10px;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.inner1000 {
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: 1000px;
  padding: 0 10px;
}

.inner920 {
  margin-right: auto !important;
  margin-left: auto !important;
  min-width: 920px;
  padding: 0 10px;
}

.inner600 {
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: 600px;
  padding: 0 10px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  position: relative;
}

#contents {
  width: 100%;
  background: #fff;
}
@media only screen and (max-width: 834px) {
  #contents {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

.pankuzu {
  margin: 5px 0 50px 0;
  font-size: 13px;
}
.pankuzu a {
  color: #fff;
}
.pankuzu a:hover {
  text-decoration: underline;
}

.error_link a {
  color: #fff;
}
.error_link a:hover {
  text-decoration: underline;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #fff;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}
.map li:last-of-type {
  display: none;
}

.policy h2 {
  margin: 30px 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
}

.policy p {
  margin: 0 0 20px;
}

.smp h2 {
  margin: 100px auto 20px auto;
  padding-bottom: 5px;
  border-bottom: 2px solid #ccc;
  font-size: 24px;
  letter-spacing: 10px;
}
.smp h2:first-of-type {
  margin-top: 0;
}
.smp h3 {
  margin: 50px auto 10px auto;
  font-size: 20px;
}
.smp h3:first-of-type {
  margin-top: 20px;
}
.smp p {
  margin-bottom: 10px;
}
.smp ul {
  padding: 0 20px;
}
.smp li {
  margin-bottom: 10px;
}

table {
  table-layout: fixed;
}

table td {
  padding: 0 !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  display: block;
  font-size: 14px;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

a:hover {
  opacity: 1;
}

.imgR, .imgL {
  margin-left: 3%;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}
@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.imgL {
  margin-left: 0;
  margin-right: 3%;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
/********* Instagram *********/
.event_Instagram01 {
  border: none !important;
}
.event_Instagram01 .sns_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: none;
}
@media screen and (max-width: 640px) {
  .event_Instagram01 .sns_list {
    flex-wrap: wrap;
  }
}
.event_Instagram01 .sns_text {
  display: none;
  width: 0% !important;
}
.event_Instagram01 .sns_photo {
  width: 100% !important;
}
.event_Instagram01 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 33%;
}
@media screen and (max-width: 640px) {
  .event_Instagram01 div.sns_list > div {
    width: 33.3333333%;
  }
}

/********* Instagram *********/
.event_Instagram11 {
  border: none !important;
}
.event_Instagram11 .sns_list {
  display: flex;
  border: none;
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .event_Instagram11 .sns_list {
    align-content: flex-start;
    width: 97%;
  }
}
.event_Instagram11 .event_Instagram11 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 50% !important;
}
.event_Instagram11 .sns_text {
  display: none;
  width: 0% !important;
}
.event_Instagram11 .sns_photo {
  width: 100% !important;
}
.event_Instagram11 .sns_photo img {
  width: 400px !important;
  height: 300px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 834px) {
  .event_Instagram11 .sns_photo img {
    width: auto !important;
    height: auto !important;
  }
}
@media screen and (max-width: 640px) {
  .event_Instagram11 .sns_photo img {
    width: auto !important;
    height: auto !important;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
.event_Instagram11 div.sns_list div.sns_photo {
  width: 100% !important;
  padding-top: 10px;
  padding-right: 0px !important;
  box-sizing: border-box;
}
.event_Instagram11 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 32%;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

.bnone td {
  border: none !important;
}

/********* 新着情報 *********/
.news_area {
  max-height: 310px;
  overflow-y: auto;
}
.news_area td {
  padding: 10px !important;
  border-bottom: 1px dashed #ccc !important;
}
.news_area td:nth-child(odd) {
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .news_area td:nth-child(odd) {
    border-bottom: none !important;
    background: rgba(255, 255, 255, 0.1);
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .news_area td:nth-child(even) {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
  }
}
.news_area dt,
.news_area dd {
  background: none !important;
  border: none !important;
}
.news_area dt {
  flex-direction: row !important;
}
.news_area dt > span {
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: bold;
}
.news_area dl {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
@media screen and (max-width: 640px) {
  .news_area dl {
    display: flex;
    flex-flow: column;
  }
  .news_area dt {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  .news_area dt,
  .news_area dd {
    padding: 5px !important;
    display: block;
    width: 100% !important;
  }
  .news_area dt:nth-child(even),
  .news_area dd:nth-child(even) {
    padding-bottom: 1em !important;
  }
}

.sns1 {
  overflow: hidden !important;
}
.sns1 .sns_photo img {
  width: 100% !important;
  height: 10vw !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
@media screen and (max-width: 834px) {
  .sns1 .sns_photo img {
    height: 30vw !important;
  }
}

.pankuzu {
  margin: 0 auto;
  padding-top: 5px;
}
.pankuzu a {
  color: #70a61f !important;
}

section div.form_wrap.error {
  background: #333 !important;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}

.blog .wrap {
  margin-top: 100px !important;
  display: flex !important;
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1062px) {
  .blog .wrap {
    flex-direction: column;
    width: 100%;
  }
}

.blog h2 {
  background-color: #8fb94f;
  color: #fff;
  padding-left: 10px;
  font-size: 20px !important;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.blog .pages li {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.blog .pages a {
  color: #51a912 !important;
}
.blog #contents {
  margin-left: 30px;
}
@media only screen and (max-width: 640px) {
  .blog #contents {
    margin-left: 0px;
    padding: 0 8px !important;
  }
}

header#global_header {
  max-width: 100% !important;
  background-color: #fff;
  max-width: 960px !important;
}
@media screen and (max-width: 834px) {
  header#global_header {
    padding-top: 54px;
  }
}
header#global_header button {
  display: none !important;
}
@media screen and (max-width: 834px) {
  header#global_header button {
    display: block !important;
  }
}

/* .fixed{
	position: fixed!important;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
} */
.fixed {
  position: fixed !important;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

#header {
  width: 100%;
}
#header .inner {
  padding: 0 !important;
}
@media screen and (max-width: 834px) {
  #header {
    text-align: center;
    border-top: none;
  }
}
#header h1 {
  padding-bottom: 5px !important;
}

.header_container {
  top: 0;
  width: 100%;
  padding: 15px 10px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 834px) {
  .header_container {
    margin-bottom: 10px;
    padding: 0 10px;
  }
}
.header_container .h_logo {
  display: flex;
  align-items: center;
  margin-right: auto;
}
.header_container .txt {
  font-size: 12px;
  margin-left: 10px;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .header_container .txt {
    display: none;
  }
}
.header_container .col_01 {
  display: flex;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 834px) {
  .header_container .col_01 {
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 640px) {
  .header_container .col_01 {
    flex-direction: column;
    padding: 0px;
  }
}
.header_container .info {
  display: flex;
  text-align: left;
  align-items: center;
  margin-left: 10px;
}
@media only screen and (max-width: 834px) {
  .header_container .info {
    justify-content: center;
    margin-left: 0;
  }
}
.header_container .info .tel01 {
  margin-right: 20px;
}
@media only screen and (max-width: 834px) {
  .header_container .info .tel01 {
    margin-right: 0;
    position: fixed;
    right: 20px;
    bottom: 90px;
    z-index: 1000;
  }
}
.header_container .info .tel01__text {
  margin-bottom: 5px;
  font-size: 13px;
}
@media only screen and (max-width: 834px) {
  .header_container .info .tel01__text {
    display: none;
  }
}
.header_container .info .tel01__link {
  display: flex;
  align-items: center;
  color: #333 !important;
  font-size: 20px;
}
@media only screen and (max-width: 834px) {
  .header_container .info .tel01__link {
    justify-content: center;
    width: 74px;
    height: 74px;
    background-color: #534336;
    border-radius: 74px;
  }
}
.header_container .info .tel01__number {
  margin-left: 5px;
}
@media only screen and (max-width: 834px) {
  .header_container .info .tel01__number {
    display: none;
  }
}
.header_container .info .fa-phone-alt {
  padding-right: 0;
  color: #534336;
  font-size: 20px;
}
@media only screen and (max-width: 834px) {
  .header_container .info .fa-phone-alt {
    color: white;
  }
}
.header_container .info .fa-envelope-open-text {
  padding-right: 5px;
}
.header_container .info .time {
  font-size: 13px;
}
@media screen and (max-width: 834px) {
  .header_container .info .time {
    font-size: 10px;
  }
}
@media screen and (max-width: 640px) {
  .header_container .info .time {
    display: none;
  }
}
.header_container .info .btn01 {
  background-color: #8fb94f;
  padding: 7px 10px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  min-width: 240px;
  text-align: center;
  border-radius: 100vh;
}
@media only screen and (max-width: 834px) {
  .header_container .info .btn01 {
    min-width: 210px;
    font-size: 14px;
  }
}
.header_container .info .btn01:hover {
  background-color: #534336;
}

.col_02 {
  width: 100%;
  position: relative;
  background-color: #ffc444;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto !important;
  transition: 0.5s;
  z-index: 9999;
}
@media screen and (max-width: 640px) {
  .col_02 {
    display: none;
  }
}

#header {
  text-align: center;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto !important;
  transition: 0.5s;
  z-index: 9999;
}

#nav_global {
  padding: 5px 0;
  font-size: 14px;
  margin: 0 auto;
  max-width: 1200px;
  letter-spacing: 2px;
  z-index: 999 !important;
  background-color: #ffc444 !important;
}
#nav_global ul {
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  padding: 15px 0;
}
#nav_global ul li {
  flex-grow: 1;
  position: relative;
  text-align: center;
  border-right: 1px solid #e5a824;
  font-size: 19px;
}
#nav_global ul li:nth-child(1) {
  border-left: 1px solid #e5a824;
}
#nav_global ul li a {
  color: #443122 !important;
  display: block;
  font-weight: bold;
  padding: 1px 0 !important;
}
#nav_global ul li a:hover {
  transition: 0.6s;
  color: #b36627 !important;
}
@media only screen and (max-width: 1076px) {
  #nav_global ul li {
    font-size: 15px;
  }
}
#nav_global ul li ul {
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 99999;
  display: flex;
  flex-flow: column;
  background-color: #8fb94f;
  padding: 0px 0;
}
#nav_global ul li ul li {
  border-bottom: 1px solid #8ae44a;
  border-right: none;
  padding: 10px 0;
}
#nav_global ul li ul li:nth-child(1) {
  border-left: none;
}
#nav_global ul li ul li a {
  display: block;
  padding: 20px 20px;
  font-size: 15px;
  color: #fff !important;
}
#nav_global ul li ul li a:hover {
  transition: 0.5s;
}

#mainArea {
  position: relative;
  margin-top: -2px;
}
@media screen and (max-width: 834px) {
  #mainArea {
    height: auto;
    margin-top: -50px;
  }
}
@media screen and (max-width: 640px) {
  #mainArea {
    height: auto;
    margin-top: 20px;
  }
}
#mainArea img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}
@media screen and (max-width: 834px) {
  #mainArea img {
    max-height: auto;
    min-height: auto;
    width: 100% !important;
    margin-top: 0px;
  }
}
@media screen and (max-width: 640px) {
  #mainArea img {
    max-height: 500px;
    min-height: 178px;
    width: 500px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 320px) {
  #mainArea img {
    min-height: 157px;
  }
}

/*-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/
.mean-container a.meanmenu-reveal span {
  background: #8fb94f !important;
}

.mean-container a.meanmenu-reveal {
  color: #333 !important;
  top: 5px !important;
  padding: 7px 13px 15px 13px !important;
}

.mean-container .mean-bar {
  background: #fff !important;
  position: fixed !important;
  z-index: 6 !important;
  padding: 0px 0 !important;
}

.mean-container .mean-nav {
  background: #8fb94f !important;
  margin-top: 54px !important;
  z-index: 9 !important;
}

.mean-container .mean-nav ul li {
  z-index: 99999 !important;
}

.mean-container .mean-nav ul li ul {
  background: #76a72d !important;
  z-index: 9 !important;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important;
  height: 20px !important;
  z-index: 999 !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background-color: #76a72d !important;
  z-index: 999 !important;
}

.mean-container .mean-nav ul li a {
  padding: 15px 5% !important;
  z-index: 999 !important;
}

.mean-container .mean-nav ul li a li {
  margin-right: 15px;
  font-size: 16px;
}

.header_container .header-logo {
  max-width: 300px;
  position: static;
}
@media only screen and (max-width: 1200px) {
  .header_container .header-logo {
    max-width: 200px;
  }
}
@media only screen and (max-width: 834px) {
  .header_container .header-logo {
    position: fixed;
    top: 8px;
    left: 10px;
    z-index: 100;
  }
}

@media only screen and (max-width: 834px) {
  .fix-info__wrapper {
    display: flex;
    align-items: center;
  }
}
.fix-info__wrapper > * {
  display: block !important;
}

.fix-line-link {
  margin-top: 10px;
}
@media only screen and (max-width: 834px) {
  .fix-line-link {
    margin-top: 0;
    margin-left: 10px;
  }
}
.fix-line-link > img {
  width: 130px;
}

#global_footer {
  position: relative;
  background-size: cover;
  bottom: 0 !important;
  min-width: 0px !important;
  background: url(../images/common/footer_bg.png);
  background-repeat: repeat-x;
}
@media screen and (max-width: 640px) {
  #global_footer {
    margin-top: 50px !important;
  }
}

#footer {
  padding: 30px 0 20px 0;
  bottom: 0 !important;
  margin-top: 50px;
}
@media screen and (max-width: 834px) {
  #footer {
    padding: 0px 0px;
    margin-top: 10px;
  }
}
#footer .inner {
  position: relative;
}
#footer .inner .footer_container {
  width: 100%;
  display: flex;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}
#footer .inner .footer_container .col_001 {
  padding: 20px;
  color: #333;
  display: flex;
  padding-bottom: 20px;
  text-align: left;
  width: 50%;
  flex-direction: column;
}
@media only screen and (max-width: 1400px) {
  #footer .inner .footer_container .col_001 {
    width: 40%;
  }
}
@media screen and (max-width: 834px) {
  #footer .inner .footer_container .col_001 {
    margin-bottom: 2em;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #footer .inner .footer_container .col_001 {
    flex-direction: column;
  }
}
#footer .inner .footer_container .col_001 .f_logo img {
  width: 50%;
}
@media screen and (max-width: 834px) {
  #footer .inner .footer_container .col_001 .f_logo img {
    width: 38%;
  }
}
#footer .inner .footer_container .col_001 .tel02 span {
  font-size: 30px;
}
@media screen and (max-width: 640px) {
  #footer .inner .footer_container .col_001 .tel02 span {
    font-size: 20px;
  }
}
#footer .inner .footer_container .col_001 .tel02 a {
  color: #333;
}
#footer .inner .footer_container .col_2 {
  display: flex;
  align-items: flex-start;
  width: 65%;
  margin-top: 30px;
  color: #333;
}
@media only screen and (max-width: 1400px) {
  #footer .inner .footer_container .col_2 {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #footer .inner .footer_container .col_2 {
    width: 0%;
  }
}
#footer .inner .footer_container .col_2 .nav_footer {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  width: 30%;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: space-between;
  text-align: left;
  color: #333 !important;
}
@media screen and (max-width: 834px) {
  #footer .inner .footer_container .col_2 .nav_footer {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #footer .inner .footer_container .col_2 .nav_footer li {
    width: 100%;
    text-align: center;
  }
}
#footer .inner .footer_container .col_2 .nav_footer li a {
  font-weight: bold !important;
  color: #333 !important;
}
#footer .inner .footer_container .col_2 .nav_footer li a:hover {
  transition: 0.5s;
}
@media screen and (max-width: 640px) {
  #footer .inner .footer_container .col_2 .nav_footer li a {
    width: 75%;
    margin: 0 auto;
    display: block;
    margin-bottom: 1em;
  }
}
#footer .ttl {
  font-weight: 900;
  font-size: 20px;
}

#copyright {
  color: #333;
  text-align: center;
  padding-bottom: 0px;
  background-color: #eaa818;
}

#pagetop {
  position: absolute;
  right: 20px;
  bottom: 10px;
  position: fixed;
}

/*-----------------------------------------------------------------------------------------*/
/*-------------------- home --------------------*/
.bnone td {
  border: none !important;
}

.bnone2 td {
  border: none !important;
  padding: 10px !important;
}

/*-------------------- 新着情報 --------------------*/
.cont_1 {
  width: 100%;
  margin: 0 auto;
  margin-top: 110px;
  position: relative;
  display: flex;
}
@media screen and (max-width: 834px) {
  .cont_1 {
    margin-top: 100px;
  }
}
.cont_1 .inner {
  padding: 0px !important;
  display: flex;
  justify-content: space-between;
  width: 1200px;
}
@media screen and (max-width: 834px) {
  .cont_1 .inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 640px) {
  .cont_1 .inner {
    flex-direction: column;
  }
}
.cont_1 .blogbox {
  background-color: #fff;
  border-radius: 3px;
}
.cont_1 .blog_list {
  border: none !important;
}
.cont_1 .blog_list > div {
  display: inline-flex !important;
  flex-direction: row-reverse;
}
.cont_1 .scroll {
  padding: 0px;
  overflow-y: scroll;
  max-height: 200px;
  min-height: 200px;
  width: 100%;
  margin-right: 5%;
  margin: 0 auto;
  font-size: 16px;
}
@media screen and (max-width: 834px) {
  .cont_1 .scroll {
    width: 100%;
    max-height: 200px;
    min-height: 200px;
  }
}
@media screen and (max-width: 640px) {
  .cont_1 .scroll {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cont_1 ::-webkit-scrollbar {
  width: 10px;
  margin-top: 100px;
}
.cont_1 ::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(143, 185, 79, 0.1);
}
.cont_1 ::-webkit-scrollbar-thumb {
  background-color: #cac9be;
  border-radius: 50px;
  box-shadow: 0 0 0 1px rgba(143, 185, 79, 0.3);
}
.cont_1 .newsbox {
  width: 45%;
}
@media screen and (max-width: 640px) {
  .cont_1 .newsbox {
    width: 95%;
    margin: 0 auto;
  }
}
.cont_1 .newsbox .news h2 {
  font-size: 20px;
  border-bottom: 3px solid #eaa818;
  margin-bottom: 10px;
}
.cont_1 .newsbox .news h2:before {
  border-left: solid 8px #eaa818;
  content: "";
  padding-right: 10px;
}
.cont_1 .newsbox .news h2 span {
  color: #eaa818;
}
.cont_1 .newsbox div.blog_list div.blog_photo {
  width: 42%;
  padding: 10px;
  box-sizing: border-box;
}
.cont_1 .newsbox .news02 h2 {
  font-size: 20px;
  border-bottom: 3px solid #8fb94f;
  margin-bottom: 10px;
}
.cont_1 .newsbox .news02 h2:before {
  border-left: solid 8px #8fb94f;
  content: "";
  padding-right: 10px;
}
.cont_1 .newsbox .news02 h2 span {
  color: #b1e167;
}
.cont_1 .form_wrap dl dd {
  border: none !important;
  border-bottom: none;
  padding: 8px;
  box-sizing: border-box;
  border-bottom: none !important;
  width: 79% !important;
  text-align: left !important;
}
@media screen and (max-width: 640px) {
  .cont_1 .form_wrap dl dd {
    width: 80% !important;
  }
}
.cont_1 .form_wrap dl {
  border-bottom: none !important;
  padding: 10px !important;
  border-bottom: 1px solid #ddd !important;
}
@media screen and (max-width: 834px) {
  .cont_1 .form_wrap dl {
    padding: 5px !important;
  }
}
.cont_1 .form_wrap dl dt {
  border: none !important;
  border-right: none;
  background-color: #fff !important;
  border-bottom: none;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  font-size: 13px;
  text-align: center !important;
}
@media screen and (max-width: 834px) {
  .cont_1 .form_wrap dl dt {
    width: 30% !important;
  }
}
@media screen and (max-width: 640px) {
  .cont_1 .form_wrap dl dt {
    width: 30% !important;
  }
}

/*-------------------- ごあいさつ --------------------*/
.cont_2 {
  width: 100%;
  margin: 0 auto;
  margin-top: 80px;
  position: relative;
  display: flex;
  background: linear-gradient(#fff, #bfdbf5);
}
@media screen and (max-width: 834px) {
  .cont_2 {
    margin-top: 0px;
  }
}
.cont_2 .inner {
  padding: 0px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .cont_2 .inner {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 640px) {
  .cont_2 .inner {
    flex-direction: column;
    padding: 0px 50px 40px 30px;
  }
}
.cont_2 .flexbox {
  align-items: center;
  flex-wrap: nowrap !important;
}
@media screen and (max-width: 640px) {
  .cont_2 .flexbox {
    flex-direction: column !important;
  }
}
.cont_2 .btn01 {
  background-color: #534336;
  padding: 10px 50px;
  font-size: 25px;
  color: #fff !important;
  border-radius: 50px;
  width: 80%;
  display: block;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .cont_2 .btn01 {
    width: 100%;
  }
}
.cont_2 .btn01:hover {
  background-color: #8fb94f;
}
.cont_2 .box:last-child {
  background-size: cover;
  z-index: 4;
  padding-left: 5%;
}
.cont_2 .box:last-child h3 {
  font-size: 35px;
}
@media screen and (max-width: 640px) {
  .cont_2 .box:last-child h3 {
    margin-top: 30px;
  }
}
.cont_2 .box:last-child h3:before {
  content: url(../images/home/ttlicon.png);
  padding-right: 10px;
}
.cont_2:before {
  position: absolute;
  content: url(../images/home/leaf_r.png);
  right: 0;
  top: 0%;
}
@media only screen and (max-width: 1400px) {
  .cont_2:before {
    display: none;
  }
}
.cont_2:after {
  position: absolute;
  content: url(../images/home/leaf_l.png);
  left: 0%;
  bottom: -1.5%;
}
@media only screen and (max-width: 1400px) {
  .cont_2:after {
    display: inline-block;
    left: 0%;
  }
}
@media only screen and (max-width: 1110px) {
  .cont_2:after {
    display: inline-block;
    left: -10%;
  }
}
@media screen and (max-width: 834px) {
  .cont_2:after {
    left: -15%;
  }
}
@media screen and (max-width: 640px) {
  .cont_2:after {
    display: none;
  }
}

.h2ttl h2 {
  font-size: 35px;
  z-index: 999 !important;
}
.h2ttl h2:before {
  content: url(../images/home/ttlicon02.png);
  padding-right: 10px;
}

/*-------------------- ご案内 --------------------*/
.banner {
  display: flex !important;
}
.banner .box {
  border: 1px solid #c8c8c8 !important;
  border-radius: 3px !important;
  display: flex;
  flex-direction: column-reverse;
  padding: 8px !important;
  width: 95%;
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .banner .box {
    width: 100%;
    margin-bottom: 30px;
  }
}
.banner .box .btn02 {
  background-color: #eaa818;
  border-radius: 3px;
  width: 100%;
  padding: 10px;
  color: #fff;
  display: block;
  display: flex;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.banner .box .btn02:hover {
  background-color: #534336;
}
.banner .box .btn02:after {
  content: "\f138";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  display: block;
  font-weight: 900;
  padding-left: 10px;
}
.banner .box img {
  margin-top: 10px;
}

.cont_3 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  background: url(../images/home/bg.png);
  background-repeat: repeat-x;
}
@media screen and (max-width: 640px) {
  .cont_3 {
    background: none;
  }
}
.cont_3 .inner {
  padding: 0px 10px 0px 10px;
}
.cont_3 .cont_3_2 {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .cont_3 .cont_3_2 {
    margin-top: 0px;
  }
}
.cont_3 .cont_3_2 .inner {
  margin-top: 30px;
  padding-bottom: 50px !important;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .cont_3 .cont_3_2 .inner {
    padding: 0 10px;
    margin-top: 0px;
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 640px) {
  .cont_3 .cont_3_2 .inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .cont_3 img {
    margin: 0 auto;
  }
}

/*-------------------- ブログ --------------------*/
.cont_4 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: url(../images/home/blog_bg.png);
  background-repeat: repeat-x;
}
@media screen and (max-width: 640px) {
  .cont_4 {
    background-repeat: repeat;
  }
}
.cont_4 .inner {
  padding: 1px !important;
  padding-bottom: 100px !important;
}
@media screen and (max-width: 834px) {
  .cont_4 .inner {
    padding: 0 30px;
    padding-bottom: 40px !important;
  }
}
@media screen and (max-width: 640px) {
  .cont_4 .inner {
    flex-direction: column;
    padding: 10px 30px 10px 30px !important;
  }
}
.cont_4:before {
  position: absolute;
  content: url(../images/home/blog_leaf_r.png);
  right: 0;
  z-index: 0 !important;
}
@media only screen and (max-width: 1400px) {
  .cont_4:before {
    display: none;
  }
}
.cont_4:after {
  position: absolute;
  content: url(../images/home/blog_leaf_l.png);
  left: 0;
  top: 0;
  z-index: 0 !important;
}
@media only screen and (max-width: 1400px) {
  .cont_4:after {
    display: none;
  }
}
.cont_4 .h2ttl h2 {
  font-size: 35px;
}
@media only screen and (max-width: 640px) {
  .cont_4 .h2ttl h2 {
    font-size: 33px;
    line-height: 40px;
  }
}
.cont_4 .h2ttl h2:before {
  content: url(../images/home/ttlicon02.png);
  padding-right: 10px;
}

#rss {
  margin-top: 50px;
  max-height: 300px;
  -ms-overflow-y: scroll;
  overflow-y: scroll;
  background-color: #fff;
  padding: 40px;
  box-shadow: -2px 1px 14px -5px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
@media screen and (max-width: 834px) {
  #rss {
    width: 95%;
    margin: 30px auto;
    padding: 18px;
  }
}
@media screen and (max-width: 640px) {
  #rss {
    width: 100%;
    max-height: 400px;
  }
}
#rss .rss-title {
  color: #00000b;
  font-size: 13px;
}
#rss .txt {
  color: #00000b;
  font-size: 13px;
}
#rss time {
  color: #00000b;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  display: block;
}
#rss a {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
  display: block;
}

/*-------------------- ｉｎｆｏ--------------------*/
.cont_5 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .cont_5 {
    background: none;
  }
}
.cont_5 .inner {
  padding: 1px !important;
  padding-bottom: 100px !important;
  display: flex;
  justify-content: space-between !important;
}
@media screen and (max-width: 834px) {
  .cont_5 .inner {
    padding: 0 30px;
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 640px) {
  .cont_5 .inner {
    flex-direction: column;
  }
}
.cont_5 .info {
  background-color: #e9e9e9;
  padding: 30px;
  display: flex;
  flex-direction: column !important;
  width: 95%;
  text-align: center;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .cont_5 .info {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cont_5 .info h3 {
  font-size: 25px;
  border-bottom: 3px solid #eaa818;
  height: 50px;
  font-weight: 600;
}
.cont_5 .info .box article > div {
  padding-top: 30px !important;
  margin-bottom: 30px !important;
}
.cont_5 .info02 {
  background-color: #ebe8da;
  padding: 30px;
  display: flex;
  flex-direction: column !important;
  width: 95%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .cont_5 .info02 {
    margin-right: 0px;
    width: 100%;
  }
}
.cont_5 .info02 h3 {
  font-size: 25px;
  border-bottom: 3px solid #eaa818;
  height: 50px;
  font-weight: 600;
}
@media screen and (max-width: 834px) {
  .cont_5 .info02 h3 {
    font-size: 20px;
  }
}
.cont_5 .info02 .box article > div {
  padding-top: 30px !important;
  margin-bottom: 30px !important;
}
.cont_5 .info02 .tel03 {
  font-size: 40px;
  font-weight: 900;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 50px;
  padding: 8px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .cont_5 .info02 .tel03 {
    font-size: 25px;
  }
}
.cont_5 .info02 .tel03 a {
  color: #534336 !important;
}
.cont_5 .info02 .btn03 {
  font-size: 18px;
  font-weight: 900;
  background-color: #8fb94f;
  border: 1px solid #c8c8c8;
  border-radius: 50px;
  padding: 25px;
  color: #fff;
  display: block;
}
@media screen and (max-width: 834px) {
  .cont_5 .info02 .btn03 {
    font-size: 13px;
  }
}
.cont_5 .info02 .btn03:hover {
  background-color: #534336;
}
.cont_5 .info02 .fa-phone-alt {
  font-size: 35px;
}
.cont_5 .info02 .fa-envelope-open-text {
  padding-right: 10px;
}

/*-------------------- 下層h1--------------------*/
.cont_6 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: url(../images/contents/h1_bgjpg.jpg);
  background-size: cover;
}
.cont_6 .inner {
  text-align: center;
  padding: 80px 0;
}
@media screen and (max-width: 834px) {
  .cont_6 .inner {
    padding: 20px 30px;
  }
}
.cont_6 .h1txt h1 {
  font-size: 40px;
}
@media screen and (max-width: 640px) {
  .cont_6 .h1txt h1 {
    font-size: 30px;
  }
}

/*-------------------- h2--------------------*/
.h2txt {
  margin-top: 50px;
  background: #8fb94f;
  padding: 10px 15px;
  border-radius: 0 30px 0 30px;
  color: #fff;
  font-size: 27px;
  display: flex;
}
@media screen and (max-width: 640px) {
  .h2txt {
    margin: 10px;
    padding: 8px 15px;
  }
}
.h2txt h2 {
  padding-left: 15px;
}

.h3txt {
  margin-top: 50px;
}
.h3txt h3 {
  border-bottom: dashed 2px #8fb94f;
  font-size: 25px;
  font-weight: bold;
}
.h3txt h3:before {
  content: url(../images/home/ttlicon02.png);
  padding-right: 10px;
}

.flexbox02 {
  display: flex;
  flex-direction: column;
}

.flexbox03 {
  display: flex;
  flex-direction: column-reverse;
}

.gaiyou td {
  padding: 15px !important;
}
.gaiyou .left {
  width: 20%;
  border-bottom: 1px dashed #8fb94f !important;
  text-align: center !important;
  background-color: #eeffd3;
}
.gaiyou .right {
  border-bottom: 1px dashed #ccc !important;
}

.flow {
  margin-top: 50px;
  width: 75%;
}
@media screen and (max-width: 640px) {
  .flow {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
.flow dl dt {
  border: none !important;
  border-right: 1px dashed #ccc !important;
  border-bottom: 1px dashed #ccc !important;
  width: 15% !important;
  align-items: center !important;
  background-color: #fffece !important;
}
@media screen and (max-width: 640px) {
  .flow dl dt {
    width: 40% !important;
  }
}
.flow dl dd {
  border: none !important;
  padding-left: 25px !important;
  border-bottom: 1px dashed #ccc !important;
}
@media screen and (max-width: 640px) {
  .flow dl dd {
    text-align: center;
  }
}

.list a {
  border-bottom: 1px solid #72a02b !important;
  color: #72a02b !important;
}

.month h4 {
  margin-top: 50px;
  margin-bottom: 30px;
  position: relative;
  padding: 0.25em 0;
  font-size: 35px;
}
.month h4:after {
  content: "";
  display: block;
  height: 2px;
  background: linear-gradient(to right, rgb(255, 196, 68), #8fb94f);
}

.imgtb td {
  padding: 20px !important;
}

.imgbox img {
  border: 1px solid #cdcdcd;
  padding: 4px;
  max-width: 320px;
  min-width: 300px;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1110px) {
  .imgbox img {
    max-width: 280px;
    min-width: 250px;
  }
}
@media screen and (max-width: 834px) {
  .imgbox img {
    max-width: 200px;
    min-width: 180px;
  }
}
@media screen and (max-width: 640px) {
  .imgbox img {
    max-width: 300px;
    min-width: 250px;
  }
}

.h4txt {
  margin-top: 30px;
}
.h4txt h4 {
  color: #71a522;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #ccc;
  padding: 15px;
}

.price td {
  padding: 10px !important;
}
@media screen and (max-width: 640px) {
  .price td {
    padding: 5px !important;
  }
}
.price .left {
  background-color: #71a522;
  color: #fff;
  text-align: center !important;
}
.price .ttl {
  background-color: #de9e12;
  color: #fff;
  text-align: center !important;
}
.price .small {
  width: 5%;
}
@media screen and (max-width: 640px) {
  .price .small {
    width: 9%;
  }
}
@media screen and (max-width: 640px) {
  .price {
    font-size: 12px;
  }
}

.border {
  border: 1px solid #ccc;
  padding: 25px;
}

.qa {
  flex-direction: column !important;
  margin-top: 50px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 50px;
}
.qa .qbox {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  font-size: 25px;
  font-weight: bold;
  color: #64921e;
  line-height: 30px;
  align-items: flex-start !important;
}
.qa .qbox:before {
  content: "Q";
  background-color: #8fb94f;
  color: #fff;
  margin-right: 20px;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .qa .qbox > div {
    width: 80%;
  }
}
.qa .abox {
  margin-top: 25px;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}
.qa .abox:before {
  content: "A";
  background-color: #ffc444;
  color: #fff;
  margin-right: 20px;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .qa .abox > div {
    width: 80%;
  }
}

section form p.annot {
  margin: 20px 0;
  color: #ff0000;
  margin: 0 auto;
  text-align: center;
  text-align: left;
  width: 1180px;
}
@media screen and (max-width: 640px) {
  section form p.annot {
    width: 80%;
  }
}

.flowbox {
  width: 100%;
  margin: 0 auto;
  margin-top: 80px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .flowbox {
    margin-top: 0px;
  }
}
.flowbox .inner {
  padding: 0px;
  display: flex;
  justify-content: space-between;
  width: 1200px;
}
@media screen and (max-width: 834px) {
  .flowbox .inner {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 640px) {
  .flowbox .inner {
    flex-direction: column;
    padding: 0px 50px 40px 30px;
  }
}

.staff {
  margin-top: 30px;
  justify-content: space-between;
}
.staff .box {
  width: 30%;
  margin: 0 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .staff .box {
    width: 45%;
  }
}
@media only screen and (max-width: 375px) {
  .staff .box {
    width: 44%;
  }
}
.staff p {
  font-size: 20px;
  font-weight: bold;
}

/* bg_100per */
.con_100 {
  margin-top: 100px;
  margin-right: calc((100vw - 100%) / 2 * -1);
  margin-left: calc((100vw - 100%) / 2 * -1);
}

/* box */
.home_td03 {
  margin-top: 100px;
}
@media only screen and (max-width: 640px) {
  .home_td03 {
    margin-top: 50px;
  }
}
.home_td03 .box {
  width: 31.6%;
  margin-right: 2.5%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .home_td03 .box {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.home_td03 .box:nth-of-type(3n) {
  margin-right: 0;
}
.home_td03 .box img {
  width: 100% !important;
}

/* title */
body header #local-keyvisual {
  position: relative;
  z-index: 0;
  padding-top: 81px;
}
@media only screen and (max-width: 640px) {
  body header #local-keyvisual {
    padding-top: 73px;
  }
}

body header #local-keyvisual #local-keyvisual-title {
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
  background: #ffd791;
  border-top: 10px double #fff;
  border-bottom: 10px double #fff;
  font-size: 37px;
  font-weight: bold;
  text-align: center;
  z-index: 100;
}
@media only screen and (max-width: 640px) {
  body header #local-keyvisual #local-keyvisual-title {
    font-size: 27px;
  }
}
body header #local-keyvisual #local-keyvisual-title a {
  font-weight: bold;
  color: #534336;
}
body header #local-keyvisual #local-keyvisual-title:empty {
  padding: 50px;
  margin-bottom: 50px;
}

.midashi01 h2 {
  margin: 100px auto 40px auto;
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .midashi01 h2 {
    font-size: 22px;
  }
}
.midashi01 h3 {
  font-size: 36px;
}
.midashi01 h2 {
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}
@media only screen and (max-width: 834px) {
  .midashi01 h3 {
    margin-top: 20px;
  }
}
.midashi01 h3 .sub {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  color: #fff;
}

.midashi02 h2 {
  margin: 100px auto 40px auto;
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .midashi02 h2 {
    font-size: 22px;
  }
}
.midashi02 h3 {
  font-size: 36px;
}
.midashi02 h2 {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 5px dotted #fff;
}
.midashi02 h3 {
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .midashi02 h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 640px) {
  .midashi02 h3 {
    display: block;
    font-size: 18px;
  }
}
.midashi02 h3:before, .midashi02 h3:after {
  content: "";
  flex-grow: 1;
  border-top: 1px solid #333;
}
@media only screen and (max-width: 640px) {
  .midashi02 h3:before, .midashi02 h3:after {
    display: none;
  }
}
.midashi02 h3:before {
  margin-right: 3rem;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .midashi02 h3:before {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .midashi02 h3:before {
    margin-right: 0;
  }
}
.midashi02 h3:after {
  margin-left: 3rem;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .midashi02 h3:after {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .midashi02 h3:after {
    margin-left: 0;
  }
}

.midashi03 h2 {
  margin: 100px auto 40px auto;
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .midashi03 h2 {
    font-size: 22px;
  }
}
.midashi03 h3 {
  font-size: 36px;
}
.midashi03 h2 {
  margin: 20px auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-size: 20px;
  font-weight: 500;
}
.midashi03 h3 {
  margin: 100px auto 40px auto;
  padding: 10px;
  background-color: #fff;
  border-left: 8px solid #ffd791;
  font-size: 28px;
  color: #fff;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .midashi03 h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .midashi03 h3 {
    margin: 70px auto 20px auto;
    font-size: 22px;
  }
}

.sub_ttl01 div {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 4px double rgba(255, 255, 255, 0.3);
  color: #fff;
}

/* btn */
.btn_org01, .btn_org02, .btn_org04, .btn_org03 {
  margin-top: 30px;
}
.btn_org01 a, .btn_org02 a, .btn_org04 a, .btn_org03 a {
  display: block;
  max-width: 220px;
  margin: 0 auto;
  padding: 12.5px 3px;
  background-color: #fff;
  border-radius: 3px;
  color: #fff;
  text-align: center;
}
.btn_org01 a:before, .btn_org02 a:before, .btn_org04 a:before, .btn_org03 a:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  margin-right: 7px;
  color: #fff;
  font-weight: 900;
}
.btn_org01 a:hover, .btn_org02 a:hover, .btn_org04 a:hover, .btn_org03 a:hover {
  background-color: #f2efea;
  color: #534336;
}
.btn_org01 a:hover:before, .btn_org02 a:hover:before, .btn_org04 a:hover:before, .btn_org03 a:hover:before {
  color: #534336;
}

.btn_org02 a, .btn_org04 a, .btn_org03 a {
  max-width: 160px;
  margin: 40px auto 0 0;
  padding: 7.5px 3px;
}
.btn_org02 a:hover, .btn_org04 a:hover, .btn_org03 a:hover {
  background-color: #ffd791;
  color: #fff;
}
.btn_org02 a:hover:before, .btn_org04 a:hover:before, .btn_org03 a:hover:before {
  color: #fff;
}

.btn_org03 a {
  margin: 30px auto 0 auto;
}

.btn_org04 a {
  background-color: #ffd791;
  color: #534336;
}
@media only screen and (max-width: 640px) {
  .btn_org04 a {
    max-width: 100%;
  }
}
.btn_org04 a:before {
  color: #534336;
}
.btn_org04 a:hover {
  background-color: #f2efea;
  color: #534336;
}
.btn_org04 a:hover:before {
  color: #534336;
}

/* common */
.linkTel a {
  color: #534336;
}

.wrap_org01 {
  margin-top: 100px;
  padding: 70px 0 30px 0;
}
@media only screen and (max-width: 640px) {
  .wrap_org01 {
    margin-top: 50px;
  }
}

.wrap_gry01 {
  margin-top: 100px;
  padding: 70px 0 90px 0;
}
@media only screen and (max-width: 640px) {
  .wrap_gry01 {
    margin-top: 50px;
  }
}

.st_tbl01 td {
  border: none !important;
  padding: 10px !important;
}

.mg_b60 h2 {
  margin-bottom: 60px;
}

.mg_b50 .box {
  margin-bottom: 50px;
}

.mg_b30 h2 {
  margin-bottom: 30px;
}

.mg_t0 h2 {
  margin-top: 0;
}

.pd_4 {
  padding: 4%;
}
@media only screen and (max-width: 640px) {
  .pd_4 {
    padding: 15px;
  }
}

.tbl_st01 td {
  padding: 30px 10px !important;
  text-align: center !important;
}
.tbl_st01 td:first-of-type {
  width: 40%;
  background-color: #ffe7bc;
}

@media only screen and (max-width: 834px) {
  .tab_blk {
    display: block;
  }
}
@media only screen and (max-width: 834px) {
  .tab_blk .box,
  .tab_blk .box02 {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .sp_blk {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .sp_blk .box {
    width: 100%;
  }
}

@media only screen and (max-width: 834px) {
  .sp_brNone br {
    display: none;
  }
}
@media only screen and (max-width: 834px) {
  .sp_brNone div {
    text-align: left !important;
  }
}

.img_30 img {
  max-width: 30%;
}

.bdr_r10 {
  border-radius: 10px;
}

.bdr_dbl01 {
  border: 19px double #fff;
}

.center {
  text-align: center;
}

.img_bdr img {
  border: 7px solid rgba(255, 215, 145, 0.6);
}

.img_100 img {
  width: 100% !important;
}

.anc {
  margin-top: -100px;
  padding-top: 100px;
}

.fix-button {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 20px;
  border-radius: 15px;
  font-size: 40px;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .fix-button {
    font-size: 32px;
    max-width: 400px;
  }
}
@media only screen and (max-width: 640px) {
  .fix-button {
    font-size: 20px;
  }
}
.fix-button--blue {
  color: white;
  background-color: #c0daff;
}
.fix-button--blue:link, .fix-button--blue:visited {
  color: white;
}
.fix-button--green {
  color: white;
  background-color: #4ea767;
}
.fix-button--green:link, .fix-button--green:visited {
  color: white;
}

.fix-youtube {
  justify-content: center;
  margin-bottom: -17px;
}
.fix-youtube .box {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-bottom: 17px;
  padding: 15px 20px 10px;
  background-color: rgba(230, 33, 23, 0.1);
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .fix-youtube .box {
    width: 100%;
    margin-right: 0;
  }
}
.fix-youtube .box:nth-child(2n) {
  margin-right: 0;
}/*# sourceMappingURL=asset.css.map */