@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -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.9;
  font-weight: 300 !important;
  letter-spacing: 0.8 !important;
  color: #553b2a;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 17px;
  word-wrap: break-word;
  height: 100% !important;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
  }
}

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: 600;
}

.inner {
  margin: 0 auto;
  max-width: 1000px;
  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: 0 auto;
  max-width: 1000px;
  padding: 0 10px;
}

.inner920 {
  margin: 0 auto;
  min-width: 920px;
  padding: 0 10px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  position: relative;
}

#contents {
  width: 100%;
  background: #fff;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  #contents {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}

.pankuzu {
  margin: 5px 0 50px 0;
  font-size: 13px;
  padding-left: 0px;
}
.pankuzu a {
  color: #ef8519 !important;
}
.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 a {
  color: #62af0e !important;
}

.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;
}

.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;
  -webkit-transition: all .8s;
  transition: all .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;
  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;
    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;
  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: #ef8519 !important;
}

section div.form_wrap.error {
  background: #448225 !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_date {
  padding-right: 20px;
  font-size: 15px;
  color: #333 !important;
}

.blog_list h3 {
  font-size: 15px !important;
  width: 25%;
}
@media screen and (max-width: 834px) {
  .blog_list h3 {
    width: 100%;
  }
}
.blog_list h3 a {
  color: #e1780d !important;
}

.blog_list .detail {
  font-size: 15px !important;
  margin-top: 0px !important;
  padding-left: 30px;
  width: 65%;
}
@media screen and (max-width: 640px) {
  .blog_list .detail {
    width: 100%;
    padding-left: 0px;
  }
}

.blog h3 {
  background-color: #ef8519;
  padding: 10px;
  border-radius: 3px;
  color: #fff;
  margin-top: 20px;
}

.pages li a {
  padding: 10px 10px;
  background-color: #eaeaea;
  -webkit-box-shadow: 0 1px 4px #ddd;
  box-shadow: 0 1px 4px #ccc;
  border-radius: 4px;
  display: block;
  color: #da7004 !important;
  -webkit-transition: 1s;
  transition: 1s;
  margin: 10px 0;
  border-bottom: 1px solid #ddd;
}

@media only screen and (max-width: 1062px) {
  .blog .wrap {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 834px) {
  .blog .wrap {
    flex-direction: column-reverse;
  }
}

.blog article {
  width: 100%;
}

.blog #contents {
  display: flex;
  width: 100%;
  margin: 0 auto !important;
}
.blog a {
  color: #ef8519 !important;
  padding: 0 20px;
}
.blog a:hover {
  text-decoration: underline;
  text-decoration-color: #ef8519;
}

.detail {
  margin-bottom: 80px;
}
.detail a {
  color: #ef8519 !important;
  background-color: #fff !important;
  text-decoration: underline;
  text-decoration-color: #ef8519;
  padding: 0px !important;
}

.category li a {
  padding: 10px 10px;
  background-color: #ffe4b2;
  -webkit-box-shadow: 0 1px 4px #ddd;
  box-shadow: 0 1px 4px #ccc;
  border-radius: 4px;
  display: block;
  color: #d86d00 !important;
  -webkit-transition: 1s;
  transition: 1s;
  margin: 10px 0;
  border-bottom: 1px solid #ddd;
}

.blog h1 {
  color: #563618;
  padding: 10px 0 10px 10px;
  font-size: 30px !important;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 1px dashed #c5bdbd;
  border-left: 5px solid #ef8519;
}
.blog .pages li {
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
}
.blog .pages a {
  color: #333 !important;
}
.blog #contents {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  width: 60%;
}
@media only screen and (max-width: 640px) {
  .blog #contents {
    margin-left: 0px;
    padding: 0 8px !important;
  }
}

@media only screen and (max-width: 640px) {
  .blog_list > div {
    flex-direction: column-reverse !important;
  }
}

/*-------------------- 新着 --------------------*/
.scroll {
  padding: 0px;
  overflow-y: scroll;
  max-height: 250px;
  min-height: 250px;
  width: 100%;
  margin-right: 5%;
  margin: 0 auto;
  font-size: 16px;
  margin-bottom: 50px;
  max-width: 1000px;
}
.scroll a {
  color: #037110 !important;
}
@media screen and (max-width: 834px) {
  .scroll {
    width: 95%;
    max-height: 200px;
    min-height: 200px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .scroll {
    width: 95%;
    margin-bottom: 40px;
    max-height: 400px;
    min-height: 400px;
  }
}

@media screen and (max-width: 834px) {
  .detail {
    width: 90% !important;
    margin: 0 auto;
  }
}

@media screen and (max-width: 834px) {
  .blog p {
    width: 90% !important;
    margin: 0 auto;
  }
}

section div#contents > dl {
  display: block;
  margin: 0 10px 20px 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

section div#contents > dl dt {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}

.form_wrap {
  border: 1px solid #d5d5d5 !important;
  width: 90%;
}

.form_wrap dl dt label {
  color: #fff !important;
  background-color: #ff0000;
  font-size: 12px !important;
  padding: 0 10px !important;
}

.form_wrap dl dd {
  border: none !important;
  border-bottom: none;
  padding: 8px;
  box-sizing: border-box;
  border-bottom: none !important;
  width: 100% !important;
  text-align: left !important;
}
@media screen and (max-width: 640px) {
  .form_wrap dl dd {
    width: 100% !important;
    font-size: 13px;
  }
}

.form_wrap dl {
  border-bottom: none !important;
  padding: 10px !important;
  border-bottom: 1px solid #d5d5d5 !important;
}
@media screen and (max-width: 834px) {
  .form_wrap dl {
    padding: 5px !important;
  }
}
@media screen and (max-width: 834px) {
  .form_wrap dl {
    flex-direction: column;
  }
}

.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: 15px;
  text-align: center !important;
}
@media screen and (max-width: 834px) {
  .form_wrap dl dt {
    width: 30% !important;
  }
}
@media screen and (max-width: 640px) {
  .form_wrap dl dt {
    width: 30% !important;
  }
}

div.blog_list div.blog_date {
  color: #4c3e30 !important;
}

.blog_list {
  border: none !important;
  width: 100%;
  margin: 0 auto;
}
.blog_list > div {
  display: flex;
  flex-direction: row-reverse;
}
.blog_list .detail {
  font-size: 15px !important;
  margin-top: 0px !important;
  padding-left: 30px;
}
@media only screen and (max-width: 640px) {
  .blog_list .detail {
    margin-left: 0px;
  }
}

.blog_list div.blog_text {
  width: 90%;
  padding: 10px;
  font-size: 12px;
  box-sizing: border-box;
  display: flex !important;
}
@media screen and (max-width: 640px) {
  .blog_list div.blog_text {
    flex-direction: column;
    width: 100%;
  }
}

/* a:hover, a:active {
    color: #62af0e!important;
}

a:visited {
    color: #62af0e!important;
}
a:link {
    color: #62af0e!important;
} */
section form p.annot {
  margin: 20px 0;
  color: #ff0000;
  margin: 0 auto;
  text-align: center;
}

.scroll .form_wrap {
  border: none !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);
}

#header {
  width: 100%;
}
@media screen and (max-width: 834px) {
  #header {
    text-align: center;
    border-top: none;
  }
}
#header h1 {
  padding-bottom: 5px !important;
}
#header:before {
  background: url(../images/common/header_left.png);
}

.header_container {
  top: 0;
  width: 100%;
  padding: 5px 0px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  position: relative;
}
@media only screen and (max-width: 1110px) {
  .header_container {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 834px) {
  .header_container {
    justify-content: center;
    left: 0;
    width: 100%;
    padding: 0px 0px;
  }
}
@media screen and (max-width: 640px) {
  .header_container {
    flex-wrap: nowrap;
  }
}
.header_container .h_logo {
  position: absolute;
  width: 80%;
}
@media screen and (max-width: 834px) {
  .header_container .h_logo {
    top: 10px;
    width: 50%;
    z-index: 9999;
    left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .header_container .h_logo {
    position: absolute;
    top: -48px;
    left: -17px;
    padding-top: 10px;
    width: 30%;
    position: fixed;
    z-index: 9 !important;
  }
}
@media only screen and (max-width: 375px) {
  .header_container .h_logo {
    position: absolute;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 1110px) {
  .header_container .h_logo img {
    width: 80%;
  }
}
@media screen and (max-width: 834px) {
  .header_container .h_logo img {
    position: absolute;
    top: 5px;
    left: 20px;
    padding-top: 10px;
    width: 32%;
    position: fixed;
  }
}
@media screen and (max-width: 640px) {
  .header_container .h_logo img {
    position: absolute;
    top: 6px;
    left: 10px;
    padding-top: 10px;
    width: 50%;
    position: fixed;
  }
}
@media only screen and (max-width: 375px) {
  .header_container .h_logo img {
    width: 50%;
  }
}
.header_container .col_01 {
  width: 44%;
  position: relative;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 834px) {
  .header_container .col_01 {
    position: relative;
    padding: 0px;
  }
}
@media screen and (max-width: 640px) {
  .header_container .col_01 {
    flex-direction: column;
    padding: 0px;
    width: 0%;
  }
}

.tel01 {
  font-size: 30px;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
@media screen and (max-width: 834px) {
  .tel01 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .tel01 {
    font-size: 25px;
    margin-right: 20px;
    display: block;
  }
}
@media only screen and (max-width: 414px) {
  .tel01 {
    font-size: 20px;
  }
}
.tel01 a {
  color: #333 !important;
}

.fa-tty {
  padding-right: 5px;
  color: #e1940e;
}
@media screen and (max-width: 640px) {
  .fa-tty {
    padding-right: 2px;
  }
}

.col_02 {
  width: 100%;
  position: relative;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #f7dd6b;
  margin: 0 auto !important;
  transition: .5s;
  z-index: 9999;
}
@media screen and (max-width: 834px) {
  .col_02 {
    display: none;
  }
}
@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: .5s;
  z-index: 9999;
}
#header:before {
  background: url(../images/common/header_left.png);
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 232px;
  /*画像の幅*/
  height: 109px;
  /*画像の高さ*/
  background-size: contain;
  vertical-align: middle;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 834px) {
  #header:before {
    display: none;
  }
}
#header:after {
  background: url(../images/common/header_right.png);
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 232px;
  /*画像の幅*/
  height: 109px;
  /*画像の高さ*/
  background-size: contain;
  vertical-align: middle;
  right: 0;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 834px) {
  #header:after {
    display: none;
  }
}

.info {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 999;
}
@media screen and (max-width: 834px) {
  .info {
    position: absolute;
    top: 1%;
    z-index: 9999;
    position: fixed;
    right: 6%;
    width: 52%;
    background-color: rgba(255, 255, 255, 0);
  }
}
@media only screen and (max-width: 704px) {
  .info {
    width: 53%;
  }
}
@media screen and (max-width: 640px) {
  .info {
    position: absolute;
    top: 1%;
    z-index: 1;
    position: static;
    right: 0%;
    width: 100%;
    padding: 10px 0;
    justify-content: center;
  }
}
.info .time {
  text-align: left;
  line-height: 20px;
  font-size: 15px;
  z-index: 5;
}
@media screen and (max-width: 834px) {
  .info .time {
    font-size: 13px;
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .info .time {
    font-size: 10px;
  }
}

#nav_global {
  font-size: 14px;
  margin: 0 auto;
  max-width: 1000px;
  z-index: 999 !important;
}
#nav_global ul {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 10px 0;
}
#nav_global ul li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  text-align: center;
  border-right: 1px dotted #b9a034;
  font-size: 18px;
}
#nav_global ul li:nth-child(1) {
  border-left: 1px dotted #b9a034;
}
#nav_global ul li a {
  display: block;
  font-weight: 900;
  padding: 1px 0 !important;
  color: #553b2a !important;
}
#nav_global ul li a:hover {
  transition: 0.6s;
  color: #ff8d00 !important;
}
@media only screen and (max-width: 1076px) {
  #nav_global ul li {
    font-size: 15px;
  }
}
#nav_global ul li ul {
  position: absolute;
  right: 0;
  margin: 0 auto;
  z-index: 99999;
  display: flex;
  flex-flow: column;
  background-color: #3c8b65;
  text-align: center;
  width: 100%;
  padding: 0px;
}
#nav_global ul li ul li {
  border-bottom: 1px solid #ddd;
  text-align: center;
  width: 100%;
  padding: 10px;
}
#nav_global ul li ul li a:after {
  display: none !important;
}
#nav_global ul li ul li a {
  display: block;
  padding: 20px 0px;
  font-size: 12px;
  color: #fff !important;
}
#nav_global ul li ul li a:hover {
  transition: 0.5s;
  color: #ef8519 !important;
}

#mainArea {
  position: relative;
  margin-top: s5px;
}
@media screen and (max-width: 834px) {
  #mainArea {
    height: auto;
    margin-top: -20px;
  }
}
@media screen and (max-width: 640px) {
  #mainArea {
    height: auto;
    margin-top: 3px;
  }
}
#mainArea img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  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: #f98a00 !important;
}

.mean-container a.meanmenu-reveal {
  color: #f98a00 !important;
  top: 10px !important;
  padding: 7px 13px 15px 13px !important;
}

.mean-container .mean-bar {
  background: #f7dd6b !important;
  position: fixed !important;
  z-index: 9 !important;
  padding: 0px 0 !important;
  top: 0 !important;
}

.mean-container .mean-nav {
  background: #f98a00 !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: #1a774a !important;
  z-index: 9 !important;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important;
  height: auto !important;
  z-index: 999 !important;
  color: #fff !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background-color: #004624 !important;
  z-index: 999 !important;
}

.mean-container .mean-nav ul li a {
  padding: 15px 5% !important;
  z-index: 999 !important;
  text-align: center !important;
  line-height: inherit !important;
}

.mean-container .mean-nav ul li a li {
  margin-right: 15px;
  font-size: 16px;
}

.mean-container .mean-nav ul li li a {
  width: 100% !important;
}

#global_footer {
  position: relative;
  background-size: cover;
  bottom: 0 !important;
  min-width: 0px !important;
  background-color: #fff !important;
  border-top: 1px solid #c3c3c3;
  top: 100px !important;
  background: url(../images/common/footer.png);
  background-size: cover;
}
@media screen and (max-width: 834px) {
  #global_footer {
    background: none;
  }
}
@media screen and (max-width: 640px) {
  #global_footer {
    margin-top: 0px !important;
    top: 50px !important;
    background: none;
  }
}

#footer {
  padding: 20px;
}
@media screen and (max-width: 834px) {
  #footer {
    padding: 0px 0px;
    margin-top: 10px;
  }
}
#footer .inner {
  position: relative;
  padding: 0px 0;
}
@media screen and (max-width: 834px) {
  #footer .inner {
    padding: 0px;
  }
}
#footer .inner .footer_container {
  width: 100%;
  display: flex;
  margin: 0 auto;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#footer .inner .footer_container .col_001 {
  padding: 10px;
  color: #333;
  display: flex;
  padding-bottom: 10px;
  text-align: left;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@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 {
    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 {
  width: 30%;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  #footer .inner .footer_container .col_001 .f_logo {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #footer .inner .footer_container .col_001 .f_logo {
    width: 70%;
  }
}
#footer .inner .footer_container .col_001 .f_logo img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  #footer .inner .footer_container .col_001 .f_logo img {
    width: 100%;
  }
}
#footer .inner .footer_container .col_2 {
  display: flex;
  margin-top: 10px;
  color: #333;
  text-align: center;
  padding-bottom: 20px;
}
@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-wrap: wrap;
  position: relative;
  width: 100%;
  margin: 0 20px;
}
@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 {
  color: #352c21 !important;
  display: flex;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 14px;
}
#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 .ttl02 {
  font-size: 15px;
  font-weight: bold;
}
#footer .add {
  color: #472a0d !important;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 14px;
  text-align: center;
}

.fa-facebook-square {
  font-size: 30px;
  color: #3C5A99;
}

.fa-twitter-square {
  font-size: 30px;
  color: #1DA1F2;
}

.fa-instagram {
  font-size: 30px;
  color: #CF2E92;
}

#copyright {
  text-align: center;
  padding-bottom: 0px;
  background-color: #ffd82f;
}

#pagetop {
  position: absolute;
  right: 5%;
  bottom: 0%;
  position: fixed;
}

/*-----------------------------------------------------------------------------------------*/
/*-------------------- home --------------------*/
.bnone td {
  border: none !important;
}

.bnone2 td {
  border: none !important;
  padding: 10px !important;
}

/*-------------------- ご挨拶 --------------------*/
.h1ttl {
  margin-top: 180px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .h1ttl {
    margin-top: 100px;
  }
}
.h1ttl h1 {
  font-size: 35px;
  text-align: center;
}
.h1ttl h1:before {
  background: url(../images/home/h1icon.png);
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 153px;
  /*画像の幅*/
  height: 75px;
  /*画像の高さ*/
  background-size: contain;
  vertical-align: middle;
  left: 0;
  right: 0;
  top: -90px;
  position: absolute;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .h1ttl h1 {
    font-size: 20px;
  }
}

.txtbox {
  line-height: 35px;
}
@media screen and (max-width: 834px) {
  .txtbox {
    font-size: 15px;
    line-height: 30px;
  }
}
@media screen and (max-width: 640px) {
  .txtbox > div {
    font-size: 12px;
    text-align: left !important;
    line-height: 25px;
  }
}

.h2ttl {
  margin-top: 140px;
}
@media screen and (max-width: 834px) {
  .h2ttl {
    margin-top: 50px;
  }
}
.h2ttl h2 {
  background: linear-gradient(transparent 60%, #ffd82f 60%);
  font-size: 30px;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .h2ttl h2 {
    font-size: 25px;
  }
}

/*--------------------特徴 --------------------*/
.service {
  margin-top: 70px;
  flex-wrap: nowrap !important;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .service {
    flex-direction: column !important;
  }
}
.service .box {
  width: 32%;
}
@media screen and (max-width: 640px) {
  .service .box {
    width: 100%;
    margin-bottom: 50px;
  }
  .service .box article {
    margin: 0 auto;
    text-align: center;
  }
}
.service h3 {
  background-color: #ffd82f;
  padding: 10px;
  border-radius: 50px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
}
@media screen and (max-width: 834px) {
  .service h3 {
    font-size: 15px;
  }
}
.service article > div {
  font-size: 16px !important;
}
@media screen and (max-width: 640px) {
  .service article > div {
    text-align: left;
    font-size: 14px !important;
  }
}

.cont_1 {
  display: flex;
  margin-top: 130px;
  justify-content: space-around;
}
@media screen and (max-width: 640px) {
  .cont_1 {
    flex-direction: column !important;
    margin-top: 30px;
  }
}

.menu {
  width: 100% !important;
}
.menu .box {
  position: relative;
  width: 100% !important;
}
@media screen and (max-width: 640px) {
  .menu .box {
    margin: 0 10px;
    margin-bottom: 10px;
  }
}
.menu .box h2 {
  position: absolute;
  top: 5%;
  right: 8%;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 22px;
}
@media only screen and (max-width: 1312px) {
  .menu .box h2 {
    right: 8%;
    font-size: 18px;
  }
}
@media screen and (max-width: 834px) {
  .menu .box h2 {
    font-size: 15px;
    right: 7%;
  }
}
@media screen and (max-width: 640px) {
  .menu .box h2 {
    font-size: 35px;
    right: 8%;
  }
}
@media only screen and (max-width: 414px) {
  .menu .box h2 {
    font-size: 25px;
    right: 8%;
  }
}
@media only screen and (max-width: 375px) {
  .menu .box h2 {
    font-size: 20px;
    right: 8%;
  }
}
.menu .box h3 {
  display: none;
}
.menu .box img {
  width: 100% !important;
}

.h2ttl02 {
  margin-top: 100px;
  font-size: 25px;
  border-bottom: 1px solid #c3c3c3;
  position: relative;
  padding-bottom: 20px;
  padding-left: 80px !important;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .h2ttl02 {
    margin: 50px 10px 0 10px;
  }
}
.h2ttl02:before {
  background: url(../images/home/newsicon.png);
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 70px;
  /*画像の幅*/
  height: 72px;
  /*画像の高さ*/
  background-size: contain;
  vertical-align: middle;
  left: 0;
  position: absolute;
}

.cont_2 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: url(../images/home/contact_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .cont_2 {
    background-size: auto;
    background-attachment: scroll;
    margin-top: 10px;
  }
}
.cont_2 .inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 10px;
}
@media screen and (max-width: 834px) {
  .cont_2 .inner {
    padding: 50px 10px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .cont_2 .inner {
    padding: 20px 0;
    width: 100%;
  }
}
.cont_2 .contact {
  background-color: rgba(255, 255, 255, 0.8);
  flex-direction: column !important;
  align-items: center;
  justify-content: center;
  padding: 50px;
  border: 1px solid #b1b1b1;
}
@media screen and (max-width: 640px) {
  .cont_2 .contact {
    text-align: center;
    padding: 20px;
  }
}
.cont_2 h2 {
  background: linear-gradient(transparent 60%, #ffd82f 60%);
  font-size: 30px;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .cont_2 h2 {
    font-size: 16px;
  }
}
.cont_2 .tel02 {
  color: #e1940e;
  font-size: 45px;
}
@media screen and (max-width: 834px) {
  .cont_2 .tel02 {
    font-size: 30px;
  }
  .cont_2 .tel02 a {
    color: #e1940e !important;
  }
}
.cont_2 .box:nth-child(2) {
  padding: 20px 0;
  border-bottom: 1px solid #b1b1b1;
}
@media screen and (max-width: 640px) {
  .cont_2 .box:nth-child(2) > div {
    font-size: 11px;
  }
}
@media screen and (max-width: 640px) {
  .cont_2 .box:nth-child(4) > div {
    font-size: 11px;
  }
}

/*--------------------下層 --------------------*/
.cont_3 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: url(../images/contents/h1bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
}
@media screen and (max-width: 834px) {
  .cont_3 {
    margin-top: -5px;
  }
}
@media screen and (max-width: 640px) {
  .cont_3 {
    background: url(../images/contents/h1bg_sp.jpg);
    background-size: cover;
  }
}
.cont_3 .inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 70px 10px 90px 10px;
}
@media screen and (max-width: 834px) {
  .cont_3 .inner {
    padding: 50px 10px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .cont_3 .inner {
    padding: 20px 0;
    width: 100%;
  }
}
.cont_3 .h1txt {
  font-size: 40px;
  text-shadow: 1px 2px 3px #fff;
}
@media screen and (max-width: 640px) {
  .cont_3 .h1txt {
    font-size: 20px;
  }
}

.h2txt {
  margin-top: 100px;
  font-size: 25px;
  background-color: #f7dd6b;
  position: relative;
  padding-left: 80px !important;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
@media screen and (max-width: 834px) {
  .h2txt {
    margin-top: 35px;
    padding: 5px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.h2txt:before {
  background: url(../images/home/newsicon.png);
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 70px;
  /*画像の幅*/
  height: 72px;
  /*画像の高さ*/
  background-size: contain;
  vertical-align: middle;
  left: 0;
  position: absolute;
}

.hyo {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .hyo {
    font-size: 12px;
  }
}
.hyo .left {
  width: 20%;
  border-bottom: 1px solid #ccccd6 !important;
  background-color: #efe6f5;
}
@media screen and (max-width: 640px) {
  .hyo .left {
    width: 100%;
    text-align: center !important;
  }
}
.hyo .right {
  border-bottom: 1px solid #ddd !important;
  background-color: #fff5ca;
}
@media screen and (max-width: 640px) {
  .hyo .right {
    text-align: center !important;
  }
}

.flow {
  margin-top: 50px;
}
.flow .tel03 {
  font-size: 35px;
}
@media screen and (max-width: 834px) {
  .flow .tel03 {
    font-size: 20px;
  }
  .flow .tel03 a {
    color: #352c21 !important;
  }
}
@media screen and (max-width: 640px) {
  .flow .box {
    flex-direction: column !important;
    width: 100% !important;
    text-align: center !important;
  }
}
.flow .box article {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .flow .box article {
    flex-direction: column !important;
  }
}
.flow .box article h3 {
  background-color: #d5ccda;
  font-size: 18px;
  padding: 20px;
  text-align: center;
  margin-right: 20px;
  display: block;
  width: 150px;
}
@media screen and (max-width: 834px) {
  .flow .box article h3 {
    padding: 5px;
  }
}
@media screen and (max-width: 640px) {
  .flow .box article h3 {
    font-size: 13px;
    width: 100%;
    margin-right: 0px;
  }
}

.btnbox {
  margin-top: 50px;
}
.btnbox .box {
  width: 25%;
}
@media screen and (max-width: 640px) {
  .btnbox .box {
    width: 50%;
    margin-bottom: 10px;
  }
}
.btnbox .btn04 {
  background-color: #b091d8;
  color: #fff !important;
  padding: 15px 20px;
  display: inline-block;
  position: relative;
  padding-left: 50px;
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .btnbox .btn04 {
    font-size: 14px;
  }
}
.btnbox .btn04:hover {
  background-color: #8b61c1;
}
.btnbox .btn04 a {
  color: #333 !important;
}
.btnbox .btn04:before {
  background: url(../images/contents/btnicon.png);
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 47px;
  /*画像の幅*/
  height: 37px;
  /*画像の高さ*/
  background-size: contain;
  vertical-align: middle;
  left: 15%;
  position: absolute;
}
@media screen and (max-width: 834px) {
  .btnbox .btn04:before {
    left: 5%;
  }
}

.price {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .price {
    font-size: 10px;
  }
}
.price td {
  border: 1px solid #ddd !important;
}
.price .left {
  background-color: #efe6f5;
  text-align: center !important;
}
.price .ttl {
  background-color: #fff5ca;
  text-align: center !important;
}

.photo01 {
  margin-top: 50px;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .photo01 {
    justify-content: flex-start;
  }
}
.photo01 .box {
  width: 19%;
}
@media screen and (max-width: 640px) {
  .photo01 .box {
    width: 33%;
  }
}
.photo01 .box > div {
  text-align: center;
  font-size: 14px;
}

.photo02 {
  margin-top: 50px;
  justify-content: space-between;
}
.photo02 .box {
  width: 30%;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .photo02 .box {
    width: 48%;
  }
}
.photo02 .box > div {
  text-align: center;
  font-size: 14px;
  background-color: #b2e29a;
  border-radius: 50px;
  padding: 3px;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .photo02 .box > div {
    font-size: 10px;
  }
}

.photo03 {
  margin-top: 50px;
  justify-content: space-between;
}
.photo03 .box {
  width: 30%;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .photo03 .box {
    width: 48%;
  }
}
.photo03 .box > div {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .photo03 .box > div {
    font-size: 10px;
  }
}

.btn03 {
  margin-top: 30px;
  background-color: #b091d8;
  padding: 20px;
  width: 80%;
  display: inline-block;
  color: #fff !important;
}
@media screen and (max-width: 640px) {
  .btn03 {
    width: 100%;
  }
}
.btn03:hover {
  background-color: #8b61c1;
}

#anc1, #anc2, #anc3, #anc4 {
  margin-top: -100px;
  padding-top: 100px;
}

.flow02 {
  margin-top: 50px;
}
.flow02 .box {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  background-color: #ddd;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
}
.flow02 .box article {
  display: flex;
}
.flow02 .box article h3 {
  font-size: 20px;
  margin-right: 20px;
  color: #ff9c08;
  background-color: #efefef;
  border-radius: 5px;
  padding: 0 10px;
}
@media screen and (max-width: 640px) {
  .flow02 .box article h3 {
    font-size: 16px;
  }
}

.qa {
  flex-direction: column !important;
  margin-top: 30px;
}
.qa .box article {
  display: flex;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.qa .box article > div {
  width: 90%;
}
.qa .box:first-child h3 {
  margin-right: 20px;
  background-color: #65509a;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.qa .box:last-child {
  border-bottom: 1px dotted #7d7d7d;
  padding-bottom: 20px;
}
.qa .box:last-child h3 {
  margin-right: 20px;
  background-color: #f3b11c;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.h3txt h3 {
  margin-top: 50px;
  padding: 0.4em 0.5em;
  color: #65509a;
  background: #f4f4f4;
  border-left: solid 5px #65509a;
  border-bottom: solid 3px #d7d7d7;
  font-size: 20px;
}

@media screen and (max-width: 834px) {
  .imgR, .imgL, .imgL {
    max-width: 100% !important;
  }
}
/* 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: #553b2a;
}
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_org03, .btn_org04 {
  margin-top: 30px;
}
.btn_org01 a, .btn_org02 a, .btn_org03 a, .btn_org04 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_org03 a:before, .btn_org04 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_org03 a:hover, .btn_org04 a:hover {
  background-color: #f2efea;
  color: #553b2a;
}
.btn_org01 a:hover:before, .btn_org02 a:hover:before, .btn_org03 a:hover:before, .btn_org04 a:hover:before {
  color: #553b2a;
}

.btn_org02 a, .btn_org03 a, .btn_org04 a {
  max-width: 160px;
  margin: 40px auto 0 0;
  padding: 7.5px 3px;
}
.btn_org02 a:hover, .btn_org03 a:hover, .btn_org04 a:hover {
  background-color: #ffd791;
  color: #fff;
}
.btn_org02 a:hover:before, .btn_org03 a:hover:before, .btn_org04 a:hover:before {
  color: #fff;
}

.btn_org03 a {
  margin: 30px auto 0 auto;
}

.btn_org04 a {
  background-color: #ffd791;
  color: #553b2a;
}
@media only screen and (max-width: 640px) {
  .btn_org04 a {
    max-width: 100%;
  }
}
.btn_org04 a:before {
  color: #553b2a;
}
.btn_org04 a:hover {
  background-color: #f2efea;
  color: #553b2a;
}
.btn_org04 a:hover:before {
  color: #553b2a;
}

/* common */
.linkTel a {
  color: #553b2a;
}

.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;
}

/*# sourceMappingURL=asset.css.map */
