@charset "UTF-8";
.Header_area {
  width: 1280px;
  margin: auto;
  background-color: #FFF;
}

.Header_area .-flex {
  display: flex;
  justify-content: space-between;
}

.Header_area .-left {
  min-width: 676px;
  margin: 20px;
}

.Header_log_figure a {
  transition: opacity 0.8s;
}
.Header_log_figure a:hover {
  opacity: 0.7;
}
.Header_log_figure .Header_log_img {
  margin: 0px 0px 0px 30px;
  padding: auto;
}

.Header_area .-right {
  min-width: 500px;
  margin: 20px 0px 20px 21px;
}

.Header_tel .-flex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.Header_tel_figure {
  min-width: 68px;
  margin-right: 19px;
}

.Header_tel_img {
  margin: 0 0 10px 0;
  padding: auto;
}

.Header_tel .-number {
  font-size: 50px;
  margin: 10px 1px 12px -55px;
  display: block;
  min-width: 400px;
}

.Header_tel .-text {
  font-size: 20px;
  margin: 0 103px 0 120px;
  text-align: left;
}
.Header_tel .-text span {
  font-size: 16px;
  margin-left: 25px;
}

nav {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.Nav_area {
  background-color: #00B49F;
  padding: 20px 0 20px 0;
  width: 1280px;
  margin: auto;
}

.Nav_ul {
  display: flex;
  justify-content: center;
}

.Nav_li {
  display: inline-block;
  font-size: 28px;
  color: #FFFFFF;
  border-left: double 1px #707070;
}
.Nav_li:last-child {
  border-right: double 1px #707070;
}
.Nav_li a {
  padding-bottom: 18px;
  padding-top: 18px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #00B49F;
}
.Nav_li a:hover {
  color: #336E3A;
  background-color: #D2FAE0;
}

.Footer_area {
  width: 1280px;
  margin: auto;
  background-color: white;
}

.Footer_sns {
  margin-right: 50px;
}
.Footer_sns a {
  transition: opacity 0.8s;
}
.Footer_sns a:hover {
  opacity: 0.7;
}

.Footer_sns .-flex {
  display: flex;
  justify-content: flex-end;
}

.Footer_sns_img {
  margin: 20px;
}
.Footer_sns_img.-TW {
  min-width: 85px;
}
.Footer_sns_img.-FB {
  min-width: 85px;
}
.Footer_sns_img.-LI {
  min-width: 85px;
}

.Footer_log {
  width: 400px;
  margin: 20px 0 20px 40px;
}

.Footer_menu {
  margin-bottom: 5px;
}

.Footer_menu.-flex {
  display: flex;
}

.Footer_log_figure a {
  transition: opacity 0.8s;
}
.Footer_log_figure a:hover {
  opacity: 0.7;
}

.Footer_nav_ul {
  display: flex;
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 16px;
}

.Footer_nav_link {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 20px;
  font-size: 16px;
}
.Footer_nav_link.-te-k {
  padding-right: 677px;
  margin-right: 40px;
}
.Footer_nav_link:hover {
  text-decoration: underline;
}

.Footer_bottom {
  background-color: #00B49F;
  color: white;
  text-align: center;
  padding: 5px 0 5px 0;
}

.index_header {
  position: relative;
  width: 1280px;
  text-align: center;
}

.index_header_figure {
  opacity: 0;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.index_header_figure.-front {
  position: absolute;
  min-width: 1280px;
  animation: lien-front 12s linear;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes lien-front {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.index_header_figure.-log {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: lien-log 6s linear forwards;
  animation-delay: 12s;
}

@keyframes lien-log {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.index_header_img.-back {
  width: 1280px;
}

.index_body {
  min-width: 1280px;
  background-color: #F4FAF7;
}

.index_message {
  position: relative;
  width: 1280px;
  background: url(../img/Lien_img/Leaf.png) center 3694px/1280px 220px no-repeat;
  margin: auto;
  padding-bottom: 250px;
}

.index_message_area.-left {
  text-align: center;
  min-width: 920px;
  margin: auto;
}
.index_message_area.-left .index_message_worries {
  margin-top: 300px;
  margin-bottom: 123px;
}
.index_message_area.-left h2 {
  display: block;
  font-size: 32px;
  margin-top: 150px;
  margin-bottom: 120px;
  display: inline-block;
}
.index_message_area.-left h2:nth-of-type(2) {
  border-bottom: medium solid #FDA705;
}
.index_message_area.-left h2:last-of-type {
  border-bottom: medium solid #FDA705;
}
.index_message_area.-left p {
  font-size: 28px;
  line-height: 160px;
}

.index_message_area.-right {
  width: 215px;
  margin-top: 277px;
  position: absolute;
  right: 50px;
  top: 0;
}

.twitter-timeline {
  margin-bottom: 150px;
}

.index_message_link_items {
  width: 215px;
  height: 75px;
  color: #FFF;
  font-size: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 35px 0 35px 0;
  transition: opacity 0.8s;
  text-align: center;
}
.index_message_link_items.-IN {
  background-color: #CF2E92;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}
.index_message_link_items.-FB {
  background-color: #3B5998;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}
.index_message_link_items:hover {
  opacity: 0.7;
}

.index_process {
  padding: 250px 0 250px 0;
  background: url(../img/Lien_img/Leaf.png) center -87px/1280px 220px no-repeat, url(../img/Lien_img/Leaf.png) center 1453px/1280px 220px no-repeat;
  background-color: #FFFBEF;
}

.index_process_area {
  padding: 250px 0 250px 0;
  text-align: center;
  background: url(../img/Lien_img/Leaf.png) center -87px/1280px 220px no-repeat, url(../img/Lien_img/Leaf.png) center 1547px/1280px 220px no-repeat;
  background-color: #FFFBEF;
  margin: auto;
}

.index_process_title {
  font-size: 35px;
  text-align: center;
  margin-bottom: 110px;
}

.index_process_list {
  width: 920px;
  margin: auto;
}

.index_process_item {
  font-size: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
.index_process_item img {
  width: 98px;
  height: 98px;
  margin-right: 30px;
}

.index_voice {
  background-color: #F4FAF7;
  min-width: 1280px;
}

.index_voice_area {
  background-color: #F4FAF7;
  padding: 250px 0 250px 0;
  text-align: center;
  background: url(../img/Lien_img/Leaf.png) center -87px/1280px 220px no-repeat, url(../img/Lien_img/Leaf.png) center 1513px/1280px 220px no-repeat;
}
.index_voice_area h2 {
  font-size: 35px;
  text-align: center;
  margin-bottom: 110px;
}

.index_voice_list {
  width: 920px;
  margin: auto;
}

.index_voice_item {
  margin: 40px 0 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 615px;
  height: 150px;
  background: #FFE3CB;
  text-align: center;
  padding: 10px;
  border: 5px solid #723A30;
  font-size: 30px;
}
.index_voice_item:after, .index_voice_item:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  left: 100%;
  top: 100%;
  border-color: rgba(114, 58, 48, 0);
}
.index_voice_item:nth-child(odd) {
  margin-left: 225px;
  border-radius: 14px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.index_voice_item:nth-child(odd):before {
  border-color: rgba(114, 58, 48, 0);
  border-top-width: 26px;
  border-bottom-width: 26px;
  transform: rotate(39deg);
  border-left-width: 39px;
  border-right-width: 45px;
  margin-top: -15px;
  margin-left: -21px;
  border-left-color: #723A30;
  transform: rotate(39deg);
}
.index_voice_item:nth-child(odd):after {
  transform: rotate(39deg);
  border-color: rgba(255, 227, 203, 0);
  border-top-width: 24px;
  border-bottom-width: 24px;
  border-left-width: 37px;
  border-right-width: 41px;
  margin-top: -18px;
  border-left-color: #FFE3CB;
  margin-left: -24px;
}
.index_voice_item:nth-child(even) {
  margin-left: 25px;
  border-radius: 14px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 35px;
}
.index_voice_item:nth-child(even):before {
  border-color: rgba(114, 58, 48, 0);
  border-top-width: 28px;
  border-bottom-width: 28px;
  border-left-width: 43px;
  border-right-width: 47px;
  margin-top: -23px;
  margin-left: -628px;
  border-left-color: #723A30;
  transform: rotate(28deg);
}
.index_voice_item:nth-child(even):after {
  transform: rotate(28deg);
  border-color: rgba(255, 227, 203, 0);
  border-top-width: 33px;
  border-bottom-width: 25px;
  border-left-width: 38px;
  border-right-width: 53px;
  margin-top: -29px;
  border-left-color: #FFE3CB;
  margin-left: -621px;
}

.index_opinion_area {
  padding: 250px 0 250px 0;
  min-width: 1280px;
  background: url(../img/Lien_img/Leaf.png) center -87px/1280px 220px no-repeat, url(../img/Lien_img/Leaf.png) center 883px/1280px 220px no-repeat;
  background-color: #FFFBEF;
}
.index_opinion_area p {
  font-size: 35px;
  line-height: 3.48;
  text-align: center;
  margin-bottom: 100px;
}

.btn {
  display: block;
  width: 575px;
  height: 125px;
  margin: 0 auto 0 auto;
  font-size: 40px;
  color: #fff;
  line-height: 125px;
  border: 1px solid #707070;
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #fff;
  z-index: 0;
  border-radius: 60px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
}
.btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  transition: 0.5s;
  background: linear-gradient(to bottom, #AAF8DD 20%, #76DBC4 40%, #1BCB87 60%, #13A76E 80%);
  border-radius: 60px;
}
.btn:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  background: linear-gradient(to bottom, #AAF8DD 10%, #76DBC4 20%, #1BCB87 30%, #0BA86C 40%, #039A60 50%, #13A76E 60%, #1BCB87 70%, #76DBC4 80%, #AAF8DD 90%);
  border-radius: 60px;
}
.btn:hover:before {
  opacity: 0;
}

.btn.-tools {
  border-radius: 0;
  margin-top: 150px;
  margin-bottom: 257px;
}
.btn.-tools::before {
  border-radius: 0;
}
.btn.-tools::after {
  border-radius: 0;
}

.access {
  background-color: #F4FAF7;
  width: 1280px;
  margin: auto;
}

.access_area {
  background-color: #F4FAF7;
  text-align: center;
  padding: 250px 0 250px 0;
  margin: 0 auto 0 auto;
  background: url(../img/Lien_img/Leaf.png) center -85px/1280px 220px no-repeat, url(../img/Lien_img/Leaf.png) center 1463px/1280px 220px no-repeat;
}
.access_area h2 {
  font-size: 35px;
  margin-bottom: 110px;
  margin-right: auto;
}
.access_area p {
  font-size: 26px;
  margin-top: 57px;
}

.access_area.-info {
  background: none;
}

body {
  position: relative;
}

.info {
  width: 1280px;
  background-color: #F4FAF7;
  background-color: 0;
  margin: auto;
}

.info_massage {
  width: 1280px;
  margin: auto;
  color: #4D4D4D;
}

.info_massage_area {
  width: 1200px;
  margin: 100px auto 0 auto;
}
.info_massage_area h2 {
  text-align: center;
  font-size: 35px;
  margin-bottom: 60px;
  margin-top: 245px;
}
.info_massage_area p {
  font-size: 26px;
  text-align: left;
  margin-left: 82px;
}

.info_massage_name {
  padding: 100px 75px 100px 0;
  -moz-text-align-last: right;
       text-align-last: right;
}

.info_massage_log {
  margin-left: 56%;
  margin-right: 40%;
}

.info_company {
  width: 1280px;
  margin: auto;
}

.info_company_area {
  width: 920px;
  margin: auto;
  font-size: 24px;
  text-align: left;
}
.info_company_area h2 {
  text-align: center;
  font-size: 35px;
  margin-bottom: 60px;
  margin-top: 200px;
}
.info_company_area dl {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  border-bottom: none;
  font-size: 24px;
}
.info_company_area dt {
  background-color: #fff;
  padding: 20px 20px 20px 30px;
  width: 190px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.info_company_area dd {
  padding: 20px 20px 20px 30px;
  width: calc(95% - 145px);
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: arial, sans-serif;
}

.wrapper {
  width: 1280px;
  margin: auto;
}

.top_page {
  position: sticky;
  margin-left: auto;
  bottom: 30px;
  width: 143px;
  height: 116px;
  background-color: #139884;
  cursor: pointer;
  border: 1px solid #707070;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.top_page:hover {
  background-color: #76EBDA;
}
.top_page a {
  width: 143px;
  height: 116px;
}
.top_page a::before {
  content: "";
  display: block;
  border-top: 6px solid #fff;
  border-right: 6px solid #fff;
  width: 35%;
  height: 45%;
  top: 40%;
  left: 35%;
  margin: auto;
  position: absolute;
  transform: rotate(-45deg);
}
.top_page a:hover {
  text-decoration: none;
  color: #574D4D;
}
.top_page a:hover::before {
  content: "";
  display: block;
  border-top: 6px solid #574D4D;
  border-right: 6px solid #574D4D;
  width: 35%;
  height: 45%;
  top: 40%;
  left: 35%;
  margin: auto;
  position: absolute;
  transform: rotate(-45deg);
}

/* 共通パーツ */
body {
  margin: auto;
  width: 1280px;
  text-align: center;
  color: #4D4D4D;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #F4FAF7;
}

/* Wrapper */
.Wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.scrollBox table {
  margin: 0;
}

.scrollBox pre {
  margin: 0;
}

.faq_box {
  width: 1280px;
  background-color: #F4FAF7;
  margin: auto;
  padding: 300px 0 300px 0;
  text-align: center;
}

.faq_inner {
  margin: auto;
  padding: auto;
}

.faq-list {
  width: 950px;
  height: 320px;
  margin: 50px;
  padding: 450px;
}

.c-accordion {
  width: 100%;
  max-width: 807px;
  margin: -38px auto 105px auto;
  border: 4px solid #723A30;
  border-radius: 10px;
  border-width: 4px;
  font-size: 24px;
  text-align: left;
}
.c-accordion_ttl {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8xIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MCA0NSI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSwgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZjU4MzNjOwogICAgICB9CgogICAgICAuY2xzLTMgewogICAgICAgIGZpbGw6ICM2MDM4MTM7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgc3Ryb2tlOiAjNjAzODEzOwogICAgICAgIHN0cm9rZS1taXRlcmxpbWl0OiAxMDsKICAgICAgICBzdHJva2Utd2lkdGg6IDRweDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPGc+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMC4zMDA1NCwxLjk5OTk3aDI5LjM5ODkzYzQuNTgxMzMsMCw4LjMwMDc4LDMuNzE5NDYsOC4zMDA3OCw4LjMwMDc4djI0LjM5ODkzYzAsNC41ODEzMy0zLjcxOTQ2LDguMzAwNzgtOC4zMDA3OCw4LjMwMDc4SDEwLjMwMTAzYy00LjU4MTMzLDAtOC4zMDA3OC0zLjcxOTQ2LTguMzAwNzgtOC4zMDA3OFYxMC4zMDAyNkMyLjAwMDI0LDUuNzE5MjEsNS43MTk0OCwxLjk5OTk3LDEwLjMwMDU0LDEuOTk5OTdaIi8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0zOS42OTk0LDRjMy40NzQxOCwwLDYuMzAwNiwyLjgyNjQ1LDYuMzAwNiw2LjMwMDZ2MjQuMzk4OGMwLDMuNDc0MTUtMi44MjY0Miw2LjMwMDYtNi4zMDA2LDYuMzAwNkgxMC4zMDA2Yy0zLjQ3NDE1LDAtNi4zMDA2LTIuODI2NDUtNi4zMDA2LTYuMzAwNlYxMC4zMDA2YzAtMy40NzQxNSwyLjgyNjQ1LTYuMzAwNiw2LjMwMDYtNi4zMDA2aDI5LjM5ODhtMC00SDEwLjMwMDZDNC42MTE3MiwwLDAsNC42MTE3MiwwLDEwLjMwMDZ2MjQuMzk4OGMwLDUuNjg4ODcsNC42MTE3MiwxMC4zMDA2LDEwLjMwMDYsMTAuMzAwNmgyOS4zOTg4YzUuNjg4ODQsMCwxMC4zMDA2LTQuNjExNzIsMTAuMzAwNi0xMC4zMDA2VjEwLjMwMDZjMC01LjY4ODg3LTQuNjExNzYtMTAuMzAwNi0xMC4zMDA2LTEwLjMwMDZoMFoiLz4KICA8L2c+CiAgPGxpbmUgY2xhc3M9ImNscy0yIiB4MT0iMTAuODgxNyIgeTE9IjIyLjUiIHgyPSIzOC40NjE1OCIgeTI9IjIyLjUiLz4KICA8bGluZSBjbGFzcz0iY2xzLTIiIHgxPSIyNSIgeTE9IjguNzEwMDYiIHgyPSIyNSIgeTI9IjM2LjI4OTk0Ii8+Cjwvc3ZnPg==");
  background-position: right 22px center;
  background-size: 42px;
  background-color: #FFE3CB;
  background-repeat: no-repeat;
  border-radius: 5px 5px 4px 4px;
  list-style: none;
  padding: 27px;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  overflow: hidden;
}
.c-accordion[open] .c-accordion_ttl {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8xIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MC4wMDAwMyA0NSI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2Y1ODMzYzsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjNjAzODEzOwogICAgICB9CgogICAgICAuY2xzLTMgewogICAgICAgIGZpbGw6ICNmZmY7CiAgICAgICAgc3Ryb2tlOiAjNjAzODEzOwogICAgICAgIHN0cm9rZS1taXRlcmxpbWl0OiAxMDsKICAgICAgICBzdHJva2Utd2lkdGg6IDRweDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPGc+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMC4zMDA1NywxLjk5OTg4aDI5LjM5ODQ0YzQuNTgxMzMsMCw4LjMwMDc4LDMuNzE5NDYsOC4zMDA3OCw4LjMwMDc4djI0LjM5ODQ0YzAsNC41ODEzMy0zLjcxOTQ2LDguMzAwNzgtOC4zMDA3OCw4LjMwMDc4SDEwLjMwMDA4Yy00LjU4MTA2LDAtOC4zMDAyOS0zLjcxOTI0LTguMzAwMjktOC4zMDAyOVYxMC4zMDA2NkMxLjk5OTc5LDUuNzE5MzMsNS43MTkyNCwxLjk5OTg4LDEwLjMwMDU3LDEuOTk5ODhaIi8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zOS42OTk0Myw0YzMuNDc0MTgsMCw2LjMwMDYsMi44MjY0NSw2LjMwMDYsNi4zMDA2djI0LjM5ODgzYzAsMy40NzQxNS0yLjgyNjQyLDYuMzAwNTctNi4zMDA2LDYuMzAwNTdIMTAuMzAwNTdjLTMuNDc0MTIsMC02LjMwMDU0LTIuODI2NDItNi4zMDA1NC02LjMwMDU3VjEwLjMwMDZjMC0zLjQ3NDE1LDIuODI2NDItNi4zMDA2LDYuMzAwNTQtNi4zMDA2aDI5LjM5ODg2bTAtNEgxMC4zMDA1N0M0LjYxMTcyLDAsMCw0LjYxMTc2LDAsMTAuMzAwNnYyNC4zOTg4M2MwLDUuNjg4ODQsNC42MTE3MiwxMC4zMDA1NywxMC4zMDA1NywxMC4zMDA1N2gyOS4zOTg4NmM1LjY4ODg0LDAsMTAuMzAwNi00LjYxMTcyLDEwLjMwMDYtMTAuMzAwNTdWMTAuMzAwNmMwLTUuNjg4ODQtNC42MTE3Ni0xMC4zMDA2LTEwLjMwMDYtMTAuMzAwNmgwWiIvPgogIDwvZz4KICA8bGluZSBjbGFzcz0iY2xzLTMiIHgxPSIxMC44ODE3IiB5MT0iMjIuNTAwMDEiIHgyPSIzOC40NjE1OCIgeTI9IjIyLjUwMDAxIi8+Cjwvc3ZnPg==");
}
.c-accordion_txt {
  padding: 32px;
  padding-top: 0;
  margin-top: 0;
  background-color: #FFE3CB;
  border-radius: 0 0 10px 10px;
  /* 左上、右上、右下、左下 */
  font-size: 20px;
}

.oponion_box {
  width: 1280px;
  position: relative;
  text-align: center;
  background-color: #F4FAF7;
  margin-bottom: 100px;
}

.oponion_inner {
  margin: 0;
  padding: 0;
}

.message1 {
  font-size: 30px;
  margin: 0px;
  padding: 270px 50px 50px 50px;
}

.message {
  font-size: 30px;
  margin: 50px;
  padding: 150px 50px 50px 50px;
}

.message2 {
  font-size: 28px;
  margin: 50px;
  padding: 150px 50px 150px 50px;
}

.message {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.message.on {
  transform: translateY(0);
  opacity: 5;
}

.message1 {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.message1.on {
  transform: translateY(0);
  opacity: 1;
}

.message2 {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.message2.on {
  transform: translateY(0);
  opacity: 5;
}

.frame {
  width: 1050px;
  height: auto;
  position: relative;
}

.information {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  font-size: 27px;
  top: 88%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 100px;
  z-index: 1;
}
.information .contact {
  font-size: 45px;
  margin: 70px 30px -37px 30px;
  padding: 15px;
}
.information .linkhover {
  display: inline-block;
  transition: 0.3s;
  transform: scale(1);
}
.information .linkhover:hover {
  transform: scale(1.1);
}
.information .tel {
  display: flex;
  margin: 10px;
  padding: 5px;
  height: 100px;
}
.information .tel_icon {
  width: 150px;
  height: 100px;
  margin: 10px 0 10px 0;
}
.information .tel_number {
  font-size: 60px;
  margin: 25px 18px 0 18px;
  padding: 3px;
  font-weight: bold;
}
.information .mail {
  display: flex;
  margin: 10px;
  padding: 10px;
  height: 50px;
}
.information .mail_icon {
  width: 120px;
  height: 70px;
  margin: 10px 5px 0px 10px;
  padding: 0px;
}
.information .address {
  margin: 28px 23px 0 38px;
  padding-top: 0px;
  font-weight: bold;
}
.information .fax {
  display: flex;
  margin: 10px;
  padding: 10px;
  height: 50px;
  font-weight: bold;
}
.information .blank {
  padding: 0;
  margin: 28px 0px 10px 40px;
}
.information .fax_number {
  margin: 28px 0 10px 80px;
}
.information .time {
  margin: 50px;
  padding: auto;
}
.information .opening_hours {
  text-align: left;
  margin: 5px;
  padding: auto;
}
.information .regular_holiday {
  text-align: left;
  margin: 5px;
  padding: auto;
}

.img_box {
  width: 1280px;
  background-color: #F4FAF7;
  margin: auto;
  padding: auto;
  text-align: center;
}

.img_inner {
  padding: 80px 50px 350px 50px;
  margin: auto;
}

.rental_title {
  font-size: 35px;
  margin: 170px 0 35px 0;
}

.rental_list {
  margin: 0px 5px 30px 25px;
  display: flex;
}

.specific_title {
  font-size: 35px;
  margin: 310px 0 35px 0;
}

.specific_title2 {
  font-size: 26px;
  margin: 0 100px 0 100px;
}

.specific_list {
  margin: 0px 5px 30px 5px;
  display: flex;
}

.popular_title {
  font-size: 35px;
  margin: 310px 10px 35px 10px;
}

.popular_list {
  margin: 0 5px 30px 5px;
  display: flex;
}

.vertical {
  flex-direction: column;
  margin: 80px 50px 50px 50px;
}

.img_title {
  font-size: 20px;
  text-align: left;
  margin: 0 0 40px 0;
}

.item_img {
  width: 280px;
  height: 280px;
  border: 2px solid #146E04;
  -o-object-fit: fill;
     object-fit: fill;
  padding: auto;
  overflow: hidden;
  cursor: pointer;
}

.linkhover2 {
  background-color: #FFFFFF;
  width: 20px;
  height: 100px;
  align-items: center;
  justify-content: center;
}

.linkhover2:hover {
  opacity: 0.6;
}

.text_area {
  margin: 300px 0 30px 0;
}
.text_area .guidance_title {
  font-size: 40px;
  margin: 180px 0 5px 0;
  padding: 10px;
}
.text_area .guidance {
  font-size: 30px;
  margin: 5px 0 30px 0;
  padding: 10px;
}
.text_area .guidance_title2 {
  font-size: 40px;
  margin-top: 170px;
  padding: 0px;
}
.text_area .guidance2 {
  font-size: 28px;
  margin: 0 50px 0 0;
  padding: auto;
}
.text_area .guidance_title3 {
  font-size: 28px;
  margin: 174px 0 17px 0;
}
.text_area .guidance3 {
  font-size: 23px;
  margin: auto;
  padding: auto;
}

.table_area .fee_title {
  font-size: 35px;
  margin: 260px 10px 110px 10px;
}
.table_area .fee {
  border-collapse: collapse;
  background: white;
  width: 900px;
  height: 300px;
  margin: auto;
  padding: auto;
}
.table_area .fee tr {
  font-size: 30px;
}
.table_area .fee th {
  border: 1px solid #707070;
  text-align: center;
  margin: auto;
  padding: 27px;
  font-size: 30px;
}
.table_area .fee td {
  border: 1px solid #707070;
  text-align: right;
  margin: auto;
  padding: 25px 197px 25px 58px;
  font-size: 30px;
}
.table_area .load {
  font-size: 28px;
  margin: 110px 60px 240px 60px;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox .img img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.main_header {
  position: relative;
  width: 1280px;
  margin: auto;
}

.main_header_img.-back {
  width: 1280px;
}

.main_header_1_img {
  position: absolute;
  text-align: center;
  height: 66px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main_header_2_img {
  position: absolute;
  text-align: center;
  height: 66px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main_header_3_img {
  position: absolute;
  text-align: center;
  height: 66px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main_header_4_img {
  position: absolute;
  text-align: center;
  height: 66px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}/*# sourceMappingURL=style.css.map */