@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets.css
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  /*-Normal-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 500;
  /*-Medium-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700;
  /*-Bold-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff2") format("woff2");
}
.flex {
  display: flex;
}

.jcss {
  justify-content: start;
}

.jcsc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.aic {
  align-items: center;
}

.ais {
  align-items: start;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 640px) {
  .disnone {
    display: block !important;
    position: fixed;
    top: 1%;
    left: 2%;
    z-index: 9;
  }
  .disnone a {
    color: #fff;
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  .disnone {
    display: block !important;
    position: fixed;
    top: 1%;
    left: 2%;
    z-index: 9;
  }
  .disnone a {
    color: #fff;
  }
}

@media only screen and (max-width: 640px) {
  .spdisnone {
    display: none !important;
  }
}

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

li {
  list-style: none;
}

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: 400;
}

body {
  counter-reset: number 0;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  color: #333;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 16px;
  font-style: normal;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  .inner {
    padding: 64px 0 20px;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  background: #fff;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #contents_wrap {
    margin-bottom: 20px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  #contents_wrap {
    padding: 0 20px;
  }
}
#contents_wrap #contents {
  width: 100%;
  max-width: 1200px;
  z-index: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #contents_wrap #contents {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

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

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

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

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 {
  font-size: 80%;
}

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

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: 500;
}

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

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 1s;
}

@media screen and (min-width: 641px) and (max-width: 768px) {
  .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-right: 0;
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  .imgL {
    max-width: 100% !important;
    float: none;
  }
}

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

.gothic {
  font-family: "Noto Sans Japanese", "游ゴシック", 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;
  }
}
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  font-style: normal;
  font-weight: bold;
}
header#global_header #nav_global {
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 10;
  position: relative;
}
header#global_header #nav_global > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
header#global_header #nav_global > ul > li {
  width: 13%;
  font-size: 18px;
  position: relative;
  font-size: 16px;
}
header#global_header #nav_global > ul > li a {
  padding: 15px 0;
  color: #333;
  display: block;
}
header#global_header #nav_global > ul > li a:hover {
  opacity: 0.6;
  animation: zoom 0.3s;
}
header#global_header #nav_global > ul > li ul {
  width: 300px;
  position: absolute;
  top: 57px;
  left: -76px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 14;
}
header#global_header #nav_global > ul > li ul li {
  width: 100%;
  border-bottom: 1px solid #fff;
}
@keyframes zoom {
  50% {
    transform: scale(1.1);
  }
}
#header {
  width: 100%;
  background: url(../images/common/bg.jpg);
}
#header .flxL {
  width: 30%;
}
@media only screen and (max-width: 640px) {
  #header .flxL {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #header #siteID {
    padding: 55px 0 0 !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  #header #siteID {
    padding: 14px;
  }
}
#header #siteID a {
  opacity: 1;
}
#header #hed_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
}
@media only screen and (max-width: 640px) {
  #header #hed_info {
    display: block;
  }
}
#header #hed_info .tel_cont {
  display: block;
  color: #fff;
  line-height: 2;
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  #header #hed_info .tel_cont {
    margin-right: 10px;
  }
}
#header #hed_info .tel_cont .tel2 {
  z-index: 9;
}
#header #hed_info .tel_cont .tel2 i {
  margin-right: 10px;
}
@media only screen and (max-width: 640px) {
  #header #hed_info .tel_cont .tel2 {
    position: fixed;
    top: 0;
    left: 10px;
  }
  #header #hed_info .tel_cont .tel2 a {
    color: #fff !important;
  }
  #header #hed_info .tel_cont .tel2 span {
    display: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  #header #hed_info .tel_cont .tel2 a {
    color: #fff !important;
  }
}
@media only screen and (max-width: 1200px) {
  #header #hed_info .tel_cont .tel2 a {
    color: #fff !important;
  }
}
@media only screen and (max-width: 640px) {
  #header #hed_info .tel_cont .contact {
    margin-top: 10px;
  }
}
#header #hed_info .tel_cont .contact a {
  color: #fff;
  background: #94c23a;
  padding: 4px 42px;
  margin-bottom: 10px;
  font-size: 18px;
}
@media only screen and (max-width: 640px) {
  #header #hed_info .tel_cont .contact a {
    font-size: 16px;
  }
}
#header .tel {
  font-size: 32px;
  font-weight: 700;
  color: #504946;
  line-height: 1;
  padding-right: 20px;
}
#header .tel i {
  margin-right: 7px;
}
@media only screen and (max-width: 640px) {
  #header .tel {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  #header .tel {
    color: #fff;
  }
}
#header .cont {
  font-size: 20px;
}
#header .cont p {
  padding: 16px 32px;
  background: #b94047;
}
#header .cont a {
  color: #fff;
}
#header .flxR {
  width: 68%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#mainArea2 {
  width: 100%;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  #mainArea2 img {
    max-width: 145% !important;
    width: 145% !important;
  }
}
#mainArea2 span {
  font-size: 32px;
  color: #94c23a;
  position: absolute;
  right: 1%;
  top: 44%;
  text-align: left;
  line-height: 44px;
  text-shadow: 2px 2px 10px #ccc;
  background: url(../images/common/main_bg.jpg);
  padding: 5vw 7vw;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 640px) {
  #mainArea2 span {
    font-size: 23px;
    line-height: 1.5;
    top: 43%;
    left: 37%;
    width: auto;
    height: auto;
    right: -20%;
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  #mainArea2 span {
    font-size: 23px;
    top: 48%;
  }
}
#mainArea2 span:before {
  content: url(../images/common/left.png);
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #mainArea2 span:before {
    display: none;
  }
}
#mainArea2 span:after {
  content: url(../images/common/right.png);
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  #mainArea2 span:after {
    display: none;
  }
}

.slick-initialized .slick-slide {
  height: auto;
}

#local-keyvisual {
  position: relative;
}
#local-keyvisual h1 {
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 3em;
  font-weight: 700;
  z-index: 1;
  position: relative;
  text-align: left;
  text-shadow: 5px 5px 10px black;
  padding-left: 20px;
  line-height: 1.2;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  #local-keyvisual h1 {
    padding-right: 20px;
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  #local-keyvisual h1 {
    font-size: 2.5em;
    padding-left: 120px;
  }
  #local-keyvisual h1 span {
    padding: 80px 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  #local-keyvisual h1 {
    font-size: 1.4em;
    padding-left: 20px;
  }
}
#local-keyvisual h1 span {
  display: block;
  padding: 324px 0 56px;
}
@media only screen and (max-width: 768px) {
  #local-keyvisual h1 span {
    padding: 100px 0 20px !important;
  }
}
#local-keyvisual h1 span:empty {
  display: none;
}

#local-keyvisual #local-keyvisual-bg,
#local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: bottom center;
  background-size: cover;
}

.pan1 {
  margin: 20px 0;
}
@media only screen and (max-width: 640px) {
  .pan1 {
    display: none;
  }
}
.pan1 a {
  color: #000;
}

.pankuzu {
  text-align: right;
}

.mean-container .mean-bar {
  background: #94c23a !important;
  position: fixed !important;
  z-index: 8 !important;
}

.mean-container .mean-nav {
  background: #94c23a !important;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important;
  color: #fff !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #e9832f !important;*/
}

.mean-container .mean-nav ul li a {
  padding: 10px 5% !important;
  width: 100% !important;
}

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

.mean-expand {
  text-align: right !important;
}

.mean-container .mean-bar {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.mean-container .meanmenu-reveal:after {
  content: "MENU";
  font-size: 10px;
  white-space: nowrap;
}

#add-list-01 .contact.cloned {
  margin-top: 10px;
}
#add-list-01 .contact.cloned > a {
  font-size: 12px;
  text-align: center;
  border: 1px solid white;
}
#add-list-01 .contact.cloned > a:first-child {
  margin-right: 1px;
}

#siteID.cloned {
  max-width: 200px;
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 768px) {
  #header #hed_info {
    display: none;
  }
}

.contact {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.ftcont {
  background: url(../images/common/yoyaku_bg.jpg);
  height: 496px;
}
.ftcont .midashi {
  padding-top: 100px;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  color: #3f280f;
  margin-top: 0;
  background: url(../images/common/bg.jpg);
}
footer#global_footer a {
  color: #3f280f;
  text-decoration: none;
}
footer#global_footer a:hover {
  text-decoration: underline;
}
footer#global_footer #nav_footer {
  margin-bottom: 30px;
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  footer#global_footer #nav_footer {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  footer#global_footer #nav_footer {
    display: none;
  }
}
footer#global_footer #nav_footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer#global_footer #nav_footer li a {
  text-decoration: none;
  padding: 16px;
}
footer#global_footer #nav_footer li a:hover {
  opacity: 0.6;
}
footer#global_footer #copy a {
  text-decoration: none;
  color: #fff;
}
footer#global_footer #copy a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  footer#global_footer #copy a {
    line-height: 60px;
  }
}
footer#global_footer #copy {
  color: #fff;
  line-height: 6;
}

/* box */
.modaal-close {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.modaal-content-container h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.modaal-content-container p {
  margin: 0 0 20px;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #fff !important;
}

@media only screen and (max-width: 640px) {
  .modaal-content-container {
    height: 400px;
    overflow-y: scroll;
  }
}

.waku_box {
  position: relative;
}
.waku_box {
  border: 1px solid #96C92F;
  padding: 20px;
}

.bg_100per_wrap3 {
  padding: 100px 0 0 0 !important;
}

.list {
  max-width: 800px;
  margin: 0 auto;
}
.list li {
  font-size: 20px;
  line-height: 1.5em;
  background: #F9FFEB;
  padding: 5px;
  margin: 5px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .list li {
    font-size: 16px;
  }
}

.list2 {
  max-width: 800px;
  margin: 0 auto;
}
.list2 li {
  font-size: 20px;
  line-height: 1.5em;
  background: #F9FFEB;
  padding: 5px;
  font-weight: bold;
  margin: 5px;
}
@media only screen and (max-width: 640px) {
  .list2 li {
    font-size: 16px;
  }
}

.h2_img {
  font-size: 28px;
  color: #fff;
  padding: 30px 48px;
  background-repeat: no-repeat;
}
.h2_img h2 {
  font-weight: bold;
  line-height: 1em;
}
@media only screen and (max-width: 640px) {
  .h2_img {
    font-size: 16px;
    background-size: contain;
    padding: 11px 14px;
    line-height: 23px;
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  .h2bg_img {
    text-align: center;
  }
}

.h2_01 {
  font-size: 30px;
  position: relative;
}
.h2_01 h2 {
  line-height: 1;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .h2_01 {
    font-size: 20px;
  }
}
.h2_01 h2:before {
  content: url(../images/common/midashiue.png);
  display: block;
}
.h2_01 h2:after {
  content: url(../images/common/midashi.png);
  display: block;
}

.h2_02 h2 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px dashed #f7cd5d;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .h2_02 h2 {
    font-size: 18px;
  }
}

.h2_03 h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  font-size: 30px;
  padding: 15px 0;
}
@media only screen and (max-width: 768px) {
  .h2_03 h2 {
    font-size: 20px;
  }
}
.h2_03 h2:before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffa500;
  border-radius: 2px;
}

.h2_04 {
  font-size: 30px;
  background: #fff;
  position: absolute;
  top: -10%;
  right: 0;
  left: 0;
  max-width: 780px;
  margin: 0 auto;
  border-radius: 50%;
  padding: 20px;
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  .h2_04 {
    top: -14%;
    padding: 10px;
    max-width: 300px;
  }
}
@media only screen and (max-width: 640px) {
  .h2_04 {
    top: -6%;
    padding: 10px;
    max-width: 300px;
  }
}
.h2_04 br {
  display: none;
}
@media only screen and (max-width: 640px) {
  .h2_04 br {
    display: block;
  }
}
.h2_04 h2 {
  line-height: 1;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .h2_04 {
    font-size: 20px;
  }
}
.h2_04 h2:before {
  content: url(../images/common/midashiue.png);
  display: block;
}
.h2_04 h2:after {
  content: url(../images/common/midashi.png);
  display: block;
}

.h3_01 {
  font-size: 18px;
  font-weight: bold;
  color: #7ab506;
  border-left: solid #7ab506 1px;
  border-bottom: solid #7ab506 1px;
  padding: 6px;
}
@media only screen and (max-width: 768px) {
  .h3_01 {
    font-size: 16px;
  }
}

@media screen and (min-width: 641px) and (max-width: 768px) {
  .h3_02 h3 {
    text-align: center !important;
  }
}
@media only screen and (max-width: 640px) {
  .h3_02 {
    font-size: 16px;
    text-align: center !important;
  }
}
.h3_02 h3 {
  border-bottom: #ffa500 solid 1px;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
}

.h3_03 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: #94c23a solid 1px;
  padding: 10px 0;
}
@media only screen and (max-width: 768px) {
  .h3_03 {
    font-size: 16px;
  }
}

.cont1 .cont2_img {
  position: relative;
}
.cont1 .cont2_img img {
  z-index: 1;
  position: relative;
}
.cont1 .cont2_img:before {
  content: "";
  background: url(../images/common/bg_green.gif) left top;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .cont1 .cont2_img:before {
    display: none;
  }
}

.cont2 .cont2_img {
  position: relative;
}
.cont2 .cont2_img img {
  z-index: 1;
  position: relative;
}
.cont2 .cont2_img:before {
  content: "";
  background: url(../images/common/bg_green.gif) left top;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .cont2 .cont2_img:before {
    display: none;
  }
}

.cont3 .cont2_img {
  position: relative;
}
.cont3 .cont2_img img {
  z-index: 1;
  position: relative;
}
.cont3 .cont2_img:before {
  content: "";
  background: url(../images/common/bg_green.gif) left top;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .cont3 .cont2_img:before {
    display: none;
  }
}

.sec_contact {
  height: 500px;
  padding-top: 80px;
}
@media only screen and (max-width: 640px) {
  .sec_contact {
    height: 345px !important;
    padding-top: 0 !important;
  }
  .sec_contact .yayaku_h2 {
    font-size: 16px !important;
    background-size: contain;
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  .sec_contact .yayaku_h2 {
    font-size: 24px !important;
  }
  .sec_contact .yoyaku_title {
    padding-top: 0 !important;
  }
}
.sec_contact .yayaku_h2 {
  font-size: 32px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0;
}
@media only screen and (max-width: 640px) {
  .sec_contact .yayaku_h2 {
    padding: 30px 0;
  }
}

.carendar {
  background: #fff;
  padding-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 61%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .carendar {
    width: 100%;
  }
}
.carendar td {
  border: none !important;
  padding-top: 20px !important;
}
.carendar .td_top {
  background: #f7cd5d;
  color: #fff;
}
.carendar .td_left {
  color: #e7bc4b;
  line-height: 1.3;
}

.sec_01 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media only screen and (max-width: 640px) {
  .sec_01 {
    display: block;
  }
  .sec_01 .cont1 {
    width: 100% !important;
  }
  .sec_01 .cont2 {
    width: 100% !important;
  }
  .sec_01 .cont3 {
    width: 100% !important;
  }
}
.sec_01 .cont1 {
  width: 30%;
}
.sec_01 .cont2 {
  width: 30%;
}
.sec_01 .cont3 {
  width: 30%;
}

.sec_05 {
  line-height: 2.5;
}
@media only screen and (max-width: 640px) {
  .sec_05 {
    line-height: 1.5;
  }
}

.sec_06 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .sec_06 {
    display: block;
  }
  .sec_06 .sec06_wrap {
    width: 100% !important;
  }
  .sec_06 .txt_wrap {
    width: 100% !important;
  }
  .sec_06 .txt_wrap .img {
    text-align: center !important;
  }
}
.sec_06 .txt {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
}
.sec_06 .sec06_wrap {
  width: 48%;
}
.sec_06 .txt_wrap {
  width: 28%;
}
.sec_06 .keireki dt {
  padding: 8px 0 !important;
}
.sec_06 .keireki dd {
  padding: 8px 0 !important;
}
@media only screen and (max-width: 640px) {
  .sec_06 .keireki dl {
    display: block;
  }
  .sec_06 .keireki dl dd {
    width: 100% !important;
    text-align: center;
  }
  .sec_06 .keireki dl dt {
    width: 100% !important;
    text-align: center;
    display: block;
  }
}
.sec_06 .keireki dt {
  border: none !important;
  background: none;
}
.sec_06 .keireki dd {
  border: none !important;
  background: none;
}
.sec_06 .shikaku dt {
  padding: 8px 0 !important;
}
.sec_06 .shikaku dd {
  padding: 8px 0 !important;
}
@media only screen and (max-width: 640px) {
  .sec_06 .shikaku dl {
    display: block;
  }
  .sec_06 .shikaku dl dd {
    width: 100% !important;
    text-align: center;
  }
  .sec_06 .shikaku dl dt {
    width: 100% !important;
    text-align: center;
    display: block;
  }
}
.sec_06 .shikaku dt {
  border: none !important;
  background: none;
}
.sec_06 .shikaku dd {
  border: none !important;
  background: none;
}

.sec_07 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 640px) {
  .sec_07 {
    display: block;
  }
  .sec_07 .flxL {
    width: 100% !important;
  }
  .sec_07 .flxR {
    width: 100% !important;
    padding: 10px !important;
  }
}
.sec_07 .flxL {
  width: 48%;
}
.sec_07 .flxR {
  width: 46%;
}

.sec_08 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 640px) {
  .sec_08 {
    display: block;
  }
  .sec_08 .flxL {
    width: 100% !important;
  }
  .sec_08 .flxR {
    width: 100% !important;
  }
}
.sec_08 .flxL {
  width: 48%;
}
.sec_08 .flxR {
  width: 48%;
}

.sec_09 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 640px) {
  .sec_09 {
    display: block;
  }
  .sec_09 .flxL {
    width: 100% !important;
  }
  .sec_09 .flxR {
    width: 100% !important;
  }
}
.sec_09 .flxL {
  width: 48%;
}
.sec_09 .flxR {
  width: 48%;
}

.box ul {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  width: 75%;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .box ul {
    width: 100% !important;
  }
}
.box ul li {
  width: 32%;
  text-align: center !important;
  margin-bottom: 1em;
}

.wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .wrap {
    display: block;
  }
  .wrap .blog_text {
    display: block;
  }
  .wrap .blog_text .blog_date {
    width: 100%;
  }
  .wrap .sec_03 {
    width: 100% !important;
  }
  .wrap .sec_04 {
    width: 100% !important;
  }
}
.wrap .sec_03 {
  width: 48%;
}
.wrap .sec_04 {
  width: 48%;
}

.blog_list {
  border: none !important;
}
.blog_list .detail {
  display: none;
}

div.blog_list > div {
  border: none !important;
}

.blog_text {
  width: 100% !important;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.blog_text .blog_date {
  color: #fff !important;
  background: #95c92e;
  font-size: 16px;
  padding: 7px 14px;
}

.detail {
  width: 80%;
  margin: 0 20px !important;
}

.blog_list {
  overflow: scroll;
  overflow-x: hidden;
  height: 300px;
}
.blog_list h3 {
  margin-left: 20px;
}

.blog_photo {
  display: none;
}

.table_01 .td_left {
  border: none !important;
}
@media only screen and (max-width: 640px) {
  .table_01 .td_left div {
    font-size: 12px;
  }
}
.table_01 .td_right {
  border: none !important;
}

.home_td {
  margin-left: -7.6923076923% !important;
  display: inline-table;
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  .home_td {
    margin-left: -7.6923076923% !important;
  }
}
@media only screen and (max-width: 640px) {
  .home_td {
    margin-left: 0 !important;
  }
}
.home_td .box {
  z-index: 10;
  float: left;
  width: 42.3076923077% !important;
  margin-left: 7.6923076923% !important;
  margin-bottom: 30px !important;
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  .home_td .box {
    width: 42.3076923077% !important;
    margin-left: 7.6923076923% !important;
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .home_td .box {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.home_td .box img {
  width: 100% !important;
  border-radius: 15px;
}
.home_td .box .cont_titl {
  display: block;
  margin: 30px 0 10px;
}
.home_td .box .cont_titl h3 {
  font-size: 25px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .home_td .box .cont_titl h3 {
    font-size: 20px;
  }
}
.home_td .box .cont_titl h3:first-letter {
  font-size: 35px;
  color: #ef9916;
}
@media only screen and (max-width: 640px) {
  .home_td .box .cont_titl h3:first-letter {
    font-size: 30px;
  }
}

.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 13;
}

.flow-box {
  counter-reset: number 0;
}
.flow-box .box {
  position: relative;
  width: 100%;
  margin-top: 10px;
  overflow: visible !important;
}
.flow-box .box article {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.flow-box .box article h3 {
  display: none;
  font-weight: 600;
  font-size: clamp(17px, 0.93vw, 20px);
  line-height: 1.2;
  border-bottom: 1px solid #95c92e;
}
@media only screen and (max-width: 768px) {
  .flow-box .box article h3 {
    display: block;
    width: 100%;
  }
}
.flow-box .box article h3:before {
  display: inline-flex;
  align-items: center;
  counter-increment: number 1; /* number カウンタを増加 */
  content: counter(number);
  margin-right: 20px;
  padding: 8px 20px;
  font-weight: 500;
  font-size: 1.2em;
  color: #fff;
  background: #95c92e;
  aspect-ratio: 1/1;
  border-radius: 50%;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .flow-box .box article h3:before {
    font-size: 1em;
    padding: 5px 10px;
  }
}
.flow-box .box article .inBox {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 30px;
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 3px dotted #ccc;
}
@media only screen and (max-width: 640px) {
  .flow-box .box article .inBox {
    padding-block: 10px;
  }
}
.flow-box .box article .inBox img {
  max-width: 40%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid #ddd;
  border-radius: 8px;
}
.flow-box .box article .inBox > div {
  flex-grow: 1;
  padding: 0 20px;
  line-height: 1.4;
}
@media only screen and (max-width: 640px) {
  .flow-box .box article .inBox > div {
    padding: 10px;
    font-size: 14px;
  }
}
.flow-box .box article .inBox > div span.pc_title {
  display: block;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
  border-bottom: 1px solid #95c92e;
}
@media only screen and (max-width: 768px) {
  .flow-box .box article .inBox > div span.pc_title {
    display: none;
  }
}
.flow-box .box article .inBox > div span.pc_title:before {
  display: inline-flex;
  align-items: center;
  counter-increment: number 1; /* number カウンタを増加 */
  content: counter(number);
  margin-right: 20px;
  padding: 8px 20px;
  font-weight: 500;
  font-size: 1.2em;
  color: #fff;
  background: #95c92e;
  aspect-ratio: 1/1;
  border-radius: 50%;
  text-align: center;
}
.flow-box .box article .inBox > div span.btn-space {
  display: flex;
  justify-content: flex-end;
}
.flow-box .box article .inBox > div span.btn-space a {
  display: inline-block;
  text-align: right !important;
  padding: 8px 20px;
  border: 1px solid #95c92e;
  border-radius: 12px;
  color: #95c92e;
}
.flow-box .box article .inBox > div span.btn-space a i {
  margin-left: 10px;
}
@media only screen and (max-width: 640px) {
  .flow-box .box article .inBox > div span.btn-space a {
    letter-spacing: -0.2px;
    padding: 6px 12px;
  }
}

/* title */
.con100 {
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
}

.contact_form dt {
  display: block !important;
  text-align: center;
}

.policy a {
  color: #0000ff;
}

.contact_form dt {
  background: #ffe5cc !important;
}

.access dt {
  background: #ffe5cc !important;
}
@media only screen and (max-width: 640px) {
  .access dl {
    display: block !important;
  }
  .access dt {
    width: 100% !important;
    display: block !important;
    text-align: center;
    border-right: 1px solid #ccc !important;
  }
  .access dd {
    width: 100% !important;
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  .price dl {
    display: block !important;
  }
  .price dt {
    width: 100% !important;
    display: block !important;
    text-align: center;
  }
  .price dd {
    width: 100% !important;
    text-align: center;
  }
}
.price dt {
  padding: 20px !important;
  background: rgba(148, 194, 58, 0.5) !important;
}
.price dd {
  padding: 20px !important;
}

.sec_10 {
  background: rgba(255, 165, 0, 0.5);
  border-radius: 15px;
}
.sec_10 .wrap_02 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .sec_10 .wrap_02 {
    display: block;
  }
  .sec_10 .wrap_02 .flxL {
    width: 100% !important;
  }
  .sec_10 .wrap_02 .flxR {
    width: 100% !important;
  }
}
.sec_10 .wrap_02 .flxL {
  width: 49%;
}
.sec_10 .wrap_02 .flxR {
  width: 32%;
}

.bg_100per_wrap {
  position: relative;
  padding: 100px 0 !important;
}
@media only screen and (max-width: 768px) {
  .bg_100per_wrap {
    padding: 50px 0 !important;
  }
}

.bg_100per_inner {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background: url(../images/common/cont2_bg.jpg);
  background-size: cover;
  z-index: -1;
}

.bg_100per_wrap2 {
  position: relative;
  padding: 100px 0 !important;
}
@media only screen and (max-width: 768px) {
  .bg_100per_wrap2 {
    padding: 50px 0 !important;
  }
}

.bg_100per_inner2 {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background: url(../images/common/yoyaku_bg.jpg);
  background-size: cover;
  z-index: -1;
}

.bg_100per_wrap3 {
  position: relative;
  padding: 30px 0 !important;
}
@media only screen and (max-width: 768px) {
  .bg_100per_wrap3 {
    padding: 20px 0 !important;
  }
}

.bg_100per_inner3 {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background: #f9ffeb;
  background-size: cover;
  z-index: -1;
}

.fix-btn {
  display: inline-block;
  min-width: 250px;
  padding: 30px 20px;
  color: white;
  font-size: 20px;
  font-weight: 800;
  background-color: #94c23a;
}
.fix-btn:link, .fix-btn:visited {
  color: white;
}
.fix-btn i {
  margin-right: 5px;
}

.blog .flex {
  display: block;
}
.blog .flex_images {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.blog .detail {
  width: 100%;
  margin: 0 !important;
}/*# sourceMappingURL=assets.css.map */