@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.7;
  color: #666;
}

body * {
  min-height: 0%;
  box-sizing: border-box;
}

img {
  vertical-align: top;
}

a {
  text-decoration: none;
  transition: .4s;
}

a:hover {
  opacity: .8;
}

ul {
  list-style: none;
}

/*main*/
.wih-section {
  margin: 100px 0;
}

.wih-section-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  background-color: #B0D18D;
}

.wih-section-ttl img {
  height: 35px;
  width: auto;
}

.wih-section-attention {
  margin-top: 10px;
  text-align: center;
}

.wih-section-item {
  display: flex;
  flex-wrap: wrap;
  max-width: 940px;
  width: 100%;
  margin: auto;
}

.wih-section-item a {
  display: block;
  width: calc(50% - 50px);
  margin-top: 50px;
  color: #666;
}

.wih-section-item a:nth-of-type(2n) {
  margin-left: 100px;
}

.wih-section-item a:nth-of-type(n+3) {
  margin-top: 80px;
}

.wih-section-item-img {
  border: 1px solid #666;
}

.wih-section-item-img img {
  width: 100%;
}

.wih-section-item-ttl {
  position: relative;
  height: 49px;
  margin-top: 20px;
  text-align: center;
}

.wih-section-item-ttl img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 49px;
  width: auto;
}

.wih-section-item-ttl.min img {
  height: 23px;
}

.wih-section-item-cnt {
  margin-top: 20px;
  text-align: center;
}

.int-seciton {
  padding: 100px 0 0;
  text-align: center;
}

.int-seciton--hajimemashite {
  padding-top: 50px;
}

.int-seciton__linkWrap {
  display: inline-block;
  color: #666;
}

.int-section__img {
  margin-top: 20px;
  text-align: center;
}

.int-section__ttl {
  margin-top: 20px;
  text-align: center;
}

.int-section__txt {
  margin-top: 20px;
  text-align: center;
}

.tour-back {
  margin: 100px 0;
  text-align: center;
}

.tour-back a {
  display: inline-block;
}

/*footer*/
.int-footer {
  padding: 100px 0;
  background-color: #A3C2C3;
  color: #fff;
}

.int-footer a {
  color: #fff;
}

.int-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 606px;
  margin: auto;
}

.int-sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 196px;
}

.int-sns a img {
  height: 36px;
  width: auto;
}

.int-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 330px;
}

.int-links a img {
  margin-right: 5px;
}

.int-hobonichi {
  padding-top: 100px;
  font-size: 14px;
  text-align: center;
}

/*common*/
.int-cmnHeaderBlock {
  width: 100%;
  text-align: center;
}

.int-cmnHeaderBlock > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 87px;
  padding: 0 5%;
  background-color: #A3C2C3;
}

.int-cmnHeaderBlock > a img {
  max-height: 50px;
  width: auto;
}

.int-cmnHeaderBlock > div {
  padding: 0 5%;
}

.int-cmnHeaderBlock > div:nth-of-type(1) {
  padding-top: 20px;
}

.int-cmnHeaderBlock > div:nth-of-type(2) {
  padding-top: 20px;
}

.int-cmnHeaderBlock > div:nth-of-type(3) {
  padding-top: 20px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.inlineB {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  /*main*/
  .wih-section {
    margin: 50px 0;
  }
  .wih-section-ttl {
    padding: 0 10px;
  }
  .wih-section-ttl img {
    height: auto;
    max-height: 20px;
    width: 100%;
  }
  .wih-section-attention {
    font-size: 13px;
    padding: 0 10px;
  }
  .wih-section-item a {
    width: 100%;
    margin-top: 40px;
  }
  .wih-section-item a:nth-of-type(2n) {
    margin-left: 0;
  }
  .wih-section-item a:nth-of-type(n+2), .wih-section-item a:nth-of-type(n+3) {
    margin-top: 40px;
  }
  .wih-section-item-img {
    margin: 0 1.5%;
  }
  .wih-section-item-ttl {
    padding: 0 10px;
  }
  .wih-section-item-ttl img {
    position: static;
    transform: translateX(0);
    max-height: 49px;
    height: auto;
  }
  .wih-section-item-cnt {
    padding: 0 10px;
  }
  .int-seciton {
    padding: 50px 10px 0;
  }
  .int-seciton__linkWrap > *:nth-child(1) {
    margin-top: 0;
  }
  .int-section__img img {
    max-width: 100%;
  }
  .int-section__ttl img {
    max-width: 100%;
  }
  .int-section__txt {
    text-align: left;
    display: flex;
    justify-content: center;
  }
  .tour-back {
    margin: 50px 0;
  }
  .tour-back a img {
    width: 90%;
  }
  /*footer*/
  .int-footer {
    padding: 0 0 50px;
  }
  .int-footer a {
    margin-top: 50px;
  }
  .int-footer__inner {
    width: 100%;
    flex-direction: column;
  }
  .int-links {
    flex-direction: column;
    width: 100%;
  }
  .int-hobonichi {
    padding-top: 50px;
  }
  /*common*/
  br {
    display: none;
  }
  br.keep {
    display: block;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

@media screen and (max-width: 320px) {
  .wih-section-attention {
    font-size: 11px;
  }
}
