@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

img {
  display: block;
  border: none;
  -webkit-backface-visibility: hidden; /*クロームの画像ぼけ防止*/
  image-rendering: -webkit-optimize-contrast; /*クロームの画像ぼけ防止*/
}

.mgn_10 {
  margin: 0 0 10px 0 !important;
}

.mgn_20 {
  margin: 0 0 20px 0 !important;
}

.mgn_30 {
  margin: 0 0 30px 0 !important;
}

.mgn_40 {
  margin: 0 0 40px 0 !important;
}

.mgn_50 {
  margin: 0 0 50px 0 !important;
}

.mgn_60 {
  margin: 0 0 60px 0 !important;
}
@media screen and (max-width: 768px) {
  .mgn_60 {
    margin: 0 0 30px 0 !important;
  }
}

.mgn_70 {
  margin: 0 0 70px 0 !important;
}
@media screen and (max-width: 768px) {
  .mgn_70 {
    margin: 0 0 30px 0 !important;
  }
}

.mgn_80 {
  margin: 0 0 80px 0 !important;
}
@media screen and (max-width: 768px) {
  .mgn_80 {
    margin: 0 0 40px 0 !important;
  }
}

.mgn_90 {
  margin: 0 0 90px 0 !important;
}
@media screen and (max-width: 768px) {
  .mgn_90 {
    margin: 0 0 50px 0 !important;
  }
}

.mgn_100 {
  margin: 0 0 100px 0 !important;
}
@media screen and (max-width: 768px) {
  .mgn_100 {
    margin: 0 0 50px 0 !important;
  }
}

.mgn_auto_10 {
  margin: 0 auto 10px auto !important;
}

.mgn_auto_20 {
  margin: 0 auto 20px auto !important;
}

.mgn_auto_30 {
  margin: 0 auto 30px auto !important;
}

.mgn_auto_40 {
  margin: 0 auto 40px auto !important;
}
@media screen and (max-width: 768px) {
  .mgn_auto_40 {
    margin: 0 auto 20px auto !important;
  }
}

.mgn_auto_50 {
  margin: 0 auto 50px auto !important;
}
@media screen and (max-width: 768px) {
  .mgn_auto_50 {
    margin: 0 auto 20px auto !important;
  }
}

.mgn_auto_60 {
  margin: 0 auto 60px auto !important;
}
@media screen and (max-width: 768px) {
  .mgn_auto_60 {
    margin: 0 auto 30px auto !important;
  }
}

.mgn_auto_70 {
  margin: 0 auto 70px auto !important;
}
@media screen and (max-width: 768px) {
  .mgn_auto_70 {
    margin: 0 auto 30px auto !important;
  }
}

.mgn_auto_80 {
  margin: 0 auto 80px auto !important;
}
@media screen and (max-width: 768px) {
  .mgn_auto_80 {
    margin: 0 auto 40px auto !important;
  }
}

.mgn_auto_90 {
  margin: 0 auto 90px auto;
}
@media screen and (max-width: 768px) {
  .mgn_auto_90 {
    margin: 0 auto 50px auto;
  }
}

.mgn_auto_100 {
  margin: 0 auto 100px auto;
}
@media screen and (max-width: 768px) {
  .mgn_auto_100 {
    margin: 0 auto 50px auto;
  }
}

.mgn_auto_110 {
  margin: 0 auto 110px auto;
}
@media screen and (max-width: 768px) {
  .mgn_auto_110 {
    margin: 0 auto 50px auto;
  }
}

.mgn_auto_120 {
  margin: 0 auto 120px auto;
}
@media screen and (max-width: 768px) {
  .mgn_auto_120 {
    margin: 0 auto 60px auto;
  }
}

.mgn_auto_130 {
  margin: 0 auto 130px auto;
}
@media screen and (max-width: 768px) {
  .mgn_auto_130 {
    margin: 0 auto 60px auto;
  }
}

.mgn_auto_140 {
  margin: 0 auto 140px auto;
}
@media screen and (max-width: 768px) {
  .mgn_auto_140 {
    margin: 0 auto 70px auto;
  }
}

.page_title {
  width: min(250px, 100%);
}
@media screen and (max-width: 768px) {
  .page_title {
    width: min(150px, 100%);
  }
}

.object {
  overflow: hidden;
}
.object img {
  transition: 1s;
  opacity: 0;
  transform: scale(110%);
}
.object.active img {
  opacity: 1;
  transform: scale(101%);
}

#return {
  position: fixed;
  bottom: 60px;
  right: 60px;
  cursor: pointer;
  transition: 0.3s;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  #return {
    bottom: 80px;
    right: 10px;
  }
}
#return.active {
  visibility: visible;
}

.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}
.pc-only .yokoku {
  max-width: 1280px;
  padding: 7px 0;
  margin: 0 auto 5px;
  color: #004121;
  border-top: solid 1px #004121;
  border-bottom: solid 1px #004121;
  display: flex;
  align-items: center;
}
.pc-only .yokoku .yokoku__title {
  flex: 0 0 auto;
  font-size: 14px;
  letter-spacing: 0.4em;
  margin-right: 20px;
  background: #fff;
}
.pc-only .yokoku .yokoku__title span {
  display: inline-block;
  padding: 20px;
  border: solid 1px #004121;
}
.pc-only .yokoku .yokoku__main {
  flex: 0 1 100%;
  font-size: 12px;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
    padding-bottom: 20px;
  }
}
.sp-only .yokoku {
  display: block;
  max-width: 1280px;
  position: relative;
  padding: 14px 0 7px;
  margin: 10% 10px 5px;
  color: #221815;
  border-top: solid 1px #221815;
  border-bottom: solid 1px #221815;
  align-items: center;
}
.sp-only .yokoku .yokoku__title {
  display: inline-block;
  padding: 5px;
  position: absolute;
  top: -30px;
  left: 0;
  margin-right: 10px;
  font-size: 14px;
  letter-spacing: 0.4em;
  background-color: #fff;
}
.sp-only .yokoku .yokoku__title span {
  padding: 5px;
  display: inline-block;
  border: solid 1px #221815;
}
.sp-only .yokoku .yokoku__main {
  padding: 0 10px;
  font-size: 12px;
}

.top-time {
  padding: 10px 20px;
  background-color: #0b4255;
}

.top-time div {
  width: min(1240px, 100%);
  margin: auto;
}

.top-summary {
  padding: 20px;
  background-color: #0d7e95;
}
.top-summary ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .top-summary ul {
    display: none;
  }
}
.top-summary div {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-summary div {
    display: block;
  }
}

.top-info {
  padding: 0 20px 60px 20px;
  margin: 0 auto;
  background-color: #0d7e95;
}
@media screen and (max-width: 768px) {
  .top-info {
    padding: 30px 20px 40px 20px;
    margin: 0 auto;
  }
}
.top-info h2 {
  width: 250px;
  margin: 0 auto 10px auto;
}
.top-info .info_banner {
  width: min(1000px, 100%);
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 768px) {
  .top-info .info_banner {
    margin: 0 auto 10px auto;
  }
}
.top-info #property_notice {
  font-size: 20px;
  text-align: center;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .top-info #property_notice {
    font-size: 14px;
    margin: 0 0 20px 0;
  }
}
.top-info #property_notice br {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-info #property_notice br {
    display: block;
  }
}
.top-info div {
  width: min(1200px, 100%);
  margin: auto;
}

#concept {
  padding: 90px 0 0 0;
  background-image: url(../img/top/concept_bg.jpg);
  background-position: left top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #concept {
    padding: 60px 0 0 0;
  }
}
#concept .title {
  width: min(540px, 100%);
}
@media screen and (max-width: 768px) {
  #concept .title {
    width: min(300px, 100%);
  }
}
#concept .read_copy {
  font-size: 29px;
  text-align: center;
  font-weight: 500;
  padding: 0 20px;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  #concept .read_copy {
    font-size: 18px;
    text-align: left;
  }
}
#concept .read_copy br {
  display: none;
}
@media screen and (max-width: 768px) {
  #concept .read_copy br {
    display: block;
  }
}
#concept .outline {
  font-size: 19px;
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #concept .outline {
    font-size: 14px;
    text-align: left;
  }
}
#concept .outline br {
  display: none;
}
@media screen and (max-width: 768px) {
  #concept .outline br {
    display: block;
  }
}
#concept .category_summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #concept .category_summary {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  #concept .category_summary div:first-child {
    padding: 0 20% 0 0;
  }
}
#concept .category_summary div:last-child {
  padding: 10px 200px 0 0;
  font-size: 17px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #concept .category_summary div:last-child {
    padding: 0 20px;
    font-size: 14px;
  }
}
#concept .concept_img_1 {
  width: min(1000px, 100%);
  margin: auto;
}
#concept .plot {
  padding: 60px 20px;
  margin: 0 0 120px 0;
  background-image: url(../img/top/plot_bg.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #concept .plot {
    padding: 30px 20px;
    margin: 0 0 60px 0;
  }
}
#concept .plot article {
  width: min(1000px, 100%);
  margin: auto;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  #concept .plot article {
    flex-direction: column-reverse;
  }
}
#concept .plot article div:first-child {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #concept .plot article div:first-child {
    width: 100%;
  }
}
#concept .plot article div:first-child .plot_title {
  width: 460px;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  #concept .plot article div:first-child .plot_title {
    width: 270px;
    margin: 0 0 20px 0;
  }
}
#concept .plot article div:first-child p {
  font-size: 17px;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  #concept .plot article div:first-child p {
    font-size: 14px;
    margin: 0 0 20px 0;
  }
}
#concept .plot article div:first-child ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0 0 20px 0;
}
#concept .plot article div:last-child {
  width: 40%;
}
@media screen and (max-width: 768px) {
  #concept .plot article div:last-child {
    width: 80%;
    padding: 0 50px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #concept .conects_img_1 {
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  #concept .conects_img_1 img {
    padding: 0 0 40px 0;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  #concept .conects_img_4 {
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  #concept .conects_img_4 img {
    padding: 0 0 40px 0;
    background-color: #073245;
  }
}
#concept .contents_bg_1 {
  padding: 0 0 80px 0;
  background-image: url(../img/top/contents_bg_1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #concept .contents_bg_1 {
    padding: 0 0 40px 0;
    background-position: center bottom;
  }
}
#concept .contents {
  width: min(1040px, 100%);
  padding: 0 20px;
  margin: auto;
  display: grid;
}
@media screen and (max-width: 768px) {
  #concept .contents {
    gap: 20px;
  }
}
#concept .contents section {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #concept .contents section {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
#concept .contents section div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #concept .contents section div {
    width: 100%;
  }
}
#concept .contents section div:last-child h3 {
  font-size: 30px;
  color: #0d7e95;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  #concept .contents section div:last-child h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
}
#concept .contents section div:last-child p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #concept .contents section div:last-child p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #concept .contents:nth-child(odd) {
    margin: 0 0 20px 0;
  }
}
#concept .contents:nth-child(odd) section div:last-child {
  padding: 0 0 0 50px;
}
@media screen and (max-width: 768px) {
  #concept .contents:nth-child(odd) section div:last-child {
    padding: 0 0 20px 0;
  }
}
#concept .contents:nth-child(even) section {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #concept .contents:nth-child(even) section {
    flex-direction: column-reverse;
  }
}
#concept .contents:nth-child(even) section div:last-child {
  padding: 0 50px 0 0;
}
@media screen and (max-width: 768px) {
  #concept .contents:nth-child(even) section div:last-child {
    padding: 0;
  }
}
#concept .contents_bg_2 {
  padding: 0 0 80px 0;
  background-image: url(../img/top/contents_bg_2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #concept .contents_bg_2 {
    padding: 0 0 40px 0;
  }
}
#concept .contents_2 section {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  #concept .contents_2 section {
    flex-direction: column;
  }
}
#concept .contents_2 section h3 {
  font-size: 25px !important;
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  #concept .contents_2 section h3 {
    font-size: 20px !important;
  }
}
#concept .contents_2 section p {
  color: #fff !important;
}
#concept .contents_2:nth-child(even) section {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #concept .contents_2:nth-child(even) section {
    flex-direction: column;
  }
}
#concept #imagephoto {
  width: min(1040px, 100%);
  padding: 40px 20px 0 20px;
  margin: auto;
  color: #fff;
  text-align: right;
}

#localnav {
  padding: 100px 20px;
  margin: 0 0 20px 0;
  background-color: #003942;
}
@media screen and (max-width: 768px) {
  #localnav {
    padding: 30px 20px;
  }
}
#localnav ul {
  width: min(1100px, 100%);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #localnav ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
#localnav ul a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.top-summary ul.started li {
  opacity: 1;
  transform: translate(0, 0);
}
.top-summary ul.started li:nth-child(1) {
  transition: 1.2s ease-in-out;
}
.top-summary ul.started li:nth-child(2) {
  transition: 1.4s ease-in-out;
}
.top-summary ul.started li:nth-child(3) {
  transition: 1.6s ease-in-out;
}
.top-summary ul.started li:nth-child(4) {
  transition: 1.8s ease-in-out;
}

.top-link ul li {
  opacity: 0;
  transform: translate(0, 80px);
}
.top-link ul.started li {
  opacity: 1;
  transform: translate(0, 0);
}
.top-link ul.started li:nth-child(1) {
  transition: 1.2s ease-in-out;
}
.top-link ul.started li:nth-child(2) {
  transition: 1.4s ease-in-out;
}
.top-link ul.started li:nth-child(3) {
  transition: 1.6s ease-in-out;
}
.top-link ul.started li:nth-child(4) {
  transition: 1.8s ease-in-out;
}
.top-link ul.started li:nth-child(5) {
  transition: 2s ease-in-out;
}
.top-link ul.started li:nth-child(6) {
  transition: 2.2s ease-in-out;
}
.top-link ul.started li:nth-child(7) {
  transition: 2.4s ease-in-out;
}
.top-link ul.started li:nth-child(8) {
  transition: 2.6s ease-in-out;
}

.annotation {
  width: min(1300px, 100%);
  padding: 0 10px;
  margin: 0 auto 160px auto;
}
@media screen and (max-width: 768px) {
  .annotation {
    margin: 0 auto 90px auto;
  }
}
.annotation p {
  font-size: 12px;
  line-height: 1.5;
}
.annotation p::before {
  content: "※";
}

#banner {
  width: min(637px, 100%);
  margin: 0 auto 60px auto;
}
@media screen and (max-width: 768px) {
  #banner {
    margin: 0 auto 50px auto;
  }
}

.request {
  width: min(760px, 100%);
  padding: 0 20px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.request li:first-child a {
  background-color: #003942;
}
.request li:last-child a {
  background-color: #6f5d4e;
}
.request li:last-child p {
  background-color: #808080;
}
.request li a {
  padding: 20px 0;
  display: block;
  font-size: 23px;
  color: #fff;
  text-align: center;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .request li a {
    font-size: 13px;
  }
}
.request li a:hover {
  opacity: 0.7;
}
.request li p {
  padding: 20px 0;
  display: block;
  font-size: 27px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .request li p {
    font-size: 22px;
  }
}

.design_summary {
  padding: 60px 20px 40px 20px;
  margin: 0 0 80px 0;
  background-image: url(../img/design/summary_bg.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .design_summary {
    padding: 30px 20px 20px 20px;
    margin: 0 0 40px 0;
  }
}
.design_summary .page_title {
  width: min(250px, 100%);
}
.design_summary h3 {
  font-size: 30px;
  font-weight: 700;
  color: #004121;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .design_summary h3 {
    font-size: 20px;
  }
}
.design_summary h3 span {
  display: block;
}
.design_summary h3 span br {
  display: none;
}
@media screen and (max-width: 768px) {
  .design_summary h3 span br {
    display: block;
  }
}
.design_summary p {
  font-size: 17px;
  color: #004121;
  text-align: center;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .design_summary p {
    font-size: 16px;
    margin: 0 0 30px 0;
  }
}
.design_summary p span {
  display: block;
}
.design_summary p span br {
  display: none;
}
@media screen and (max-width: 768px) {
  .design_summary p span br {
    display: block;
  }
}
.design_summary .plot {
  width: min(1000px, 100%);
  margin: auto;
  display: grid;
  grid-template-columns: 0.4fr 0.6fr;
  gap: 150px;
}
@media screen and (max-width: 768px) {
  .design_summary .plot {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.design_summary .plot div:first-child {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.design_summary .plot div:first-child dl {
  display: grid;
  grid-template-columns: 1fr 9fr;
  align-items: center;
  color: #fff;
  background-color: #228b8e;
}
.design_summary .plot div:first-child dl dt {
  font-size: 27px;
  text-align: center;
}
.design_summary .plot div:first-child dl dd {
  font-size: 17px;
  text-align: center;
  padding: 10px 20px;
  background-color: #8abcc7;
}

.design_benefit {
  padding: 60px 20px;
  background-color: #197589;
}
@media screen and (max-width: 768px) {
  .design_benefit {
    padding: 30px 20px;
  }
}
.design_benefit ul {
  width: min(1000px, 100%);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .design_benefit ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

.design_detail {
  padding: 0 20px;
}
.design_detail h3 {
  font-size: 30px;
  font-weight: 500;
  color: #3e3a39;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .design_detail h3 {
    font-size: 20px;
  }
}
.design_detail h3 span {
  display: block;
}
.design_detail h3 span br {
  display: none;
}
@media screen and (max-width: 768px) {
  .design_detail h3 span br {
    display: block;
  }
}
.design_detail .design_detail_summary {
  font-size: 17px;
  color: #3e3a39;
  text-align: center;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .design_detail .design_detail_summary {
    font-size: 16px;
    margin: 0 0 30px 0;
  }
}
.design_detail .design_detail_summary span {
  display: block;
}
.design_detail .design_detail_summary span br {
  display: none;
}
@media screen and (max-width: 768px) {
  .design_detail .design_detail_summary span br {
    display: block;
  }
}
.design_detail article {
  width: min(1000px, 100%);
  margin: 0 auto 150px auto;
  display: grid;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .design_detail article {
    margin: 0 auto 70px auto;
    gap: 50px;
  }
}
.design_detail article section h4 {
  font-size: 28px;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  background-color: #14798f;
}
@media screen and (max-width: 768px) {
  .design_detail article section h4 {
    font-size: 18px;
  }
}
.design_detail article section h4 br {
  display: none;
}
@media screen and (max-width: 768px) {
  .design_detail article section h4 br {
    display: block;
  }
}
.design_detail article section h5 {
  font-size: 26px;
  color: #197589;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .design_detail article section h5 {
    font-size: 18px;
  }
}
.design_detail article section h5 br {
  display: none;
}
@media screen and (max-width: 768px) {
  .design_detail article section h5 br {
    display: block;
  }
}
.design_detail article section .detail_1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .design_detail article section .detail_1 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.design_detail article section .detail_1 h6 {
  font-size: 26px;
  color: #14798f;
  text-align: center;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #197589;
}
@media screen and (max-width: 768px) {
  .design_detail article section .detail_1 h6 {
    font-size: 18px;
  }
}
.design_detail article section .detail_1 p {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .design_detail article section .detail_1 p {
    font-size: 14px;
  }
}
.design_detail article section .detail_2 {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 140px;
}
@media screen and (max-width: 768px) {
  .design_detail article section .detail_2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.design_detail article section .detail_2 p {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .design_detail article section .detail_2 p {
    font-size: 18px;
  }
}
.design_detail article section ul {
  display: grid;
  gap: 10px;
}
.design_detail article section ul li {
  font-size: 22px;
  color: #fff;
  text-align: center;
  padding: 0 0 5px 0;
  background-color: #9c7e5b;
}
@media screen and (max-width: 768px) {
  .design_detail article section ul li {
    font-size: 16px;
  }
}
.design_detail article section .detail_3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .design_detail article section .detail_3 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.design_detail article section .detail_3 h6 {
  font-size: 26px;
  color: #14798f;
  text-align: center;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #197589;
}
@media screen and (max-width: 768px) {
  .design_detail article section .detail_3 h6 {
    font-size: 18px;
  }
}
.design_detail article section .detail_3 .thumbnail_1 figure {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .design_detail article section .detail_3 .thumbnail_1 figure {
    align-items: start;
  }
}
.design_detail article section .detail_3 .thumbnail_1 figure figcaption p {
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .design_detail article section .detail_3 .thumbnail_1 figure figcaption p {
    font-size: 18px;
  }
}
.design_detail article section .detail_3 .thumbnail_1 figure figcaption span {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .design_detail article section .detail_3 .thumbnail_1 figure figcaption span {
    font-size: 14px;
  }
}
.design_detail article section .detail_3 .thumbnail_2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.design_detail article section .detail_3 .thumbnail_2 figure img {
  margin: 0 0 10px 0;
}
.design_detail article section .detail_3 .thumbnail_2 figure figcaption p {
  font-size: 23px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .design_detail article section .detail_3 .thumbnail_2 figure figcaption p {
    font-size: 18px;
  }
}
.design_detail article section .detail_3 .thumbnail_2 figure figcaption span {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .design_detail article section .detail_3 .thumbnail_2 figure figcaption span {
    font-size: 14px;
  }
}

#design_spec {
  width: min(1040px, 100%);
  margin: 0 auto 70px auto;
}
@media screen and (max-width: 768px) {
  #design_spec {
    margin: 0 auto 30px auto;
  }
}
#design_spec h2 {
  font-size: 29px;
  color: #3e3a39;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #design_spec h2 {
    font-size: 18px;
  }
}
#design_spec h2 br {
  display: none;
}
@media screen and (max-width: 768px) {
  #design_spec h2 br {
    display: block;
  }
}
#design_spec .title_spec_1 {
  width: min(840px, 100%);
  padding: 0 20px;
  margin: 0 auto 40px auto;
}
@media screen and (max-width: 768px) {
  #design_spec .title_spec_1 {
    padding: 0 5px;
  }
}
#design_spec .spec_summary {
  font-size: 17px;
  text-align: center;
}
#design_spec .spec_summary small {
  font-size: 13px;
  text-align: center;
  padding: 0 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  #design_spec .spec_summary small {
    text-align: left;
  }
}
#design_spec .spec_summary br {
  display: none;
}
@media screen and (max-width: 768px) {
  #design_spec .spec_summary br {
    display: block;
  }
}

.model_house {
  width: min(1040px, 100%);
  padding: 0 20px;
  margin: 0 auto 80px auto;
}
.model_house h3 {
  font-size: 28px;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  background-color: #14798f;
}
@media screen and (max-width: 768px) {
  .model_house h3 {
    font-size: 18px;
  }
}
.model_house h3 br {
  display: none;
}
@media screen and (max-width: 768px) {
  .model_house h3 br {
    display: block;
  }
}
.model_house .model_house_summary {
  font-size: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .model_house .model_house_summary {
    font-size: 18px;
  }
}
.model_house .model_house_summary br {
  display: none;
}
@media screen and (max-width: 768px) {
  .model_house .model_house_summary br {
    display: block;
  }
}
.model_house .title_spec_2 {
  width: min(750px, 100%);
  margin: 0 auto 30px auto;
}
.model_house .detail_list {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .model_house .detail_list {
    padding: 10px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.model_house .detail_list ul {
  display: grid;
  row-gap: 20px;
}
.model_house .detail_list ul li p {
  font-size: 16px;
  font-weight: 500;
  color: #8a6655;
}
.model_house .detail_list ul li p span {
  font-size: 1.5em;
  color: #8a6655;
  padding: 0 5px 0 0;
}
.model_house .detail_list ul li span {
  font-size: 13px;
  color: #3e3a39;
}
.model_house .drawing {
  width: min(900px, 100%);
}
.model_house .spec_list ul {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  row-gap: 10px;
}
@media screen and (max-width: 768px) {
  .model_house .spec_list ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
.model_house .spec_list ul li {
  width: min(110px, 100%);
}

#spec_option {
  padding: 40px 20px;
  margin: 0 0 40px 0;
  background-color: #0d7e95;
}
#spec_option div {
  width: min(1000px, 100%);
  margin: auto;
}
#spec_option div ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  #spec_option div ul {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#spec_option div ul li p {
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #spec_option div ul li p {
    font-size: 18px;
  }
}
#spec_option div small {
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #spec_option div small {
    font-size: 12px;
  }
}

.access_summary {
  margin: 0 0 80px 0;
  background-color: #0d7e95;
}
@media screen and (max-width: 768px) {
  .access_summary {
    margin: 0 0 40px 0;
  }
}
.access_summary div {
  padding: 50px 20px 100px 20px;
}
@media screen and (max-width: 768px) {
  .access_summary div {
    padding: 30px 20px 40px 20px;
  }
}
.access_summary div h2 {
  font-size: 29px;
  color: #fff;
  text-align: center;
  line-height: 2;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .access_summary div h2 {
    font-size: 18px;
    text-align: left;
    margin: 0 0 30px 0;
  }
}
.access_summary div h2 span {
  display: block;
}
.access_summary div h2 span br {
  display: none;
}
@media screen and (max-width: 768px) {
  .access_summary div h2 span br {
    display: block;
  }
}
.access_summary div p {
  font-size: 19px;
  color: #fff;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .access_summary div p {
    font-size: 14px;
    text-align: left;
  }
}
.access_summary div p span {
  display: block;
}
.access_summary div p span br {
  display: none;
}
@media screen and (max-width: 768px) {
  .access_summary div p span br {
    display: block;
  }
}

.access_contents .category_summary {
  padding: 0 20px 40px 20px;
}
@media screen and (max-width: 768px) {
  .access_contents .category_summary {
    padding: 0 20px 30px 20px;
  }
}
.access_contents .category_summary h2 {
  font-size: 29px;
  color: #3e3a39;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .access_contents .category_summary h2 {
    font-size: 18px;
    text-align: left;
  }
}
.access_contents .category_summary span {
  display: block;
}
.access_contents .category_summary span br {
  display: none;
}
@media screen and (max-width: 768px) {
  .access_contents .category_summary span br {
    display: block;
  }
}
.access_contents .category_summary p {
  font-size: 19px;
  color: #3e3a39;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .access_contents .category_summary p {
    font-size: 14px;
    text-align: left;
  }
}
.access_contents .category_summary p span {
  display: block;
}
.access_contents .category_summary p span br {
  display: none;
}
@media screen and (max-width: 768px) {
  .access_contents .category_summary p span br {
    display: block;
  }
}
.access_contents .root_1_summary {
  margin: 0 0 70px 0;
}
@media screen and (max-width: 768px) {
  .access_contents .root_1_summary {
    margin: 0 0 30px 0;
  }
}
.access_contents .root_1_summary .root_1 {
  padding: 30px 0;
  background-color: #0b4255;
}
@media screen and (max-width: 768px) {
  .access_contents .root_1_summary .root_1 {
    padding: 15px 0;
  }
}
.access_contents .root_1_summary .scroll_1 {
  overflow-x: auto;
  white-space: nowrap;
  cursor: default;
  position: relative;
}
@media screen and (max-width: 768px) {
  .access_contents .root_1_summary .scroll_1 {
    cursor: grab;
  }
}
.access_contents .root_1_summary .scroll_1 .scroll_area_1 {
  display: none;
}
@media screen and (max-width: 768px) {
  .access_contents .root_1_summary .scroll_1 .scroll_area_1 {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: grid;
    align-items: center;
    justify-items: center;
    z-index: 1;
  }
  .access_contents .root_1_summary .scroll_1 .scroll_area_1 div {
    width: 100px;
    animation-name: icon_scroll_1;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-fill-mode: none;
  }
  @keyframes icon_scroll_1 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(50px, 0);
    }
  }
}
.access_contents .root_1_summary .scroll_1 .root_2 {
  padding: 10px 20px 50px 20px;
  background-color: #efefef;
}
@media screen and (max-width: 768px) {
  .access_contents .root_1_summary .scroll_1 .root_2 {
    width: 1000px;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    cursor: grab;
  }
}
.access_contents .access_network {
  margin: 0 0 150px 0;
}
@media screen and (max-width: 768px) {
  .access_contents .access_network {
    margin: 0 0 50px 0;
  }
}
.access_contents .access_network h2 {
  font-size: 29px;
  color: #3e3a39;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1em;
  padding: 0 20px;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .access_contents .access_network h2 {
    font-size: 18px;
    text-align: left;
    margin: 0 0 10px 0;
  }
}
.access_contents .access_network h2 + p {
  font-size: 17px;
  text-align: center;
  line-height: 2;
  padding: 0 20px;
  margin: 0 0 70px 0;
}
@media screen and (max-width: 768px) {
  .access_contents .access_network h2 + p {
    font-size: 14px;
    text-align: left;
    margin: 0 0 20px 0;
  }
}
.access_contents .access_network h2 + p span {
  display: block;
}
.access_contents .access_network h2 + p span br {
  display: none;
}
@media screen and (max-width: 768px) {
  .access_contents .access_network h2 + p span br {
    display: block;
  }
}
.access_contents .access_network .root_3_summary {
  width: min(1140px, 100%);
  margin: 0 auto 50px auto;
}
.access_contents .access_network .root_3_summary .scroll_2 {
  overflow-x: auto;
  white-space: nowrap;
  cursor: default;
  position: relative;
}
@media screen and (max-width: 768px) {
  .access_contents .access_network .root_3_summary .scroll_2 {
    cursor: grab;
  }
}
.access_contents .access_network .root_3_summary .scroll_2 .scroll_area_2 {
  display: none;
}
@media screen and (max-width: 768px) {
  .access_contents .access_network .root_3_summary .scroll_2 .scroll_area_2 {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: grid;
    align-items: center;
    justify-items: center;
    z-index: 1;
  }
  .access_contents .access_network .root_3_summary .scroll_2 .scroll_area_2 div {
    width: 100px;
    animation-name: icon_scroll_2;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-fill-mode: none;
  }
  @keyframes icon_scroll_2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(50px, 0);
    }
  }
}
.access_contents .access_network .root_3_summary .root_3 {
  padding: 0 20px;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  .access_contents .access_network .root_3_summary .root_3 {
    width: 1000px;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    cursor: grab;
  }
}
.access_contents .access_network .root_3_summary p {
  font-size: 15px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .access_contents .access_network .root_3_summary p {
    font-size: 9px;
  }
}

.root_4 {
  width: min(1140px, 100%);
  padding: 0 20px;
  margin: 0 auto 50px auto;
}
@media screen and (max-width: 768px) {
  .root_4 {
    margin: 0 auto 20px auto;
  }
}

.root_5_summary {
  padding: 30px 20px 20px 20px;
  background-color: #efefef;
}
.root_5_summary .scroll_3 {
  overflow-x: auto;
  white-space: nowrap;
  cursor: default;
  position: relative;
}
@media screen and (max-width: 768px) {
  .root_5_summary .scroll_3 {
    cursor: grab;
  }
}
.root_5_summary .scroll_3 .scroll_area_3 {
  display: none;
}
@media screen and (max-width: 768px) {
  .root_5_summary .scroll_3 .scroll_area_3 {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: grid;
    align-items: center;
    justify-items: center;
    z-index: 1;
  }
  .root_5_summary .scroll_3 .scroll_area_3 div {
    width: 100px;
    animation-name: icon_scroll_3;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-fill-mode: none;
  }
  @keyframes icon_scroll_3 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(50px, 0);
    }
  }
}
.root_5_summary .scroll_3 .root_5 {
  width: min(1140px, 100%);
  padding: 0 20px;
  margin: 0 auto 10px auto;
}
@media screen and (max-width: 768px) {
  .root_5_summary .scroll_3 .root_5 {
    width: 1000px;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    cursor: grab;
  }
}
.root_5_summary small {
  width: min(1100px, 100%);
  margin: auto;
  display: block;
  font-size: 15px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .root_5_summary small {
    font-size: 9px;
  }
}

.access_location h2 {
  font-size: 29px;
  color: #3e3a39;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1em;
  padding: 0 20px;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .access_location h2 {
    font-size: 18px;
    text-align: left;
  }
}
.access_location h2 span {
  display: block;
}
.access_location h2 span br {
  display: none;
}
@media screen and (max-width: 768px) {
  .access_location h2 span br {
    display: block;
  }
}
.access_location h2 + p {
  font-size: 17px;
  color: #3e3a39;
  text-align: center;
  line-height: 2;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .access_location h2 + p {
    font-size: 14px;
    text-align: left;
  }
}
.access_location h2 + p span {
  display: block;
}
.access_location h2 + p span br {
  display: none;
}
@media screen and (max-width: 768px) {
  .access_location h2 + p span br {
    display: block;
  }
}
.access_location .access_anchor {
  width: min(546px, 100%);
  padding: 0 20px;
  margin: 0 auto 50px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .access_location .access_anchor {
    width: 240px;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.access_location .access_anchor img:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.access_location .access_anchor_contens {
  padding: 100px 0 0 0;
  background-color: #0d7e95;
}
@media screen and (max-width: 768px) {
  .access_location .access_anchor_contens {
    padding: 0;
  }
}
.access_location .access_anchor_contens .summary {
  font-size: 21px;
  color: #fff;
  text-align: center;
  line-height: 2;
  padding: 0 20px;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .access_location .access_anchor_contens .summary {
    font-size: 14px;
    text-align: left;
    margin: 0 0 30px 0;
  }
}
.access_location .access_anchor_contens .summary span {
  display: block;
}
.access_location .access_anchor_contens .summary span br {
  display: none;
}
@media screen and (max-width: 768px) {
  .access_location .access_anchor_contens .summary span br {
    display: block;
  }
}
.access_location .anchor_contens_1 {
  display: grid;
  gap: 20px;
  margin: 0 0 20px 0;
}
.access_location .anchor_contens_1 div:first-child {
  display: grid;
  justify-items: end;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_1 div:first-child {
    padding: 0 40px 0 0;
  }
}
.access_location .anchor_contens_1 div:last-child {
  display: grid;
  justify-items: start;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_1 div:last-child {
    padding: 0 0 0 40px;
  }
}
.access_location .anchor_contens_1 div picture {
  width: min(1100px, 100%);
}
.access_location .anchor_contens_2 {
  width: min(1140px, 100%);
  padding: 0 0 30px 0;
  margin: 0 auto 150px auto;
  background-color: #efefef;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_2 {
    margin: 0 auto 70px auto;
  }
}
.access_location .anchor_contens_2 article {
  width: min(940px, 100%);
  padding: 0 20px;
  margin: auto;
}
.access_location .anchor_contens_2 article .scroll_4 {
  overflow-x: auto;
  white-space: nowrap;
  cursor: default;
  position: relative;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_2 article .scroll_4 {
    display: none;
  }
}
.access_location .anchor_contens_2 article .scroll_4 .scroll_area_4 {
  display: none;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_2 article .scroll_4 .scroll_area_4 {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: grid;
    align-items: center;
    justify-items: center;
    z-index: 1;
  }
  .access_location .anchor_contens_2 article .scroll_4 .scroll_area_4 div {
    width: 100px;
    animation-name: icon_scroll_3;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-fill-mode: none;
  }
  @keyframes icon_scroll_3 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(50px, 0);
    }
  }
}
.access_location .anchor_contens_2 article .scroll_4 .shoplist {
  padding: 0 20px;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_2 article .scroll_4 .shoplist {
    width: 1000px;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    cursor: grab;
  }
}
.access_location .anchor_contens_2 article h3 {
  font-size: 24px;
  color: #3e3a39;
  line-height: 2;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_2 article h3 {
    font-size: 18px;
    text-align: left;
  }
}
.access_location .anchor_contens_2 article h3 br {
  display: none;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_2 article h3 br {
    display: block;
  }
}
.access_location .anchor_contens_2 article h3 span {
  display: block;
}
.access_location .anchor_contens_2 article h3 span br {
  display: none;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_2 article h3 span br {
    display: block;
  }
}
.access_location .anchor_contens_2 article h3 + p {
  font-size: 15px;
  color: #3e3a39;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_2 article h3 + p {
    font-size: 14px;
    text-align: left;
  }
}
.access_location .anchor_contens_2 article h3 + p span {
  display: block;
}
.access_location .anchor_contens_2 article h3 + p span br {
  display: none;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_2 article h3 + p span br {
    display: block;
  }
}
.access_location .anchor_contens_2 article small {
  font-size: 15px;
  padding: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_2 article small {
    font-size: 14px;
  }
}
.access_location .anchor_contens_3 h3 {
  font-size: 32px;
  color: #fff;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
  padding: 0 20px;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_3 h3 {
    font-size: 18px;
    text-align: left;
  }
}
.access_location .anchor_contens_3 h3 span {
  display: block;
}
.access_location .anchor_contens_3 h3 span br {
  display: none;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_3 h3 span br {
    display: block;
  }
}
.access_location .anchor_contens_3 h3 + p {
  font-size: 17px;
  color: #fff;
  text-align: center;
  line-height: 2;
  padding: 0 20px;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_3 h3 + p {
    font-size: 14px;
    text-align: left;
  }
}
.access_location .anchor_contens_3 h3 + p span {
  display: block;
}
.access_location .anchor_contens_3 h3 + p span br {
  display: none;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_3 h3 + p span br {
    display: block;
  }
}
.access_location .anchor_contens_3 .map {
  width: min(1140px, 100%);
  padding: 0 20px;
  margin: 0 auto 60px auto;
  display: grid;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_3 .map {
    margin: 0 auto 40px auto;
  }
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_3 picture {
    padding: 0 20px;
  }
}
.access_location .anchor_contens_4 {
  padding: 90px 0 0 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_4 {
    padding: 50px 0 0 0;
  }
}
.access_location .anchor_contens_4 .support_title_main {
  width: 270px;
  margin: 0 auto 30px auto;
}
.access_location .anchor_contens_4 h2 {
  font-size: 26px;
  color: #3e3a39;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
  padding: 0 20px;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_4 h2 {
    font-size: 18px;
    text-align: left;
    margin: 0 0 20px 0;
  }
}
.access_location .anchor_contens_4 h2 br {
  display: none;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_4 h2 br {
    display: block;
  }
}
.access_location .anchor_contens_4 h2 + p {
  font-size: 20px;
  color: #3e3a39;
  text-align: center;
  line-height: 2;
  padding: 0 20px;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_4 h2 + p {
    font-size: 14px;
    text-align: left;
  }
}
.access_location .anchor_contens_4 h2 + p span {
  display: block;
}
.access_location .anchor_contens_4 h2 + p span br {
  display: none;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_4 h2 + p span br {
    display: block;
  }
}
.access_location .anchor_contens_4 .anchor_contens_4_summary {
  width: min(1140px, 100%);
  padding: 0 20px;
  margin: 0 auto 80px auto;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_4 .anchor_contens_4_summary {
    margin: 0 auto 40px auto;
  }
}
.access_location .anchor_contens_4 .anchor_contens_4_summary article {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 20px;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_4 .anchor_contens_4_summary article {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 10px;
  }
}
.access_location .anchor_contens_4 .anchor_contens_4_summary article section {
  display: grid;
  gap: 20px;
  padding: 30px 40px;
  background-color: #f5f1e9;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_4 .anchor_contens_4_summary article section {
    padding: 20px 30px;
  }
}
.access_location .anchor_contens_4 .anchor_contens_4_summary article section p {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_4 .anchor_contens_4_summary article section p {
    font-size: 12px;
  }
}
.access_location .anchor_contens_4 .anchor_contens_4_summary article section p span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #0d7e95;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_4 .anchor_contens_4_summary article section p span {
    font-size: 11px;
  }
}
.access_location .anchor_contens_4 .anchor_contens_4_summary small {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_4 .anchor_contens_4_summary small {
    font-size: 10px;
  }
}
.access_location .anchor_contens_4 .facility {
  padding: 50px 20px 60px 20px;
  background-color: #f5f1e9;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_4 .facility {
    padding: 30px 20px 40px 20px;
  }
}
.access_location .anchor_contens_4 .facility h2 {
  font-size: 26px;
  color: #14798f;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
  padding: 0 20px;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_4 .facility h2 {
    font-size: 18px;
    text-align: left;
    margin: 0 0 20px 0;
  }
}
.access_location .anchor_contens_4 .facility h2 br {
  display: none;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_4 .facility h2 br {
    display: block;
  }
}
.access_location .anchor_contens_4 .facility article {
  width: min(1100px, 100%);
  margin: auto;
  display: grid;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_4 .facility article {
    gap: 35px;
  }
}
.access_location .anchor_contens_4 .facility article section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  padding: 0 0 60px 0;
  border-bottom: 1px solid #0d7e95;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_4 .facility article section {
    border-bottom: none;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0;
  }
}
.access_location .anchor_contens_4 .facility article section:last-child {
  padding: 0;
  border-bottom: none;
}
.access_location .anchor_contens_4 .facility article section p {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_4 .facility article section p {
    font-size: 12px;
  }
}
.access_location .anchor_contens_4 .facility article section figcaption {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_4 .facility article section figcaption {
    font-size: 12px;
  }
}
.access_location .anchor_contens_4 .facility article section .price {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.access_location .anchor_contens_4 .facility article section .price small {
  font-size: 12px;
}
.access_location .anchor_contens_5 {
  padding: 100px 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_5 {
    padding: 40px 0;
  }
}
.access_location .anchor_contens_5 h2 {
  font-size: 42px;
  text-align: center;
  color: #0d7e95;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_5 h2 {
    font-size: 23px;
    margin: 0 0 10px 0;
  }
}
.access_location .anchor_contens_5 h2 br {
  display: none;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_5 h2 br {
    display: block;
  }
}
.access_location .anchor_contens_5 h2 span {
  display: block;
}
.access_location .anchor_contens_5 h2 span br {
  display: none;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_5 h2 span br {
    display: block;
  }
}
.access_location .anchor_contens_5 h2 + p {
  font-size: 20px;
  color: #3e3a39;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_5 h2 + p {
    font-size: 11px;
    text-align: left;
  }
}
.access_location .anchor_contens_5 h2 + p span {
  display: block;
}
.access_location .anchor_contens_5 h2 + p span br {
  display: none;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_5 h2 + p span br {
    display: block;
  }
}
.access_location .anchor_contens_5 .map_shops {
  width: min(1000px, 100%);
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .access_location .anchor_contens_5 .map_shops {
    padding: 0 20px;
  }
}
.access_location .anchor_contens_5 .map_shops .shop_1 {
  width: 26%;
  position: absolute;
  left: 10%;
  top: 1%;
  animation-name: shop;
  animation-delay: 0s;
  animation-duration: 2.3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes shop {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.access_location .anchor_contens_5 .map_shops .shop_1:hover {
  opacity: 0.5 !important;
}
.access_location .anchor_contens_5 .map_shops .shop_2 {
  width: 17%;
  position: absolute;
  left: 32%;
  top: 1%;
}
.access_location .anchor_contens_5 .map_shops .shop_2:hover {
  opacity: 0.5 !important;
}
.access_location .anchor_contens_5 .map_shops .shop_3 {
  width: 31%;
  position: absolute;
  left: 41%;
  top: 1%;
}
.access_location .anchor_contens_5 .map_shops .shop_3:hover {
  opacity: 0.5 !important;
}
.access_location .anchor_contens_5 .map_shops .shop_4 {
  width: 28%;
  position: absolute;
  left: 0%;
  top: 18%;
}
.access_location .anchor_contens_5 .map_shops .shop_4:hover {
  opacity: 0.5 !important;
}
.access_location .anchor_contens_5 .map_shops .shop_5 {
  width: 18%;
  position: absolute;
  left: 41%;
  top: 31%;
}
.access_location .anchor_contens_5 .map_shops .shop_5:hover {
  opacity: 0.5 !important;
}
.access_location .anchor_contens_5 .map_shops .shop_6 {
  width: 22%;
  position: absolute;
  left: 67%;
  top: 33%;
}
.access_location .anchor_contens_5 .map_shops .shop_6:hover {
  opacity: 0.5 !important;
}
.access_location .anchor_contens_5 .map_shops .shop_7 {
  width: 24%;
  position: absolute;
  left: 17%;
  top: 37%;
}
.access_location .anchor_contens_5 .map_shops .shop_7:hover {
  opacity: 0.5 !important;
}
.access_location .anchor_contens_5 .map_shops .shop_8 {
  width: 29%;
  position: absolute;
  left: 0%;
  top: 52%;
}
.access_location .anchor_contens_5 .map_shops .shop_8:hover {
  opacity: 0.5 !important;
}
.access_location .anchor_contens_5 .map_shops .shop_9 {
  width: 22%;
  position: absolute;
  left: 43%;
  top: 43%;
}
.access_location .anchor_contens_5 .map_shops .shop_9:hover {
  opacity: 0.5 !important;
}
.access_location .anchor_contens_5 .map_shops .shop_10 {
  width: 28%;
  position: absolute;
  left: 29%;
  top: 49%;
}
.access_location .anchor_contens_5 .map_shops .shop_10:hover {
  opacity: 0.5 !important;
}
.access_location .anchor_contens_5 .map_shops .shop_11 {
  width: 22%;
  position: absolute;
  left: 39%;
  top: 67%;
}
.access_location .anchor_contens_5 .map_shops .shop_11:hover {
  opacity: 0.5 !important;
}
.access_location .map_life {
  padding: 60px 20px;
  background-color: #0d7e95;
}
@media screen and (max-width: 768px) {
  .access_location .map_life {
    padding: 40px 20px;
    background-color: #efefef;
  }
}
.access_location .map_life > div {
  width: min(1100px, 100%);
  margin: auto;
}
.access_location .map_life > div h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  .access_location .map_life > div h3 {
    font-size: 17px;
    color: #14798f;
    margin: 0 0 20px 0;
  }
}
.access_location .map_life > div .map_life_facility {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .access_location .map_life > div .map_life_facility {
    grid-template-columns: repeat(2, 1fr);
  }
}
.access_location .map_life > div .map_life_facility li {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1;
  left: 0.1em;
  padding: 10px 0;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0.5;
}
.access_location .map_life > div .map_life_facility li:nth-child(1) {
  background-color: #ca5b4b;
}
.access_location .map_life > div .map_life_facility li:nth-child(2) {
  background-color: #cb7e4f;
}
.access_location .map_life > div .map_life_facility li:nth-child(3) {
  background-color: #a69e4c;
}
.access_location .map_life > div .map_life_facility li:nth-child(4) {
  background-color: #479aba;
}
.access_location .map_life > div .map_life_facility li:nth-child(5) {
  background-color: #7780a6;
}
.access_location .map_life > div .map_life_facility li:nth-child(6) {
  background-color: #b06d8c;
}
.access_location .map_life > div .map_life_facility li.active {
  opacity: 1;
}
.access_location .map_life > div .map_life_facility_detail section {
  display: none;
}
.access_location .map_life > div .map_life_facility_detail section.active {
  display: grid;
}
.access_location .map_life > div .map_life_facility_detail section .facility_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 20px;
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Noto Sans JP", sans-serif;
  font-size: 17px;
  color: #000;
  padding: 40px 50px 0 50px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .access_location .map_life > div .map_life_facility_detail section .facility_list {
    padding: 10px 10px 0 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.access_location .map_life > div .map_life_facility_detail section .facility_list li:nth-child(1)::before {
  content: "❶";
}
.access_location .map_life > div .map_life_facility_detail section .facility_list li:nth-child(2)::before {
  content: "❷";
}
.access_location .map_life > div .map_life_facility_detail section .facility_list li:nth-child(3)::before {
  content: "❸";
}
.access_location .map_life > div .map_life_facility_detail section .facility_list li:nth-child(4)::before {
  content: "❹";
}
.access_location .map_life > div .map_life_facility_detail section .facility_list li:nth-child(5)::before {
  content: "❺";
}
.access_location .map_life > div .map_life_facility_detail section .facility_list li:nth-child(6)::before {
  content: "❻";
}
.access_location .map_life > div .map_life_facility_detail section .facility_list li:nth-child(7)::before {
  content: "❼";
}
.access_location .map_life > div .map_life_facility_detail section .facility_list li:nth-child(8)::before {
  content: "❽";
}
.access_location .map_life > div .map_life_facility_detail section .facility_list li:nth-child(9)::before {
  content: "❾";
}
.access_location .map_life > div .map_life_facility_detail section .facility_list li:nth-child(10)::before {
  content: "❿";
}
.access_location .map_life > div .map_life_facility_detail section .facility_list li:nth-child(11)::before {
  content: "⓫";
}
.access_location .map_life > div .map_life_facility_detail section .facility_list li:nth-child(12)::before {
  content: "⓬";
}
.access_location .map_life > div .map_life_facility_detail section .facility_list li:nth-child(13)::before {
  content: "⓭";
}
.access_location .map_life > div .map_life_facility_detail section .facility_list li:nth-child(14)::before {
  content: "⓮";
}
.access_location .map_life > div .map_life_facility_detail section .facility_list li:nth-child(15)::before {
  content: "⓯";
}
.access_location .map_life > div .map_life_facility_detail section .facility_list li small {
  font-size: 11px;
}
.access_location .map_life > div .map_life_facility_detail section .info_1 li::before {
  color: #ca5b4b;
}
.access_location .map_life > div .map_life_facility_detail section .info_1 figcaption span {
  color: #ca5b4b;
}
.access_location .map_life > div .map_life_facility_detail section .info_2 li::before {
  color: #cb7e4f;
}
.access_location .map_life > div .map_life_facility_detail section .info_2 figcaption span {
  color: #cb7e4f;
}
.access_location .map_life > div .map_life_facility_detail section .info_3 li::before {
  color: #a69e4c;
}
.access_location .map_life > div .map_life_facility_detail section .info_3 figcaption span {
  color: #a69e4c;
}
.access_location .map_life > div .map_life_facility_detail section .info_4 li::before {
  color: #47b1ba;
}
.access_location .map_life > div .map_life_facility_detail section .info_4 figcaption span {
  color: #47b1ba;
}
.access_location .map_life > div .map_life_facility_detail section .info_5 li::before {
  color: #7780a6;
}
.access_location .map_life > div .map_life_facility_detail section .info_5 figcaption span {
  color: #7780a6;
}
.access_location .map_life > div .map_life_facility_detail section .info_6 li::before {
  color: #b06d8c;
}
.access_location .map_life > div .map_life_facility_detail section .info_6 figcaption span {
  color: #b06d8c;
}
.access_location .map_life > div .map_life_facility_detail section .facility_img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 40px 50px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .access_location .map_life > div .map_life_facility_detail section .facility_img {
    grid-template-columns: repeat(1, 1fr);
    padding: 10px;
  }
}
.access_location .map_life > div .map_life_facility_detail section .facility_img figcaption {
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Noto Sans JP", sans-serif;
  font-size: 17px;
}
.access_location .map_life .map_life_notice {
  font-size: 14px;
  padding: 0 50px 20px 50px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .access_location .map_life .map_life_notice {
    font-size: 12px;
    padding: 0 20px 20px 20px;
  }
}

.shop_detail {
  background-image: url(../img/location/shop__detail__bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .shop_detail {
    padding: 30px 20px;
  }
}
.shop_detail section {
  width: min(1000px, 100%);
  padding: 30px 70px 0 20px;
  margin: auto;
  display: none;
  grid-template-columns: 0.5fr 4fr 4.5fr;
  gap: 20px;
  background-color: #fff;
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.2);
}
.shop_detail section.current {
  display: grid;
}
@media screen and (max-width: 768px) {
  .shop_detail section {
    padding: 20px;
    grid-template-columns: 1fr;
  }
}
.shop_detail section .shop_number {
  width: 70px;
}
.shop_detail section small {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  display: block;
}
.shop_detail section h4 {
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .shop_detail section h4 {
    font-size: 20px;
  }
}
.shop_detail section span {
  font-size: 13px;
  line-height: 1;
  margin: 0 0 20px 0;
  display: block;
}
.shop_detail section .comment {
  font-size: 15px;
  text-align: justify;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .shop_detail section .comment br {
    display: none;
  }
}
.shop_detail section .shopinfo {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
}

.equipment_summary {
  padding: 0 20px 40px 20px;
  margin: 0 0 70px 0;
}
@media screen and (max-width: 768px) {
  .equipment_summary {
    padding: 0 20px 30px 20px;
    margin: 0 0 30px 0;
  }
}
.equipment_summary h2 {
  font-size: 29px;
  color: #3e3a39;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .equipment_summary h2 {
    font-size: 18px;
    text-align: left;
  }
}
.equipment_summary span {
  display: block;
}
.equipment_summary span br {
  display: none;
}
@media screen and (max-width: 768px) {
  .equipment_summary span br {
    display: block;
  }
}
.equipment_summary p {
  font-size: 19px;
  color: #3e3a39;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .equipment_summary p {
    font-size: 14px;
    text-align: left;
  }
}
.equipment_summary p span {
  display: block;
}
.equipment_summary p span br {
  display: none;
}
@media screen and (max-width: 768px) {
  .equipment_summary p span br {
    display: block;
  }
}

.equipment_anchor_link {
  width: min(1040px, 100%);
  padding: 0 20px;
  margin: 0 auto 50px auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 15px;
}
@media screen and (max-width: 768px) {
  .equipment_anchor_link {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
}
.equipment_anchor_link li {
  background-color: #0d7e95;
}
.equipment_anchor_link li a {
  font-size: 17px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  height: 100%;
  padding: 10px 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .equipment_anchor_link li a {
    font-size: 12px;
  }
}
.equipment_anchor_link li a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.equipment_category_title {
  width: min(1040px, 100%);
  padding: 0 20px;
  margin: 0 auto 30px auto;
}
.equipment_category_title div {
  margin: 0 0 30px 0;
}
.equipment_category_title h2 {
  font-size: 29px;
  color: #0d7e95;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .equipment_category_title h2 {
    font-size: 18px;
    text-align: left;
    margin: 0 0 10px 0;
  }
}
.equipment_category_title span {
  display: block;
}
.equipment_category_title span br {
  display: none;
}
@media screen and (max-width: 768px) {
  .equipment_category_title span br {
    display: block;
  }
}
.equipment_category_title p {
  font-size: 19px;
  color: #3e3a39;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .equipment_category_title p {
    font-size: 14px;
    text-align: left;
  }
}
.equipment_category_title p span {
  display: block;
}
.equipment_category_title p span br {
  display: none;
}
@media screen and (max-width: 768px) {
  .equipment_category_title p span br {
    display: block;
  }
}
.equipment_category_title p small {
  font-size: 15px;
}

.equipment_category_1 {
  width: min(610px, 100%);
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .equipment_category_1 {
    gap: 10px;
  }
}
.equipment_category_1 figcaption {
  font-size: 13px;
  text-align: center;
}

.equipment_category_2 {
  width: min(690px, 100%);
  padding: 0 20px;
}
.equipment_category_2 figcaption {
  font-size: 20px;
  color: #b0935f;
  text-align: center;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .equipment_category_2 figcaption {
    font-size: 14px;
  }
}

.equipment_category_3 {
  width: min(940px, 100%);
  padding: 0 20px;
}
.equipment_category_3 > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .equipment_category_3 > div {
    grid-template-columns: 1fr;
  }
}
.equipment_category_3 > div h3 {
  font-size: 23px;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .equipment_category_3 > div h3 {
    font-size: 18px;
  }
}
.equipment_category_3 > div p {
  font-size: 14px;
}

.category_3_img {
  width: min(940px, 100%);
  padding: 0 20px;
}
.category_3_img figcaption {
  font-size: 15px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .category_3_img figcaption {
    font-size: 12px;
  }
}

.category_4_img {
  width: min(1040px, 100%);
  padding: 0 20px;
  margin: auto;
}

.category_3_img_4_5 {
  width: min(1040px, 100%);
  padding: 0 20px;
}
.category_3_img_4_5 article {
  padding: 40px 50px;
  background-color: #edf5f6;
}
@media screen and (max-width: 768px) {
  .category_3_img_4_5 article {
    padding: 20px;
  }
}
.category_3_img_4_5 article h3 {
  font-size: 23px;
  color: #0d7e95;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .category_3_img_4_5 article h3 {
    font-size: 18px;
    text-align: left;
    margin: 0 0 10px 0;
  }
}
.category_3_img_4_5 article span {
  display: block;
}
.category_3_img_4_5 article span br {
  display: none;
}
@media screen and (max-width: 768px) {
  .category_3_img_4_5 article span br {
    display: block;
  }
}
.category_3_img_4_5 article p {
  font-size: 15px;
  color: #3e3a39;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .category_3_img_4_5 article p {
    font-size: 14px;
    text-align: left;
  }
}
.category_3_img_4_5 article p span {
  display: block;
}
.category_3_img_4_5 article p span br {
  display: none;
}
@media screen and (max-width: 768px) {
  .category_3_img_4_5 article p span br {
    display: block;
  }
}
.category_3_img_4_5 article div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .category_3_img_4_5 article div {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.category_img {
  width: min(1040px, 100%);
  padding: 0 20px;
  display: grid;
  gap: 20px;
}
.category_img div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .category_img div {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.category_4_img_1 {
  width: min(1040px, 100%);
  padding: 0 20px;
}
.category_4_img_1 div {
  padding: 50px 150px;
  background-color: #d6e9ed;
}
@media screen and (max-width: 768px) {
  .category_4_img_1 div {
    padding: 20px;
  }
}

.category_5_img {
  width: min(1040px, 100%);
  padding: 0 20px;
}
.category_5_img article {
  padding: 40px;
  background-color: #d6e9ed;
}
@media screen and (max-width: 768px) {
  .category_5_img article {
    padding: 20px;
  }
}
.category_5_img article h3 {
  font-size: 23px;
  color: #0d7e95;
  text-align: center;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .category_5_img article h3 {
    font-size: 18px;
    text-align: left;
  }
}
.category_5_img article h3 br {
  display: none;
}
@media screen and (max-width: 768px) {
  .category_5_img article h3 br {
    display: block;
  }
}
.category_5_img article p {
  font-size: 15px;
  margin: 0 0 20px 0;
}
.category_5_img article p br {
  display: none;
}
@media screen and (max-width: 768px) {
  .category_5_img article p br {
    display: block;
  }
}
.category_5_img article div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .category_5_img article div {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.category_6_img {
  width: min(1040px, 100%);
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .category_6_img {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.category_7_img {
  width: min(1040px, 100%);
  padding: 0 20px;
}
.category_7_img article {
  display: grid;
  gap: 20px;
}
.category_7_img article section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .category_7_img article section {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.category_8_img {
  width: min(1040px, 100%);
  padding: 0 20px;
}
.category_8_img section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .category_8_img section {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.category_8_img article {
  padding: 35px 50px;
  background-color: #edf5f6;
}
@media screen and (max-width: 768px) {
  .category_8_img article {
    padding: 20px;
  }
}
.category_8_img article h2 {
  font-size: 25px;
  color: #0d7e95;
  text-align: center;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .category_8_img article h2 {
    font-size: 18px;
    text-align: left;
    margin: 0 0 10px 0;
  }
}
.category_8_img article h2 span {
  display: block;
}
.category_8_img article h2 span br {
  display: none;
}
@media screen and (max-width: 768px) {
  .category_8_img article h2 span br {
    display: block;
  }
}
.category_8_img article h3 {
  font-size: 25px;
  color: #fff;
  text-align: center;
  padding: 5px;
  margin: 0 0 10px 0;
  background-color: #0d7e95;
}
@media screen and (max-width: 768px) {
  .category_8_img article h3 {
    font-size: 18px;
    text-align: left;
  }
}
.category_8_img article h3 span {
  display: block;
}
.category_8_img article h3 span br {
  display: none;
}
@media screen and (max-width: 768px) {
  .category_8_img article h3 span br {
    display: block;
  }
}
.category_8_img article h4 {
  font-size: 21px;
  text-align: center;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .category_8_img article h4 {
    font-size: 18px;
    text-align: left;
  }
}
.category_8_img article h4 br {
  display: none;
}
@media screen and (max-width: 768px) {
  .category_8_img article h4 br {
    display: block;
  }
}
.category_8_img article h5 {
  font-size: 18px;
  color: #0d7e95;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .category_8_img article h5 {
    font-size: 15px;
    text-align: left;
  }
}
.category_8_img article h5 span {
  display: block;
}
.category_8_img article h5 span br {
  display: none;
}
@media screen and (max-width: 768px) {
  .category_8_img article h5 span br {
    display: block;
  }
}
.category_8_img article p {
  font-size: 15px;
  text-align: center;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .category_8_img article p {
    text-align: left;
  }
}
.category_8_img article p span {
  display: block;
}
.category_8_img article p span br {
  display: none;
}
@media screen and (max-width: 768px) {
  .category_8_img article p span br {
    display: block;
  }
}
.category_8_img article small {
  font-size: 13px;
}
.category_8_img .section {
  padding: 40px 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .category_8_img .section {
    padding: 10px;
  }
}
.category_8_img .section .notice {
  display: grid;
  grid-template-columns: 6fr 1fr;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .category_8_img .section .notice {
    grid-template-columns: 3fr 1fr;
  }
}

.category_9_img {
  width: min(1040px, 100%);
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .category_9_img {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.category_9_img h3 {
  font-size: 20px;
  color: #0d7e95;
  padding: 10px;
  background-color: #edf5f6;
}
@media screen and (max-width: 768px) {
  .category_9_img h3 {
    font-size: 18px;
  }
}
.category_9_img p {
  font-size: 13px;
}
.category_9_img section div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.annotation {
  width: min(1040px, 100%);
  padding: 0 20px;
  margin: 0 auto 80px auto;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .annotation {
    margin: 0 auto 40px auto;
  }
}

.guide_map {
  width: min(900px, 100%);
  padding: 0 10px;
  margin: 0 auto 60px auto;
}
@media screen and (max-width: 768px) {
  .guide_map {
    padding: 40px 10px 0 10px;
    margin: 0 auto 30px auto;
  }
}
.guide_map div:last-child {
  margin: 20px 0 0 0;
}

.outline_table {
  width: min(1020px, 100%);
  padding: 0 10px;
  margin: 0 auto 60px auto;
}
@media screen and (max-width: 768px) {
  .outline_table {
    padding: 40px 10px 0 10px;
    margin: 0 auto 30px auto;
  }
}
.outline_table h2 {
  font-size: 50px;
  font-weight: 700;
  color: #004121;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .outline_table h2 {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
}
.outline_table h3 {
  font-size: 30px;
  font-weight: 700;
  color: #004121;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .outline_table h3 {
    font-size: 20px;
  }
}
.outline_table h3 span {
  display: block;
}
.outline_table h3 span br {
  display: none;
}
@media screen and (max-width: 768px) {
  .outline_table h3 span br {
    display: block;
  }
}
.outline_table p {
  font-size: 20px;
  margin: 0 0 10px 0;
}
.outline_table table {
  width: 100%;
  margin: 0 0 60px 0;
  border-top: solid 1px #000;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .outline_table table {
    margin: 0 0 30px 0;
  }
}
.outline_table table th {
  width: 20%;
  padding: 10px 15px;
  font-weight: 400;
  text-align: left;
  border: solid 1px #315c34;
  background: #c8c8c8;
}
@media screen and (max-width: 768px) {
  .outline_table table th {
    width: 100%;
    padding: 10px;
    display: block;
  }
}
.outline_table table td {
  padding: 10px 15px;
  border: solid 1px #315c34;
}
@media screen and (max-width: 768px) {
  .outline_table table td {
    width: 100%;
    padding: 10px;
    display: block;
  }
}/*# sourceMappingURL=common.css.map */