@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets
================================================================= */
@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;
}

body {
  counter-reset: number 0;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #2f2620;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  word-wrap: break-word;
}

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: 0 auto;
  max-width: 1000px;
  padding: 0 10px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

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

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-bottom: 70px;
  overflow: hidden;
}

#contents {
  width: 100%;
  max-width: 1000px;
  padding: 0 10px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #contents {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 640px) {
  #contents {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

.pankuzu {
  margin-bottom: 30px;
  font-size: 13px;
  color: #2f2620;
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .pankuzu {
    display: none;
  }
}
.pankuzu a {
  color: #2f2620 !important;
}
.pankuzu a:hover {
  text-decoration: underline;
}

.policy h2 {
  padding: 0 0 5px;
  border-bottom: 2px solid #ccc;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .policy h2 {
    font-size: 18px;
  }
}

.error_link h1 {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .error_link h1 {
    font-size: 30px;
  }
}
.error_link a {
  display: inline-block;
  margin-top: 50px;
  color: #2f2620;
  text-decoration: underline;
}
.error_link a:hover {
  text-decoration: none;
}

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

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 0.8s;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 641px) 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;
  }
}

.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;
  }
}
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  background: #fff;
}
@media only screen and (max-width: 834px) {
  header#global_header {
    padding-top: 48px;
  }
}

#hedSub {
  background: #efe5d4;
}
#hedSub .inner1200 {
  text-align: right;
}
#hedSub .inner1200 ul {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 640px) {
  #hedSub .inner1200 ul {
    justify-content: center;
  }
}
#hedSub .inner1200 ul li {
  margin-right: 20px;
}
#hedSub .inner1200 ul li:last-of-type {
  margin-right: 0;
}
#hedSub .inner1200 ul li a {
  position: relative;
  padding-left: 25px;
  font-weight: bold;
  color: #2f2620;
}
#hedSub .inner1200 ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
}
#hedSub .inner1200 ul .cale a:before {
  background: url(../images/contents/ill_calender.png) no-repeat;
}
#hedSub .inner1200 ul .access a:before {
  background: url(../images/contents/ill_access.png) no-repeat;
}

#header {
  width: 100%;
  padding: 15px 0;
}
#header .inner1200 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  #header .inner1200 {
    display: block;
  }
}
#header #siteID {
  width: 426px;
  margin-right: 1%;
}
@media only screen and (max-width: 834px) {
  #header #siteID {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
#header #siteID a {
  opacity: 1;
}
#header #hedInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 420px;
}
@media only screen and (max-width: 834px) {
  #header #hedInfo {
    justify-content: center;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #header #hedInfo {
    display: block;
  }
}
#header #hedInfo .linkTel {
  width: 260px;
  margin-right: 1%;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #header #hedInfo .linkTel {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #header #hedInfo .linkTel {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
#header #hedInfo .linkTel p {
  font-size: 34px;
  font-weight: bold;
  color: #ff5b2f;
  line-height: 1;
}
#header #hedInfo .linkTel p i {
  margin-right: 7px;
  font-size: 31px;
}
#header #hedInfo .linkTel .sub {
  display: block;
  margin-top: 10px;
  padding: 6px 2px;
  background: #ff5b2f;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  #header #hedInfo .linkTel .sub {
    max-width: 250px;
    margin: 0 auto;
  }
}
#header #hedInfo .linkTel a {
  font-weight: bold;
}
#header #hedInfo .cont {
  width: 150px;
}
@media only screen and (max-width: 640px) {
  #header #hedInfo .cont {
    margin: 0 auto;
    width: 250px;
  }
}
#header #hedInfo .cont a {
  display: block;
  width: 100%;
  padding: 6.5px 3px;
  background: #ff6062;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  #header #hedInfo .cont a {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
#header #hedInfo .cont a i {
  display: block;
  margin-bottom: 10px;
  font-size: 29px;
}
#header #hedInfo .cont a:hover {
  background-color: #ff4848;
}

#nav_global {
  margin-bottom: 15px;
}
#nav_global #gnavi {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
#nav_global #gnavi li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  border-right: 1px dashed #efe5d4;
  line-height: 1;
}
#nav_global #gnavi li:first-of-type {
  border-left: 1px dashed #efe5d4;
}
#nav_global #gnavi li a {
  display: block;
  padding: 10px 3px;
  font-size: 20px;
  font-weight: bold;
  color: #2f2620;
  text-decoration: none;
}
@media only screen and (max-width: 1100px) {
  #nav_global #gnavi li a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1050px) {
  #nav_global #gnavi li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 850px) {
  #nav_global #gnavi li a {
    font-size: 15px;
  }
}
#nav_global #gnavi li a:hover {
  color: #ff5b2f;
}

.spNav {
  display: none;
}
@media only screen and (max-width: 834px) {
  .spNav {
    display: block;
  }
}

#mainArea {
  overflow: hidden;
}
#mainArea #slider {
  width: 100%;
  position: relative;
}
#mainArea #slider li {
  min-height: 500px;
  background-size: cover !important;
  background-position: center !important;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #mainArea #slider li {
    min-height: 220px;
  }
}
@media only screen and (max-width: 640px) {
  #mainArea #slider li {
    min-height: 350px;
  }
}
#mainArea #slider li img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #mainArea #slider li img {
    width: 50% !important;
  }
}
@media only screen and (max-width: 640px) {
  #mainArea #slider li img {
    width: 90% !important;
    max-width: 500px;
  }
}
@media only screen and (max-width: 640px) {
  #mainArea #slider .main01 {
    background-position: top left !important;
  }
}
#mainArea #slider .main01 img {
  left: 12%;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #mainArea #slider .main01 img {
    left: 1%;
  }
}
@media only screen and (max-width: 640px) {
  #mainArea #slider .main01 img {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 640px) {
  #mainArea #slider .main02 {
    background-position: top right !important;
  }
}
#mainArea #slider .main02 img {
  right: 12%;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #mainArea #slider .main02 img {
    right: 1%;
  }
}
@media only screen and (max-width: 640px) {
  #mainArea #slider .main02 img {
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
}
.fixed #siteID {
  width: 20% !important;
}
.fixed #nav_global {
  margin: 10px auto;
}

/* ----------------------------------------------------------
meanmenu
---------------------------------------------------------- */
.mean-container .mean-bar {
  background: #2f2620 !important;
  position: fixed !important;
}

.mean-container .mean-nav {
  background: #efe5d4 !important;
}
.mean-container .mean-nav .inner1200 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mean-container .mean-nav ul li a {
  padding: 1.5% 5% !important;
  border-top: 1px solid #2f2620 !important;
  color: #2f2620 !important;
}

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

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

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
}
footer#global_footer a {
  color: #2f2620;
  text-decoration: none;
}
footer#global_footer #pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
footer#global_footer #pagetop a {
  display: block;
  width: 50px;
  padding: 10px 0;
  background: #2f2620;
  border-radius: 50%;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  text-align: center;
}
footer#global_footer #footer {
  border-top: 2px solid #2f2620;
  padding: 30px 0;
}
footer#global_footer #footer .inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 834px) {
  footer#global_footer #footer .inner {
    display: block;
  }
}
footer#global_footer address {
  width: 49%;
}
@media only screen and (max-width: 834px) {
  footer#global_footer address {
    width: 100%;
  }
}
footer#global_footer address #fotID {
  margin-bottom: 10px;
}
footer#global_footer address #fotID a {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
footer#global_footer address #fotID a .sub {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}
footer#global_footer address #fotID a:hover {
  opacity: 1;
}
footer#global_footer address p {
  font-size: 16px;
  text-align: left;
  line-height: 1.7;
}
@media only screen and (max-width: 834px) {
  footer#global_footer address p {
    text-align: center;
  }
}
footer#global_footer address p .sub2 {
  display: block;
  font-size: 13px;
}
footer#global_footer #nav_footer {
  width: 49%;
}
footer#global_footer #nav_footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 834px) {
  footer#global_footer #nav_footer ul {
    display: none;
  }
}
footer#global_footer #nav_footer li {
  margin-right: 30px;
}
footer#global_footer #nav_footer li a {
  font-size: 16px;
  text-decoration: none;
}
footer#global_footer #nav_footer li a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  margin-right: 10px;
}
footer#global_footer #copy {
  display: block;
  padding: 7px 10px;
  background: #2f2620;
  font-size: 13px;
  color: #fff;
}
footer#global_footer #copy a {
  text-decoration: none;
  color: #fff;
}
footer#global_footer #copy a:hover {
  opacity: 1;
}

/* ------------------------------------------------------------
index.html
------------------------------------------------------------ */
/* title */
.ttlToku h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .ttlToku h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .ttlToku h1 {
    font-size: 20px;
    line-height: 1.5;
  }
}
.ttlToku h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .ttlToku h2 {
    font-size: 24px;
  }
}
.ttlToku h2 {
  display: inline-block;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 7px dotted #2fa9ff;
}
.ttlToku h2 .pntTxtBlue {
  font-size: 40px;
  color: #2fa9ff;
}

.ttlPnt {
  text-align: center;
}
.ttlPnt h2 {
  position: relative;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .ttlPnt h2 {
    font-size: 20px;
  }
}
.ttlPnt h2:before, .ttlPnt h2:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 35px;
  height: 20px;
  background: url(../images/contents/kazari_ttl.png) no-repeat;
}
.ttlPnt h2:before {
  left: -52px;
}
.ttlPnt h2:after {
  right: -52px;
}

/* contents */
.topGreet {
  position: relative;
  margin-bottom: 70px;
}
.topGreet h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .topGreet h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .topGreet h1 {
    font-size: 20px;
    line-height: 1.5;
  }
}
.topGreet h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .topGreet h2 {
    font-size: 24px;
  }
}
.topGreet:before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0;
  display: block;
  width: 100%;
  height: 18px;
}
.topGreet h1 {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.topGreet h1:before {
  content: "";
  position: absolute;
  top: -49px;
  left: -53px;
  z-index: -1;
  display: block;
  width: 80px;
  height: 80px;
  background: url(../images/contents/ill_ear.png);
}
@media only screen and (max-width: 640px) {
  .topGreet h1:before {
    top: -66px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background-size: cover;
  }
}
.topGreet h1 .pntTxtOrg {
  font-size: 40px;
  color: #ff5b2f;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .topGreet h1 .pntTxtOrg {
    font-size: 32px;
  }
}
@media only screen and (max-width: 640px) {
  .topGreet h1 .pntTxtOrg {
    font-size: 25px;
  }
}
.topGreet h1 .dotsYlw, .topGreet h1 .dotsOrg {
  position: relative;
}
.topGreet h1 .dotsYlw:before, .topGreet h1 .dotsOrg:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffe21c;
}
.topGreet h1 .dotsOrg:before {
  background: #ff5b2f;
}
.topGreet h1 .lineYlw {
  background: linear-gradient(transparent 60%, #ffe21c 60%);
  font-size: 40px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .topGreet h1 .lineYlw {
    font-size: 32px;
  }
}

.wrapToku {
  display: flex;
  margin-bottom: 50px;
}
@media only screen and (max-width: 834px) {
  .wrapToku {
    display: block;
  }
}
.wrapToku .box {
  width: 33%;
  margin-right: 0.5%;
}
@media only screen and (max-width: 834px) {
  .wrapToku .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .wrapToku .box {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.wrapToku .box:nth-of-type(3n) {
  margin-right: 0;
}
.wrapToku .box h3 {
  position: relative;
  margin: -43px auto 10px auto;
  padding-top: 95px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  text-align: center !important;
}
@media only screen and (max-width: 1500px) {
  .wrapToku .box h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1250px) {
  .wrapToku .box h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1050px) {
  .wrapToku .box h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 640px) {
  .wrapToku .box h3 {
    line-height: 1.5;
  }
}
.wrapToku .box h3:before {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 80px;
  padding: 17.5px 0;
  border-radius: 50%;
  font-size: 45px;
  color: #fff;
  line-height: 1;
  text-align: center;
}
.wrapToku .box p {
  max-width: 510px;
  margin: 0 auto;
  padding: 0 10px;
}
@media only screen and (max-width: 1500px) {
  .wrapToku .box p {
    text-align: left;
  }
}
.wrapToku .toku01 h3 {
  color: #ff4848;
}
.wrapToku .toku01 h3:before {
  content: "\f239";
  background: #ff4848;
}
.wrapToku .toku02 h3 {
  color: #ff4884;
}
.wrapToku .toku02 h3:before {
  content: "\f5f0";
  background: #ff4884;
}
.wrapToku .toku03 h3 {
  color: #ff6a48;
}
.wrapToku .toku03 h3:before {
  content: "\f406";
  background: #ff6a48;
}

.topItems {
  position: relative;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 10px rgba(47, 38, 32, 0.1);
}
@media only screen and (max-width: 640px) {
  .topItems {
    display: block;
  }
}
.topItems .txtBox {
  width: 53%;
}
@media only screen and (max-width: 640px) {
  .topItems .txtBox {
    width: 100%;
    margin-bottom: 10px;
  }
}
.topItems .txtBox h2 {
  margin-bottom: 7px;
  padding: 14px;
  background: #efe5d4;
  border-bottom: 3px solid #ffe21c;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
.topItems .txtBox .price {
  display: block;
  font-size: 60px;
  font-weight: bold;
  color: #ff4848;
  text-align: right;
  line-height: 1;
}
@media only screen and (max-width: 834px) {
  .topItems .txtBox .price {
    font-size: 50px;
  }
}
.topItems .txtBox .price .sub {
  display: inline-block;
  margin-right: 7px;
  font-size: 20px;
  font-weight: bold;
  color: #2f2620;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .topItems .txtBox .price .sub {
    font-size: 18px;
  }
}
@media only screen and (max-width: 640px) {
  .topItems .txtBox .price .sub {
    display: block;
    margin: 20px 0 0 0;
  }
}
.topItems .imgBox {
  width: 43%;
}
@media only screen and (max-width: 640px) {
  .topItems .imgBox {
    width: 100%;
  }
}
.topItems .imgBox img {
  width: 100% !important;
  border: 4px solid #ffe21c;
}
.topItems:before {
  position: absolute;
  bottom: -30px;
  right: -30px;
  transform: rotate(-45deg);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top: 30px solid #ffe21c;
}

.topBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.topBtn a {
  display: block;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .topBtn a {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
}
.topBtn a:nth-of-type(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  .topBtn a:nth-of-type(3n) {
    margin-right: 4%;
  }
}
@media only screen and (max-width: 640px) {
  .topBtn a:nth-of-type(even) {
    margin-right: 0;
  }
}
.topBtn a img {
  width: 100% !important;
}
.topBtn a p {
  display: inline-block;
  margin-top: 15px;
  background: linear-gradient(transparent 60%, #ffe21c 60%);
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .topBtn a p {
    font-size: 21px;
  }
}
@media only screen and (max-width: 640px) {
  .topBtn a p {
    font-size: 18px;
  }
}

.wrapCont {
  margin-bottom: 70px;
}
@media only screen and (max-width: 640px) {
  .wrapCont {
    margin-bottom: 50px;
  }
}
.wrapCont .bg {
  padding: 40px;
  background: #fff;
  border: 10px solid #ffb793;
  border-radius: 10px;
}
@media only screen and (max-width: 640px) {
  .wrapCont .bg {
    padding: 20px;
  }
}
.wrapCont .bg h2 {
  margin-bottom: 20px;
  padding: 8px;
  border-top: 2px solid #2f2620;
  border-bottom: 2px solid #2f2620;
  background: #ff5b2f;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  text-align: center !important;
}
@media only screen and (max-width: 834px) {
  .wrapCont .bg h2 {
    padding: 15px 5px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .wrapCont .bg h2 {
    line-height: 1.5;
  }
}
.wrapCont .bg .btn {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 834px) {
  .wrapCont .bg .btn {
    display: block;
  }
}
.wrapCont .bg .btn .box {
  width: 44%;
  text-align: center;
}
@media only screen and (max-width: 1050px) {
  .wrapCont .bg .btn .box {
    width: 49%;
  }
}
@media only screen and (max-width: 834px) {
  .wrapCont .bg .btn .box {
    width: 100%;
  }
}
.wrapCont .bg .btn .box h3 {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #2f2620;
}
@media only screen and (max-width: 1050px) {
  .wrapCont .bg .btn .box h3 {
    font-size: 18px;
  }
}
.wrapCont .bg .btn .box p, .wrapCont .bg .btn .box a {
  font-weight: bold;
  line-height: 1;
}
.wrapCont .bg .btn .linkTel {
  color: #ff5b2f;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapCont .bg .btn .linkTel {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .wrapCont .bg .btn .linkTel {
    margin-bottom: 40px;
  }
}
.wrapCont .bg .btn .linkTel h3 {
  background: linear-gradient(transparent 60%, #ffcbbd 60%);
}
.wrapCont .bg .btn .linkTel .icon {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 42px;
}
@media only screen and (max-width: 640px) {
  .wrapCont .bg .btn .linkTel .icon {
    font-size: 30px;
    font-weight: bold;
    color: #ff5b2f;
  }
}
.wrapCont .bg .btn .linkTel .icon:before {
  content: "\f2a0";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 7px;
}
.wrapCont .bg .btn .linkTel .sub {
  display: block;
  max-width: 320px;
  margin: 0 auto;
  padding: 5px 2px;
  background: #ff5b2f;
  border-radius: 3px;
  font-size: 20px;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .wrapCont .bg .btn .linkTel .sub {
    font-size: 18px;
  }
}
.wrapCont .bg .btn .linkTel a {
  font-weight: bold;
  color: #ff5b2f;
}
.wrapCont .bg .btn .cont h3 {
  margin-bottom: 30px;
  background: linear-gradient(transparent 60%, #ffdada 60%);
}
.wrapCont .bg .btn .cont a {
  position: relative;
  display: block;
  padding: 20px 5px;
  border-radius: 30px;
  background: #ff6062;
  font-size: 20px;
  color: #fff;
}
@media only screen and (max-width: 834px) {
  .wrapCont .bg .btn .cont a {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  .wrapCont .bg .btn .cont a {
    font-size: 18px;
  }
}
.wrapCont .bg .btn .cont a:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 10px;
}

@media only screen and (max-width: 640px) {
  .wrapAccess .box02 {
    margin-bottom: 50px !important;
  }
}
@media only screen and (max-width: 640px) {
  .wrapAccess .box02:last-of-type {
    margin-bottom: 0;
  }
}

.newsWrap {
  border-top: 3px solid rgba(47, 38, 32, 0.7);
  border-bottom: 3px solid rgba(47, 38, 32, 0.7);
}
.newsWrap .scroll {
  max-height: 320px;
  overflow-x: auto;
}
@media only screen and (max-width: 640px) {
  .newsWrap .scroll {
    max-height: 350px;
  }
}
.newsWrap dl {
  padding: 10px 0 20px 0;
  border-bottom: 1px dotted #ccc;
}
@media only screen and (max-width: 640px) {
  .newsWrap dl {
    display: block !important;
  }
}
.newsWrap dl dt, .newsWrap dl dd {
  display: block !important;
  padding: 0 !important;
  border: none !important;
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
  .newsWrap dl dt, .newsWrap dl dd {
    width: 100% !important;
    border: none !important;
  }
}
.newsWrap dl dt {
  padding-bottom: 10px !important;
  font-weight: bold;
}
.newsWrap dl a {
  text-decoration: underline;
}
.newsWrap dl a:hover {
  text-decoration: none;
  color: #ff5b2f;
}

.wrapNews {
  position: relative;
  margin-top: 60px;
}
.wrapNews:before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  display: block;
  width: 100%;
  height: 18px;
}
.wrapNews .box02 {
  padding: 30px 40px;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  .wrapNews .box02 {
    padding: 30px;
  }
}
.wrapNews .box02 h2 {
  display: inline-block;
  margin-bottom: 10px;
  padding: 9.5px 33px;
  background: #efe5d4;
  border-radius: 20px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
}
.wrapNews .newsBox {
  border-top: 3px solid #ffe21c;
  border-bottom: 3px solid #ffe21c;
}
.wrapNews .newsBox .scroll {
  height: 400px;
  overflow-x: auto;
}
@media only screen and (max-width: 640px) {
  .wrapNews .newsBox .scroll {
    height: auto;
    max-height: 350px;
  }
}
.wrapNews .newsBox dl {
  display: block !important;
  margin: 0 10px 10px 0;
  padding: 10px 0 20px 0;
  border-bottom: 1px dotted #ccc;
}
.wrapNews .newsBox dl dt, .wrapNews .newsBox dl dd {
  display: block !important;
  padding: 0 !important;
  border: none !important;
  line-height: 1;
}
.wrapNews .newsBox dl dt {
  padding-bottom: 10px !important;
  font-size: 14px;
  font-weight: bold;
}
.wrapNews .newsBox dl dd {
  line-height: 1.5;
}
.wrapNews .newsBox dl a {
  text-decoration: underline;
}
.wrapNews .newsBox dl a:hover {
  text-decoration: none;
  color: #ff5b2f;
}
.wrapNews .blogBox {
  border-top: 3px solid #ff5b2f;
  border-bottom: 3px solid #ff5b2f;
}
.wrapNews .blogBox .blog_list {
  border: none !important;
  height: 320px;
  overflow-x: auto;
}
@media only screen and (max-width: 640px) {
  .wrapNews .blogBox .blog_list {
    height: auto;
    max-height: 350px;
  }
}
.wrapNews .blogBox .blog_list > div {
  display: block !important;
  margin: 0 10px 10px 0;
  padding: 10px 0 20px 0;
  border-bottom: 1px dotted #ccc;
}
.wrapNews .blogBox .blog_list .blog_photo {
  display: none !important;
}
.wrapNews .blogBox .blog_list .blog_text {
  width: 100% !important;
  padding: 0 !important;
}
.wrapNews .blogBox .blog_list .blog_text .blog_date {
  padding-bottom: 10px !important;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #2f2620 !important;
}
.wrapNews .blogBox .blog_list .blog_text h3 {
  margin-bottom: 0;
}
.wrapNews .blogBox .blog_list .blog_text h3 a {
  display: block;
  font-size: 18px;
  line-height: 1.5;
}
.wrapNews .blogBox .blog_list .blog_text h3 a:hover {
  text-decoration: none;
  color: #ff5b2f;
}
.wrapNews .blogBox .blog_list .blog_text .detail {
  display: none !important;
}

.kanren ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.kanren ul li {
  float: none !important;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 30px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .kanren ul li {
    width: 32%;
  }
}
@media only screen and (max-width: 640px) {
  .kanren ul li {
    width: 48%;
    margin-right: 4%;
  }
}
.kanren ul li:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .kanren ul li:nth-of-type(4n) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 640px) {
  .kanren ul li:nth-of-type(4n) {
    margin-right: 4%;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .kanren ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .kanren ul li:nth-of-type(even) {
    margin-right: 0;
  }
}
.kanren ul li a {
  display: block;
  text-align: center;
}

/* ------------------------------------------------------------
about.html
------------------------------------------------------------ */
.bnrFlex03 {
  display: flex;
  flex-wrap: wrap;
}
.bnrFlex03 .box {
  width: 30%;
  margin-right: 5%;
}
.bnrFlex03 .box:nth-of-type(3n) {
  margin-right: 0;
}
.bnrFlex03 .box img {
  width: 100% !important;
}

/* ------------------------------------------------------------
flow.html
------------------------------------------------------------ */
.flexFlow {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 640px) {
  .flexFlow {
    display: block;
  }
}
.flexFlow .imgBox {
  width: 30%;
  margin-left: 2%;
}
@media only screen and (max-width: 640px) {
  .flexFlow .imgBox {
    width: 100%;
    margin-left: 0;
  }
}
.flexFlow .imgBox img {
  width: 100% !important;
}
.flexFlow .txtBox {
  width: 68%;
}
@media only screen and (max-width: 640px) {
  .flexFlow .txtBox {
    width: 100%;
  }
}

/* ------------------------------------------------------------
faq.html
------------------------------------------------------------ */
.faq h3 {
  cursor: pointer;
  position: relative;
  padding: 10px 40px 10px 50px;
  border: 1px solid #ccc;
  background: #efefef;
  font-weight: bold;
  line-height: 1.3;
}
.faq h3:before {
  content: "Q.";
  position: absolute;
  top: 4px;
  left: 10px;
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}
.faq h3:after {
  content: "\f150";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #697b91;
  line-height: 1.3;
}
.faq .accordion-panel {
  display: none;
  position: relative;
  margin-top: 5px;
  padding: 10px 10px 10px 50px;
  border: 1px solid #ccc;
}
.faq .accordion-panel:before {
  content: "A";
  position: absolute;
  top: 16px;
  left: 10px;
  display: block;
  width: 26px;
  padding: 4px 0px;
  background: #ff6a48;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  line-height: 1;
}

/* ------------------------------------------------------------
contact.html
------------------------------------------------------------ */
.mail.title {
  display: none !important;
}

.annot {
  margin: 0 !important;
  text-align: right;
}

.contact_contents .contact_form {
  margin-top: 50px;
}

/* ------------------------------------------------------------
blog
------------------------------------------------------------ */
.blog * {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.blog .fa, .blog .fas {
  font-family: "Font Awesome 5 Pro" !important;
}
.blog .bgNoRep.h1txt {
  padding: 45px 10px 45px 10px;
  background: url(../images/contents/bg_items.jpg);
  background-size: cover;
  background-position: top center;
}
.blog .bgNoRep.h1txt h1 {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 640px) {
  .blog .bgNoRep.h1txt h1 {
    font-size: 26px;
  }
}
.blog .breadcrumb {
  max-width: 1000px;
  margin: 0 auto;
}
.blog aside {
  width: 30%;
  min-width: auto !important;
}
@media only screen and (max-width: 660px) {
  .blog aside {
    width: 100%;
  }
}
.blog aside h3 {
  position: relative;
  margin-top: 30px;
  padding: 0 0 10px 20px;
  border-bottom: 2px solid #ff5b2f;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  color: #2f2620;
  text-align: left;
}
.blog aside h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 7px;
  height: 20px;
  border-radius: 10px;
  background: #ff5b2f;
}
.blog aside li {
  padding: 0 !important;
  border: none !important;
  border-bottom: 1px dotted #ccc !important;
}
.blog aside li a {
  display: block;
  padding: 7px 10px;
  text-align: left;
}
.blog aside li a:hover {
  text-decoration: none;
  color: #ff5b2f;
}
.blog a:hover {
  text-decoration: none;
  color: #ff5b2f;
}
.blog div#form_calendar table tbody tr td.open:hover {
  background: rgba(255, 91, 47, 0.2);
}
.blog aside div#form_calendar {
  min-width: auto !important;
}
.blog aside div#form_calendar table thead tr th {
  font-size: 10px;
}
.blog #contents {
  min-width: auto !important;
}
.blog #contents .date {
  margin-bottom: 10px;
  font-size: 16px;
  color: #2f2620;
  line-height: 1 !important;
}
.blog #contents h2 {
  padding: 5px 10px;
  background: #ff5b2f;
  border-bottom: 2px solid #2f2620;
  color: #fff;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .blog #contents h2 {
    font-size: 20px;
  }
}
.blog #contents li a {
  font-size: 14px;
}
.blog #contents > article {
  margin-bottom: 70px;
}
.blog #contents .ttl01 article {
  padding: 0 !important;
}
.blog #contents .liSt02 li {
  float: none !important;
  position: relative;
  padding-left: 20px;
}
.blog #contents .liSt02 li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

/* ------------------------------------------------------------
box
------------------------------------------------------------ */
.flex {
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 640px) {
  .flex {
    display: block;
  }
}
.flex .box02 {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .flex .box02 {
    width: 100%;
    margin-right: 0;
  }
}
.flex .box02:nth-of-type(even) {
  margin-right: 0;
}
.flex .box02 img {
  width: 100% !important;
}

.flexImg02 {
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 640px) {
  .flexImg02 {
    display: block;
  }
}
.flexImg02 .box {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .flexImg02 .box {
    width: 100%;
    margin-right: 0;
  }
}
.flexImg02 .box:nth-of-type(even) {
  margin-right: 0;
}
.flexImg02 .box img {
  width: 100% !important;
}
.flexImg02 .box h3 {
  margin: 30px auto 10px auto;
  padding-left: 10px;
  border-left: 5px solid #ff5b2f;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .flexImg02 .box h3 {
    font-size: 20px;
  }
}

.flexBox {
  justify-content: center !important;
}
@media only screen and (max-width: 640px) {
  .flexBox {
    display: block !important;
  }
}
.flexBox .box {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .flexBox .box {
    width: 48%;
    margin-right: 2%;
  }
}
@media only screen and (max-width: 640px) {
  .flexBox .box {
    width: 100%;
    margin-right: 0;
  }
}
.flexBox .box:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .flexBox .box:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .flexBox .box:nth-of-type(even) {
    margin-right: 0;
  }
}
.flexBox .box img {
  width: 100% !important;
  margin-bottom: 10px;
}
.flexBox .box h3 {
  display: none !important;
}
.flexBox .box div {
  text-align: center;
  font-weight: bold;
}

/* ------------------------------------------------------------
title
------------------------------------------------------------ */
.ttl01 h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .ttl01 h2 {
    font-size: 22px;
  }
}
.ttl01 h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .ttl01 h3 {
    font-size: 20px;
  }
}
.ttl01 h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .ttl01 h4 {
    font-size: 18px;
  }
}
.ttl01 h2 {
  padding: 10px;
  background: #efe5d4;
  border-left: 7px solid #2f2620;
}
.ttl01 h3 {
  position: relative;
  padding: 7px 10px;
  background: #efefef;
}
.ttl01 h3:before {
  content: "";
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 0;
  height: 0;
  border-top: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 10px transparent;
  border-left: solid 10px #697b91;
  transform: rotate(45deg);
}
.ttl01 h4 {
  padding: 3px 10px;
  border-left: 5px solid #2fa9ff;
  color: #2fa9ff;
}

.ttl01.p h2 {
  margin-bottom: 20px;
}
.ttl01.p h3 {
  margin-bottom: 10px;
}

.subTtl h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
.subTtl h3 {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
.subTtl h3:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 30%;
  height: 2px;
  background: #ffe21c;
}

.subTtl02 h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .subTtl02 h3 {
    font-size: 18px;
  }
}

.ttlStep h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .ttlStep h2 {
    font-size: 22px;
  }
}
.ttlStep h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .ttlStep h3 {
    font-size: 20px;
  }
}
.ttlStep h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .ttlStep h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 640px) {
  .ttlStep h2 {
    margin-bottom: 10px;
    text-align: center !important;
  }
}
.ttlStep h2 .sub {
  display: inline-block;
  margin-right: 15px;
  padding: 3px 17px;
  background: #ff6a48;
  border-radius: 5px;
  font-size: 20px;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .ttlStep h2 .sub {
    display: block;
    margin: 0 0 10px 0;
    padding: 3px;
  }
}

.con100.bgNoRep.h1txt h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 640px) {
  .con100.bgNoRep.h1txt h1 {
    font-size: 26px;
  }
}

/* ------------------------------------------------------------
button
------------------------------------------------------------ */
.btnOrg a {
  display: inline-block;
  min-width: 280px;
  text-align: center;
  padding: 18.5px 30px;
  border-radius: 30px;
  background: #ffbe48;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .btnOrg a {
    padding: 18.5px 40px;
  }
}
@media only screen and (max-width: 640px) {
  .btnOrg a {
    display: block;
    max-width: 320px;
    margin: 0 auto;
    padding: 18.5px 5px;
  }
}

/* ------------------------------------------------------------
text
------------------------------------------------------------ */
.lineYlw {
  background: linear-gradient(transparent 60%, #ffe21c 60%);
}

.linkLine a {
  text-decoration: underline;
}
.linkLine a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .spLeft div {
    text-align: left !important;
  }
}

/* ------------------------------------------------------------
table
------------------------------------------------------------ */
.tbl01 td {
  padding: 10px !important;
}
@media only screen and (max-width: 640px) {
  .tbl01 td {
    text-align: left !important;
  }
}

/* ------------------------------------------------------------
list
------------------------------------------------------------ */
.liSt01 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}
.liSt01 li:before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  color: #ff6a48;
}

/* ------------------------------------------------------------
dl
------------------------------------------------------------ */
@media only screen and (max-width: 640px) {
  .dlSt01 dl {
    display: block !important;
  }
}
.dlSt01 dl dt, .dlSt01 dl dd {
  display: block !important;
}
@media only screen and (max-width: 640px) {
  .dlSt01 dl dt, .dlSt01 dl dd {
    width: 100% !important;
  }
}
.dlSt01 dl dt {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .dlSt01 dl dt {
    text-align: left;
  }
}

@media only screen and (max-width: 640px) {
  section div.form_wrap dl dt {
    border-right: 1px solid #ccc !important;
  }
}

/* ------------------------------------------------------------
image
------------------------------------------------------------ */
.bgNoRep {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.img30 .imgR, .img30 .imgL {
  max-width: 30% !important;
  width: 100% !important;
  margin: 0 0 10px 20px;
}
@media only screen and (max-width: 640px) {
  .img30 .imgR, .img30 .imgL {
    max-width: 100% !important;
    margin: 0 auto 10px auto;
  }
}
.img30 .imgL {
  max-width: 30% !important;
  width: 100% !important;
  margin: 0 20px 10px 0;
}
@media only screen and (max-width: 640px) {
  .img30 .imgL {
    max-width: 100% !important;
    margin: 0 auto 10px auto;
  }
}

.img40 .imgR, .img40 .imgL {
  max-width: 40% !important;
  width: 100% !important;
  margin: 0 0 10px 20px;
}
@media only screen and (max-width: 640px) {
  .img40 .imgR, .img40 .imgL {
    max-width: 100% !important;
    margin: 0 auto 10px auto;
  }
}
.img40 .imgL {
  max-width: 40% !important;
  width: 100% !important;
  margin: 0 20px 10px 0;
}
@media only screen and (max-width: 640px) {
  .img40 .imgL {
    max-width: 100% !important;
    margin: 0 auto 10px auto;
  }
}

.img50 .imgR, .img50 .imgL {
  max-width: 50% !important;
  width: 100% !important;
  margin: 0 0 10px 20px;
}
@media only screen and (max-width: 640px) {
  .img50 .imgR, .img50 .imgL {
    max-width: 100% !important;
    margin: 0 auto 10px auto;
  }
}
.img50 .imgL {
  max-width: 50% !important;
  width: 100% !important;
  margin: 0 20px 10px 0;
}
@media only screen and (max-width: 640px) {
  .img50 .imgL {
    max-width: 100% !important;
    margin: 0 auto 10px auto;
  }
}

@media only screen and (max-width: 834px) {
  .fancybox-toolbar {
    top: 48px !important;
  }
}

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

.anc {
  clear: initial !important;
}
.anc div {
  margin-top: -70px;
  padding-top: 70px;
}

@media only screen and (max-width: 640px) {
  .gmap iframe {
    height: 250px;
  }
}

@media only screen and (max-width: 640px) {
  .spBlk {
    display: block;
  }
}

.bdrDbl {
  padding: 20px;
  border: 4px double #ffe21c;
}

.panbtm {
  margin-top: 80px !important;
}
@media only screen and (max-width: 1024px) {
  .panbtm {
    margin-top: 60px !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .panbtm {
    margin-top: 50px !important;
  }
}
@media only screen and (max-width: 640px) {
  .panbtm {
    margin-top: 50px !important;
  }
}

.sp160 {
  margin: 150px auto;
}
@media only screen and (max-width: 1600px) {
  .sp160 {
    margin: 120px auto;
  }
}
@media only screen and (max-width: 1200px) {
  .sp160 {
    margin: 100px auto;
  }
}
@media only screen and (max-width: 1024px) {
  .sp160 {
    margin: 80px auto;
  }
}
@media only screen and (max-width: 834px) {
  .sp160 {
    margin: 50px auto;
  }
}

.sp120 {
  margin: 120px auto;
}
@media only screen and (max-width: 1500px) {
  .sp120 {
    margin: 100px auto;
  }
}
@media only screen and (max-width: 1200px) {
  .sp120 {
    margin: 80px auto;
  }
}
@media only screen and (max-width: 1200px) {
  .sp120 {
    margin: 60px auto;
  }
}
@media only screen and (max-width: 834px) {
  .sp120 {
    margin: 40px auto;
  }
}

.sp100 {
  margin: 100px auto;
}
@media only screen and (max-width: 1500px) {
  .sp100 {
    margin: 70px auto;
  }
}
@media only screen and (max-width: 834px) {
  .sp100 {
    margin: 40px auto;
  }
}

.sp80 {
  margin: 80px auto;
}
@media only screen and (max-width: 1200px) {
  .sp80 {
    margin: 60px auto;
  }
}
@media only screen and (max-width: 1200px) {
  .sp80 {
    margin: 50px auto;
  }
}
@media only screen and (max-width: 834px) {
  .sp80 {
    margin: 40px auto;
  }
}

.sp70 {
  margin: 70px auto;
}
@media only screen and (max-width: 1200px) {
  .sp70 {
    margin: 50px auto;
  }
}
@media only screen and (max-width: 1200px) {
  .sp70 {
    margin: 40px auto;
  }
}
@media only screen and (max-width: 834px) {
  .sp70 {
    margin: 40px auto;
  }
}

.sp60 {
  margin: 60px auto;
}
@media only screen and (max-width: 1200px) {
  .sp60 {
    margin: 50px auto;
  }
}
@media only screen and (max-width: 1200px) {
  .sp60 {
    margin: 40px auto;
  }
}
@media only screen and (max-width: 834px) {
  .sp60 {
    margin: 40px auto;
  }
}

.sp50 {
  margin: 50px auto;
}
@media only screen and (max-width: 1200px) {
  .sp50 {
    margin: 40px auto;
  }
}
@media only screen and (max-width: 1200px) {
  .sp50 {
    margin: 40px auto;
  }
}
@media only screen and (max-width: 834px) {
  .sp50 {
    margin: 30px auto;
  }
}

.sp40 {
  margin: 40px auto;
}
@media only screen and (max-width: 1200px) {
  .sp40 {
    margin: 30px auto;
  }
}
@media only screen and (max-width: 834px) {
  .sp40 {
    margin: 20px auto;
  }
}

.sp30 {
  margin: 30px auto;
}
@media only screen and (max-width: 1200px) {
  .sp30 {
    margin: 30px auto;
  }
}
@media only screen and (max-width: 1200px) {
  .sp30 {
    margin: 20px auto;
  }
}
@media only screen and (max-width: 834px) {
  .sp30 {
    margin: 15px auto;
  }
}

.sp20 {
  margin: 20px auto;
}
@media only screen and (max-width: 834px) {
  .sp20 {
    margin: 15px auto;
  }
}

.sp15 {
  margin: 15px auto;
}
@media only screen and (max-width: 834px) {
  .sp15 {
    margin: 10px auto;
  }
}

.tp20 {
  margin-top: 20px;
}
@media only screen and (max-width: 834px) {
  .tp20 {
    margin-top: 15px;
  }
}

.tp15 {
  margin-top: 15px;
}

.tp10 {
  margin-top: 10px;
}

.tp30 {
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .tp30 {
    margin-top: 20px;
  }
}

.tp40 {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .tp40 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 834px) {
  .tp40 {
    margin-top: 30px;
  }
}

.tp50 {
  margin-top: 50px;
}
@media only screen and (max-width: 1024px) {
  .tp50 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 834px) {
  .tp50 {
    margin-top: 30px;
  }
}

.tp60 {
  margin-top: 60px;
}
@media only screen and (max-width: 1200px) {
  .tp60 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .tp60 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .tp60 {
    margin-top: 30px;
  }
}

.tp70 {
  margin-top: 70px;
}
@media only screen and (max-width: 1200px) {
  .tp70 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .tp70 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .tp70 {
    margin-top: 30px;
  }
}

.tp80 {
  margin-top: 80px;
}
@media only screen and (max-width: 1200px) {
  .tp80 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .tp80 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .tp80 {
    margin-top: 40px;
  }
}

.tp100 {
  margin-top: 100px;
}
@media only screen and (max-width: 1500px) {
  .tp100 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1200px) {
  .tp100 {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .tp100 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 834px) {
  .tp100 {
    margin-top: 40px;
  }
}

.tp120 {
  margin-top: 120px;
}
@media only screen and (max-width: 1500px) {
  .tp120 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .tp120 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1200px) {
  .tp120 {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 834px) {
  .tp120 {
    margin-top: 40px;
  }
}

.tp160 {
  margin-top: 160px;
}
@media only screen and (max-width: 1500px) {
  .tp160 {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 1200px) {
  .tp160 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .tp160 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .tp160 {
    margin-top: 50px;
  }
}

.bt10 {
  margin-bottom: 10px;
}

.bt15 {
  margin-bottom: 15px;
}

.bt20 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 834px) {
  .bt20 {
    margin-bottom: 15px;
  }
}

.bt30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .bt30 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 834px) {
  .bt30 {
    margin-bottom: 15px;
  }
}

.bt40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 834px) {
  .bt40 {
    margin-bottom: 30px;
  }
}

.bt50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .bt50 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .bt50 {
    margin-bottom: 30px;
  }
}

.bt60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1200px) {
  .bt60 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .bt60 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .bt60 {
    margin-bottom: 30px;
  }
}

.bt70 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1200px) {
  .bt70 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .bt70 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .bt70 {
    margin-bottom: 30px;
  }
}

.bt80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1200px) {
  .bt80 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .bt80 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .bt80 {
    margin-bottom: 30px;
  }
}

.bt100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1200px) {
  .bt100 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .bt100 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 834px) {
  .bt100 {
    margin-bottom: 30px;
  }
}

.bt120 {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1500px) {
  .bt120 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .bt120 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .bt120 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 834px) {
  .bt120 {
    margin-bottom: 30px;
  }
}

.bt160 {
  margin-bottom: 160px;
}
@media only screen and (max-width: 1500px) {
  .bt160 {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 1200px) {
  .bt160 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .bt160 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .bt160 {
    margin-bottom: 50px;
  }
}

.ctsp {
  margin: 40px auto;
}
@media only screen and (max-width: 640px) {
  .ctsp {
    margin: 30px auto;
  }
}

.ctsp2 {
  margin: 30px auto;
}
@media only screen and (max-width: 640px) {
  .ctsp2 {
    margin: 20px auto;
  }
}

.bssp {
  margin: 20px auto;
}
@media only screen and (max-width: 640px) {
  .bssp {
    margin: 15px auto;
  }
}

.spsp {
  margin-top: 0 !important;
}
@media only screen and (max-width: 834px) {
  .spsp {
    margin-top: 0 !important;
  }
}

.pd70 {
  padding: 70px 0;
}
@media only screen and (max-width: 1200px) {
  .pd70 {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 834px) {
  .pd70 {
    padding: 30px 0;
  }
}

.img_txt_flx {
  display: flex;
  justify-content: space-between;
}
.img_txt_flx .box {
  overflow: inherit !important;
}
.img_txt_flx .box:first-child {
  width: 39%;
  margin: 0 1% 0 0;
}
.img_txt_flx .box:first-child img {
  display: block;
  margin: auto;
  width: 100% !important;
}
.img_txt_flx .box:nth-child(2) {
  width: 59%;
  margin: 0 0 0 1%;
}
@media only screen and (max-width: 640px) {
  .img_txt_flx {
    flex-direction: column;
  }
  .img_txt_flx .box:first-child {
    width: 100%;
    margin: 0 auto 15px auto !important;
  }
  .img_txt_flx .box:nth-child(2) {
    width: 100%;
    margin: 0 auto !important;
  }
}

@media only screen and (max-width: 640px) {
  .tblscr table {
    table-layout: auto !important;
  }
}
.tblscr table .ttl {
  min-width: 100px;
  background: rgba(239, 229, 212, 0.2) !important;
}
.tblscr table .ttl div {
  font-weight: 500;
}/*# sourceMappingURL=assets.css.map */