@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&display=swap&subset=japanese');
/*リセット*/
ol {
  margin: 0;
}
img {
  max-width: 100%
}
.main .is-color-red {
  color: #F01C1C;
}
/* 「taisaku」配下 専用CSS【レスポンシブ】 */
.main {
  font-family: "Noto Sans JP", "HiraKakuPro", sans-serif;
  color: #333;
  /*min-width: 992px;*/
}
/*ブロックタイトル*/
.block__title {
  font-size: 46px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 50px;
}
/*セクションタイトル*/
.section__title {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 40px;
  position: relative;
}
.section__title .section__title--text {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  position: relative;
  z-index: 1;
}
* + .section__title {
  margin-top: 80px;
}
.section__title::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/*取組リスト*/
.list__torikumi {
  display: flex;
  flex-wrap: wrap;
  margin-top: -46px;
}
.list__torikumi--item {
  margin-top: 46px;
  display: flex;
  flex-direction: column;
}
.list__torikumi--texts {
  margin-top: 14px;
  font-size: 13px;
  text-align: center;
}
.list__torikumi--texts:not(:last-child) {
  margin-bottom: 18px;
}
.list__torikumi--title {
  color: #0057B8;
  font-weight: bold;
  font-size: 16px;
}
.list__torikumi--detail {
  font-weight: bold;
  margin-top: 4px;
}
.list__torikumi--notes {
  color: #606060;
  margin-top: 4px;
}
.list__torikumi--button {
  text-align: center;
  margin: auto auto 0;
}
.list__torikumi--image {
  border: 2px solid #0057b8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list__torikumi--icon {
  height: auto;
}
.is-cancel .list__torikumi--icon {
  width: calc((97 / 220) * 100%);
}
.is-sougei .list__torikumi--icon {
  width: calc((130 / 220) * 100%);
}
.is-check_in .list__torikumi--icon {
  width: calc((126 / 220) * 100%);
}
.is-breakfast .list__torikumi--icon {
  width: calc((156 / 220) * 100%);
}
.is-car_cleaning .list__torikumi--icon {
  width: calc((145 / 220) * 100%);
}
.is-room_cleaning .list__torikumi--icon {
  width: calc((133 / 220) * 100%);
}
.is-staff_kanri .list__torikumi--icon {
  width: calc((146 / 220) * 100%);
}
.is-24h .list__torikumi--icon {
  width: calc((126 / 220) * 100%);
}
.is-online .list__torikumi--icon {
  width: calc((102 / 220) * 100%);
}
.is-yoyaku_online .list__torikumi--icon {
  width: calc((106 / 220) * 100%);
}
.is-digital_pamphlet .list__torikumi--icon {
  width: calc((138 / 220) * 100%);
}
.is-online_taiken .list__torikumi--icon {
  width: calc((136 / 220) * 100%);
}
.is-wifi .list__torikumi--icon {
  width: calc((115 / 220) * 100%);
}
.is-kitchen .list__torikumi--icon {
  width: calc((84 / 220) * 100%);
}
/*対策リスト*/
.list__taisaku {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list__taisaku--item {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.list__taisaku--item.is-col1 {
  width: 100%;
  overflow: hidden;
  padding: calc((30 / 992) * 100%);
}
.list__taisaku--item:not(.is-col1) .list__taisaku--image {
  width: 100%;
  padding-top: calc((260 / 300) * 100%);
  height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}
.list__taisaku--item:not(.is-col1) .list__taisaku--icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.list__taisaku--item.is-col1, .list__taisaku--item:not(.is-col1) .list__taisaku--image {
  border: 2px solid #0057B8;
}
.is-kenon .list__taisaku--icon {
  width: calc((140 / 230) * 100%);
}
.is-eisei .list__taisaku--icon {
  width: calc((200 / 230) * 100%);
}
.is-kanki .list__taisaku--icon {
  width: calc((160 / 230) * 100%);
}
.is-acrylic .list__taisaku--icon {
  width: calc((150 / 230) * 100%);
}
.is-kyori .list__taisaku--icon {
  width: calc((160 / 230) * 100%);
}
.is-mask .list__taisaku--icon {
  width: calc((180 / 230) * 100%);
}
.is-shodoku .list__taisaku--icon {
  width: calc((170 / 230) * 100%);
}
.is-time .list__taisaku--icon {
  width: calc((80 / 230) * 100%);
}
.is-yoyaku_shop .list__taisaku--icon {
  width: calc((91 / 230) * 100%);
}
.is-room_cleaning .list__taisaku--icon {
  width: calc((215 / 230) * 100%);
}
.is-wifi .list__taisaku--icon {
  width: calc((187 / 230) * 100%);
}
.is-kitchen .list__taisaku--icon {
  width: calc((136 / 230) * 100%);
}
.list__taisaku--title {
  line-height: 1.3;
  font-size: 20px;
  color: #0057B8;
  font-weight: bold;
}
.list__taisaku--item.is-col1 .list__taisaku--title {
  font-size: 24px;
  margin: calc((20 / 648) * 100%) 0 calc((4 / 648) * 100%);
}
.list__taisaku--item:not(.is-col1) .list__taisaku--title {
  /*min-height: 2.6em;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.list__taisaku--detail {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.list__taisaku--detail span {
  font-size: 13px;
}
.list__taisaku--detail:not(:last-child) {
  margin-bottom: 10px;
}
.box__taisaku {
  border: 3px solid #0057B8;
  border-radius: 10px;
}
.box__taisaku + .box__taisaku {
  margin-top: 30px;
}
.box__taisaku--contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
}
.box__taisaku--contents + .box__taisaku--contents {
  padding-top: 0;
  margin-top: -15px;
}
.box__taisaku--ttl, .box__taisaku--ttl h3 {
  font-weight: bold;
  color: #0057B8;
}
.box__taisaku--contents > .box__taisaku--ttl, .box__taisaku--contents > .box__taisaku--icon {
  text-align: center;
  width: 15%;
}
.box__taisaku--icon {
  padding: 10px;
}
.box__taisaku--txt .box__taisaku--ttl {
  margin-bottom: 10px;
}
.box__taisaku--txt {
  line-height: 1.7;
  width: calc(100% - 15% - 10px);
}
/*リンクボタン*/
.button {
  max-width: 350px;
}
.align-center {
  margin-bottom: 34px;
}
.collapseBtn {
  cursor: pointer;
  max-width: 500px;
}
[class*="--button"] .collapseBtn {
  width: 160px;
  min-height: 35px;
  font-size: 14px;
}
.collapseBtn::after {
  top: 0;
  bottom: 0;
  margin: auto;
}
.collapseBtn:not(.is-anchor)::after {
  transform: rotate(-90deg);
}
@media (min-width:861px) {
  /*取組リスト*/
  .list__torikumi {
    justify-content: space-between;
    margin-left: -32px;
  }
  .list__torikumi--item { /*4カラム*/
    width: calc((100% - (32px * 4)) / 4);
    margin-top: 46px;
    display: flex;
    flex-direction: column;
    margin-left: 32px;
  }
  .list__torikumi--item:last-child {
    margin-right: 0;
  }
  .list__torikumi--image {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
  }
  .list__torikumi--icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  /*対策リスト*/
  .list__taisaku {
    width: calc(100% + 30px);
    margin-left: -30px;
    margin-top: -45px;
  }
  .list__taisaku + * {
    margin-top: 45px;
  }
  .list__taisaku--item { /*3カラム*/
    width: calc((100% - (30px * 3)) / 3);
    margin-top: 45px;
    margin-left: 30px;
  }
  .list__taisaku--item.is-col1 [class*="list__taisaku--"] {
    width: 70%;
    float: right;
    text-align: left;
  }
  .list__taisaku--item.is-col1 .list__taisaku--image {
    width: 30%;
    float: left;
    text-align: center;
  }
}
@media (max-width:860px) {
  .main {
    min-width: 320px;
  }
  .section__title {
    font-size: calc(46vw / (750 / 100));
    margin-bottom: calc(40vw / (750 / 100));
  }
  .section__title .section__title--text {
    padding: calc(10vw / (750 / 100)) calc(20vw / (750 / 100));
  }
  * + .section__title {
    margin-top: calc(60vw / (750 / 100));
  }
  .section__title::after {
    height: calc(4vw / (750 / 100));
  }
  /*取組リスト*/
  .list__torikumi {
    justify-content: space-between;
    margin-top: calc(-40vw / (750 / 100));
  }
  .list__torikumi--item { /*2カラム*/
    width: calc(340vw / (750 / 100));
    margin-top: calc(40vw / (750 / 100));
  }
  .list__torikumi--texts {
    margin-top: calc(10vw / (750 / 100));
    font-size: calc(24vw / (750 / 100));
  }
  .list__torikumi--title {
    font-size: calc(28vw / (750 / 100));
  }
  .list__torikumi--detail {
    margin-top: calc(8vw / (750 / 100));
  }
  .list__torikumi--notes {
    margin-top: calc(8vw / (750 / 100));
  }
  .list__torikumi--image {
    border-width: calc(4vw / (750 / 100));
    width: calc(340vw / (750 / 100));
    height: calc(340vw / (750 / 100));
  }
  /*対策リスト*/
  .list__taisaku--item.is-col1 {
    padding: calc(60vw / (750 / 100));
  }
  .list__taisaku {
    justify-content: space-between;
    margin-top: calc(-60vw / (750 / 100));
  }
  .list__taisaku + * {
    margin-top: calc(60vw / (750 / 100));
  }
  .list__taisaku--item {
    width: 48%;
    margin-top: calc(60vw / (750 / 100));
  }
  .list__taisaku--item.list__taisaku--last {
    width: 100%;
  }
  .list__taisaku--item.is-col1 .list__taisaku--image {
    width: calc((180 / 269) * 100%);
    max-width: 300px;
    margin: auto;
  }
  .list__taisaku--item:not(.is-col1) .list__taisaku--image {
    min-height: 40vw;
    height: auto;
    margin-bottom: 0;
  }
  .list__taisaku--item.list__taisaku--last .list__taisaku--image {
    width: 48%;
    margin-right: auto;
    margin-left: auto;
  }
  .list__taisaku--icon {
    width: 100%;
  }
  .list__taisaku--icon.list__taisaku--image-s {
    width: 60%;
  }
  .list__taisaku--title {
    min-height: auto;
    font-size: calc(32vw / (750 / 100));
    padding: calc(20vw / (750 / 100)) 0;
  }
  .list__taisaku--item.is-col1 .list__taisaku--title {
    font-size: calc(36vw / (750 / 100));
    margin: calc(40vw / (750 / 100)) 0 calc(20vw / (750 / 100));
  }
  .list__taisaku--item.list__taisaku--title {
    width: 100%;
  }
  .list__taisaku--detail {
    font-size: calc(26vw / (750 / 100));
    line-height: 1.4;
    margin-top: 0;
  }
  .list__taisaku--detail span {
    font-size: calc(24vw / (750 / 100));
  }
  .list__taisaku--item.is-col1, .list__taisaku--item:not(.is-col1) .list__taisaku--image, .box__taisaku {
    border-width: calc(4vw / (750 / 100));
  }
  .box__taisaku--contents:not(.is-type-icon) {
    display: block;
    padding: calc(40vw / (750 / 100));
  }
  .box__taisaku--contents > [class*="box__taisaku--"] {
    width: 100%;
  }
  .box__taisaku--contents .box__taisaku--icon {
    width: 30%;
  }
  .box__taisaku--contents.is-type-icon {
    padding: calc(20vw / (750 / 100));
  }
  .box__taisaku--contents + .box__taisaku--contents {
    padding-top: 0;
    margin-top: 0;
  }
  .box__taisaku--txt {
    font-size: calc(25vw / (750 / 100));
  }
  .box__taisaku--ttl {
    margin: 0 auto;
    font-size: calc(32vw / (750 / 100));
  }
  .box__taisaku--txt .box__taisaku--ttl {
    margin-bottom: 0;
  }
  .box__taisaku--contents:not(.is-type-icon) .box__taisaku--txt {
    margin-top: calc(20vw / (750 / 100));
  }
}

  @media all and (-ms-high-contrast: none) {
    .list__taisaku--item {
      margin-left: 29px;
    }
  }