@charset "UTF-8";
img {
  max-width: 100%;
  /*height: auto;*/
  display: block;
}
.rapper {
  width: 100%;
  margin: 0;
  padding: 0;
}
.contents {
  margin-top: 100px;
  padding-bottom: 150px;
  width: 100%;
  background-color: #F1F0ED;
  border-radius: 100px 100px 0 0;
}
.subtitle1{
	display:flex;
	color: #1E6965;
	font-size: 1.4em;
	font-weight: 600;
	padding-bottom: 20px;
	width: 100%;
}
.subtitle2{
	display:flex;
	font-size: 1.1em;
	font-weight: normal;
	width: 100%;
}
.header-repair {
  width: 100%;
  height: 540px;
  background-image: url("../../../../../wp-content/themes/hitotoki/assets/img/repair/repair-main.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-rental {
  width: 100%;
  height: 540px;
  background-image: url(../../../../../wp-content/themes/hitotoki/assets/img/rental/rental-main.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-trout {
  width: 100%;
  height: 540px;
  background-image: url("../../../../../wp-content/themes/hitotoki/assets/img/trout/trout-main.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-tourguide {
  width: 100%;
  height: 540px;
  background-image: url("../../../../../wp-content/themes/hitotoki/assets/img/tourguide/tourguide-main.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-caution {
  width: 100%;
  height: 540px;
  background-image: url("../../../../../wp-content/themes/hitotoki/assets/img/caution/caution-main.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-access {
  width: 100%;
  height: 540px;
  background-image: url("../../../../../wp-content/themes/hitotoki/assets/img/access/access-main.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-profile {
  width: 100%;
  height: 540px;
  background-image: url("../../../../../wp-content/themes/hitotoki/assets/img/profile/profile-main.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-season {
  width: 100%;
  height: 540px;
  background-image: url("../../../../../wp-content/themes/hitotoki/assets/img/season/season-main.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-member {
  width: 100%;
  height: 540px;
  background-image: url("../../../../../wp-content/themes/hitotoki/assets/img/member/member-main.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-guesthouse {
  width: 100%;
  height: 540px;
  background-image: url("../../../../../wp-content/themes/hitotoki/assets/img/guesthouse/guesthouse-main.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-title {
  text-align: center;
  margin-top: 16.5em;
}
@media screen and (max-width: 768px) {
  .header-repair {
    background-image: url("../../../../../wp-content/themes/hitotoki/assets/img/repair/repair-main-sp.jpg");
  }
  .header-rental {
    background-image: url(../../../../../wp-content/themes/hitotoki/assets/img/rental/rental-main.jpg);
  }
  .header-trout {
    background-image: url("../../../../../wp-content/themes/hitotoki/assets/img/trout/trout-main-sp.jpg");
  }
  .header-tourguide {
    background-image: url("../../../../../wp-content/themes/hitotoki/assets/img/tourguide/tourguide-main-sp.jpg");
  }
  .header-caution {
    background-image: url("../../../../../wp-content/themes/hitotoki/assets/img/caution/caution-main-sp.jpg");
  }
  .header-access {
    background-image: url("../../../../../wp-content/themes/hitotoki/assets/img/access/access-main-sp.jpg");
  }
  .header-profile {
    background-image: url("../../../../../wp-content/themes/hitotoki/assets/img/profile/profile-main-sp.jpg");
  }
  .header-season {
    background-image: url("../../../../../wp-content/themes/hitotoki/assets/img/season/season-main-sp.jpg");
  }
  .header-member {
    background-image: url("../../../../../wp-content/themes/hitotoki/assets/img/member/member-main-sp.jpg");
  }
  .header-guesthouse {
    background-image: url("../../../../../wp-content/themes/hitotoki/assets/img/guesthouse/guesthouse-main-sp.jpg");
  }
}
.header-title {
  text-align: center;
}
.header-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 100px auto 0;
  color: #1E6965;
  font-size: 1.3em;
  font-weight: 600;
  text-align: center;
	line-height:1.7em;
	text-align:center;
}
@media (max-width: 768px) {
.header-title {
  text-align: center;
	margin-bottom:0;
}
.header-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 92%;
  margin: 50px auto 0;
  color: #1E6965;
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
	line-height:1.7em;
	text-align:center;
	letter-spacing:0.01em;
}
  .contents {
    margin-top: 50px;
    width: 100%;
    background-color: #F1F0ED;
    border-radius: 20px 20px 0 0;
  }
}
.container-note {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 0px;
  padding: 20px;
  border-radius: 8px;
}

.image-wrapper {
  flex: 1;
  min-width: 50%;
}
.image-wrapper-3 {
  flex: 1;
  min-width: 120%;
}
@media (max-width: 768px) {
.image-wrapper-3 {
  flex: 1;
  min-width: 100%;
padding: 0 0 0 0px;
}
.image-wrapper-3 img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
  }
.image-wrapper2 {
  flex: 1;
  min-width: 50%;
  background-color: #FFFFFF;
}
.image-wrapper2 img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
  background-color: #ffffff;
}
.text-wrapper {
  flex: 2;
}
.box-note-container {
  max-width: 1100px;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 0px;
}
.box-note-container2 {
  max-width: 1040px;
  padding: 20px 20px 0px 20px;
  box-sizing: border-box;
  margin: 100px auto 0;
  border: solid #1E6965 1px;
  border-radius: 20px;
}
.box-abaut-container {
  max-width: 1100px;
  padding: 20px;
  box-sizing: border-box;
  margin: 50px auto 0;
  border-radius: 20px;
  background-color: #FFFFFF;
}
.box-trout-container2 {
  max-width: 1100px;
  padding: 0px;
  box-sizing: border-box;
  margin: 100px auto 0;
}
.box-note-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 100px 0 70px 0;
  color: #1E6965;
  font-size: 2.1em;
  font-weight: 700;
}
.box-note-text2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 40px 0 0px 0;
  color: #1E6965;
  font-size: 2.1em;
  font-weight: 900;
}
.box-note-text3 {
  width: 94%;
  margin: 0 auto;
  border-top: solid #1E6965 2px;
  padding: 0px 0 0px 0;
  color: #1E6965;
  padding: 5px 0 0 0;
}
.box-note-text4 {
  width: 94%;
  margin: 0 auto;
  border-top: solid #1E6965 2px;
  padding: 0px 0 0px 0;
  color: #000000;
  padding: 5px 0 0 0;
}
.box-note-text5 {
  display: flex;
  justify-content: lcenter;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 40px 0 0px 32px;
  color: #1E6965;
  font-size: 1.4em;
  font-weight: 900;
  text-align: left;
}
.box-note-text5-2 {
  text-align: right;
  margin: 0;
  padding: 0 20px 0px 0px;
  color: #000000;
  font-size: 0.9em;
  font-weight: 500;
}
.box-note-text5-3 {
  text-align: center;
  margin: 0;
  padding: 40px 20px 0px 0px;
  color: #1E6965;
  font-size: 1.2em;
  font-weight: 700;
}
.box-note-text5-4 {
  text-align: center;
  margin: 0;
  padding: 20px 20px 20px 0px;
  color: #1E6965;
  font-size: 2.1em;
  font-weight: 700;
}
.contents5-8 {
  margin-top: 0px;
  padding-bottom: 130px;
  width: 100%;
  background-image: url("../../../../../wp-content/themes/hitotoki/assets/img/tourguide/guide-bg2.jpg");
  background-repeat: no-repeat;
}
.box-note-text6 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 100px 0 0px 0;
  color: #1E6965;
  font-size: 2.1em;
  font-weight: 700;
}
.box-note-text6-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  color: #1E6965;
  font-size: 1.5em;
  font-weight: 700;
}
.box-note {
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -30px;
}
.box-note-item {
  flex: 1 1 calc(20% - 40px / 4);
  max-width: 340px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.box-note-item2 {
  flex: 1 1 calc(40% - 40px / 2);
  max-width: 340px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.box-note-item img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .box-note-text5 {
    display: flex;
    justify-content: lcenter;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 40px 0 0px 15px;
    color: #1E6965;
    font-size: 1.4em;
    font-weight: 900;
    text-align: left;
  }
  .box-note-text2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 30px 0 10px 0;
    color: #1E6965;
    font-size: 1.2em;
    font-weight: 900;
  }
  .container-note {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 0px;
  }
  .image-wrapper, .text-wrapper {
    flex: none;
    width: 100%;
    min-width: auto;
  }
  .image-wrapper img {
    margin: 0 auto;
  }
  .box-note-item {
    flex: 1 1 100%;
    max-width: 48%;
  }
  .box-note-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 30px 0 10px 0;
    color: #1E6965;
    font-size: 1.2em;
    font-weight: 700;
  }
  .box-note-container2 {
    width: 94%;
    padding: 20px;
    box-sizing: border-box;
    margin: 50px auto 0;
    border: solid #1E6965 1px;
    border-radius: 20px;
  }
  .box-note-container {
    padding: 0px;
  }
  .box-note {
    gap: 0px;
  }
}
.abaut-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px;
}
.abaut-item {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}
.abaut-item img {
  max-width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid #eee;
}
.text-content {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-grow: 1;
}
.text-content .title {
  margin: 0 0 5px 0;
  font-size: 1.3em;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #1E6965;
  text-align: center;
  font-weight: 600;
}
.text-content .subtitle {
  margin: 0 0 5px 0;
  font-size: 0.9em;
  color: #1E6965;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.text-content .description {
  margin: 0;
  font-size: 0.9em;
  color: #777;
  line-height: 1.85em;
  text-align: left;
  padding: 10px 0 50px 0;
  color: #000000;
  font-weight: 500;
}
@media (max-width: 768px) {
  .abaut-container {
    grid-template-columns: 1fr;
    padding: 10px;
    gap: 15px;
  }
  .text-content .title, .text-content .subtitle {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
}
.abaut-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px;
}
.abaut-item {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}
.abaut-item img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 4px solid #1E6965;
  border-radius: 15px;
  background-color: #1E6965;
}
.text-content {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-grow: 1;
}
.text-content .title {
  margin: 0 0 5px 0;
  font-size: 1.3em;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #1E6965;
  text-align: center;
  font-weight: 600;
}
.text-content .subtitle {
  margin: 0 0 5px 0;
  font-size: 0.9em;
  color: #1E6965;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.text-content .description {
  margin: 0;
  font-size: 0.9em;
  color: #777;
  line-height: 1.85em;
  text-align: left;
  padding: 10px 0 50px 0;
  color: #000000;
  font-weight: 500;
}
@media (max-width: 768px) {
  .abaut-container {
    grid-template-columns: 1fr;
    padding: 10px;
    gap: 15px;
  }
  .text-content .title, .text-content .subtitle {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
}
.box-mail {
  width: 100%;
  margin: 0 auto;
  align-items: center;
  text-align: center;
}
.rounded-button {
  display: inline-block;
  padding: 15px 80px;
  background-color: #1E6965;
  color: #ffffff;
  font-size: 1.8em;
  font-weight: bold;
  text-decoration: none;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 50px auto;
  width: auto;
}
/*.rounded-button:hover {
  background-color: #0056b3;
}*/
.rounded-button:active {
  background-color: #004085;
}
@media (max-width: 768px) {
  .rounded-button {
    display: inline-block;
    padding: 15px 40px;
    background-color: #1E6965;
    color: #ffffff;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 0 auto;
    width: auto;
  }
}
/* 修理↓ */
.box-repair-container {
  max-width: 1100px;
  padding: 0px;
  margin: 50px auto 0;
}
table.repair {
  width: 96%;
  border-collapse: collapse;
  margin: 0 0px 10px 22px;
  background-color: #e3f1f1;
}
.repair th, td {
  border: 1px solid #299690;
  padding: 10px;
  text-align: center;
  width: 33.3333%;
}
.repair th {
  background-color: #1e6965;
  color: #ffffff;
  text-align: center;
}
.repair tr:nth-child(even) {
  background-color: #ffffff;
}
.repair tr:hover {
  background-color: #ddd;
}
table.repair {
  width: 96%;
  border-collapse: collapse;
  margin: 0 0px 10px 22px;
  background-color: #e3f1f1;
}
.repair th, td {
  border: 1px solid #299690;
  padding: 10px;
  text-align: center;
  width: 33.3333%;
}
.repair th {
  background-color: #1e6965;
  color: #ffffff;
  text-align: center;
}
.repair tr:nth-child(even) {
  background-color: #ffffff;
}
.repair tr:hover {
  background-color: #ddd;
}
.table-container-repair {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 20px 0;
  border: 1px solid #299690;
}
.table-container-repair table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}
.table-container-repair th, td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #1e6965;
  background-color: inherit;
  text-align: center;
}
.table-container-repair thead th {
  background-color: #1e6965;
  color: white;
  font-weight: bold;
  position: sticky;
  top: 0;
  z-index: 10;
}
.table-container-repair th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background-color: #ffffff;
}
.table-container-repair td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background-color: #e3f1f1;
  opacity: 1.0;
  text-align: center;
}
.table-container-repair thead th:first-child {
  z-index: 12;
  background-color: #1e6965;
  box-shadow: none;
}
.table-container-repair thead tr:first-child th {
  font-size: 1.2em;
  text-align: center;
  position: static;
  left: auto;
  z-index: auto;
  box-shadow: none;
  border-right: solid 1px #FFFFFF;
}
.table-container-repair tbody tr:nth-child(even) {
  background-color: #ffffff;
}
.table-container-repair tbody tr:hover {
  background-color: #e9e9e9;
}
@media (max-width: 768px) {
  table.repair {
    width: 96%;
    border-collapse: collapse;
    margin: 0 0px 10px 22px;
    background-color: #e3f1f1;
  }
  .repair th, td {
    border: 1px solid #299690;
    padding: 10px;
    text-align: center;
    width: 33.3333%;
  }
  .repair th {
    background-color: #1e6965;
    color: #ffffff;
    text-align: center;
  }
  table.repair {
    overflow: scroll;
    width: 94%;
    border-collapse: collapse;
    margin: 0 10px 10px 10px;
    background-color: #e3f1f1;
  }
}
/* 修理↑ */
.box-note-text7 {
  background-color: #ffffff;
  display: flex;
  justify-content: left;
  align-items: left;
  width: 100%;
  margin: 0;
  padding: 0px 0 0px 0;
  color: #000000;
  font-size: 1.0em;
  font-weight: normal;
  line-height: 1.7em;
}
.contents4 {
  margin-top: 0px;
  padding: 0;
  width: 100%;
  background-color: #1E6965;
}
/* ガイド↓ */
.contents3 {
  margin-top: 100px;
  padding-bottom: 150px;
  width: 100%;
  background-color: #F1F0ED;
  border-radius: 100px 100px 0 0;
}
@media (max-width: 768px) {
.contents3 {
  margin-top: 10px;
  padding-bottom: 150px;
  width: 100%;
  background-color: #F1F0ED;
  border-radius: 30px 30px 0 0;
}
}
.contents3-0-9 {
  margin: 0;
}
.contents5 {
  margin-top: 100px;
  margin-bottom: 0px;
  padding-bottom: 100px;
  width: 100%;
  background-image: url("../../../../../wp-content/themes/hitotoki/assets/img/tourguide/guide-bg2.jpg");
  background-repeat: no-repeat;
}
.contents5-2 {
  margin-top: 0px;
  padding-bottom: 130px;
  width: 100%;
  background-image: url("../../../../../wp-content/themes/hitotoki/assets/img/tourguide/guide-bg_green.jpg");
  background-repeat: no-repeat;
}
.contents5-3 {
  margin-top: 0px;
  padding-bottom: 130px;
  width: 100%;
  background-image: url("../../../../../wp-content/themes/hitotoki/assets/img/tourguide/guide-bg2.jpg");
  background-repeat: no-repeat;
}
.contents6 {
  margin-top: 100px;
  padding-bottom: 150px;
  width: 100%;
  /*background-color: #ffffff;*/
  border-radius: 100px 100px 0 0;
}
.container-tourguide {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 20px;
  padding: 120px 20px 20px 20px;
  border-radius: 8px;
}
.box-guide-container {
  max-width: 1040px;
  padding: 20px;
  box-sizing: border-box;
  margin: 100px auto 50px;
  border: solid #eeeeee 1px;
  border-radius: 20px;
  background-color: #FFFFFF;
}
.box-guide-container3 {
  display: flex;
  width: 100%;
  padding: 50px 0px 50px 20px;
  box-sizing: border-box;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: 500;
}
.box-guide-container2 {
  max-width: 1100px;
  padding-top: 100px;
  box-sizing: border-box;
  margin: 0px auto;
}
.box-guide-container2-2 {
  max-width: 1100px;
  padding-top: 100px;
  box-sizing: border-box;
  margin: 0px auto;
}
.box-guide-container3 {
  max-width: 1100px;
  padding-top: 60px;
  box-sizing: border-box;
  margin: 0px auto;
}
.guide-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px;
}
@media (max-width: 768px) {
.guide-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px;
}
  }
.guide-container2-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 10px 0px 10px;
}
.guide-container3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 10px 0px 10px;
}
.guide-container3-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 10px 0px 10px;
}
.guide-item3-1-3 {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #1E6965;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 2em;
}
.guide-item3-1-3 img {
  max-width: 100%;
  height: auto;
  display: block;
}
.guide-container4 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 10px 0px 10px;
}
.guide-container5 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 70px 30px 0px 30px;
}
.guide-item {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}
.guide-item img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 4px solid #1E6965;
  border-radius: 15px;
  background-color: #1E6965;
}
.guide-item2 {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 2em;
}
.guide-item2 img {
  max-width: 100%;
  height: auto;
  display: block;
  /*border: 4px solid #1E6965;*/
  border-radius: 15px;
  background-color: #1E6965;
}
.guide-item3 {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #1E6965;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 2em;
}
.guide-item3 img {
  max-width: 85%;
  height: auto;
  display: block;
}
.triangle-guide {
  display: flex;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #333333;
  display: inline-block;
  width: 0;
  height: 0;
  width: 100%;
  padding: 0 0 0 10px;
}
.triangle-guide-text {
  display: flex;
  height: auto;
  width: 100%;
  padding: 0px 0 0px 0;
  margin-top: -15px;
  font-size: 1.3em;
  font-weight: 700;
  color: #000000;
}
.triangle-guide-text2 {
  display: flex;
  height: auto;
  width: 95%;
  padding: 0px 0 50px 30px;
  margin-top: 20px;
  font-size: 1.0em;
  font-weight: normal;
  color: #000000;
  letter-spacing: 0.05em;
  line-height: 1.7em;
}
.triangle-guide-line {
  border-bottom: solid 1px #000000;
  padding-bottom: 0px;
}
.box-guide-0 {
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0px;
}
.box-guide-text1 {
  margin-left: 0px;
  padding: 12px;
}
.box-guide-text2 {
  margin-left: 30px;
  border: solid 1px #FFFFFF;
  padding: 10px 30px;
}
.box-guide-text3 {
  margin-left: 0px;
  padding: 0px 0 0 0;
}
.box-guide-text4 {
  margin-left: 0px;
  border: solid 1px #FFFFFF;
  padding: 12px 30px;
}
.box-guide-text5 {
  margin-left: 50px;
  border: solid 1px #FFFFFF;
  padding: 12px 30px;
}
.box-guide-text7 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 30px 0 10px 0;
  color: #1E6965;
  font-size: 2.1em;
  font-weight: 700;
}
.box-guide-text8 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 130px 0 10px 0;
  color: #1E6965;
  font-size: 2.1em;
  font-weight: 700;
}
.box-guide-text9 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 10px 0;
  max-width: 500px;
}
.box-guide-text10 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 70px 0 20px 0;
  color: #ffffff;
  font-size: 2.1em;
  font-weight: 700;
}
.box-guide-text11 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 130px 0 30px 0;
  color: #ffffff;
  font-size: 2.1em;
  font-weight: 700;
}
.box-guide-obi1 {
  max-width: 1100px;
  padding: 0px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 0px;
}
.box-guide1-container {
  max-width: 1100px;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 0px;
}
.table-container-guide {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 20px 0;
  border: 1px solid #299690;
}
.table-container-guide table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}
.table-container-guide th, td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #1e6965;
  background-color: inherit;
  text-align: center;
  white-space: nowrap;
  width: 25%;
}
.table-container-guide thead th {
  background-color: #1e6965;
  color: white;
  font-weight: bold;
  position: sticky;
  top: 0;
  z-index: 10;
}
.table-container-guide th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background-color: #ffffff;
}
.table-container-guide td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background-color: #e3f1f1;
  opacity: 1.0;
  text-align: center;
}
.table-container-guide thead th:first-child {
  z-index: 12;
  background-color: #1e6965;
  box-shadow: none;
}
.table-container-guide thead tr:first-child th {
  font-size: 1.2em;
  text-align: center;
  position: static;
  left: auto;
  z-index: auto;
  box-shadow: none;
  border-right: solid 1px #FFFFFF;
  white-space: nowrap;
}
.table-container-guide tbody tr:nth-child(even) {
  background-color: #ffffff;
}
.table-container-guide tbody tr:hover {
  background-color: #e9e9e9;
}
.box-guide02-container {
  max-width: 1100px;
  padding: 0px;
  margin: 50px auto 100px;
}
.box-guide03-container {
  width: 100%;
  padding: 0px;
  margin: 50px auto 200px;
}
.box-guide04-container {
  max-width: 1100px;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 0px;
}
.box-guide05-container {
  max-width: 1100px;
  padding: 20px;
  box-sizing: border-box;
  margin: 100px auto 0;
  padding-top: 0px;
  background-color: #F1F0ED;
  border-radius: 30px;
}
.guide05-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}
.guide05-item {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}
.guide05-item img {
  max-width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid #eee;
}
.guide05-content {
  padding: 0px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .container-tourguide {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    padding: 0px;
    border-radius: 8px;
  }
}
/* ガイド↑ */
/* ガイドプロファイル↓ */
.box-profaile-container {
  max-width: 1100px;
  padding: 0px;
  box-sizing: border-box;
  margin: 20px auto 0;
}
.box-profaile {
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 100px;
}
/* ガイド↑ */
/* アクセス↓ */
.jp-map {
  color: #1e6965;
  font-size: 2.0em;
  font-weight: 600;
  padding-top: 50px;
}
.jp-map2 {
  font-size: 1.2em;
  font-weight: 600;
  padding-top: 30px;
}
.jp-map-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px;
}
.box-jp-map-container {
  max-width: 1100px;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 0px;
}
.box-jp-map-container2 {
  max-width: 1100px;
  padding: 0px;
  box-sizing: border-box;
  margin: 100px auto 0;
}
.jp-map-item {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}
.jp-map-title {
  margin: 0 0 5px 0;
  font-size: 1.3em;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #1E6965;
  text-align: left;
  font-weight: 600;
}
.jp-map-title2 {
  margin: 0;
  font-size: 1.1em;
  line-height: 1.5em;
  text-align: left;
  padding: 0px 0 0px 20px;
  color: #000000;
  font-weight: 400;
}
.box-jp-map2-container {
  max-width: 1100px;
  padding: 20px;
  box-sizing: border-box;
  margin: 50px auto 0;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .jp-map-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px;
  }
}
/* アクセス↑ */
/* レンタル↓ */
.box-rental-container {
  max-width: 1100px;
  padding: 0px;
  margin: 50px auto 0;
}
.box-rental-container ul {
  list-style: none;
  padding-top: 100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.box-rental-container li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 0 10px;
}
.box-rental-container li img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  max-width: 250px;
  margin: 0 0 10px;
}
.rental-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px;
}
.rental-item {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  max-width: 85%;
  margin-bottom: 40px;
}
.rental-item img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  text-align: center;
  align-items: center;
}
.text-content .rental-title {
  margin: 0 0 5px 0;
  font-size: 1.3em;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #1E6965;
  text-align: center;
  font-weight: 600;
}
.rental-item img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  text-align: center;
  align-items: center;
}
table.rental {
  width: 96%;
  border-collapse: collapse;
  margin: 0 0px 10px 22px;
  background-color: #e3f1f1;
}
.rental th, td {
  border: 1px solid #299690;
  padding: 10px;
  text-align: center;
  width: 50%;
}
.rental th {
  background-color: #1e6965;
  color: #ffffff;
  text-align: center;
}
.rental tr:nth-child(even) {
  background-color: #ffffff;
}
.rental tr:hover {
  background-color: #ddd;
}
@media (max-width: 768px) {
  .box-rental-container ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .rental-container {
    grid-template-columns: repeat(2, 1fr);
    padding: 0px;
    gap: 0px;
  }
  .rental-item {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    max-width: 96%;
    margin-bottom: 40px;
    align-items: center;
    text-align: center;
  }
  table.rental {
    width: 94%;
    border-collapse: collapse;
    margin: 0 10px 10px 10px;
    background-color: #e3f1f1;
  }
  .rental-item img {
    max-width: 80%;
    height: auto;
    border-radius: 50%;
    text-align: center;
    align-items: center;
  }
}
/* レンタル↑ */
/* シーズン↓ */
.box-season-container2 {
  max-width: 1100px;
  padding: 0px;
  box-sizing: border-box;
  margin: 100px auto 0;
}
.box-season-container {
  max-width: 1100px;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 0px;
}
.box-season {
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -30px;
}
.container-season {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 0px;
  padding: 20px;
  border-radius: 8px;
}
.season-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0px;
}
.season-item {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}
.box-season-color {
  max-width: 1100px;
  padding: 30px 20px 70px 20px;
  box-sizing: border-box;
  margin: 70px auto;
  border-radius: 20px;
  background-color: #FFFFFF;
}
.box-season-color2 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  align-items: center;
  text-align: center;
  margin-bottom: 12px;
}
.box-season-color2 img {
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}
.box-season-color3 {
  width: 97%;
  margin: 0 auto;
  border-top: solid #EA6982 2px;
  padding: 0px 0 0px 0;
  padding: 5px 0 0 0;
}
.box-season-color3-2 {
  width: 97%;
  margin: 0 auto;
  border-top: solid #6B9350 2px;
  padding: 0px 0 0px 0;
  padding: 5px 0 0 0;
}
.box-season-color3-3 {
  width: 97%;
  margin: 0 auto;
  border-top: solid #007C59 2px;
  padding: 0px 0 0px 0;
  padding: 5px 0 0 0;
}
.box-season-color3-4 {
  width: 97%;
  margin: 0 auto;
  border-top: solid #E08100 2px;
  padding: 0px 0 0px 0;
  padding: 5px 0 0 0;
}
.box-season-color3-5 {
  width: 97%;
  margin: 0 auto;
  border-top: solid #D23400 2px;
  padding: 0px 0 0px 0;
  padding: 5px 0 0 0;
}
.box-season-color4 {
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -30px;
}
.box-season-color3-6 {
  width: 97%;
  margin: 0 auto;
  border-top: solid #0086C2 2px;
  padding: 0px 0 0px 0;
  padding: 5px 0 0 0;
}
.box-season-color5 {
  display: flex;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 0px;
  padding: 20px;
  border-radius: 8px;
}
.color1-table {
  width: 96%;
  border-collapse: collapse;
  margin: 50px auto 10px;
  overflow-x: auto;
}
.color1-table th, .color1-table td {
  padding: 12px 15px;
  text-align: left;
  border-top: 1px solid #EA6982;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #EA6982;
  border-left: 1px solid #ffffff;
}
.color1-table th {
  background-color: #ffffff;
  color: #000;
  font-weight: bold;
}
.color1-table th:first-child, .color1-table td:first-child {
  max-width: 20%;
  width: 20%;
}
.color2-table {
  width: 96%;
  border-collapse: collapse;
  margin: 50px auto 10px;
  overflow-x: auto;
}
.color2-table th, .color2-table td {
  padding: 12px 15px;
  text-align: left;
  border-top: 1px solid #6B9350;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #6B9350;
  border-left: 1px solid #ffffff;
}
.color2-table th {
  background-color: #ffffff;
  color: #000;
  font-weight: bold;
}
.color2-table th:first-child, .color2-table td:first-child {
  max-width: 20%;
  width: 20%;
}
.color3-table {
  width: 96%;
  border-collapse: collapse;
  margin: 50px auto 10px;
  overflow-x: auto;
}
.color3-table th, .color3-table td {
  padding: 12px 15px;
  text-align: left;
  border-top: 1px solid #007C59;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #007C59;
  border-left: 1px solid #ffffff;
}
.color3-table th {
  background-color: #ffffff;
  color: #000;
  font-weight: bold;
}
.color3-table th:first-child, .color3-table td:first-child {
  max-width: 20%;
  width: 20%;
}
.color4-table {
  width: 96%;
  border-collapse: collapse;
  margin: 50px auto 10px;
  overflow-x: auto;
}
.color4-table th, .color4-table td {
  padding: 12px 15px;
  text-align: left;
  border-top: 1px solid #E08100;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #E08100;
  border-left: 1px solid #ffffff;
}
.color4-table th {
  background-color: #ffffff;
  color: #000;
  font-weight: bold;
}
.color4-table th:first-child, .color4-table td:first-child {
  max-width: 20%;
  width: 20%;
}
.color5-table {
  width: 96%;
  border-collapse: collapse;
  margin: 50px auto 10px;
  overflow-x: auto;
}
.color5-table th, .color5-table td {
  padding: 12px 15px;
  text-align: left;
  border-top: 1px solid #D23400;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #D23400;
  border-left: 1px solid #ffffff;
}
.color5-table th {
  background-color: #ffffff;
  color: #000;
  font-weight: bold;
}
.color5-table th:first-child, .color5-table td:first-child {
  max-width: 20%;
  width: 20%;
}
.color6-table {
  width: 96%;
  border-collapse: collapse;
  margin: 50px auto 10px;
  overflow-x: auto;
}
.color6-table th, .color6-table td {
  padding: 12px 15px;
  text-align: left;
  border-top: 1px solid #0086C2;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #0086C2;
  border-left: 1px solid #ffffff;
}
.color6-table th {
  background-color: #ffffff;
  color: #000;
  font-weight: bold;
}
.color6-table th:first-child, .color6-table td:first-child {
  max-width: 20%;
  width: 20%;
}
@media (max-width: 768px) {
  .box-season-color5 {
    display: flex;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 0px;
    padding: 20px;
    border-radius: 8px;
  }
  .season-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
  }
  .color1-table {
    width: 96%;
    border-collapse: collapse;
    margin: 50px auto 10px;
    overflow-x: auto;
  }
  .color2-table {
    width: 96%;
    border-collapse: collapse;
    margin: 50px auto 10px;
    overflow-x: auto;
  }
  .color3-table {
    width: 96%;
    border-collapse: collapse;
    margin: 50px auto 10px;
    overflow-x: auto;
  }
  .color4-table {
    width: 96%;
    border-collapse: collapse;
    margin: 50px auto 10px;
    overflow-x: auto;
  }
  .color5-table {
    width: 96%;
    border-collapse: collapse;
    margin: 50px auto 10px;
    overflow-x: auto;
  }
  .color6-table {
    width: 96%;
    border-collapse: collapse;
    margin: 50px auto 10px;
    overflow-x: auto;
  }
}
/* シーズン↑ */
/* メンバー↓ */
.box-member-container {
  max-width: 250px;
  padding: 0px;
  margin: -50px auto 0px;
  background-color: #1E6965;
  border-radius: 40px;
}
.header-text-member {
  text-align: center;
  width: 100%;
  margin-top: 0;
  padding: 0;
  color: #ffffff;
  font-size: 1.3em;
  font-weight: 700;
  background-color: #1E6965;
  border-radius: 40px;
  padding: 2px;
}
.box-member-container2 {
  max-width: 1100px;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 0px;
}
.member-top-contents {
  margin-top: 100px;
  padding-bottom: 100px;
  width: 100%;
  background-color: #F1F0ED;
  border-radius: 100px 100px 0 0;
}
.box-member-container3 {
  max-width: 1100px;
  padding: 20px;
  box-sizing: border-box;
  margin: 100px auto;
  padding-top: 0px;
}
.box-member-container4 {
  max-width: 1100px;
  padding: 20px;
  box-sizing: border-box;
  margin: 100px auto;
  padding-top: 0px;
}
.box-member-container-glid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 40px auto 100px;
  padding: 10px;
}
.box-glid-item {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  background-color: #FFFFFF;
  border-radius: 15px;
  text-align: center;
}
.box-member-text1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0px 0 0px 0;
  color: #1E6965;
  font-size: 1.2em;
  font-weight: 500;
}
.box-member-text2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 0px 0;
  font-size: 1.5em;
  font-weight: 700;
  color: #000000;
}
.box-member-text3-back {
  max-width: 70%;
  padding: 0px;
  box-sizing: border-box;
  margin: 40px auto 100px;
  border-radius: 15px;
  background-color: #FFFFFF;
}
.box-member-text3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 1.1em;
  font-weight: bold;
  color: #000000;
}
.box-member-text4 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 0 0;
  font-size: 1.8em;
  font-weight: bold;
  color: #000000;
}
.box-member-text5 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 0px 0 16px 0;
  font-size: 1.1em;
  font-weight: bold;
  color: #000000;
}
.box-member-text6 {
  display: flex;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin: 0 auto;
  padding: 16px 0 30px 0;
  font-size: 0.8em;
  font-weight: bold;
  color: #000000;
}
.box-member-line {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-member-line:before, .box-member-line:after {
  border-top: 1px solid;
  content: "";
  width: 1.2em;
}
.box-member-line:before {
  margin-center: 1em;
}
.box-member-ft-container {
  max-width: 100%;
  padding: 20px;
  box-sizing: border-box;
  margin: 50px auto 0;
  border-radius: 100px;
  background-color: #FFFFFF;
}
.box-member-ft-container2 {
  width: 100%;
  padding: 0px;
  margin: -70px auto 0;
}
.box-member-ft-text1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 60px 0 50px 0;
  color: #1E6965;
  font-size: 2.1em;
  font-weight: 900;
}
.member-ft-text2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
  padding: 10px;
}
.member-ft-text3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 80px 0 0px 0;
  color: #1E6965;
  font-size: 2.1em;
  font-weight: 900;
}
.member-ft-text4 {
  width: 94%;
  margin: 0 auto;
  border-top: solid #1E6965 2px;
  color: #1E6965;
  padding: 5px 0 50px 0;
}
.member-item {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  max-width: 303px;
  margin: 0 auto;
  padding-bottom: 70px;
}
.member-item img {
  max-width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid #eee;
}
.deficit {
  display: flex;
  max-width: 36%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 20px 0 20px 0;
  font-size: 0.8em;
  color: #FF0004;
  text-align: center;
}
.container {
  max-width: 1100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0px;
  margin: 0 auto;
}
.item {
  flex: 1;
  min-width: 80px;
  margin: 10px;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 20px;
}
.first-column {
  background-color: #ffffff;
}
.second-column {
  /*background-color: #ffffff; */
  /*max-width: 80px; */
  flex: 0 0 auto;
  /*min-width: 80px; */
  margin: 0 auto;
}
.third-column {
  background-color: #ffffff;
}
.second-column p, .second-column img {
  color: #ffffff;
}
.text-item p {
  line-height: 1.4;
  color: #333;
  font-size: 1.1em;
  font-weight: 700;
}
.image-item img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .container {
    flex-direction: column;
    align-items: center;
  }
  .item {
    width: 90%;
  }
  .second-column {
    max-width: 90%;
    min-width: unset;
    width: 100px;
  }
}
/* メンバー↑ */
/* プライベートポリシー↓ */
.pp-contents {
  margin-top: 50px;
  padding-bottom: 150px;
  width: 100%;
  border-radius: 50px 100px 0 0;
}
.box-pp-container {
  max-width: 1100px;
  padding: 20px 20px 0px 20px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 0px;
}
.box-pp-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 50px 0 0px 0;
  color: #1E6965;
  font-size: 2.1em;
  font-weight: 700;
}
.box-pp-text1 {
  display: flex;
  justify-content: lcenter;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 40px 0 0px 32px;
  color: #1E6965;
  font-size: 1.2em;
  font-weight: 900;
  text-align: left;
}
.box-pp-text2 {
  width: 94%;
  margin: 0 auto;
  border-top: solid #1E6965 2px;
  padding: 0px 0 0px 0;
  color: #000000;
  padding: 5px 0 0 0;
	font-size: 1.0em;
}
@media (max-width: 768px) {

  }

/* プライベートポリシー↑ */
/* 特定商取引↓ */
.row-contents-op {
  margin-top: 50px;
  padding-bottom: 20px;
  width: 100%;
}
.box-row-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 50px 0 50px 0;
    color: #1E6965;
    font-size: 2.1em;
    font-weight: 700;
}
/* 特定商取引↑ */