.sec01 {
  padding: 90px 0 118px;
}
.sec01 .sec01-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sec01 .sec01-box + div {
  margin-top: 90px;
}
.sec01 .sec01-box__title {
  margin-bottom: 45px;
}
.sec01 .sec01-box__text {
  font-size: 15px;
  text-align: center;
  line-height: 1.8;
}
.sec01 .sec01-box__telArea {
  display: flex;
  justify-content: center;
  margin-top: 33px;
}
.sec01 .sec01-box__telArea .telBtn {
  display: flex;
  align-items: center;
}
.sec01 .sec01-box__telArea .telBtn__text {
  font-size: 34px;
  margin-left: 15px;
}
.sec01 .sec01-box__contents {
  display: flex;
  margin-top: 75px;
}
.sec01 .sec01-box__contents .contentsImage {
  flex-shrink: 0;
}
.sec01 .sec01-box__contents .contentsText {
  margin-left: 52px;
  font-size: 15px;
  line-height: 1.8;
}
.sec01 .sec01-box__flowArea {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -32px;
  margin-right: -64px;
}
.sec01 .sec01-box__flowArea .flowItem {
  position: relative;
  width: 285px;
  margin-top: 32px;
  margin-right: 64px;
}
.sec01 .sec01-box__flowArea .flowItem__image {
  position: relative;
}
.sec01 .sec01-box__flowArea .flowItem__image::after {
  position: absolute;
  top: calc(50% - 12px);
  right: -40px;
  content: '';
  display: block;
  background: url(../imgs/arrow.svg) no-repeat;
  width: 16px;
  height: 24px;
}
.sec01 .sec01-box__flowArea .flowItem:nth-child(3n) .flowItem__image::after {
  display: none;
}
.sec01 .sec01-box__flowArea .flowItem__title {
  font-size: 18px;
  font-weight: bold;
  color: #43a0b6;
  margin-top: 18px;
  margin-bottom: 8px;
}
.sec01 .sec01-box__flowArea .flowItem__text {
  font-size: 15px;
}
.sec01 .sec01-box__flowArea .flowItem__text .telNumber {
  font-weight: bold;
}


@media only screen and (max-width: 767px) {
  .sec01 {
    padding: 40px 0;
  }
  .sec01 .sec01__text {
    font-size: 14px;
  }
  .sec01 .sec01-box + div {
    margin-top: 45px;
  }
  .sec01 .sec01-box__title {
    margin-bottom: 20px;
  }
  .sec01 .sec01__imageArea {
    display: block;
  }
  .sec01 .sec01__imageArea .imageItem {
    width: 100%;
  }
  .sec01 .sec01__imageArea .imageItem + div {
    margin-left: 0;
    margin-top: 30px;
  }
  .sec01 .sec01-box__text {
    font-size: 14px;
  }
  .sec01 .sec01-box__imageArea {
    display: block;
    margin-top: 30px;
  }
  .sec01 .sec01-box__imageArea .imageItem__image {
    width: 100%;
  }
  .sec01 .sec01-box__imageArea .imageItem + div {
    margin-left: 0;
    margin-top: 10px;
  }
  .sec01 .sec01-box__detailArea .detailTitle {
    display: block;
    text-align: center;
    font-size: 18px;
  }
  .sec01 .sec01-box__detailArea .detailTitle__small {
    font-size: 14px;
  }
  .sec01 .sec01-box__detailArea .detailTitle__moreSmall {
    font-size: 13px;
  }
  .sec01 .sec01-box__detailArea .detailTitle__caution {
    font-size: 14px;
    margin-left: 0;
  }
  .sec01 .sec01-box__detailArea .detailContents {
    padding: 20px;
  }
  .sec01 .sec01-box__detailArea .detailContents-box {
    padding: 20px;
  }
  .sec01 .sec01-box__detailArea .detailContents-box__title {
    font-size: 18px;
  }
  .sec01 .sec01-box__detailArea .detailContents-box__text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .sec01 .sec01-box__detailArea .detailContents-box__caution {
    font-size: 13px;
    margin-top: 15px;
  }
  .sec01 .sec01-box__detailArea .detailCaution {
    font-size: 14px;
    margin-top: 15px;
  }
  .sec01 .sec01-box__reviewArea .reviewItem {
    flex-direction: column;
  }
  .sec01 .sec01-box__reviewArea .reviewItem__textArea {
    margin-left: 0;
    margin-top: 20px;
  }
  .sec01 .sec01-box__reviewArea .reviewItem__textArea .title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .sec01 .sec01-box__reviewArea .reviewItem__textArea .text {
    font-size: 14px;
    line-height: 1.7;
  }
  .sec01 .sec01-box__reviewArea .reviewItem:nth-child(even) {
    flex-direction: column;
  }
  .sec01 .sec01-box__reviewArea .reviewItem + div {
    margin-top: 40px;
  }
  .sec01 .sec01-box__contents {
    display: block;
  }
  .sec01 .sec01-box__contents .contentsText {
    margin-left: 0;
    margin-top: 10px;
  }
  .sec01 .sec01-box__contents .contentsImage .image {
    width: 100%;
  }
  .sec01 .sec01-box__flowArea {
    display: block;
    margin-top: 0;
  margin-right: 0;
  }
  .sec01 .sec01-box__flowArea .flowItem {
    width: 100%;
  }
  .sec01 .sec01-box__flowArea .flowItem + div {
    margin-top: 45px;
  }
  .sec01 .sec01-box__flowArea .flowItem:not(:last-child)::after {
    position: absolute;
    bottom: -35px;
    left: calc(50% - 8px);
    transform: rotate(90deg);
    content: '';
    display: block;
    background: url(../imgs/arrow.svg) no-repeat;
    width: 16px;
    height: 24px;
  }
  .sec01 .sec01-box__flowArea .flowItem__image .image {
    width: 100%;
  }
  .sec01 .sec01-box__flowArea .flowItem__image::after {
    display: none;
  }
  .sec01 .sec01-box__flowArea .flowItem__title {
    margin-top: 10px;
  }
  .sec01 .sec01-box__flowArea .flowItem__text {
    margin-top: 10px;
  }
}
.sec02 {
  background: #43a0b6;
  padding: 86px 0 73px;
}
.sec02 .sec02__title {
  text-align: center;
  margin-bottom: 52px;
}
.sec02 .sec02-figArea {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sec02 .sec02-figArea .fig01 {
  
}
.sec02 .sec02-figArea .fig01__caution {
  font-size: 16px;
  color: #fff;
  width: 100%;
}
.sec02 .sec02-figArea .fig01__table {
  border-collapse: collapse;
  margin: 0 -5px;
}
.sec02 .sec02-figArea .fig01__table thead th {
  padding: 13px 5px;
  font-size: 18px;
  color: #fff;
}
.sec02 .sec02-figArea .fig01__table th,
.sec02 .sec02-figArea .fig01__table td {
  border: 5px solid#43a0b6;
}
.sec02 .sec02-figArea .fig01__table thead th.dogTitle {
  background-color: #604C3F;
  width: 460px;
}
.sec02 .sec02-figArea .fig01__table thead th.menuTitle {
  background-color: #B08756;
  width: 176px;
}
.sec02 .sec02-figArea .fig01__table tbody th {
  font-weight: normal;
  font-size: 17px;
  background-color: #fff;
  padding: 12px 10px 12px 38px;
  text-align: left;
}
.sec02 .sec02-figArea .fig01__table tbody td {
  background-color: #fff;
  font-size: 17px;
  padding: 10px;
  vertical-align: middle;
  text-align: center;

}
.sec02 .sec02-figArea .fig02 {
  background-color: #604C3F;
  color: #fff;
  padding: 31px 138px 45px;
  margin-top: 31px;
}
.sec02 .sec02-figArea .fig02__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 37px;
}
.sec02 .sec02-figArea .fig02-box01 {
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
}
.sec02 .sec02-figArea .fig02-box01__innerBox {
  background-color: #604C3F;
  margin: -1px 0 -1px;
  width: 96%;
  height: 101%;
  padding: 5px 70px;
}
.sec02 .sec02-figArea .fig02-box01__innerBox .menuList .menuList-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 17px;
}
.sec02 .sec02-figArea .fig02-box01__innerBox .menuList .menuList-item__name {
  width: 146px;
}
.sec02 .sec02-figArea .fig02-box01__innerBox .menuList .menuList-item__dot {
  /* margin-left: 14px; */
  width: 60px;
}
.sec02 .sec02-figArea .fig02-box01__innerBox .menuList .menuList-item__contents {
  /* margin-left: 19px; */
}
.sec02 .sec02-figArea .fig02__caution {
  margin-top: 24px;
  font-size: 17px;
}
.sec02 .sec02-figArea .fig02-box02 {
  margin-top: 37px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 17px 110px 24px;
}
.sec02 .sec02-figArea .fig02-box02__title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 19px;
}
.sec02 .sec02-figArea .fig02-box02 .etcMenuList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec02 .sec02-figArea .fig02-box02 .etcMenuList-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  
}
.sec02 .sec02-figArea .fig02-box02 .etcMenuList-item__cost {
  margin-left: 16px;
}
.sec02 .sec02-figArea .fig03 {
  margin-top: 26px;
}
.sec02 .sec02-figArea .fig03__caution {
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #fff;
}
.sec02 .sec02-figArea .fig03__table {
  border-collapse: collapse;
  margin: 0 -5px;
}
.sec02 .sec02-figArea .fig03__table th,
.sec02 .sec02-figArea .fig03__table td {
  border: 5px solid#43a0b6;
}
.sec02 .sec02-figArea .fig03__thead tr .optionTitle {
  background-color: #604C3F;
  color: #fff;
  width: 647px;
  padding: 17px 20px;
  font-size: 18px;
}
.sec02 .sec02-figArea .fig03__thead tr .costTitle {
  background-color: #B08756;
  color: #fff;
  width: 340px;
  padding: 17px 20px;
  font-size: 18px;
}
.sec02 .sec02-figArea .fig03__tbody tr td {
  padding: 17px 20px;
  background-color: #fff;
  font-size: 17px;
  /* text-align: center; */
  vertical-align: middle;
}
.sec02 .sec02-figArea .fig03__tbody tr .optionName {
  padding-left: 192px;
}
.sec02 .sec02-figArea .fig03__tbody tr .costData {
  padding-left: 123px;
}
.sec02 .sec02-bubble {
  border: 1px solid #fff;
  color: #fff;
  padding: 20px 77px;
  margin-top: 27px;
}
.sec02 .sec02-bubble__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 22px;
}
.sec02 .sec02-bubble__text {
  font-size: 15px;
  text-align: center;
}
.sec02 .sec02-service {
  color: #fff;
  margin-top: 64px;
}
.sec02 .sec02-service__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 22px;
}
.sec02 .sec02-service__text {
  font-size: 15px;
  text-align: center;
}
.sec02 .sec02__imageArea {
  display: flex;
  justify-content: center;
  margin-top: 31px;
}

@media only screen and (max-width: 767px) {
  .sec02 {
    padding: 40px 0;
  }
  .sec02 .sec02__title {
    margin-bottom: 30px;
  }
  .sec02 .sec02-boxArea {
    display: block;
    margin-top: 0;
  margin-right: 0;
  }
  .sec02 .sec02-boxArea__item {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 20px;
  }
  .sec02 .sec02-boxArea__item::before {
    position: absolute;
    bottom: -19px;
    left: 0;
    right: 0;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  .sec02 .sec02-boxArea__item + div {
    margin-top: 40px;
  }
  .sec02 .sec02-boxArea__item .classTitle {
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .sec02 .sec02-boxArea__item .classCostArea {
    font-size: 16px;
  }
  .sec02 .sec02-boxArea__item .classCostArea__caution {
    font-size: 14px;
  }
  .sec02 .sec02-boxArea__item .classTarget {
    margin-top: 10px;
  }
  .sec02 .sec02-boxArea__item .classTarget__title {
    font-size: 14px;
  }
  .sec02 .sec02-boxArea__item .classTarget__text {
    font-size: 14px;
  }
  .sec02 .sec02-boxArea__item .classContents {
    margin-top: 10px;
  }
  .sec02 .sec02-boxArea__item .classContents__title {
    font-size: 14px;
  }
  .sec02 .sec02-boxArea__item .classContents__text {
    font-size: 14px;
  }
  .sec02 .sec02-boxArea__item .classContents__caution {
    font-size: 14px;
  }
  .sec02 .sec02-boxArea__item .classText {
    font-size: 14px;
    margin-top: 10px;
  }
  .sec02 .sec02-figArea .fig-wrapper {
    overflow-x: auto;
    width: 100%;
  }
  .sec02 .sec02-figArea .fig01 {
    width: 710px;
  }
  .sec02 .sec02-figArea .fig01__caution {
    font-size: 14px;
  }
  .sec02 .sec02-figArea .fig01__table thead th {
    font-size: 12px;
    padding: 4px;
  }
  .sec02 .sec02-figArea .fig01__table thead th.dogTitle {
    width: 315px;
  }
  .sec02 .sec02-figArea .fig01__table thead th.menuTitle {
    width: 130px;
  }
  .sec02 .sec02-figArea .fig01__table tbody th {
    font-size: 12px;
    padding: 10px;
  }
  .sec02 .sec02-figArea .fig01__table tbody td {
    font-size: 12px;
    padding: 8px;
  }
  
  .sec02 .sec02-figArea .fig02 {
    padding: 20px;
    width: 100%;
  }
  .sec02 .sec02-figArea .fig02-box01__innerBox {
    padding: 5px 10px;
    width: 90%;
  }
  .sec02 .sec02-figArea .fig02__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .sec02 .sec02-figArea .fig02-box01__innerBox .menuList .menuList-item {
    display: block;
  }
  .sec02 .sec02-figArea .fig02-box01__innerBox .menuList .menuList-item {
    width: 100%;
  }
  .sec02 .sec02-figArea .fig02-box01__innerBox .menuList .menuList-item + li {
    margin-top: 10px;
  }
  .sec02 .sec02-figArea .fig02-box01__innerBox .menuList .menuList-item__name {
    font-weight: bold;
  }
  .sec02 .sec02-figArea .fig02-box01__innerBox .menuList .menuList-item__dot {
    display: none;
  }
  .sec02 .sec02-figArea .fig02-box01__innerBox .menuList .menuList-item__contents {
    font-size: 12px;
  }
  .sec02 .sec02-figArea .fig02__caution {
    font-size: 12px;
    margin-top: 10px;
  }
  .sec02 .sec02-figArea .fig02-box02 {
    padding: 20px;
    margin-top: 30px;
  }
  .sec02 .sec02-figArea .fig02-box02__title {
    font-size: 20px;
  }
  .sec02 .sec02-figArea .fig02-box02 .etcMenuList {
    display: block;
  }
  .sec02 .sec02-figArea .fig02-box02 .etcMenuList-item {
    width: 100%;
  }
  .sec02 .sec02-figArea .fig03__caution {
    font-size: 14px;
  }
  .sec02 .sec02-figArea .fig03 {
    width: 100%;
  }
  .sec02 .sec02-figArea .fig03__table {
    width: 100%;
  }
  .sec02 .sec02-figArea .fig03__thead tr .optionTitle {
    width: 66%;
    padding: 5px 10px;
  }
  .sec02 .sec02-figArea .fig03__thead tr .costTitle {
    width: 33%;
    padding: 5px 10px;
  }
  .sec02 .sec02-figArea .fig03__tbody tr td {
    font-size: 12px;
  }
  .sec02 .sec02-figArea .fig03__tbody tr .optionName {
    padding-left: 10px;
  }
  .sec02 .sec02-figArea .fig03__tbody tr .costData {
    padding-left: 10px;
  }
  .sec02 .sec02-bubble {
    padding: 20px;
  }
  .sec02 .sec02-bubble__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .sec02 .sec02-bubble__text {
    font-size: 14px;
  }
  .sec02 .sec02-service {
    margin-top: 20px;
  }
  .sec02 .sec02-service__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .sec02 .sec02-service__text {
    font-size: 14px;
  }
}
.sec03 {
  padding: 108px 0 370px;
}

.sec03 .btns {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
.sec03 .btns > div {
  padding: 0 25px;
}
.sec03 .sec03-cautionBox {
  background-color: #fff;
  border: 1px solid #727171;
  padding: 40px 48px 46px;
}
.sec03 .sec03-cautionBox__title {
  margin-bottom: 18px;
}
.sec03 .sec03-cautionBox__text {
  font-size: 15px;
}
.sec03 .sec03-cautionBox-list {
  margin-top: 36px;
}
.sec03 .sec03-cautionBox-list__item {
  display: flex;

}
.sec03 .sec03-cautionBox-list__item + li {
  margin-top: 14px;
}
.sec03 .sec03-cautionBox-list__item .checkImage {
  flex-shrink: 0;
}
.sec03 .sec03-cautionBox-list__item .cautionText {
  margin-left: 16px;
}
.sec03 .sec03-gallery {
  margin-top: 136px;
}
.sec03 .sec03-gallery__title {
  text-align: center;
  margin-bottom: 78px;
}
.sec03 .sec03-gallery__instagramArea {
  margin-top: -31px;
}
.sec03 .sec03-gallery__instagramArea #sb_instagram #sbi_images .sbi_item {
  margin-right: 2.5%!important;
  margin-top: 31px!important;
  width: 18%;
}
.sec03 .sec03-gallery__instagramArea #sb_instagram #sbi_images .sbi_item:nth-child(5n) {
  margin-right: 0!important;
}
.sec03 .sec03__btnArea {
  display: flex;
  justify-content: center;
  margin-top: 87px;
}
.sec03 .sec03__btnArea .viewMore {
  background-color: #43A0B6;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 409px;
  height: 46px;
  font-size: 18px;
  
}
@media only screen and (max-width: 767px) {
  .sec03 {
    padding: 40px 0 100px;
  }
  
  .sec03 .btns {
    display: block;
  }
  .sec03 .btns > div {
    padding: 0;
    text-align: center;
  }
  .sec03 .btns > div + div {
    margin-top: 20px;
  }
  .sec03 .sec03__title {
    margin-bottom: 20px;
  }
  .sec03 .sec03__title .image {
    width: 100%;
  }
  .sec03 .sec03__text {
    font-size: 14px;
  }
  .sec03 .sec03__imageArea {
    margin-top: 20px;
  }
  .sec03 .sec03-boxArea {
    padding: 20px;
  }
  .sec03 .sec03-boxArea__list .itemList__text {
    font-size: 14px;
    margin-left: 7px;
  }
  .sec03 .sec03-boxArea__list .itemList__image {
    margin-top: 3px;
    width: 15px;
    height: 15px;
  }
  .sec03 .sec03-cautionBox {
    padding: 20px;
  }
  .sec03 .sec03-cautionBox__text {
    font-size: 14px;
  }
  .sec03 .sec03-cautionBox-list__item .checkImage .image {
    width: 15px;
    height: 15px;
  }
  .sec03 .sec03-gallery {
    margin-top: 40px;
  }
  .sec03 .sec03-gallery__title {
    margin-bottom: 20px;
  }
  .sec03 .sec03__btnArea {
    margin-top: 40px;
  }
  .sec03 .sec03__btnArea .viewMore {
    width: 100%;
  }
  .sec03 .sec03-cautionBox-list__item .cautionText {
    margin-left: 8px;
  }
  .sec03 .sec03-gallery__instagramArea {
    margin-top: -20px;
    
  }
  .sec03 .sec03-gallery__instagramArea #sb_instagram #sbi_images .sbi_item {
    margin-right: 6%!important;
    margin-top: 20px!important;
    width: 47%;
  }
  .sec03 .sec03-gallery__instagramArea #sb_instagram #sbi_images .sbi_item:nth-child(5n) {
    margin-right: 5%!important;
  }
  .sec03 .sec03-gallery__instagramArea #sb_instagram #sbi_images .sbi_item:nth-child(2n) {
    margin-right: 0!important;
  }
}

/*# sourceMappingURL=index.css.map */
