@charset "UTF-8";
@font-face {
  font-family: "07yasashisa";
  src: url(../fonts/07yasashisa/07yasashisa.eot);
  src: url(../fonts/07yasashisa/07yasashisa.eot?#iefix) format("embedded-opentype"), url(../fonts/07yasashisa/07yasashisa.woff) format("woff"), url(../fonts/07yasashisa/07yasashisa.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

.mediaset:not(.img-small) .btn a, .linkbtn a, .prev_next a, #pagetitle h2, .page_navi li a, .page_navi .current span {
  font-family: Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Noto Sans JP", sans-serif;
}

.mediaset:not(.img-small) .btn a, .linkbtn a, .prev_next a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35px;
  background-color: #ee5a24;
  border: 1px solid #ee5a24;
  color: #fff;
  text-decoration: none;
  border-radius: 60px;
  transition: all 0.5s ease-out;
}

.mediaset:not(.img-small) .btn a:hover, .linkbtn a:hover, .prev_next a:hover {
  border: 1px solid #ee5a24;
  background: #fff;
  color: #ee5a24;
}

.linkset.col4 a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 0 10px;
  background: #00a69a;
  border: 1px solid #00a69a;
  color: #fff;
  text-decoration: none;
  border-radius: 40px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: bold;
  transition: all 0.5s ease-out;
}

.linkset.col4 a:hover, .miniSurveyView table.formBlockSurveyTable tr:last-child td input:hover[type="submit"] {
  background: #fff;
  color: #00a69a;
}

.linkset.col4 a:after, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"]:after {
  margin-left: 5px;
  display: block;
  content: ">";
}

/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
  overflow: hidden;
}

#pagetitle .top img {
  width: 100%;
}

#pagetitle .btm {
  margin-top: -60px;
  position: relative;
  margin-left: -60px;
  padding-left: 60px;
  margin-right: -60px;
  padding-right: 60px;
  border-top-right-radius: 50% 100px;
  border-top-left-radius: 50% 100px;
  background-color: #fff;
}

#pagetitle h2 {
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #534741;
  font-size: 48px;
  line-height: 1.6;
}

#pagetitle h2:before {
  margin-right: 15px;
  display: block;
  content: "";
  width: 35px;
  height: 40px;
  background: url(../images/pegeti-icon.png) no-repeat center/cover;
}

@media (max-width: 767px) {
  #pagetitle .btm {
    margin-top: -50px;
    border-top-right-radius: 50% 70px;
    border-top-left-radius: 50% 70px;
  }
  #pagetitle h2 {
    font-size: 24px;
  }
  #pagetitle h2:before {
    margin-right: 10px;
    width: 28px;
    height: 32px;
  }
}

@media (max-width: 500px) {
  #pagetitle .btm {
    margin-top: -20px;
    border-top-right-radius: 50% 50px;
    border-top-left-radius: 50% 50px;
  }
}

/* ----------------------------------------------
breadcrumb
------------------------------------------------- */
#breadcrumb {
  margin-bottom: 50px;
  font-size: 14px;
  border-bottom: solid 1px #e6e6e6;
}

#breadcrumb .inner {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#breadcrumb a {
  color: #00a99d;
}

/* ----------------------------------------------
h3set
------------------------------------------------- */
.h3set {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.h3set h3 {
  color: #eb4f66;
  font-size: 40px;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}

@media (max-width: 767px) {
  .h3set h3 {
    font-size: 24px;
  }
}

/* ----------------------------------------------
h4set
------------------------------------------------- */
.h4set {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}

.h4set h4 {
  color: #4d4d4d;
  font-size: 28px;
  line-height: 1.6;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #f29700;
}

@media (max-width: 767px) {
  .h4set h4 {
    font-size: 24px;
  }
}

/* ----------------------------------------------
h5set
------------------------------------------------- */
.h5set {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.h5set h5 {
  color: #3e3a39;
  font-size: 24px;
  line-height: 1.6;
  display: flex;
  font-weight: bold;
}

.h5set h5:before {
  margin-top: 12px;
  margin-right: 10px;
  border-radius: 50%;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #eb4f66;
}

@media (max-width: 767px) {
  .h5set h5 {
    font-size: 18px;
  }
  .h5set h5:before {
    margin-top: 8px;
    margin-right: 8px;
    width: 8px;
    height: 8px;
  }
}

/* ----------------------------------------------
txtset
------------------------------------------------- */
.txtset {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
  line-height: 2.285;
}

/* ----------------------------------------------
fullimg
------------------------------------------------- */
.fullimg {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}

.fullimg img {
  width: 100%;
  height: auto;
}

/* ----------------------------------------------
tableset
------------------------------------------------- */
.tableset {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}

.tableset table {
  width: 100%;
  line-height: 1.8;
}

.tableset th,
.tableset td {
  padding: 12px 18px;
  border: 1px solid #9e9e9f;
}

_:lang(x)::-ms-backdrop, .tableset th,
.tableset td {
  padding: 13px 18px 11px;
}

.tableset th {
  color: #fff;
  background: #f29700;
}

.tableset td {
  background: #fff;
}

.tableset thead td {
  background: #f29700;
  text-align: center;
}

.tableset.type-scroll {
  overflow-x: auto;
}

.tableset.type-scroll th {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .tableset.type-normal th,
  .tableset.type-normal td {
    display: block;
  }
  .tableset.type-normal tr:not(:first-child) th,
  .tableset.type-normal td {
    border-top: 0;
  }
  .tableset.type-scroll thead td {
    white-space: nowrap;
  }
}

/* ----------------------------------------------
mediaset
------------------------------------------------- */
.mediaset {
  display: flex;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}

.mediaset.notLast {
  margin-bottom: 50px;
}

.mediaset:not(.img-small) .imgbox {
  width: 48%;
}

.mediaset:not(.img-small) .imgbox img {
  width: 100%;
  height: auto;
}

.mediaset:not(.img-small) .txtbox {
  flex: 1;
}

.mediaset:not(.img-small) .title {
  padding-top: 15px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.6;
  color: #f29700;
  font-weight: bold;
}

.mediaset:not(.img-small) .text {
  line-height: 2.285;
}

.mediaset:not(.img-small) .btn {
  width: 100%;
  max-width: 230px;
  margin-top: 30px;
}

.mediaset:not(.img-small) .btn a {
  height: 40px;
}

.mediaset:not(.img-small) .btn a:before {
  margin-right: 5px;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/contents-btn-icon-off.png) no-repeat center/cover;
}

.mediaset:not(.img-small) .btn a:hover:before {
  background: url(../images/contents-btn-icon.png) no-repeat center/cover;
}

.mediaset:not(.img-small).img-left.color1 .title {
  color: #f15a24;
}

.mediaset:not(.img-small).img-left.color1 .btn a {
  background-color: #f15a24;
  border: 1px solid #f15a24;
}

.mediaset:not(.img-small).img-left.color1 .btn a:hover {
  border: 1px solid #f15a24;
  background: #fff;
  color: #f15a24;
}

.mediaset:not(.img-small).img-left.color2 .title {
  color: #22ac38;
}

.mediaset:not(.img-small).img-left.color2 .btn a {
  background-color: #22ac38;
  border: 1px solid #22ac38;
}

.mediaset:not(.img-small).img-left.color2 .btn a:before {
  background: url(../images/facility-btn3_on.png) no-repeat center/cover;
}

.mediaset:not(.img-small).img-left.color2 .btn a:hover {
  border: 1px solid #22ac38;
  background: #fff;
  color: #22ac38;
}

.mediaset:not(.img-small).img-left.color2 .btn a:hover:before {
  background: url(../images/facility-btn3.png) no-repeat center/cover;
}

.mediaset:not(.img-small).img-left.color3 .title {
  color: #0071b9;
}

.mediaset:not(.img-small).img-left.color3 .btn a {
  background-color: #0071b9;
  border: 1px solid #0071b9;
}

.mediaset:not(.img-small).img-left.color3 .btn a:before {
  background: url(../images/facility-btn4_on.png) no-repeat center/cover;
}

.mediaset:not(.img-small).img-left.color3 .btn a:hover {
  border: 1px solid #0071b9;
  background: #fff;
  color: #0071b9;
}

.mediaset:not(.img-small).img-left.color3 .btn a:hover:before {
  background: url(../images/facility-btn4.png) no-repeat center/cover;
}

.mediaset:not(.img-small).img-left .imgbox {
  margin-right: 4%;
}

.mediaset:not(.img-small).img-left .btn {
  margin-left: auto;
}

.mediaset:not(.img-small).img-right .imgbox {
  order: 1;
  margin-left: 4%;
}

.mediaset.img-small .imgbox {
  width: 235px;
  margin-right: 25px;
}

.mediaset.img-small .imgbox img {
  width: 100%;
  height: auto;
}

.mediaset.img-small .txtbox {
  flex: 1;
}

.mediaset.img-small .title {
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.6;
  color: #f29700;
  font-weight: bold;
}

.mediaset.img-small .text {
  line-height: 2.285;
}

.mediaset.img-thumb {
  padding-right: 70px;
}

.mediaset.img-thumb .imgbox {
  width: 46.80851%;
  margin-right: 4.25532%;
}

.mediaset.img-thumb .title {
  padding-top: 5px;
}

.mediaset table {
  margin-top: 15px;
  width: 100%;
  line-height: 1.8;
}

.mediaset table th,
.mediaset table td {
  padding: 12px 18px;
  border: 1px solid #9e9e9f;
}

_:lang(x)::-ms-backdrop, .mediaset table th,
.mediaset table td {
  padding: 13px 18px 11px;
}

.mediaset table th {
  color: #fff;
  background: #f29700;
}

.mediaset table td {
  background: #fff;
}

@media (max-width: 999px) {
  .mediaset.img-thumb {
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .mediaset {
    flex-direction: column;
  }
  .mediaset:not(.img-small) .imgbox {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 20px;
  }
  .mediaset:not(.img-small) .title {
    padding-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
  }
  .mediaset:not(.img-small) .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .mediaset:not(.img-small).img-left .imgbox {
    margin-right: auto;
  }
  .mediaset:not(.img-small).img-right .imgbox {
    order: 0;
    margin-left: auto;
  }
  .mediaset.img-small .title {
    padding-top: 0;
    font-size: 20px;
  }
  .mediaset.img-small .imgbox {
    width: 100%;
    max-width: 235px;
    margin: 0 auto 20px;
  }
  .mediaset.img-thumb .title {
    padding-top: 0;
  }
  .mediaset.img-thumb .imgbox {
    max-width: 440px;
  }
  .mediaset table th,
  .mediaset table td {
    display: block;
  }
  .mediaset table tr:not(:first-child) th,
  .mediaset table td {
    border-top: 0;
  }
}

/* ----------------------------------------------
calloutset
------------------------------------------------- */
.calloutset {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}

.calloutset.notLast {
  margin-bottom: 40px;
}

.calloutset .image {
  margin-bottom: 15px;
}

.calloutset .image img {
  width: 100%;
  height: auto;
}

.calloutset .title {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.6;
  color: #f29700;
  font-weight: bold;
}

.calloutset .text {
  line-height: 2.285;
}

.calloutset.col4 .block {
  width: 23.5%;
}

.calloutset.col4 .block:not(:nth-child(4n + 1)) {
  margin-left: 2%;
}

.calloutset.col4 .block:nth-child(n + 5) {
  margin-top: 40px;
}

.calloutset.col3 .block {
  width: 32%;
}

.calloutset.col3 .block:not(:nth-child(3n + 1)) {
  margin-left: 2%;
}

.calloutset.col3 .block:nth-child(n + 4) {
  margin-top: 40px;
}

.calloutset.col2 {
  justify-content: space-between;
}

.calloutset.col2 .block {
  width: 48%;
}

.calloutset.col2 .block:nth-child(n + 3) {
  margin-top: 40px;
}

.calloutset.type-archive .image {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.calloutset.type-archive .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media (max-width: 767px) {
  .calloutset .title {
    font-size: 16px;
  }
  .calloutset.col4 {
    justify-content: space-between;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col4 .block {
    width: 47.95918%;
  }
  .calloutset.col4 .block:not(:nth-child(4n + 1)) {
    margin-left: 0;
  }
  .calloutset.col4 .block:nth-child(n + 3) {
    margin-top: 40px;
  }
  .calloutset.col3 {
    flex-direction: column;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col3 .block {
    width: 100%;
  }
  .calloutset.col3 .block:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
  .calloutset.col3 .block:nth-child(n + 2) {
    margin-top: 40px;
  }
  .calloutset.col2 {
    flex-direction: column;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col2 .block {
    width: 100%;
  }
  .calloutset.col2 .block + .block {
    margin-top: 40px;
  }
}

/* ----------------------------------------------
linkset
------------------------------------------------- */
.linkset.col4 {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}

.linkset.col4.notLast {
  margin-bottom: 20px;
}

.linkset.col4 ul {
  display: flex;
  flex-wrap: wrap;
}

.linkset.col4 li {
  width: 23.5%;
}

.linkset.col4 li:not(:nth-child(4n + 1)) {
  margin-left: 2%;
}

.linkset.col4 li:nth-child(n + 5) {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .linkset.col4 ul {
    justify-content: space-between;
  }
  .linkset.col4 li {
    width: 48%;
  }
  .linkset.col4 li:not(:first-child) {
    margin-left: 0;
  }
  .linkset.col4 li:nth-child(n + 3) {
    margin-top: 20px;
  }
}

/* ----------------------------------------------
linkbtn
------------------------------------------------- */
.linkbtn {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto 60px;
  width: calc(100% - 20px);
  max-width: 460px;
}

.linkbtn a {
  height: 60px;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: bold;
}

.linkbtn a:after {
  margin-left: 5px;
  display: block;
  content: ">";
}

@media (max-width: 767px) {
  .linkbtn a {
    height: 50px;
    font-size: 14px;
  }
}

/* ----------------------------------------------
miniSurveyView
------------------------------------------------- */
.miniSurveyView {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}

.miniSurveyView table.formBlockSurveyTable {
  width: 100%;
  line-height: 1.8;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td {
  padding: 12px 18px;
  border-top: 1px solid #9e9e9f;
  border-bottom: 1px solid #9e9e9f;
}

_:lang(x)::-ms-backdrop, .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td {
  padding: 13px 18px 11px;
}

.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 #e4e4e4;
  padding: 5px;
  width: 100%;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td.question {
  background: #f2f2f2;
  color: #000000;
  font-size: 16px;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td:not(.question) {
  background: #fff;
}

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

.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
  width: 440px;
  margin: 0 auto;
  cursor: pointer;
  font-size: 22px;
  font-weight: normal;
  height: 60px;
}

@media (max-width: 767px) {
  .miniSurveyView table.formBlockSurveyTable td {
    display: block;
  }
  .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%;
    max-width: 220px;
    font-size: 14px;
    height: 40px;
  }
}

/* ----------------------------------------------
サムネイルスライダー
------------------------------------------------- */
.thumbset {
  width: 100%;
}

.thumbset .main li {
  width: 100%;
}

.thumbset .main li .image {
  padding-top: 67.6%;
}

.thumbset .thumb {
  display: flex;
  flex-wrap: wrap;
}

.thumbset .thumb li {
  width: 15%;
}

.thumbset .thumb li:not(:nth-child(6n + 1)) {
  margin-left: 2%;
}

.thumbset .thumb li .image {
  padding-top: 100%;
  transition: all 0.5s ease-out;
  cursor: pointer;
}

@media (max-width: 767px) {
  .thumbset .thumb li {
    width: 22.72727%;
  }
  .thumbset .thumb li:not(:nth-child(6n + 1)) {
    margin-left: 0;
  }
  .thumbset .thumb li:not(:nth-child(4n + 1)) {
    margin-left: 3.0303%;
  }
  .thumbset .thumb li .image {
    padding-top: 100%;
    transition: all 0.5s ease-out;
    cursor: pointer;
  }
}

.thumbset.slides .thumb {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.thumbset.slides .thumb .slick-prev {
  background: url(../images/slide-prev.png) no-repeat left center/cover;
  margin-right: 10px;
}

.thumbset.slides .thumb .slick-next {
  background: url(../images/slide-next.png) no-repeat right center/cover;
  margin-left: 10px;
}

.thumbset.slides .thumb .slick-arrow {
  width: 10px;
  height: 16px;
  text-indent: -999em;
  cursor: pointer;
}

.thumbset.slides .thumb .slick-arrow.slick-disabled {
  background: none;
}

.thumbset.slides .thumb .slick-list {
  width: 100%;
}

.thumbset.slides .thumb .slick-list .slick-track {
  display: flex;
}

.thumbset.slides .thumb .slick-list .slick-track li {
  margin-top: 0px;
}

.thumbset.slides .thumb .slick-list .slick-track .slick-slide .image {
  position: relative;
  padding-top: 75%;
}

.thumbset.slides .thumb .slick-list .slick-track .slick-slide + .slick-slide {
  margin-left: 10px;
}

/* ----------------------------------------------
WP
------------------------------------------------- */
.linkset.col4.category a {
  font-size: 12px;
  line-height: 1.2;
  padding: 0 13px;
}

.linkset.col4.category a:after {
  display: none;
}

/* ----------------------------------------------
ページネーション(page_navi)
------------------------------------------------- */
.page_navi {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
}

.page_navi li {
  padding: 3px;
  width: 46px;
  height: 46px;
}

.page_navi li a {
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #ee5a24;
  border: 1px solid #ee5a24;
  color: #fff;
  text-decoration: none;
}

.page_navi li a:hover {
  opacity: 0.6;
}

.page_navi .current span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #ee5a24;
  background: #fff;
  color: #ee5a24;
  text-decoration: none;
}

@media (max-width: 767px) {
  .page_navi li {
    width: 36px;
    height: 36px;
  }
}

/* ----------------------------------------------
ページ送り（prev_next）
------------------------------------------------- */
.prev_next {
  margin-bottom: 80px;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}

.prev_next > div {
  flex-shrink: 0;
  width: 28%;
}

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

.prev_next a:hover {
  opacity: 0.6;
}

.prev_next .arrow {
  display: none;
}

.prev_next .prev_arrow {
  display: none;
}

@media (max-width: 767px) {
  .prev_next > div {
    flex-shrink: 0;
    width: 31%;
  }
}

/* ----------------------------------------------
利用料金シミュレーション
------------------------------------------------- */
.simulationset {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
}

.simulationset .selects {
  display: flex;
  justify-content: space-between;
  margin-bottom: 44px;
}

.simulationset .block {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  max-width: 474px;
  color: #777;
  font-size: 18px;
}

.simulationset .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.simulationset .num img {
  width: 100%;
  height: auto;
}

.simulationset select {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  margin-left: 10px;
  padding: 7px 47px 7px 15px;
  border: 1px solid #888;
  border-radius: 0;
  background: url(../images/select.png) no-repeat right 5px center;
  color: #777;
  font-size: 18px;
  appearance: none;
}

@media (max-width: 767px) {
  .simulationset .selects {
    flex-direction: column;
    max-width: 474px;
    margin-left: auto;
    margin-right: auto;
  }
  .simulationset .block {
    flex-wrap: wrap;
    font-size: 14px;
  }
  .simulationset .block + .block {
    margin-top: 10px;
  }
  .simulationset .num {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .simulationset select {
    font-size: 14px;
  }
}

.btn_small a,
.btn_small button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 72px;
  margin: 0 auto;
  border-radius: 8px;
  background: url(../images/white-arrow.png) no-repeat right 22px center, #f29700;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease-out;
}

.btn_small a:hover,
.btn_small button:hover {
  opacity: 0.6;
}

.estimate_table {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.estimate_table table {
  width: 100%;
  color: #777;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
}

.estimate_table tr:not(:first-child) {
  border-top: 3px solid #fff;
}

.estimate_table th {
  width: 30%;
  padding: 10px 30px;
  background: #ffefd5;
  font-weight: bold;
}

.estimate_table th:not(:first-of-type) {
  border-left: 3px solid #fff;
}

.estimate_table td {
  width: 20%;
  padding: 10px 50px;
  background: #eee;
  text-align: right;
}

.estimate_table td.total {
  background: #ffefd5;
}

.estimate_table th.nbsp,
.estimate_table td.nbsp {
  background: none;
}

@media (max-width: 999px) {
  .estimate_table th {
    padding: 10px 10px;
  }
  .estimate_table td {
    padding: 10px 30px;
  }
}

@media (max-width: 767px) {
  .estimate_table table {
    font-size: 14px;
  }
  .estimate_table th,
  .estimate_table td {
    display: block;
    width: 100%;
  }
  .estimate_table th.nbsp,
  .estimate_table td.nbsp {
    display: none;
  }
  .estimate_table th:not(:first-of-type) {
    border-left: 0;
    border-top: 3px solid #fff;
  }
}

.estimate_total {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}

.estimate_total table {
  width: 50%;
  margin: 0 0 0 auto;
  background: #f29700;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
}

.estimate_total tr:not(:first-child) {
  border-top: 3px solid #fff;
}

.estimate_total th {
  padding: 10px 20px 10px 30px;
  font-weight: bold;
  font-size: 14px;
}

.estimate_total td {
  padding: 10px 50px 10px 0px;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .estimate_total table {
    width: 100%;
  }
  .estimate_total th {
    padding: 10px 20px;
  }
  .estimate_total td {
    padding: 10px 50px;
  }
  .estimate_total th,
  .estimate_total td {
    display: block;
  }
}

#result {
  display: none;
  margin-bottom: 150px;
}

/* ----------------------------------------------
画像角丸
------------------------------------------------- */
.mediaset .imgbox img,
.fullimg img,
.calloutset .image img {
  border-radius: 7px;
}

/* ----------------------------------------------

------------------------------------------------- */
/*# sourceMappingURL=contents.css.map */