.top_info {
  background-color: #43a0b6;
  padding: 60px 0;
}

.t-info_text {
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.t-info_text__02 {
  font-size: 18px;
  font-weight: bold;
  color: #fff100;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .t-info_text, .t-info_text__02 {
    font-size: 16px;
  }
}

.sec01 {
  padding: 75px 0;
}

@media only screen and (max-width: 767px) {
  .sec01 {
    padding: 30px 0;
  }
}

.sec01-2 {
  background-color: #43a0b6;
  padding: 66px 0 34px;
}
.sec01-3 {
  background: url(../../shinsatsu/imgs/bg.png);
  padding: 34px 0 64px;
}
.sec01-3 .sec01-3__linkList {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec01-3 .sec01-3__linkList .linkItem + li {
  margin-left: 34px;
}
.sec01-3 .sec01-3__linkList .linkItem .linkItem__link {
  display: flex;
  align-items: center;
}
.sec01-3 .sec01-3__linkList .linkItem .linkItem__link .text {
  font-size: 16px;
}
.sec01-3 .sec01-3__linkList .linkItem .linkItem__link .image {
  margin-left: 15px;
}
.sec01-3-box01 {
  margin-top: 100px;
  text-align: center;
}
.sec01-3-box01 .sec01-3-box01__title {
  margin-bottom: 40px;
}
.sec01-3-box01 .sec01-3-box01__text {
  font-size: 15px;
  line-height: 1.7;
}
.sec01-3-box02 {
  margin-top: 73px;
  text-align: center;
}
.sec01-3-box02 .sec01-3-box02__title {
  margin-bottom: 50px;
}
.sec01-3-box02 .sec01-3-box02__imageArea {
  display: flex;
  justify-content: center;
}

.sec01-3-box02 .sec01-3-box02__imageArea .leftBox .leftBox__dogImage {
  position: relative;
}
.sec01-3-box02 .sec01-3-box02__imageArea .leftBox .leftBox__dogImage .badge01 {
  position: absolute;
  top: calc(50% - 54px);
  left: -54px;
}
.sec01-3-box02 .sec01-3-box02__imageArea .leftBox .leftBox__linkArea {
  margin-top: 7px;
}
.sec01-3-box02 .sec01-3-box02__imageArea .leftBox .leftBox__linkArea .linkItem {
  background-color: #B08756;
  display: flex;
  justify-content: space-between;
  width: 474px;
  height: 77px;
  padding: 24px 30px;
}
.sec01-3-box02 .sec01-3-box02__imageArea .leftBox .leftBox__linkArea .linkItem + a {
  margin-top: 7px;
}
.sec01-3-box02 .sec01-3-box02__imageArea .leftBox .leftBox__linkArea .linkItem:hover {
  opacity: 0.7;
}
.sec01-3-box02 .sec01-3-box02__imageArea .leftBox .leftBox__linkArea .linkItem--darkBrown {
  background-color: #604C3F;
}
.sec01-3-box02 .sec01-3-box02__imageArea .leftBox .leftBox__linkArea .linkItem .linkItem__title {
  display: flex;
  align-items: center;
}
.sec01-3-box02 .sec01-3-box02__imageArea .leftBox .leftBox__linkArea .linkItem .linkItem__title .title {
  font-size: 21px;
  color: #fff;
  margin-left: 22px;
}
.sec01-3-box02 .sec01-3-box02__imageArea .rightBox {
  margin-left: 36px;
}
.sec01-3-box02 .sec01-3-box02__imageArea .rightBox .rightBox__catImage {
  position: relative;
}
.sec01-3-box02 .sec01-3-box02__imageArea .rightBox .rightBox__catImage .badge02 {
  position: absolute;
  top: calc(50% - 54px);
  right: -54px;
}
.sec01-3-box02 .sec01-3-box02__imageArea .rightBox .rightBox__linkArea {
  background-color: #604C3F;
  margin-top: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 246px;
  padding: 38px 30px 38px 44px;
  position: relative;
}

.sec01-3-box02 .sec01-3-box02__imageArea .rightBox .rightBox__linkArea .linkItem__arrow {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
}
.sec01-3-box02 .sec01-3-box02__imageArea .rightBox .rightBox__linkArea:hover {
  opacity: 0.7;
}
.sec01-3-box02 .sec01-3-box02__imageArea .rightBox .rightBox__linkArea .linkTitle__title {
  color: #fff;
  font-size: 21px;
}
.sec01-3-box02 .sec01-3-box02__imageArea .rightBox .rightBox__linkArea .linkTitle__text {
  color: #fff;
  font-size: 21px;
}
.sec01-3-box02 .sec01-3-box02__imageArea .rightBox .rightBox__linkArea .linkTitle__text span {
  font-size: 18px;
}
.sec01-3 .sec01-3__caution {
  font-size: 20px;
  color: #43A0B6;
  text-align: center;
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .sec01-3 .sec01-3__linkList {
    flex-direction: column;
    justify-content: flex-start;
  }
  .sec01-3 .sec01-3__linkList .linkItem + li {
    margin-left: 0;
    margin-top: 10px;
  }
  .sec01-3 .sec01-3__linkList .linkItem .linkItem__link {
    justify-content: space-between;
    width: 100%;
  }
  .sec01-3 .sec01-3__linkList .linkItem {
    width: 100%;
  }
  .sec01-3-box01 {
    margin-top: 40px;
    text-align: left;
  }
  .sec01-3-box02 .sec01-3-box02__imageArea {
    display: block;
  }
  .sec01-3-box02 .sec01-3-box02__imageArea .leftBox .leftBox__dogImage .badge01 {
    top: -40px;
    left: calc(50% - 40px);
    width: 80px;
  }
  .sec01-3-box02 .sec01-3-box02__imageArea .leftBox .leftBox__dogImage .image {
    width: 100%;
  }
  .sec01-3-box02 .sec01-3-box02__imageArea .leftBox .leftBox__linkArea .linkItem {
    width: 100%;
    height: auto;
  }
  .sec01-3-box02 .sec01-3-box02__imageArea .leftBox .leftBox__linkArea .linkItem .linkItem__title .title {
    font-size: 16px;
  }
  .sec01-3-box02 .sec01-3-box02__imageArea .rightBox {
    margin-left: 0;
    margin-top: 80px;
  }
  .sec01-3-box02 .sec01-3-box02__imageArea .rightBox .rightBox__catImage .badge02 {
    top: -40px;
    right: calc(50% - 40px);
    width: 80px;
  }
  .sec01-3-box02 .sec01-3-box02__imageArea .rightBox .rightBox__catImage .image {
    width: 100%;
  }
  .sec01-3-box02 .sec01-3-box02__imageArea .rightBox .rightBox__linkArea .linkTitle__text {
    font-size: 18px;
  }
  .sec01-3-box02 .sec01-3-box02__imageArea .rightBox .rightBox__linkArea .linkTitle__text span {
    font-size: 14px;
  }
  .sec01-3-box02 .sec01-3-box02__imageArea .rightBox .rightBox__linkArea {
    
    height: auto;
    padding: 38px 20px 38px 30px;
  }
  .sec01-3 .sec01-3__caution {
    font-size: 18px;
    margin-top: 20px;
  }
}

.sec02 {
  background: #43a0b6;
  padding: 70px 0 90px;
}
.sec02 .block {
  padding: 55px 0 40px;
  background: white;
}
.sec02 .reserve__btn {
  text-align: center;
  margin-top: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .sec02 {
    padding: 30px 0;
  }
  .sec02 .block {
    padding: 20px;
  }
}

.sec03 {
  padding: 60px 0 370px;
}
.sec03 .map {
  height: 300px;
  position: relative;
}
.sec03 .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec03 .clm2_1 > div + div {
  margin-top: 10px;
}
.sec03 .bnr {
  text-align: center;
  max-width: 690px;
  margin: 0 auto;
}
.sec03 .bnr > div {
  width: 345px;
  margin-top: 25px;
  padding: 0 12.5px;
}
.sec03 .sec03-calendar .sec03-calendar__title {
text-align: center;
margin-bottom: 45px;
}
.sec03 .sec03-calendar .sec03-calendar__caution {
  font-size: 20px;
  color: #B08756;
  text-align: center;
  margin-bottom: 85px;
}
.sec03 .sec03-calendar .sec03-calendar__googleCalendar {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .sec03 {
    padding: 30px 0 100px;
  }
  .sec03 .clm2_1 > div + div {
    margin-top: 20px;
  }
  .sec03 .sec03-calendar .sec03-calendar__caution {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .sec03 .sec03-calendar .sec03-calendar__googleCalendar {
    position: relative;
    margin-bottom: 40px;
  }
  .sec03 .sec03-calendar .sec03-calendar__googleCalendar iframe {
    width: 100%;
    /* height: 420px; */
    
  }
}
.section_bottom.sec04 {
  padding-bottom: 0;
}
.sec04 .block {
  background: white;
  padding: 50px 60px;
}
.sec04 .block ul {
  border-top: 1px dotted #ccc;
}
.sec04 .block ul li {
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}
.sec04 .block ul li span {
  display: inline-block;
}
.sec04 .block ul li span.date {
  margin-right: 30px;
}
.sec04 .block ul li span.cat {
  color: white;
  text-align: center;
  padding: 0 20px;
  margin-right: 10px;
  border-radius: 4px;
}
.sec04 .block ul li span.cat.cat01 {
  background: #42a0b6;
}
.sec04 .block ul li span.cat.cat02 {
  background: #604c3f;
}

.sec04 .border {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  line-height: 0;
}
.sec04 .border img {
  max-width: 100%;
  height: auto;
}
.sec04 .category-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 21px;
}

.sec04 .category-wrapper .category-title {
  font-size: 18px;
  color: #fff;
  flex-shrink: 0;
  margin-right: 30px;
}
.sec04 .category-list {
  width: 100%;
  max-width: 986px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sec04 .category-list .category-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 36px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .sec04 .category-wrapper {
    display: block;
  }
  .sec04 .category-wrapper .category-title {
    text-align: center;
    margin-right: 0;
  }
  .sec04 .category-list {
    padding: 0;
  }
  .sec04 .category-list .category-list__item {
    margin-right: 0;
  }
  .sec04 .block ul li span.date {
    margin-right: 10px;
  }
  .sec04 .category-list .category-list__item {
    margin-bottom: 5px;
  }
}
.sec04 .category-list .category-list__item:nth-child(6) {
  margin-right: 34px;
}
.sec04 .category-list .category-list__item a {
  color: #fff;
  /* font-weight: bold; */
  display: flex;
  align-items: center;
}
.sec04 .category-list .category-list__item a:hover {
  opacity: 0.7;
}
.sec04 .category-list .category-list__item .category-link .name {
  margin-left: 18px;
  font-size: 15px;
  letter-spacing: 0.05em;
}

.sec05 {
  background: #42a0b6;
  padding: 0 0 50px;
}
.sec05 .license-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sec05 .license-area .each-license {
  margin: 0 23px;
}
.sec05 .license-area .each-license .name {
  color: #fff;
  font-size: 26px;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.sec05 .license-area .each-license .detail {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 25px;
  max-width: 470px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
}
.sec05 .license-area .each-license .detail dt {
  border-right: solid 1px #b2b2b2;
  width: 168px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 13px;
  text-align: right;
}
.sec05 .license-area .each-license .detail dd {
  width: calc(100% - 168px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 14px;
}

@media only screen and (max-width: 767px) {
  .sec04 .block {
    padding: 20px;
  }
  .sec04 .block ul li span.text {
    display: block;
  }
  .sec04 .category-list .category-list__item {
    width: 100%;
  }
  .sec05 .license-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sec05 .license-area .each-license {
    margin-bottom: 30px;
  }
}

.mv {
  position: relative;
}
.mv .bx-prev,
.mv .bx-next {
  width: 60px !important;
  height: 60px !important;
  margin-top: 0 !important;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 30px) !important;
}
.mv .bx-prev:before,
.mv .bx-next:before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 20px;
}
.mv .bx-prev {
  left: 60px;
}
.mv .bx-prev:before {
  border-left: solid 2px #604c3f;
  border-top: solid 2px #604c3f;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 25px;
}
.mv .bx-next {
  right: 60px;
}
.mv .bx-next:before {
  border-right: solid 2px #604c3f;
  border-top: solid 2px #604c3f;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 25px;
}
.mv .bx-wrapper .bx-pager {
  bottom: 30px !important;
}
.mv .bx-wrapper .bx-pager a {
  background: #fff;
  margin: 0 7.5px !important;
}
.mv .bx-wrapper .bx-pager a.active {
  background: #43a0b6;
}

@media only screen and (max-width: 767px) {
  .mv .bx-prev,
  .mv .bx-next {
    width: 30px !important;
    height: 30px !important;
    top: calc(50% - 15px) !important;
  }
  .mv .bx-prev:before,
  .mv .bx-next:before {
    content: "";
    width: 10px;
    height: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 10px;
  }
  .mv .bx-prev {
    left: 25px;
  }
  .mv .bx-prev:before {
    border-left: solid 2px #604c3f;
    border-top: solid 2px #604c3f;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 15px;
  }
  .mv .bx-next {
    right: 25px;
  }
  .mv .bx-next:before {
    border-right: solid 2px #604c3f;
    border-top: solid 2px #604c3f;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 15px;
  }
  .mv .bx-wrapper .bx-pager {
    bottom: 15px !important;
  }
  .mv .bx-wrapper .bx-pager a {
    background: #fff;
    margin: 0 7.5px !important;
  }
  .mv .bx-wrapper .bx-pager a.active {
    background: #43a0b6;
  }
}

.caution_box {
  width: 350px;
  margin: 17px auto 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.caution {
  margin-bottom: 18px;
}

.m_q_data {
  margin-bottom: 53px;
}

@media only screen and (max-width: 480px) {
  .caution_box {
    width: 200px;
  }
  .credit {
    max-width: 80%;
  }
}