@charset "UTF-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  letter-spacing: 1px;
}
html {
  font-size: 62.5%;
}
body, table, input, textarea, select, option {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
  max-width: 100%;
}
.yMin {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #FFF;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media all and (min-width: 1024px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 1024px) {
  body {
    min-width: inherit;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  a:hover {
    opacity: 1 !important;
  }
  a:hover img {
    opacity: 1 !important;
  }
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
@media only screen and (max-width: 599px) {
  .pc {
    display: none !important;
  }
}
.inner {
  margin: 0 auto;
  max-width: 1140px;
}
@media screen and (min-width: 599px) and (max-width: 1024px) {
  .inner {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 599px) {
  .inner {
    margin: 0 30px;
  }
}
.inner-wide {
  margin: 0 auto;
  max-width: 1200px;
}

.inner-wide img{
    
    width:100%;
}


@media only screen and (max-width: 599px) {
  .inner-wide {
    margin: 0;
  }
}
.inner-wide2 {
  margin: 0 auto;
  max-width: 1400px;
}
@media only screen and (max-width: 599px) {
  .inner-wide2 {
    margin: 0 30px;
  }
}

.inner-wide3 {
  margin: 0 auto;
padding:60px 0;
    text-align:center;
    background:#eee;
}
@media only screen and (max-width: 599px) {
  .inner-wide3 {
    padding:30px;
  }
}


body {
  background: #222;
  color: #222;
}
header {
  background: #fff;
  border-bottom: 3px solid #dab300;
}
header .header__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer {
  background: #e5e5e5;
  border-top: 3px solid #dab300;
}
footer .footer__txt {
  text-align: center;
  padding: 60px 0 0 0;
}
@media only screen and (max-width: 599px) {
  footer .footer__txt {
    text-align: center;
    padding: 30px 0 0 0;
  }
}
footer .footer__box {
  padding: 30px 0 50px 0;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 599px) {
  footer .footer__box {
    padding: 30px 0 0 0;
    justify-content: space-between;
  }
}
footer .footer__box .footer__box__item {
  padding: 0 0 30px 0;
  width: 33%;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  footer .footer__box .footer__box__item {
    padding: 0 0 15px 0;
    width: 100%
  }
}
footer .footer__box .footer__box__item:last-of-type {
  padding: 0;
}
@media only screen and (max-width: 599px) {
  footer .footer__box .footer__box__item:last-of-type {
    padding: 0 0 15px 0;
  }
}
footer .logo_ft {
    display: block;
    margin:  0 auto 30px;
}
@media only screen and (max-width: 599px) {
footer .logo_ft {
    margin:  30px auto 20px;
}
}
#hero2 {
  padding: 0;
}
@media only screen and (min-width: 1599px) {
  #hero2 {
    padding: 0;
  }
}


#hero {
  padding: 0;
   
}
@media only screen and (min-width: 1599px) {
  #hero {
    padding: 0;
  }
}


footer .footer__btn {
  text-align: center;
  padding: 0 0 60px 0;
}
footer .btn, footer a.btn, footer button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
footer a.btn-c {
  font-size: 1.8rem;
  position: relative;
  padding: 1.5rem 2rem 1.5rem 2rem;
  color: #fff;
  border-radius: 100vh;
  background: #eb6877;
  -webkit-box-shadow: 0 5px 0 #e85163;
  box-shadow: 0 5px 0 #e85163;
}
footer a.btn-c span {
  color: #fff100;
}
footer a.btn-c small {
  font-weight: bold;
}
footer a.btn-c i {
  margin-right: 1rem;
}
footer a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #ee7f8b;
  -webkit-box-shadow: 0 2px 0 #e85163;
  box-shadow: 0 2px 0 #e85163;
}
#lineup .btn, #lineup a.btn, #lineup button.btn {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1.5rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin: 0 1.5%;
}
#lineup .btn-wrap-pc-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 435px;
  margin: 0 auto 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#lineup a.btn-pc-sp {
  line-height: 1.4;
  width: 100%;
  padding: 2.3rem 0;
  border-radius: 100vh;
  color: #ffff;
}
#lineup a.btn-pc-sp--contact {
  color: #fff;
  background: #49b302;
}
#lineup a.btn-pc-sp--contact:hover {
  color: #fff;
  background: #398b03;
}
#lineup a.btn-pc-sp--tel {
  color: #fff;
  background: #094;
}
#lineup a.btn-pc-sp--tel:hover {
  color: #fff;
  background: #478F2D;
}
#lineup .fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}
#contact {
  color: #000;
  padding: 60px 0;
}
@media only screen and (max-width: 599px) {
  #contact {
    color: #000;
    padding: 30px 0;
  }
}
#contact .contact__box {
  background: #fff;
  padding: 0 0 60px 0;
    box-shadow: 0 0 8px #ccc;
}

#contact .contact__box p{
    
    padding:30px 30px 0 30px;
}



@media only screen and (max-width: 599px) {
  #contact .contact__box {
    background: #fff;
    padding: 0;
  }
}
#contact .contact__box dl {
  width: 90%;
  padding: 3% 0;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (min-width: 599px) and (max-width: 1024px) {
  #contact .contact__box dl {
    width: 100%;
    padding: 3% 0;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 599px) {
  #contact .contact__box dl {
    width: 94%;
    padding: 0 3% 3% 3%;
    box-sizing: border-box;
  }
}
#contact .contact__box dl dt {
  border-top: 1px dashed #666666;
  float: left;
  width: 30%;
  padding: 3% 0;
  font-weight: 700;
}
@media only screen and (max-width: 599px) {
  #contact .contact__box dl dt {
    border-top: 1px dashed #666666;
    font-weight: bold;
    width: 100%;
    padding: 5% 0 1% 0;
      margin-bottom: 10px;
  }
}
#contact .contact__box dl dd {
  border-top: 1px dashed #666666;
  padding: 3% 0;
  margin-left: 30%;
}
@media only screen and (max-width: 599px) {
  #contact .contact__box dl dd {
    border-top: 1px dashed #666666;
    padding: 3% 0 5% 0;
    margin-left: 0;
  }
  #contact .contact__box input {
    width: 80%;
  }
}
#contact .contact__box dl dt:first-child {
  border-top: none;
}
#contact .contact__box dl dt:first-child + dd {
  border-top: none;
}
#contact .contact__box textarea {
  width: 100%;
}
/*必須のデザイン*/
#contact .contact__box .haveto {
  font-size: 14px;
  padding: 5px;
  background: #ff9393;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
/*任意のデザイン*/
#contact .contact__box .any {
  font-size: 14px;
  background: #666;
  color: #fff;
  margin-right: 5px;
  padding: 2px 6px 2px 5px;
  position: relative;
  bottom: 1px;
}
#contact .contact__box .contact-btn {
  text-align: center;
}
#contact .contact__box .contact-btn p {
  margin: 0 0 15px 0;
}
#contact .contact__box input[type="button"].button-confirm, #contact .contact__box input[type="submit"], #contact .contact__box input[type="button"] {
  background: #000;
  height: 60px;
  width: 300px;
  display: inline;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  border: 0;
  border-radius: 5px;
  margin: 0 1%;
}
@media only screen and (max-width: 599px) {
  #contact .contact__box input[type="button"].button-confirm, #contact .contact__box input[type="submit"], #contact .contact__box input[type="button"] {
  width: 100%;
}  
}
#contact .contact__box input#confirm:disabled {
  background: #ccc;
  color: #e4e4e4;
  cursor: not-allowed;
}
#contact .contact__box input[type="button"].button-rewrite {
  background: #666666;
  height: 60px;
  font-size: 20px;
  letter-spacing: 0.1em;
  width: 300px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  border: 0;
  border-radius: 5px;
}
#contact .contact__box h3 {
  width: 75%;
  padding: 15px 0;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #ccc;
  background: #e7e7e7;
}
#contact p.headline {
  width: 75%;
  display: block;
  margin: 0 auto 30px auto;
}
@media only screen and (max-width: 599px) {
  #contact p.headline {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}
.contact__ttl {
  padding: 60px 0 0 0;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .contact__ttl {
    padding: 30px 0 0 0;
    text-align: center;
  }
}
.contact__ttl h2 {
  font-size: 30px;
    font-weight:bold;
}
#contact .shashu input {
  font-weight: bold;
  border: none;
  font-size: 16px;
}
.wpcf7c-conf {
  background-color: inherit !important;
  border: none !important;
}
.corona {
  padding: 60px 0 0 0;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .corona {
    padding: 30px 0 0 0;
    text-align: center;
  }
}

.corona__txt{
    
    color:#000;
    font-weight:700;
    font-size:2rem;
    margin:0 0 30px 0;
}

@media only screen and (max-width: 599px) {
.corona__txt{
    
    color:#000;
    font-weight:700;
    font-size:1.4rem;
    margin:0 0 15px 0;
}
}


footer .copyright {
  color: #222;
  text-align: center;
  padding: 0 0 60px 0;
}
@media only screen and (max-width: 599px) {
  footer .copyright {
    color: #222;
    text-align: center;
    padding: 0 0 30px 0;
    font-size: 12px;
  }
}