html {
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    游ゴシック, "Yu Gothic", sans-serif;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-size: 0.95em;
  font-weight: 100;
  line-height: 1.8em;
  letter-spacing: 0.06em;
  min-height: -webkit-fill-available;
  overflow-x: hidden;
  transform-origin: center top;
}

a {
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.6;
  transition: 0.3s ease-in-out;
}

.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: rgb(255, 255, 255);
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border-width: 0.1em 0.1em 0px 0px;
  border-style: solid solid none none;
  border-color: currentcolor;
  border-image: none;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-left: 5px;
  margin-bottom: 5px;
}

.forest_yoyaku {
  position: fixed;
  z-index: 1;
  bottom: 50px;
  right: 20px;
  width: 250px;
}

.forest_yoyaku img {
  width: 100%;
}

.yoyakubtn,
a.yoyakubtn,
button.yoyakubtn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: fixed;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  transition: 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: rgb(33, 37, 41);
  border-radius: 0.5rem;
  bottom: 5%;
  right: 2%;
  z-index: 999;
}

a.btn--orange {
  color: rgb(255, 255, 255);
  background-color: rgb(219, 130, 110);
}

a.btn--orange:hover {
  color: rgb(255, 255, 255);
  background: rgb(219, 130, 110);
}

a.btn--shadow {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 5px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 5px;
}

a.btn--circle {
  border-radius: 50%;
  line-height: 120px;
  width: 120px;
  height: 120px;
  padding: 0px;
  font-size: 1.3em;
}

.firstvew {
  position: relative;
}

.hamburger {
  margin: 0px auto;
  width: 100%;
  max-width: 900px;
  display: flex;
  justify-content: space-between;
}

.hamburger .btn-gNav {
  position: fixed;
  top: 5%;
  right: 2%;
  width: 30px;
  height: 24px;
  z-index: 999;
  box-sizing: border-box;
  cursor: pointer;
  transition: 400ms;
}

.hamburger .btn-gNav span {
  position: absolute;
  width: 100%;
  height: 4px;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  transition: 400ms;
}

.hamburger .btn-gNav span.invert {
  background: rgb(0, 26, 93);
}

.hamburger .ocean span.invert {
  background: rgb(59, 92, 177);
}

.hamburger .forest span.invert {
  background: rgb(56, 92, 0);
}

.hamburger .btn-gNav span:nth-child(1) {
  top: 0px;
}

.hamburger .btn-gNav span:nth-child(2) {
  top: 10px;
}

.hamburger .btn-gNav span:nth-child(3) {
  top: 20px;
}

.hamburger .btn-gNav.open span:nth-child(1) {
  background: rgb(255, 255, 255);
  top: 6px;
  transform: rotate(-45deg);
}

.hamburger .btn-gNav.open span:nth-child(2),
.hamburger .btn-gNav.open span:nth-child(3) {
  top: 6px;
  background: rgb(255, 255, 255);
  transform: rotate(45deg);
}

.gNav .gNav-menu li {
  width: 86%;
  padding: 15px;
}

.gNav .gNav-menu li {
  margin: 0px auto;
  padding: 0px 5px;
  color: rgb(255, 255, 255);
  font-weight: 700;
}

.btn-gNav {
  display: block;
}

.gNav {
  position: fixed;
  top: 0px;
  right: -100%;
  width: 30%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  box-sizing: border-box;
  z-index: 998;
  padding-top: 50px;
  transition: 0.3s;
}

.gNav.open {
  right: 0px;
}

.btn-gNav.open span {
  background: rgb(255, 255, 255);
}

.gNav .gNav-menu {
  padding: 0px;
  width: 100%;
  height: 100%;
  display: block;
  flex-direction: column;
  text-align: center;
}

.gNav .gNav-menu li {
  width: 86%;
  padding: 15px;
}

.dropdown-menu {
  display: none;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.dropdown-menu li {
  padding: 10px;
}

.dropdown-menu.open {
  display: block;
  animation: 0.5s ease-in-out slideDown;
}

@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.pagetop-firstview {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.pagetop-firstview img {
  width: 100%;
}

.secondpage {
  height: 30vh;
}

.secondpage img {
  width: 100%;
}

.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 150%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

.overlay::after {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}

.firstview_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.pagetop {
  top: 40vh;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.pagetopforest {
  color: rgb(56, 92, 0) !important;
}

.pagetop_2 {
  top: 15vh;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.content_title {
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
  color: rgb(59, 92, 177);
}

.forestpage {
  color: rgb(56, 92, 0) !important;
}

.samearea {
  margin-top: -100px !important;
}

.content_title span {
  display: block;
  font-size: 1.4em;
  color: rgb(0, 0, 0);
  line-height: 1.4em;
  font-weight: 600;
}

h1.logo {
  padding: 0px 50px;
  text-align: center;
}

.logo p {
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3em;
  color: rgb(255, 255, 255);
  line-height: 1.4em;
}

.logo span {
  display: block;
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2em;
  color: rgb(255, 255, 255);
  line-height: 1.2em;
  margin-bottom: 1em;
}

.logo img {
  width: 20%;
}

.scroll {
  position: absolute;
  font-size: 13px;
  writing-mode: vertical-rl;
  top: 85%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: rgb(255, 255, 255);
}

.scroll::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: rgb(255, 255, 255);
  right: 50%;
  bottom: -115px;
  transform: translateX(-50%);
  width: 1px;
  height: 100px;
  animation: 1.5s infinite scroll;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0px 0px;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0px 0px;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0px 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0px 100%;
  }
}

.section_wrap {
  width: 100vw;
}

.section_inner {
  padding: 80px 0px;
  width: 80%;
  margin: 0px auto;
  text-align: center;
}

.text_white {
  color: rgb(255, 255, 255) !important;
}

.toppagecolor {
  background: url("/img/concept_bg.png") center center / cover;
}

.bonfirepage {
  background: url("/img/pl_forest1_b.jpg") center center / cover;
}

.bold {
  font-weight: 700;
  color: rgb(92, 17, 0);
}

.firepot {
  width: 20%;
  margin-bottom: 50px;
}

h2.title {
  position: relative;
  display: inline-block;
  padding: 0px 55px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3em;
}

h2.title::before,
h2.title::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

h2.white_ver::before,
h2.white_ver::after {
  background-color: rgb(255, 255, 255) !important;
}

h2.title::before {
  left: 0px;
}

h2.title::after {
  right: 0px;
}

.subtitle {
  display: block;
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.3em;
  line-height: 4em;
}

.contept_text {
  padding: 40px;
  font-size: 1.4em;
  line-height: 1.7em;
}

.concept_bg_right img {
  position: absolute;
  width: 30%;
  right: 0%;
}

.concept_bg_left img {
  position: absolute;
  width: 25%;
  left: 0%;
  bottom: -55%;
}

.subtitle1 {
  font-size: 2em;
  line-height: 1.5em;
  color: rgb(0, 26, 93);
}

.contacttitle {
  margin-bottom: 30px;
  color: rgb(0, 26, 93) !important;
}

.subtitle2 {
  font-size: 2em;
  line-height: 1.5em;
  color: rgb(0, 0, 0);
}

.section_logo {
  width: 100%;
  margin-top: 20px;
}

.section_logo img {
  width: 15%;
}

.shisetsu_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 50px;
}

.shisetsu_box {
  width: 40%;
}

.shisetsu_box_inner {
  position: relative;
  margin-bottom: 80px;
}

.shisetsu_box_inner img {
  width: 100%;
}

.shisetsu_img {
  border-radius: 10px;
}

.shisetsu_textbox {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgb(255, 255, 255);
  padding: 10px 20px;
  width: 60%;
  text-align: left;
  border-radius: 0px 10px 0px 0px;
}

.shisetsu_title1 {
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
}

.shisetsu_title2 {
  font-weight: 700;
  font-style: normal;
  font-size: 1.7em;
}

.blue {
  color: rgb(59, 92, 177);
}

.green {
  color: rgb(56, 92, 0);
}

.shisetsu_sns {
  display: flex;
  justify-content: left;
  margin-top: 10px;
}

.shisetsu_sns_icon {
  width: 10%;
  margin-right: 5%;
}

.shisetsu_link {
  position: absolute;
  bottom: 25px;
  right: 25px;
}

p.white a {
  color: rgb(255, 255, 255);
}

.textlink a {
  position: relative;
  text-decoration: none;
  font-weight: 700;
}

.photogallery_link {
  font-size: 1em;
}

.photogallery_link .photo_icon {
  width: 25px;
  position: inherit;
  margin-right: 3px;
}

.textlink07 a {
  padding-right: 50px;
}

.textlink07 a::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 0px;
  transform: rotate(30deg);
  width: 12px;
  height: 1px;
  background-color: rgb(0, 0, 0);
}

.white a::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 0px;
  transform: rotate(30deg);
  width: 12px;
  height: 1px;
  background-color: rgb(255, 255, 255);
}

.textlink07 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 40px;
  height: 1px;
  background-color: rgb(0, 0, 0);
}

.white a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 40px;
  height: 1px;
  background-color: rgb(255, 255, 255);
}

.faci_text_img {
  width: 30%;
  margin: 10px auto 0px;
}

.btn {
  color: rgb(255, 255, 255);
  background: rgb(0, 26, 93);
  padding: 15px 40px;
  font-weight: 600;
  font-size: 1em;
  width: 300px;
  display: block;
  margin: 0px auto 40px;
}

.btn_radius {
  border-radius: 100vh;
}

.btn_ocean {
  background-color: rgb(59, 92, 177);
}

.btn_forest {
  background-color: rgb(56, 92, 0);
}

.btn_common {
  background-color: rgb(0, 26, 93);
}

.btn_furusato {
  background-color: #3e7652;
}

.container {
  width: 100%;
  height: 480px;
  background-size: 150% auto;
  background-position: center top;
  background-attachment: fixed;
}

.container .prize {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 2em;
  color: rgb(255, 255, 255);
  font-weight: 600;
  width: 80%;
}

.container .prize span {
  font-size: 1.4em;
}

.prizeimg {
  width: 10%;
  margin: 0px auto 40px;
}

.prizeimg img {
  width: 100%;
}

.pl_top1 {
  background-image: url("../img/pl_top1.jpg");
  background-size: 100% auto;
}

.pl_top2 {
  background-image: url("../img/pl_top2.jpg");
  background-size: 100% auto;
}

.pl_bonfire1 {
  background-image: url("../img/pl_bonfire1.jpg");
  background-size: 100% auto;
}

.pl_ocean1 {
  background-image: url("../img/pl_ocean1.jpg");
  background-size: 100% auto;
  position: relative;
}

.pl_forest1 {
  background-image: url("../img/pl_forest1.jpg");
  background-size: 100% auto;
  position: relative;
}

.pl_ocean2 {
  background-image: url("../img/pl_ocean2.jpg");
  background-size: 100% auto;
}

.pl_forest2 {
  background-image: url("../img/pl_forest2.jpg");
  background-size: 100% auto;
}

.pl_ocean3 {
  background-image: url("../img/pl_ocean3.jpg");
  background-size: 100% auto;
}

.pl_forest3 {
  background-image: url("../img/pl_forest3.jpg");
  background-size: 100% auto;
}

.colored {
  background: rgb(231, 230, 234);
}

.photogallery_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  height: 100px;
}

.photogallery_inner {
  width: 60%;
}

.photogallery_box {
  width: 50%;
  position: relative;
}

.photogallery_box img {
  width: 320px;
  position: absolute;
  top: -120px;
  left: 0px;
}

.photogallery_text {
  text-align: left;
  position: absolute;
  top: -30px;
  right: 0px;
}

.photogallery_link {
  text-align: right;
  margin-top: 20px;
}

.topmenu_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 5%;
}

.topmenu_box {
  width: 31%;
  position: relative;
  margin-bottom: 3%;
  margin-right: 3%;
}

.topmenu_text {
  font-size: 1.2em;
  font-weight: 700;
  color: rgb(255, 255, 255);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.topmenu_box img {
  width: 100%;
  border-radius: 10px;
}

.text_waku {
  margin-top: 40px;
  background: rgb(59, 92, 177);
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 1.3em;
  line-height: 1.5em;
  padding: 40px;
  border-radius: 10px;
}

.forest_waku {
  background-color: rgb(56, 92, 0) !important;
}

.tyuui_waku {
  background-color: rgb(0, 29, 91) !important;
}

.feature_wrap {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin-top: 50px;
}

.feature_box {
  width: 20%;
  margin: 2.5%;
}

.feature_box_inner {
  position: relative;
}

.feature_box_inner img {
  width: 100%;
}

.feature_icon {
  position: absolute;
  background: rgb(255, 255, 255);
  width: 30%;
  bottom: -20%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.feature_icon img {
  width: 100%;
  padding: 10px;
}

.feature_img {
  border-radius: 120px;
}

.feature_box p {
  margin-top: 40px;
  font-weight: 600;
}

.plan_wrap {
  margin-bottom: 50px;
}

.plan_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-top: 50px;
}

.plan_img {
  width: 50%;
}

.plan_img img {
  width: 100%;
  border-radius: 10px;
}

.plan_text {
  width: 45%;
  text-align: left;
  margin-left: 5%;
}

.plan_text h3 {
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5em;
  color: rgb(59, 92, 177);
  margin-bottom: 5%;
}

.plan_text h3 span {
  font-size: 0.6em;
  margin-left: 2%;
  color: rgb(0, 0, 0);
}

.plan_icon img {
  width: 8%;
  margin-right: 2%;
}

.plan_box {
  margin-bottom: 25px;
}

.plan_box p {
  color: rgb(0, 0, 0);
  font-weight: 700;
}

.plan_icon {
  width: 100%;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.map {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 20px;
}

.map img {
  width: 100%;
}

.googlemap {
  margin: 50px 0px;
}

.access {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
}

.access_inner {
  width: 45%;
}

.access_type {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: left;
  vertical-align: middle;
}

.access_type img {
  width: 2em;
  margin-right: 20px;
  vertical-align: middle;
}

.access_type span {
  vertical-align: middle;
}

.access ul {
  padding: 0px;
}

.access3 li {
  list-style-type: none;
}

.access dd {
  margin-left: 0px;
}

.flow {
  position: relative;
  text-align: left;
}

.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: rgb(238, 238, 238);
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0px;
  left: 120px;
  border-radius: 20px;
}

.flow > li {
  position: relative;
}

.flow > li:not(:last-child) {
  margin-bottom: 50px;
}

.flow > li .flow_icon {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: rgb(255, 255, 255);
  background: rgb(59, 92, 177);
  display: inline-block;
  margin-right: 0.3em;
}

.flow > li dl {
  padding-left: 70px;
  position: relative;
}

.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: rgb(59, 92, 177);
  border-radius: 50%;
  left: -4px;
}

.flow_forest > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-radius: 50%;
  left: -4px;
  background: rgb(56, 92, 0) !important;
}

.flow > li dl::after {
  width: 50px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: rgb(153, 153, 153);
  position: absolute;
  left: 5px;
}

.flow > li dl dt {
  font-size: 1.1em;
  font-weight: 600;
  color: rgb(0, 0, 0);
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}

.goal {
  color: rgb(59, 92, 177) !important;
}

.goal_forest {
  color: rgb(56, 92, 0) !important;
}

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

.access_address {
  font-weight: 400;
  margin-bottom: 70px;
  font-size: 1.2em;
}

.pagehead {
  text-align: center;
  color: rgb(255, 255, 255) !important;
}

.pagehead span {
  color: rgb(255, 255, 255) !important;
}

.map_forestdogrun img {
  width: 50%;
}

.planpage_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.planpage_box {
  width: 47%;
  padding: 30px;
  background: rgb(231, 230, 234);
  border-radius: 10px;
  margin-bottom: 50px;
}

.setsubi_title {
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 20px;
  margin-top: 50px;
}

.planpage_title {
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7em;
  color: rgb(59, 92, 177);
}

.planpage_title span {
  display: block;
  font-size: 0.7em;
  color: rgb(0, 0, 0);
  font-weight: 700;
  margin-top: 10px;
}

.site_icon {
  display: flex;
  justify-content: center;
  margin: 30px 0px;
}

.site_icon img {
  width: 40px;
  margin: 0px 10px;
}

.setsubi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 50%;
  margin: 0px auto;
}

.setsubi_box {
  width: 33%;
  margin-bottom: 20px;
}

.setsubi_box img {
  width: 40%;
  margin-bottom: 5px;
}

.setsubi_box span {
  display: block;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.5em;
}

.price_add {
  margin: 10px 0px;
}

.price_add p {
  margin-top: 10px;
}

.margin0 {
  margin-top: -50px !important;
}

.bed {
  width: 100%;
  margin-bottom: 50px;
  margin-top: -20px;
}

.bed img {
  width: 20%;
}

.staff_wrap {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.staff_box {
  width: 33%;
}

.staff_img img {
  width: 70%;
  border-radius: 100%;
}

.border_ocean {
  border: 8px solid rgb(59, 92, 177);
}

.border_forest {
  border: 8px solid rgb(56, 92, 0);
}

.staff_text {
  margin-top: 10px;
}

.staff_name {
  font-weight: 700;
  font-size: 1.3em;
}

.staff_type {
  font-weight: 700;
  font-size: 1.3em;
}

.oceancolor {
  color: rgb(59, 92, 177);
}

.forestcolor {
  color: rgb(56, 92, 0);
}

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

.staff_sns img {
  margin: 5px;
  width: 25px;
}

.faci_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin: 50px auto 0px;
}

.faci_box {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 50px;
  align-self: auto;
  background-color: rgb(231, 230, 234);
  border-radius: 10px;
}

.faci_box:nth-child(3n) {
  margin-right: 0px;
}

.faci_box img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

.faci_text {
  padding: 15px;
  text-align: left;
  font-size: 1em;
  font-weight: 400;
  line-height: 2em;
}

.faci_text p {
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.5em;
  margin-top: 5px;
}

.topmenu_box:nth-child(3n) {
  margin-right: 0px;
}

.ocean_forest_map {
  width: 100%;
}

.ocean_forest_map img {
  width: 60%;
}

.tokuten img {
  width: 100%;
}

.tokuten {
  width: 50%;
  margin: 0px auto;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding: 10px;
}

.gallery img {
  width: calc(33.333333% - 6.666667px);
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.dogrun-button {
  display: inline-block;
  text-decoration: none;
  color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px;
}

.dogrun-button .dogrun-content {
  position: relative;
  text-align: center;
  background-color: rgb(51, 85, 40);
}

.dogrun-button img {
  display: block;
  width: 90%;
  margin: 0px auto;
  padding-top: 60px;
}

.dogrun-button .dogrun-text {
  background-color: rgb(51, 85, 40);
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5;
}

.dogrun-button:hover {
  transform: scale(1.02);
  transition: transform 0.2s ease-in-out;
}

.furusato_top {
  width: 100vw;
  background-color: #8bcad1;
}

.furusato_top img {
  width: 500px;
  margin: 0 auto;
  display: block;
}

.furusato_title img {
  width: 500px;
}

.furusato_midashi {
  position: relative;
  padding: 1em;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
}

.furusato_midashi::after {
  position: absolute;
  content: "";
  left: calc(50% - 20px);
  bottom: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #3e7652;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.furusato_top {
  margin-bottom: -40px;
}

.furusato_midashi2 {
  margin-top: 40px;
  border-bottom: 2px solid #333;
  padding-bottom: 5px;
}
.furusato_flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* 余白を広めに */
  justify-content: flex-start;
}
.furusato_flex-container a {
  flex: 0 0 calc(25% - 20px); /* 1列4枚固定幅 */
  box-sizing: border-box;
}
.furusato_flex-container img {
  width: 100%;
  height: auto;
  display: block;
}

.furusato_ban img {
  width: 50%;
}

.oceanqa_title {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.oceanqa_title:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: rgb(59, 92, 177);
}

.forestqa_title {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.forestqa_title:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: #3e7652;
}

.faq-page {
  font-family: sans-serif;
  margin: 40px auto;
  max-width: 800px;
  line-height: 1.8;
  text-align: left;
}
.faq-page h1 {
  text-align: center;
  margin-bottom: 40px;
}
.faq-page h2 {
  margin-top: 2.5em;
  font-size: 1.3rem;
  border-bottom: 2px solid #ccc;
  padding-bottom: 0.2em;
}
.faq-page h3 {
  font-size: 1.05rem;
  margin-top: 1.8em;
  font-weight: bold;
}
.faq-page p {
  margin: 0.5em 0 1.5em;
}

.dogrun_setsubi {
  text-align: center;
}

.dogrun_setsubi ul {
  display: inline-block; /* リスト全体をブロックとして中央に配置 */
  text-align: left; /* 各行のテキストを左寄せ */
  list-style-position: inside; /* 箇条書きの点を内側に */
  padding-left: 0; /* 不要な余白を除く */
  margin: 0;
  list-style-type: disc;
}

.dogrun_riyou {
  text-align: center;
}

.dogrun_riyou ul {
  display: inline-block; /* リスト全体をブロックとして中央に配置 */
  text-align: left; /* 各行のテキストを左寄せ */
  list-style-position: inside; /* 箇条書きの点を内側に */
  padding-left: 0; /* 不要な余白を除く */
  margin: 0;
}

.dogrun_btn {
  text-align: center;
}

.furusato_ban {
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .furusato_ban img {
    width: 100%;
  }

  .furusato_flex-container a {
    flex: 1 1 calc(50% - 20px);
  }

  .furusato_title img {
    width: 100%;
  }

  .furusato_top {
    width: 100vw;
    background-color: #8bcad1;
  }

  .furusato_top img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .dogrun-button img {
    padding-top: 18px;
  }

  .secondpage {
    height: 20vh;
  }

  .gallery img {
    width: 100%;
  }

  .pagetop {
    top: 12vh;
  }

  .ocean_forest_map img {
    width: 100%;
  }

  .tokuten {
    width: 100%;
    margin: 0px auto;
  }

  .topmenu_box {
    margin-right: 0px;
  }

  a.btn--circle {
    border-radius: 50%;
    line-height: 90px;
    width: 90px;
    height: 90px;
    padding: 0px;
    font-size: 1em;
  }

  .forest_yoyaku {
    position: fixed;
    z-index: 999;
    bottom: 20px;
    right: 10px;
    width: 150px;
  }

  .video {
    min-width: 500%;
  }

  .faci_box {
    width: 100%;
    margin-right: 0px;
  }

  .stafftop img {
    width: 200%;
  }

  .staff_wrap {
    justify-content: space-between;
  }

  .staff_box {
    width: 47%;
    margin-bottom: 50px;
  }

  .staff_img img {
    width: 100%;
    border-radius: 100%;
  }

  .border_ocean {
    border: 4px solid rgb(59, 92, 177);
  }

  .border_forest {
    border: 4px solid rgb(56, 92, 0);
  }

  .staff_text {
    margin-top: 10px;
  }

  .staff_name {
    font-weight: 700;
    font-size: 1em;
  }

  .staff_type {
    font-weight: 700;
    font-size: 1em;
  }

  .oceancolor {
    color: rgb(59, 92, 177);
  }

  .forestcolor {
    color: rgb(56, 92, 0);
  }

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

  .staff_sns img {
    margin: 5px;
    width: 25px;
  }

  .pagehead {
    text-align: center;
    color: rgb(255, 255, 255) !important;
  }

  .pagehead span {
    color: rgb(255, 255, 255) !important;
    font-size: 1.3em !important;
  }

  .feature_box {
    margin: 0px;
  }

  .content_title {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2em;
    color: rgb(59, 92, 177);
  }

  .content_title span {
    display: block;
    font-size: 1em;
    color: rgb(0, 0, 0);
    line-height: 1.4em;
    font-weight: 600;
  }

  .logo img {
    width: 40%;
  }

  .shisetsu_box_inner {
    margin-bottom: 40px;
  }

  .logo p {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2em;
    color: rgb(255, 255, 255);
    line-height: 1.4em;
  }

  .logo span {
    display: block;
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
    color: rgb(255, 255, 255);
    line-height: 1.2em;
    margin-bottom: 1em;
  }

  .gNav {
    width: 100%;
  }

  .hamburger .btn-gNav {
    top: 5%;
    right: 7%;
  }

  .section_wrap {
    width: 100vw;
  }

  .section_inner {
    padding: 15% 0px;
    width: 90%;
    margin: 0px auto;
    text-align: center;
    position: relative;
    z-index: 9;
  }

  .subtitle {
    font-size: 1em;
    line-height: 4em;
  }

  h2.title {
    padding: 0px 55px;
    font-size: 2em;
  }

  .btn_ocean {
    background-color: rgb(59, 92, 177) !important;
  }

  .btn_forest {
    background-color: rgb(56, 92, 0) !important;
  }

  .btn_furusato {
    background-color: #3e7652 !important;
  }

  .contept_text {
    padding: 5% 0px;
    font-size: 0.9em;
    line-height: 1.7em;
    z-index: 1;
  }

  .white_ver {
    font-size: 1.5em !important;
  }

  .firepot {
    width: 50%;
  }

  .toppagecolor {
    background: url("/img/concept_bg_sp.png") center center / cover;
  }

  .subtitle1 {
    font-size: 1.2em;
    line-height: 1.5em;
    color: rgb(0, 26, 93);
  }

  .subtitle2 {
    font-size: 1.5em;
    line-height: 1.5em;
    color: rgb(0, 0, 0);
    margin-top: 1em;
  }

  .section_logo {
    width: 100%;
    margin-top: 20px;
  }

  .section_logo img {
    width: 30%;
  }

  .shisetsu_wrap {
    margin-bottom: 50px;
  }

  .shisetsu_box {
    width: 90%;
    margin-bottom: 40px;
  }

  .shisetsu_box:nth-child(2) {
    margin-bottom: 0px;
  }

  .shisetsu_title1 {
    line-height: 1em;
  }

  .shisetsu_title2 {
    font-size: 1.2em;
  }

  .shisetsu_sns {
    margin-top: 0px;
  }

  .shisetsu_link {
    position: absolute;
    bottom: 5px;
    right: 15px;
  }

  .map_forestdogrun img {
    width: 100%;
  }

  .btn {
    color: rgb(255, 255, 255);
    background: rgb(0, 26, 93);
    padding: 10px 20px;
    font-weight: 600;
    font-size: 0.8em;
    width: 90%;
    display: block;
    margin: 0px auto 30px;
  }

  .btn_radius {
    border-radius: 100vh;
  }

  .container {
    height: 400px;
    background-size: 400% auto;
  }

  .photogallery_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .photogallery_inner {
    width: 80%;
    height: 550px;
  }

  .photogallery_box {
    width: 100%;
    position: relative;
  }

  .photogallery_box img {
    width: 100%;
    position: absolute;
    top: -100px;
    left: 0px;
  }

  .photogallery_text {
    text-align: left;
    position: absolute;
    top: 350%;
    right: 0px;
  }

  .photogallery_link {
    text-align: right;
    margin-top: 20px;
  }

  .topmenu_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5%;
    margin-bottom: 10%;
  }

  .topmenu_box {
    width: 48%;
    position: relative;
    margin-bottom: 3%;
  }

  .topmenu_text {
    font-size: 0.8em;
    font-weight: 700;
    color: rgb(255, 255, 255);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  .topmenu_text a {
    padding-right: 15%;
  }

  .topmenu_text a::before {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 0px;
    width: 7px;
    height: 1px;
    background-color: rgb(255, 255, 255);
    transform: rotate(25deg);
  }

  .topmenu_text a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 20px;
    height: 1px;
    background-color: rgb(255, 255, 255);
  }

  .topmenu_box img {
    width: 100%;
    border-radius: 10px;
  }

  .feature_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }

  .feature_box {
    width: 47%;
    margin-bottom: 40px;
  }

  .feature_box_inner {
    position: relative;
  }

  .feature_box_inner img {
    width: 100%;
  }

  .feature_icon {
    position: absolute;
    background: rgb(255, 255, 255);
    width: 30%;
    bottom: -20%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
  }

  .feature_icon img {
    width: 100%;
    padding: 10px;
  }

  .feature_img {
    border-radius: 120px;
  }

  .feature_box p {
    margin-top: 25px;
    font-weight: 600;
    font-size: 0.9em;
  }

  .container .prize {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 1em;
    color: rgb(255, 255, 255);
    font-weight: 600;
    width: 80%;
  }

  .container .prize span {
    font-size: 1.4em;
  }

  .prizeimg {
    width: 15%;
    margin: 0px auto 10px;
  }

  .prizeimg img {
    width: 100%;
  }

  .pl_top1 {
    background-image: url("../img/pl_top1.jpg");
    background-size: 200% auto;
  }

  .pl_top2 {
    background-image: url("../img/pl_top2.jpg");
    background-size: 200% auto;
  }

  .pl_ocean1 {
    background-image: url("../img/pl_ocean1.jpg");
    background-size: 100% auto;
    position: relative;
  }

  .pl_forest1 {
    background-image: url("../img/pl_forest1_sp.jpg");
    background-size: 100% auto;
    position: relative;
  }

  .plan_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-top: 10%;
  }

  .plan_img {
    width: 100%;
    margin-bottom: 20px;
  }

  .plan_img img {
    width: 100%;
    border-radius: 10px;
  }

  .plan_text {
    width: 100%;
    text-align: left;
    margin-left: 5%;
  }

  .plan_text h3 {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2em;
    color: rgb(59, 92, 177);
    margin-bottom: 5%;
  }

  .plan_text h3 span {
    font-size: 0.6em;
    margin-left: 2%;
    color: rgb(0, 0, 0);
  }

  .plan_icon img {
    width: 8%;
    margin-right: 2%;
  }

  .plan_box {
    margin-bottom: 25px;
  }

  .plan_box p {
    color: rgb(0, 0, 0);
    font-weight: 700;
  }

  .plan_icon {
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
  }

  .text_waku {
    font-size: 1em;
    padding: 20px 40px;
    margin-top: 10px !important;
  }

  .pl_ocean2 {
    background-image: url("../img/pl_ocean2.jpg");
    background-size: 100% auto;
  }

  .pl_ocean3 {
    background-image: url("../img/pl_ocean3.jpg");
    background-position: center top;
    background-size: 100vh auto;
  }

  .access_inner {
    width: 100%;
    margin-bottom: 50px;
  }

  .access_inner:last-child {
    margin-bottom: 0px;
  }

  .access {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .access_type {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;
    vertical-align: middle;
  }

  .access_type img {
    width: 2em;
    margin-right: 20px;
    vertical-align: middle;
  }

  .access_type span {
    vertical-align: middle;
  }

  .access ul {
    padding: 0px;
  }

  .access3 li {
    list-style-type: none;
  }

  .access dd {
    margin-left: 0px;
  }

  .flow {
    position: relative;
    text-align: left;
  }

  .flow::before {
    content: "";
    width: 15px;
    height: 100%;
    background: rgb(238, 238, 238);
    margin-left: -129px;
    display: block;
    position: absolute;
    top: 0px;
    left: 120px;
    border-radius: 20px;
  }

  .flow > li {
    position: relative;
  }

  .flow > li:not(:last-child) {
    margin-bottom: 30px;
  }

  .flow > li .flow_icon {
    font-size: 0.8em;
    width: 2em;
    height: 2em;
    line-height: 2;
    text-align: center;
    font-weight: bold;
    border-radius: 100vh;
    color: rgb(255, 255, 255);
    background: rgb(59, 92, 177);
    display: inline-block;
    margin-right: 0.3em;
  }

  .flow > li dl {
    padding-left: 70px;
    position: relative;
  }

  .flow > li dl::before,
  .flow > li dl::after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
  }

  .flow > li dl::before {
    width: 7px;
    height: 7px;
    margin-top: -3px;
    background: rgb(59, 92, 177);
    border-radius: 50%;
    left: -4px;
  }

  .flow > li dl::after {
    width: 50px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: rgb(153, 153, 153);
    position: absolute;
    left: 5px;
  }

  .flow > li dl dt {
    font-size: 1em;
    font-weight: 600;
    color: rgb(0, 0, 0);
    margin-bottom: 0.5em;
    display: flex;
    align-items: center;
  }

  .goal {
    color: rgb(59, 92, 177) !important;
  }

  .goal_forest {
    color: rgb(56, 92, 0) !important;
  }

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

  .googlemap iframe {
    height: 250px;
  }

  .googlemap {
    margin-bottom: 20px;
  }

  .access_address {
    font-weight: 400;
    margin-bottom: 50px;
  }

  .pagehead {
    text-align: center;
    color: rgb(255, 255, 255);
  }

  .pagehead span {
    color: rgb(255, 255, 255);
  }

  .planpage_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
  }

  .planpage_box {
    width: 100%;
    padding: 30px;
    background: rgb(231, 230, 234);
    border-radius: 10px;
    margin-bottom: 50px;
  }

  .setsubi_title {
    font-weight: 700;
    font-size: 1em;
    margin-bottom: 20px;
    margin-top: 50px;
  }

  .planpage_title {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2em;
    color: rgb(59, 92, 177);
  }

  .planpage_title span {
    display: block;
    font-size: 0.7em;
    color: rgb(0, 0, 0);
    font-weight: 700;
    margin-top: 2px;
  }

  .site_icon {
    display: flex;
    justify-content: center;
    margin: 30px 0px;
  }

  .site_icon img {
    width: 30px;
    margin: 0px 5px;
  }

  .setsubi {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px auto;
  }

  .setsubi_box {
    width: 33%;
    margin-bottom: 20px;
  }

  .setsubi_box img {
    width: 40%;
    margin-bottom: 5px;
  }

  .setsubi_box span {
    display: block;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.5em;
  }

  .price_add {
    margin: 10px 0px;
  }

  .slider img {
    width: 100%;
  }

  .plan_price {
    margin-bottom: 20px;
    font-size: 0.9em !important;
  }
}

@media not all {
  .logo img {
    width: 25%;
  }

  .subtitle {
    font-size: 1em;
    line-height: 4em;
  }

  h2.title {
    padding: 0px 55px;
    font-size: 1.5em;
  }

  .contept_text {
    padding: 5% 0px;
    font-size: 0.8em;
    line-height: 1.7em;
    z-index: 1;
  }

  .subtitle1 {
    font-size: 1em;
    line-height: 1.5em;
    color: rgb(0, 26, 93);
  }

  .section_logo {
    width: 100%;
    margin-top: 20px;
  }

  .section_logo img {
    width: 15%;
  }

  .shisetsu_title1 {
    line-height: 1em;
  }

  .shisetsu_title2 {
    font-size: 1.2em;
  }

  .shisetsu_sns {
    margin-top: 0px;
  }

  .textlink {
  }

  .shisetsu_box {
    width: 90%;
    margin-bottom: 40px;
  }

  .shisetsu_box:nth-child(2) {
    margin-bottom: 0px;
  }

  .photogallery_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    height: 100px;
  }

  .photogallery_inner {
    width: 90%;
  }

  .photogallery_box {
    width: 50%;
    position: relative;
  }

  .photogallery_box img {
    width: 80%;
    position: absolute;
    top: -120px;
    left: 0px;
  }

  .photogallery_text {
    text-align: left;
    position: absolute;
    top: -30px;
    right: 0px;
  }

  .photogallery_link {
    text-align: right;
    margin-top: 20px;
  }

  .topmenu_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5%;
  }

  .topmenu_box {
    width: 48%;
    position: relative;
    margin-bottom: 3%;
  }

  .topmenu_text {
    font-size: 1.2em;
    font-weight: 700;
    color: rgb(255, 255, 255);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  .topmenu_box img {
    width: 100%;
    border-radius: 10px;
  }
}

hr {
  height: 1px;
  border-width: 1px 0px 0px;
  border-style: solid none none;
  border-color: rgb(84, 84, 84) currentcolor currentcolor;
  border-image: none;
}

.footer {
  padding: 2rem;
  font-size: 15px;
  color: rgb(255, 255, 255);
  background: rgb(51, 51, 51);
  text-align: center;
}

.footer__navi {
  flex-wrap: wrap;
  margin-bottom: 2rem;
  justify-content: center;
  margin-top: 2rem;
}

.footer__navi li {
  display: inline-block;
}

.footer__navi li:not(:last-child) {
  margin-right: 16px;
}

.footer__logo {
  display: inline-block;
  margin-bottom: 1rem;
}

.copyright {
  margin-top: 20px;
}

.flex {
  display: flex;
}

table {
  border-collapse: collapse;
  margin: 0px auto;
  padding: 0px;
  width: 100%;
  table-layout: fixed;
  color: rgb(59, 92, 177);
}

table tr {
  background-color: rgb(231, 230, 234);
  padding: 0.35em;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: rgb(59, 92, 177);
}

table tr:last-child {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgb(59, 92, 177);
}

table th,
table td {
  padding: 1em 10px 1em 1em;
}

tbody th {
  color: rgb(0, 0, 0);
}

table.forestpage tr {
  background-color: rgb(231, 230, 234);
  padding: 0.35em;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: rgb(56, 92, 0);
}

table.forestpage tr:last-child {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgb(56, 92, 0);
}

.txt {
  text-align: left;
  font-size: 0.85em;
}

.price {
  text-align: left;
  color: rgb(0, 0, 0);
}

.contact-form {
  width: 90%;
  font-size: 14px;
  padding-top: 40px;
  line-height: 1.5;
  margin: 0px auto;
}

@media screen and (min-width: 481px) {
  .contact-form {
    width: 60%;
    font-size: 14px;
    padding-top: 40px;
    line-height: 1.5;
    margin: 0px auto;
  }
}

.contact-form th {
  width: 30%;
  border: 1px solid rgb(232, 232, 232);
  padding: 3%;
  background-color: rgb(247, 247, 247);
  vertical-align: middle;
  box-sizing: border-box;
}

.contact-form td {
  width: 70%;
  border: 1px solid rgb(232, 232, 232);
  vertical-align: middle;
  background-color: rgb(255, 255, 255);
  padding: 3%;
  box-sizing: border-box;
}

.contact-form input,
textarea {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}

.form_button {
  text-decoration: none;
  padding: 10px;
  text-align: center;
  color: rgb(255, 255, 255);
  background-color: rgb(51, 51, 51);
  border: medium;
  width: 200px;
  margin: 40px auto 0px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  transition: 0.3s;
  opacity: 1;
  cursor: pointer;
  appearance: none;
}

.form_button:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .contact-form {
    font-size: 12px;
  }

  .contact-form th {
    width: 100%;
    display: block;
  }

  .contact-form td {
    width: 100%;
    display: block;
  }

  .form_button {
    margin: 25px auto 0px;
    font-size: 14px;
  }
}

form.sent table {
  display: none;
}

form.sent p {
  display: none;
}

.screen-reader-response {
  display: none;
}

.wpcf7-response-output {
  text-align: center;
  color: rgb(86, 179, 121);
  font-weight: bold;
  font-size: 120%;
  padding: 10px;
}

.wpcf7-not-valid-tip {
  color: red;
}

input[type="button"],
button,
select {
  background-color: transparent;
  border: medium;
  cursor: pointer;
  outline: currentcolor;
  padding: 0px;
  appearance: none;
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-family: ヒラギノ角ゴシック !important;
}

input[type="button"],
button,
select {
  background: rgb(239, 239, 239);
  border: 1px solid rgb(51, 51, 51);
  border-radius: 4px;
  padding: 4px 8px;
  line-height: 1.5rem;
}

select {
  line-height: 2;
  color: rgb(51, 51, 51);
  box-shadow: none;
  padding: 0px 24px 0px 8px;
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E")
    right 5px top 55% / 16px 16px no-repeat rgb(255, 255, 255);
  cursor: pointer;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
