@charset 'UTF-8';

/* =====================
  ■ modal
===================== */
.modaal-outer-wrapper {
  table-layout: fixed;
}

/* =====================
  ■ result
===================== */

.result-wrapper .table__matrix>caption {
  margin-bottom: .25em;
  font-size: 1.4rem;
  text-align: right;
}

.result-wrapper .hdg-level4-01 {
  margin-top: 1.8em;
  margin-bottom: 1.25em;
}

.result-tableWrap {
  position: relative;
  margin-bottom: 48px;
  padding-bottom: 72px;
}
.result-tableWrap::after {
  content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
  border-top: 28px solid;
  border-right: 24px solid transparent;
  border-left: 24px solid transparent;
  -webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.result-tableWrap .list-wrap {
  margin-top: 1em;
}

.result-title {
  margin-bottom: 20px;
}

.result-form {
  position: relative;
  margin-bottom: 48px;
  padding-bottom: 80px;
}
.result-form::after {
  content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
  border-top: 28px solid;
  border-right: 24px solid transparent;
  border-left: 24px solid transparent;
  -webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.result-form-h3title {
  margin-bottom: 16px;
}

.result-form-h3title span {
  display: inline-block;
  margin-left: 1em;
  font-size: 1.4rem;
  vertical-align: top;
}

.result-form-button {
  display: inline-block;
  margin-left: 8px;
  vertical-align: -.2em;
}
.result-form-button img {
  width: 16px;
  height: 16px;
}

.result-form-radioGroup {}
.result-form-radioGroup + .result-form-radioGroup {
  margin-top: 16px;
}

.result-form-radioGroup-col3 .result-form-label:nth-of-type(3n) {
  margin-right: 0;
}

.result-form-radioGroup-col3 .result-form-label:nth-of-type(n+4) {
  margin-top: 8px;
}

.result-form-radioGroup-glay {
  background-color: #f0f0f0;
  padding: 20px;
}

.result-form-radioGroup-glay + .result-form-radioGroup {
  padding: 0 20px;
}

.result-form-h4title {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  margin-bottom: 16px;
  font-weight: bold;
}

.result-form-list {
  display: -webkit-flex;
	display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-left: -20px;
}

.result-form-list li {
  margin-top: 10px;
  margin-left: 20px;
}

.result-form-radio {
  display: none;
}

.result-form-radio:checked + .result-form-label {
  background-color: #ffda00;
}
.result-form-radio:checked + .result-form-label::after {
  visibility: visible;
  opacity: 1;
}

.result-form-radio:disabled + .result-form-label {
  background: #f5f6f8;
  color: #c6c9d3;
  cursor: not-allowed;
}

.result-form-label {
  display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  height: 52px;
  padding-right: 24px;
  padding-left: 36px;
  border: 1px solid;
  border-radius: 12px;
  background-color: #fff;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.result-form-label::before,
.result-form-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 16px;
  height: 16px;
  border: 1px solid;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.result-form-label::before {
  background-color: #fff;
}
.result-form-label::after {
  visibility: hidden;
  opacity: 0;
  box-shadow: inset 0 0 0 3px #fff;
  background-color: #141414;
}

.result-accordion-title {
  margin-top: 80px;
}

.result-accordion-icon {
  display: none;
}

.result-button {
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 40px;
}

.search-buttonWrap .button-v2__type {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 348px;
  margin-right: auto;
  margin-left: auto;
  border: none;
  font-family: inherit;
  vertical-align: middle;
  transition: .25s cubic-bezier(.4,0,.2,1);
}
.search-buttonWrap .button-v2__type:hover {
  opacity: .6;
}

.search-buttonWrap .button-v2__type:disabled {
  background-color: #adaeb2;
  cursor: not-allowed;
}
.search-buttonWrap .button-v2__type:disabled:hover {
  opacity: 1;
}

@media screen and (max-width: 760px) {
  .result-form-h3title span {
    display: block;
    margin-left: 0;
    font-size: 1.2rem;
  }

  .result-form-list {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .result-form-list li {
    flex-basis: calc(100% / 2 - 20px);
  }

  .result-accordion-title {
    margin-top: 40px;
    border-top: 1px solid #141414;
    border-bottom: 1px solid #141414;
    background-color: #fff;
    cursor: pointer;
  }
  .result-accordion-title:after {
  }

  .result-accordion-title .hdg-level3-01__inner {
    padding: 1em 3.5em 1em 1em;
  }
  .result-accordion-title .hdg-level3-01__inner:before,
  .result-accordion-title .hdg-level3-01__inner:after {
    content: none;
  }

  .result-accordion-icon {
    overflow: hidden;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 25px;
    height: 25px;
    margin-top: -13px;
    border-radius: 50%;
    background-color: #fdd000;
    text-indent: -9999px;
  }
  .result-accordion-icon:before,
  .result-accordion-icon:after {
    content: "";
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 50%;
    right: 5px;
    z-index: 2;
    width: 14px;
    height: 3px;
    margin: -1px 0 0;
    background: #fff;
    transition: transform .25s cubic-bezier(.4,0,.2,1);
  }
  .result-accordion-icon:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .result-accordion-title.on .result-accordion-icon:after {
    content: none;
  }

  .result-button {
    margin-top: 60px;
  }
}


















.result-infoBox {
  border: 1px solid #c6c9d3;
  margin-top: 50px;
  padding: 20px;
}

.result-infoBox-title {
  font-size: 114.28571%;
  font-weight: bold;
}

.result-infoBox-text {
  margin-top: 5px;
}

.result-modal {
  border-radius: 10px;
}

.result-modal.type-01 {
  left: 50%;
  margin-left: 0 !important;
  padding: 40px 34px;
  -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 610px;
}

@media screen and (max-width: 760px) {
  .result-modal.type-01 {
    left: 50%;
    -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 360px) {
  .result-modal.type-01 {
    background-color: none;
    width: 350px;
  }
}

.result-modal-title {
  font-size: 142.85714%;
  font-weight: bold;
  margin-bottom: 20px;
}

.result-modal-list {
  margin-bottom: 15px;
}

.result-modal-list li {
  padding: 0 0 5px 32px;
}

.result-modal-list li::before {
  font-size: 17px;
  top: 4px;
}

.result-modal-list-note li {
  padding: 0 0 5px 24px;
  position: relative;
}

.result-modal-list-note li::before {
  content: "※";
  left: 0;
  position: absolute;
  top: -3px;
}

.result-modal .modal-close {
  float: right;
  position: static;
}

.result-modal .modal-close::before {
  color: #333;
}

.result-modal .modal-close-btn {
  float: none;
}

.result-modal .modal-close-btn::before {
  content: none;
}






@media screen and (max-width: 760px) {
  .result-accordion-block {
    display: none;
  }
}

.result-wrapper .nav-important-02 {
  margin-top: 70px;
}

@media screen and (max-width: 760px) {
  .result-wrapper .nav-important-02 {
    margin-top: 20px;
  }
}

.result-wrapper .nav-important-02 .nav-important-02-inner {
  padding: 0;
}

@media screen and (max-width: 760px) {
  .result-wrapper .hdg-level1-01 {
    font-size: 142.85714%;
  }
}

@media screen and (max-width: 760px) {
  .result-wrapper .hdg-level2-01 {
    font-size: 142.85714%;
    font-weight: normal;
  }
}

.result-wrapper .nav-btn-arrow {
  padding-bottom: 30px;
  position: relative;
}

.result-wrapper .nav-btn-arrow::after {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid #ffda00;
  bottom: 0;
  content: "";
  display: inline-block;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.result-wrapper .list-notes-01 li.important {
  color: #f66d92;
}

/* =====================
  ■ search
===================== */
.search-form .box-important-01 {
  display: none;
}

.search-form-error > .box-important-01 {
  display: block;
}

.search-box {
  background-color: #f5f6f8;
  -webkit-box-sizing: border-box;
      box-sizing: border-box;
  float: left;
  padding: 30px 34px;
}

@media screen and (max-width: 760px) {
  .search-box {
    background: none;
    float: none;
    padding: 0 !important;
  }
}

.search-box:first-of-type {
  margin-right: calc(30 / 1122 * 100%);
  width: 31.5508021%;
}

.search-box:first-of-type .search-selectWrap::after {
  right: -55px;
}

@media screen and (max-width: 760px) {
  .search-box:first-of-type {
    width: 100%;
  }
}

.search-box:nth-of-type(2) {
  padding-right: 15px;
}

.search-box:last-of-type {
  padding-left: 15px;
}

.search-box:last-of-type .search-selectWrap::after {
  content: none;
}

@media screen and (max-width: 760px) {
  .search-box:last-of-type .search-selectWrap::after {
    content: "";
  }
}

.search-box:not(:first-of-type) {
  width: 32.8877%;
}

@media screen and (max-width: 760px) {
  .search-box:not(:first-of-type) {
    width: 100%;
  }
}

@media screen and (max-width: 760px) {
  .search-box + .search-box {
    margin-top: 20px;
  }
}

.search-boxWrap {
  -webkit-box-sizing: border-box;
      box-sizing: border-box;
}

.search-boxWrap::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 760px) {
  .search-boxWrap {
    display: block;
    padding-bottom: 26px;
  }
}

.search-label {
  cursor: auto;
  display: block;
  font-weight: bold;
}

.search-label-text {
  font-size: 114.28571%;
}

.search-tag {
  background-color: #f66d92;
  border-radius: 2px;
  color: #fff;
  font-size: 85.71429%;
  margin-left: 7px;
  padding: 0 10px;
  vertical-align: middle;
}

.search-select {
  -webkit-appearance: none;
     -moz-appearance: none;
      appearance: none;
  background-color: #fff;
  background-image: url(/assets/img/icon/icon_arrow_01.png);
  background-position: top 50% right 11px;
  background-repeat: no-repeat;
  border: 1px solid #c6c9d3;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 0 0 #c6c9d3;
      box-shadow: 0 2px 0 0 #c6c9d3;
  cursor: pointer;
  font-size: 100%;
  padding: 8.5px 30px 8.5px 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
    -ms-user-select: none;
      user-select: none;
  width: 100%;
}

.search-select::-ms-expand {
  display: none;
}

.search-select-hide {
  display: none;
}

.search-selectWrap {
  margin-top: 8px;
  position: relative;
}

.search-selectWrap::after {
  border-bottom: 6.5px solid transparent;
  border-left: 10px solid #c6c9d3;
  border-top: 6.5px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: -20px;
  top: 16px;
}

@media screen and (max-width: 760px) {
  .search-selectWrap::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 13px solid #c6c9d3;
    bottom: -30px;
    left: 50%;
    right: auto !important;
    top: auto;
    -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
}

.search-linkArea {
  margin-top: 40px;
}

@media screen and (max-width: 760px) {
  .search-linkArea {
    margin-top: 20px;
  }
}

.search-noteList-item {
  color: #f66d92;
  font-size: 85.71429%;
  padding-left: 20px;
  position: relative;
}

.search-noteList-item::before {
  content: "※";
  left: 0;
  position: absolute;
  top: 0;
}

.search-linkList {
  margin-top: 20px;
}

.search-button:disabled {
  background-color: #adaeb2 !important;
  -webkit-box-shadow: 0 0 0 0 !important;
      box-shadow: 0 0 0 0 !important;
  cursor: not-allowed;
}

.search-button:disabled span {
  color: #fff;
}

/* =====================
  ■ top
===================== */
.list-service-01 .nav-btn-02.type-02 {
  top: 35%;
}

.list-service-01 .nav-btn-02.type-01 {
  top: 65%;
}

.list-service-01 .nav-btn-02.type-01.center {
  top: 50%;
}

.list-service-01-sp .title-01 {
  color: #333;
}

.list-service-01-sp .column-inner .description {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.list-service-01-sp .btnCol {
  border-top: 1px solid #c6c9d3;
  font-size: 86%;
  margin-top: 10px;
  padding-top: 10px;
}

.list-service-01-sp .btnCol::after {
  clear: both;
  content: "";
  display: block;
}

.list-service-01-sp .btnCol .nav-btn-02 {
  float: left;
  margin-bottom: 0;
  width: 49%;
}

.list-service-01-sp .btnCol .nav-btn-02:first-of-type {
  margin-right: 2%;
}

.list-service-01-sp .btnCol .nav-btn-02 p {
  margin-bottom: 0;
}

.list-service-01-sp .btnCol .nav-btn-02.type-01.center {
  width: 100%;
}

/* 動画掲載用（中央寄せ）個人用 2020.06 YSD
--------------------------------------- */

.hdg-level4-02-mv-customer
{
  font-size: 115%;
  font-weight: bold;

  margin-bottom: 10px;
}
@media screen and (max-width: 760px)
{
  .hdg-level4-02-mv-customer
  {
    font-size: 100%;

    margin-bottom: 5px;
  }
}
@media screen and (max-width: 320px)
{
  .hdg-level4-02-mv-customer
  {
    font-size: 95%;

    margin-bottom: 5px;
  }
}

.hdg-level4-02-mv-customer.movie
{
  position: relative;

  padding-left: 25px;
}

.hdg-level4-02-mv-customer.movie:before
{
  font-family: 'iconfont' !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  content: '\e911';
  text-transform: none;

  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  position: absolute;
  top: 6px;
  left: -1px;

  -webkit-transition: all .2s ease 0s;

  transition: all .2s ease 0s;
  vertical-align: middle;

  color: #333;
}

.hdg-level4-02-mv-customer.movie.howto-h4 {
  padding-left: 0;
}

.section-howto-mv-customer {
  margin: 0 auto;
  width:45%;
}
 @media screen and (max-width: 760px)
{
.section-howto-mv-customer {
  width:90%;
  }
}

/* EAZYバナー用 2020.09 YWS
--------------------------------------- */

.lyt-image-01.bnr_eazy {
  max-width: 940px;
  margin: 0 auto;
}

.lyt-image-01.bnr_eazy img{
  border-radius: 30px;
  box-shadow: 0 2px 0 0 #c6c9d3;
}

.lyt-image-01.bnr_eazy a {
  transition: opacity .5s ease 0s;
}


.lyt-image-01.bnr_eazy a:active,
.lyt-image-01.bnr_eazy a:hover,
.lyt-image-01.bnr_eazy a:focus
{
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
@media screen and (max-width: 760px)
{
  .lyt-image-01.bnr_eazy a:active,
  .lyt-image-01.bnr_eazy a:hover,
  .lyt-image-01.bnr_eazy a:focus
  {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}




/*-------*/
body:not(.GOLF) .visible_golf,
body:not(.SKI) .visible_ski {
  display: none;
}
.result-intro {
  padding-bottom: 20px;
}
._link {
  text-decoration: underline !important;
}
._link:hover {
  text-decoration: none !important;
}
