@charset "UTF-8";
#footer .text {
  font-size: 16px;
  line-height: 1.875;
  color: #0f0f0f;
}

@media (max-width: 767px) {
  #footer .text {
    font-size: 14px;
  }
}

.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 55px;
  width: 100%;
  max-width: 540px;
  height: 80px;
  border-radius: 50px;
  border: solid 1px #df7a5c;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: #df7a5c;
  text-decoration: none;
  background-image: url(../images/btn-icon1.png);
  background-repeat: no-repeat;
  background-position: center right 25px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.miniSurveyView table.formBlockSurveyTable tr:last-child td input:hover[type="submit"] {
  opacity: 0.6;
}

@media (max-width: 999px) {
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
    max-width: 400px;
    height: 60px;
    font-size: 16px;
    background-size: 22px auto;
  }
}

@media (max-width: 767px) {
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
    padding: 0 35px;
    max-width: 300px;
    height: 60px;
    font-size: 14px;
    background-position: center right 15px;
    background-size: 18px auto;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #0f0f0f;
  font-size: 15px;
  line-height: 1.6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #df7a5c;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

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

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.big {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------------------------
side
------------------------------------------------- */
#side {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 4;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1500px) {
  #side {
    width: 16.66667vw;
  }
}

@media (max-width: 767px) {
  #side {
    display: none;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header {
  position: relative;
}

#header h1 {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  color: #0f0f0f;
  font-size: 14px;
  line-height: 1.85714;
}

#header .h1area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  background-color: #f4f1ed;
}

#header .top {
  position: relative;
}

#header .logo {
  position: absolute;
  top: 20px;
  left: 20px;
}

#header .logo img {
  min-width: 160px;
}

#header .top-btn {
  position: absolute;
  top: 0px;
  right: 20px;
}

#header .top-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 10px;
  padding-right: 40px;
  width: 220px;
  height: 90px;
  background-color: #f4f1ed;
  font-size: 16px;
  line-height: 1.375;
  font-weight: bold;
  color: #df7a5c;
  text-decoration: none;
  border-radius: 0px 0 8px 8px;
  background-image: url(../images/h-btn-bg.png);
  background-repeat: no-repeat;
  background-position: bottom -5px right 55px;
}

#header .top-btn a:hover {
  opacity: 0.6;
}

#header .top-btn a:after {
  position: absolute;
  bottom: -15px;
  right: -10px;
  display: block;
  content: "";
  width: 64px;
  height: 80px;
  background: url(../images/h-btn-icon.png) no-repeat center/cover;
}

#header .bottom {
  padding-top: 50px;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#header .h-dial {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #0f0f0f;
}

@media (max-width: 1500px) {
  #header .top {
    width: 100%;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #header .logo {
    position: relative;
    top: 0px;
    left: 0px;
    padding-top: 10px;
  }
  #header .top-btn {
    position: relative;
    top: 0px;
    right: 0px;
  }
  #header .bottom {
    padding-top: 20px;
  }
  #header .h-dial {
    margin-bottom: 30px;
  }
}

@media (max-width: 999px) {
  #header h1 {
    font-size: 12px;
  }
  #header .h1area {
    height: 30px;
  }
}

@media (max-width: 767px) {
  #header .top {
    padding-right: 60px;
  }
  #header .top-btn {
    display: none;
  }
  #header .h-dial {
    display: none;
  }
  #header .logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #header .logo img {
    width: 100%;
    max-width: 300px;
    min-width: 0px;
  }
  #header .h1area {
    display: none;
  }
  #header h1 {
    display: none;
  }
  #header .bottom {
    padding-top: 0;
  }
}

#gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#gnav ul li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-bottom: 15px;
  margin: 0 10px;
  overflow: hidden;
}

#gnav ul li::after {
  content: "";
  display: block;
  position: absolute;
  height: 6px;
  background-color: #5bade1;
  bottom: 0px;
  left: calc((100% - 140px) / 2);
  z-index: 0;
  width: 140px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#gnav ul li:hover::after {
  width: 0px;
}

#gnav ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}

#gnav ul li.current::after {
  width: 0px;
}

#gnav ul li a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: block;
  text-align: center;
  width: 100%;
  text-decoration: none;
  color: #0f0f0f;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44444;
}

#gnav ul li a span {
  margin-bottom: 5px;
  display: block;
  font-size: 12px;
  color: #5bade1;
  font-weight: normal;
}

@media (max-width: 999px) {
  #gnav ul li a {
    font-size: 14px;
  }
  #gnav ul li a span {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  #gnav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #gnav ul li {
    margin: 0;
    padding-bottom: 0px;
  }
  #gnav ul li::after {
    display: none;
  }
  #gnav ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    line-height: 1.6 !important;
  }
  #gnav ul li a:hover {
    opacity: 0.6;
  }
  #gnav ul > p a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: 64px;
    background-color: #f4f1ed;
    font-size: 14px;
    line-height: 1.375;
    font-weight: bold;
    color: #df7a5c;
    text-decoration: none;
    background-image: url(../images/h-btn-bg.png);
    background-repeat: no-repeat;
    background-position: bottom -5px right 20px;
  }
  #gnav ul > p a:hover {
    opacity: 0.6;
  }
}

/* ----------------------------------------------
pagetop
------------------------------------------------- */
#pagetop {
  position: absolute;
  top: -35px;
  right: -60px;
  z-index: 4;
  width: 70px;
  height: 70px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#pagetop:hover {
  opacity: 0.6;
}

@media (max-width: 1200px) {
  #pagetop {
    right: 20px;
    top: -25px;
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 767px) {
  #pagetop {
    top: -20px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  background-color: #f9d3cd;
}

#footer .inner {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#footer .logo {
  margin-bottom: 20px;
  text-align: center;
}

#footer .logo a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#footer .logo a:hover {
  opacity: 0.6;
}

#footer .text {
  margin-bottom: 30px;
  text-align: center;
}

#footer .snslink {
  margin-bottom: 30px;
  width: 100%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 10px;
  background-color: #fff;
}

#footer .snslink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .snslink li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-align: center;
}

#footer .snslink a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#footer .snslink a:hover {
  opacity: 0.6;
}

#footer #copyright {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  color: #0f0f0f;
}

#footer #fnav {
  margin-bottom: 50px;
}

#footer #fnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer #fnav ul li:not(:first-child)::before {
  content: "|";
  padding: 0 10px;
}

#footer #fnav ul li a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #0f0f0f;
  font-size: 16px;
  text-decoration: none;
}

#footer #fnav ul li a:hover {
  opacity: 0.6;
}

@media (max-width: 999px) {
  #footer .snslink {
    margin-bottom: 30px;
    padding: 15px 10px;
  }
  #footer #fnav ul li a {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  #footer .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #footer .snslink {
    margin-bottom: 30px;
    padding: 10px 0px;
    max-width: 260px;
  }
  #footer .snslink ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .snslink li {
    width: 50%;
    padding: 10px  20px;
  }
  #footer .snslink img {
    width: auto;
    max-height: 50px;
  }
  #footer #fnav {
    display: none;
  }
  #footer #copyright {
    font-size: 12px;
  }
}

/* ----------------------------------------------
miniSurveyView
------------------------------------------------- */
.miniSurveyView table.formBlockSurveyTable {
  width: 100%;
  line-height: 1.6;
  color: #0f0f0f;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="text"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="tel"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="email"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td textarea {
  border: 1px solid #f0d6b3;
  padding: 17px;
  width: 100%;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td.question {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td.question:before {
  display: inline-block;
  content: "";
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #5bade1;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td:not(.question) {
  padding: 10px 0;
}

.miniSurveyView table.formBlockSurveyTable tr:last-child td {
  padding-top: 20px;
  text-align: center;
}

.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
  width: 260px;
  height: 70px;
  margin: 0 auto;
  cursor: pointer;
  background-color: #fff;
  background-image: none;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .miniSurveyView table.formBlockSurveyTable td {
    display: block;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td.question {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td.question:before {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    width: 15px;
    height: 15px;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(:first-child) td.question,
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td:not(.question) {
    border-top: 0;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td:first-child {
    display: none;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
    width: 100%;
    height: 50px;
  }
}
/*# sourceMappingURL=style.css.map */