@charset "UTF-8";
/*ブレイクポイント*/
/*メディアクエリー*/
/*フォントサイズ*/
/*フォント種類*/
@font-face {
  font-family: "Number";
  src: url("../fonts/Number.ttf") format("truetype");
  font-display: swap;
}

/*カラー*/
/*******************************
    mv
 *******************************/
#mv {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 480px) {
  #mv a:hover {
    opacity: 0.8;
  }
}

/*******************************
    blog
 *******************************/
#blog,
#blog_list {
  position: relative;
  width: 100%;
  padding: 40px 0 60px;
  background-color: #faf7e6;
}

@media screen and (min-width: 480px) {
  #blog,
  #blog_list {
    padding: 60px 0 80px;
  }
}

#blog h2,
#blog_list h2 {
  margin: 0;
}

#blog h2 .en,
#blog_list h2 .en {
  font-size: 40px;
  font-weight: bold;
  color: #009e96;
  text-align: center;
  font-family: "Number";
  line-height: 1.2;
}

@media screen and (min-width: 480px) {
  #blog h2 .en,
  #blog_list h2 .en {
    font-size: 60px;
  }
}

#blog h2 .en span,
#blog_list h2 .en span {
  position: relative;
}

#blog h2 .en span::before,
#blog_list h2 .en span::before {
  content: "";
  position: absolute;
  right: 105%;
  top: -20px;
  background: url(../img/tori-icon2.png) center center/contain no-repeat;
  width: 60px;
  height: 80px;
}

@media screen and (min-width: 480px) {
  #blog h2 .en span::before,
  #blog_list h2 .en span::before {
    width: 90px;
    height: 120px;
  }
}

#blog h2 .jp,
#blog_list h2 .jp {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  text-align: center;
}

#blog ul.blog_list,
#blog_list ul.blog_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 10px;
  margin-top: 20px;
}

@media screen and (min-width: 480px) {
  #blog ul.blog_list,
  #blog_list ul.blog_list {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 20px;
  }
}

#blog ul.blog_list li,
#blog_list ul.blog_list li {
  width: 100%;
  display: flex;
  gap: 20px;
  margin: 0;
  background-color: #fff;
  height: 110px;
  border-radius: 5px;
}

@media screen and (min-width: 480px) {
  #blog ul.blog_list li,
  #blog_list ul.blog_list li {
    width: calc(50% - 10px);
    height: 130px;
  }
}

#blog ul.blog_list li a,
#blog_list ul.blog_list li a {
  position: relative;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
}

@media screen and (min-width: 880px) {
  #blog ul.blog_list li a:hover,
  #blog_list ul.blog_list li a:hover {
    opacity: 0.8;
  }
}

#blog ul.blog_list li .blog_img,
#blog_list ul.blog_list li .blog_img {
  width: 35%;
}

#blog ul.blog_list li .blog_img img,
#blog_list ul.blog_list li .blog_img img {
  border-radius: 5px 0 0 5px;
}

#blog ul.blog_list li .blog_txt,
#blog_list ul.blog_list li .blog_txt {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 65%;
  padding: 5px;
}

#blog ul.blog_list li .blog_txt-date,
#blog_list ul.blog_list li .blog_txt-date {
  font-size: 14px;
  color: #333;
}

#blog ul.blog_list li .blog_txt-ttl h3,
#blog_list ul.blog_list li .blog_txt-ttl h3 {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  margin: 0;
}

@media screen and (min-width: 480px) {
  #blog ul.blog_list li .blog_txt-ttl h3,
  #blog_list ul.blog_list li .blog_txt-ttl h3 {
    font-size: 16px;
  }
}

#blog ul.blog_list li .blog_txt-desc,
#blog_list ul.blog_list li .blog_txt-desc {
  font-size: 16px;
  display: none;
}

#blog ul.blog_list li .blog_txt-more,
#blog_list ul.blog_list li .blog_txt-more {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
  color: #333;
  text-align: right;
}

#blog .more_btn,
#blog_list .more_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

@media screen and (min-width: 480px) {
  #blog .more_btn,
  #blog_list .more_btn {
    margin-top: 60px;
  }
}

#blog .more_btn a,
#blog_list .more_btn a {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #000;
  background-color: #fff;
  border: 3px solid #000;
  width: 300px;
  padding: 10px;
  overflow: hidden;
  transition: color 0.3s ease;
}

#blog .more_btn a span,
#blog_list .more_btn a span {
  position: relative;
  z-index: 1;
}

#blog .more_btn a span::before,
#blog_list .more_btn a span::before {
  position: absolute;
  left: 105%;
  top: 50%;
  content: "";
  width: 30px;
  height: 8px;
  border-bottom: solid 2px;
  border-right: solid 2px;
  transform: translateY(-50%) skew(45deg);
}

#blog .more_btn a::before,
#blog_list .more_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 0;
  transition: left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (min-width: 880px) {
  #blog .more_btn a:hover,
  #blog_list .more_btn a:hover {
    color: #fff;
  }
  #blog .more_btn a:hover::before,
  #blog_list .more_btn a:hover::before {
    left: 0;
  }
}

#blog_list {
  padding: 0 0 60px;
  background-color: #faf7e6;
}

@media screen and (min-width: 480px) {
  #blog_list {
    padding: 0 0 80px;
  }
}

#blog_detail {
  padding: 0 0 20px;
}

@media screen and (min-width: 480px) {
  #blog_detail {
    padding: 0 0 40px;
  }
}

@media screen and (min-width: 880px) {
  #blog_detail {
    padding: 0 0 80px;
  }
}

#blog_detail h2 {
  color: #009e96;
  position: relative;
  margin: 0 auto;
  font-size: 27px;
  text-align: center;
}

@media screen and (min-width: 480px) {
  #blog_detail h2 {
    font-size: 32px;
  }
}

#blog_detail h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding: 5px;
  color: #009e96;
  border-bottom: 2px solid #009e96;
}

@media screen and (min-width: 480px) {
  #blog_detail h3 {
    font-size: 24px;
  }
}

#blog_detail .blog_date {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
}

#blog_detail .blog_tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 50px 0 20px;
  font-size: 12px;
}

@media screen and (min-width: 480px) {
  #blog_detail .blog_tag {
    font-size: 16px;
  }
}

#blog_detail .blog_tag a {
  padding: 5px;
  border-radius: 20px;
  color: #333;
}

@media screen and (min-width: 880px) {
  #blog_detail .blog_tag a:hover {
    opacity: 0.8;
  }
}

#blog_detail .blog_img {
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media screen and (min-width: 480px) {
  #blog_detail .blog_img {
    flex-direction: row;
  }
}

#blog_detail .blog_img img {
  width: 100%;
  max-width: 500px;
}

#blog_detail .blog_txt {
  font-size: 16px;
  width: 100%;
  margin: 0 0 16px;
  line-height: 1.75rem;
}

#blog_detail .blog_txt .video {
  aspect-ratio: 16 / 9;
  max-width: 600px;
}

#blog_detail .blog_txt .video iframe {
  width: 100%;
  height: 100%;
}

#blog_detail .blog_txt a {
  font-size: 16px;
  color: #eb5f2f;
}

#blog_detail .blog_txt .wrap {
  display: flex;
  gap: 10px;
}

#blog_detail .blog_txt .wrap p {
  width: 240px;
}

@media screen and (min-width: 480px) {
  #blog_detail .blog_txt .wrap p {
    width: 450px;
  }
}

#blog_detail .blog_txt .wrap img {
  width: 100px;
  height: 100px;
}

#blog_detail .blog_content li {
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 1.75rem;
}

@media screen and (min-width: 480px) {
  #blog_detail .blog_content li {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}

#blog_detail .blog_url a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  background-color: #009e96;
  font-weight: bold;
  width: 100%;
  height: 70px;
  max-width: 500px;
  margin: 0 auto;
}

/*******************************
    voice
 *******************************/
#voice {
  position: relative;
  width: 100%;
  padding: 40px 0 60px;
  overflow: hidden;
}

@media screen and (min-width: 480px) {
  #voice {
    padding: 60px 0 80px;
  }
}

#voice h2 {
  margin: 0;
}

#voice h2 .en {
  font-size: 40px;
  font-weight: bold;
  color: #009e96;
  text-align: center;
  font-family: "Number";
  line-height: 1.2;
}

@media screen and (min-width: 480px) {
  #voice h2 .en {
    font-size: 60px;
  }
}

#voice h2 .en span {
  position: relative;
}

#voice h2 .en span::before {
  content: "";
  position: absolute;
  left: 105%;
  top: -20px;
  background: url(../img/tori-icon.png) center center/contain no-repeat;
  width: 40px;
  height: 60px;
}

@media screen and (min-width: 480px) {
  #voice h2 .en span::before {
    width: 60px;
    height: 90px;
  }
}

#voice h2 .jp {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  text-align: center;
}

#voice ul.slick {
  margin-top: 30px;
}

@media screen and (min-width: 480px) {
  #voice ul.slick {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
}

@media screen and (min-width: 880px) {
  #voice ul.slick {
    gap: 30px;
  }
}

#voice ul.slick li {
  position: relative;
  transition: all 0.3s;
}

@media screen and (min-width: 480px) {
  #voice ul.slick li {
    width: calc((100% / 3) - 10px);
  }
}

@media screen and (min-width: 880px) {
  #voice ul.slick li:hover {
    transform: translateY(-5px);
    transition: all 0.3s;
  }
}

#voice ul.slick li a {
  padding: 0 40px;
}

@media screen and (min-width: 480px) {
  #voice ul.slick li a {
    padding: 0;
  }
}

#voice ul.slick li a .img img {
  border-radius: 5px 5px 0 0;
  height: 250px;
}

#voice ul.slick li a .txt {
  background-color: #faf7e6;
  border-radius: 0 0 10px 10px;
  padding: 20px;
  height: 120px;
}

#voice ul.slick li a .txt h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5rem;
  margin: 0;
  padding-bottom: 10px;
}

@media screen and (min-width: 480px) {
  #voice ul.slick li a .txt h3 {
    font-size: 16px;
  }
}

#voice ul.slick li a .icon {
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

#voice ul.slick li a .icon span {
  position: relative;
}

#voice ul.slick li a .icon span::before {
  position: absolute;
  content: "|";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

#voice .more_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

@media screen and (min-width: 480px) {
  #voice .more_btn {
    margin-top: 60px;
  }
}

#voice .more_btn a {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #000;
  background-color: #fff;
  border: 3px solid #000;
  width: 300px;
  padding: 10px;
  overflow: hidden;
  transition: color 0.3s ease;
}

#voice .more_btn a span {
  position: relative;
  z-index: 1;
}

#voice .more_btn a span::before {
  position: absolute;
  left: 105%;
  top: 50%;
  content: "";
  width: 30px;
  height: 8px;
  border-bottom: solid 2px;
  border-right: solid 2px;
  transform: translateY(-50%) skew(45deg);
}

#voice .more_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 0;
  transition: left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (min-width: 880px) {
  #voice .more_btn a:hover {
    color: #fff;
  }
  #voice .more_btn a:hover::before {
    left: 0;
  }
}

#voice_list {
  width: 100%;
  padding: 0 0 40px;
}

@media screen and (min-width: 480px) {
  #voice_list {
    padding: 0 0 80px;
  }
}

#voice_list h2 {
  color: #eb6157;
  position: relative;
  margin: 0 auto;
  font-size: 27px;
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (min-width: 480px) {
  #voice_list h2 {
    font-size: 32px;
  }
}

#voice_list ul.list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 480px) {
  #voice_list ul.list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media screen and (min-width: 880px) {
  #voice_list ul.list {
    gap: 30px;
  }
}

#voice_list ul.list li {
  position: relative;
  width: 100%;
  transition: all 0.3s;
}

@media screen and (min-width: 480px) {
  #voice_list ul.list li {
    width: calc((100% / 3) - 8px);
  }
}

@media screen and (min-width: 880px) {
  #voice_list ul.list li {
    width: calc((100% / 3) - 20px);
  }
  #voice_list ul.list li:hover {
    transform: translateY(-5px);
    transition: all 0.3s;
  }
}

#voice_list ul.list li a {
  padding: 0 10px;
}

@media screen and (min-width: 480px) {
  #voice_list ul.list li a {
    padding: 0;
  }
}

#voice_list ul.list li a .img img {
  border-radius: 5px 5px 0 0;
  height: 250px;
}

@media screen and (min-width: 480px) {
  #voice_list ul.list li a .img img {
    height: 200px;
  }
}

@media screen and (min-width: 880px) {
  #voice_list ul.list li a .img img {
    height: 250px;
  }
}

#voice_list ul.list li a .txt {
  background-color: #faf7e6;
  border-radius: 0 0 10px 10px;
  padding: 20px;
  height: 120px;
}

@media screen and (min-width: 480px) {
  #voice_list ul.list li a .txt {
    height: 160px;
  }
}

@media screen and (min-width: 880px) {
  #voice_list ul.list li a .txt {
    height: 120px;
  }
}

#voice_list ul.list li a .txt h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5rem;
  margin: 0;
  padding-bottom: 10px;
}

@media screen and (min-width: 480px) {
  #voice_list ul.list li a .txt h3 {
    font-size: 16px;
  }
}

#voice_list ul.list li a .icon {
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

#voice_list ul.list li a .icon span {
  position: relative;
}

#voice_list ul.list li a .icon span::before {
  position: absolute;
  content: "|";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

#voice_detail {
  width: 100%;
  padding: 0 0 40px;
}

@media screen and (min-width: 480px) {
  #voice_detail {
    padding: 0 0 40px;
  }
}

@media screen and (min-width: 880px) {
  #voice_detail {
    padding: 0 0 80px;
  }
}

#voice_detail h2 {
  color: #009e96;
  position: relative;
  margin: 0 auto;
  font-size: 27px;
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (min-width: 480px) {
  #voice_detail h2 {
    font-size: 32px;
  }
}

#voice_detail .video {
  aspect-ratio: 16 / 9;
}

#voice_detail .video iframe {
  width: 100%;
  height: 100%;
}

#voice_detail .overview {
  margin-bottom: 20px;
}

#voice_detail .overview .ttl h3 {
  font-size: 16px;
  line-height: 1.5;
  background-color: #009e96;
  color: #fff;
  padding: 10px;
  margin: 0;
}

@media screen and (min-width: 480px) {
  #voice_detail .overview .ttl h3 {
    font-size: 20px;
    padding: 10px 20px;
  }
}

#voice_detail .info {
  padding: 10px;
  border: 1px solid #009e96;
  border-radius: 6px;
  margin-bottom: 20px;
}

@media screen and (min-width: 480px) {
  #voice_detail .info {
    padding: 20px;
    margin-bottom: 50px;
  }
}

#voice_detail .info .intro {
  margin-bottom: 10px;
}

@media screen and (min-width: 480px) {
  #voice_detail .info .intro {
    margin-bottom: 20px;
  }
}

#voice_detail .info .intro p {
  font-size: 16px;
  margin: 0 0 10px;
}

#voice_detail .info .data {
  font-size: 16px;
  margin-bottom: 20px;
}

#voice_detail .info .data dl {
  display: flex;
  margin: 5px 0;
}

#voice_detail .info .img img {
  border: 1px solid #cac4c4;
}

@media screen and (min-width: 480px) {
  #voice_detail .info .img img {
    max-width: 300px;
  }
}

#voice_detail .info .cation {
  font-size: 16px;
  color: #009e96 !important;
  margin-bottom: 10px;
}

#voice_detail .voice ul li {
  margin-bottom: 30px;
}

@media screen and (min-width: 480px) {
  #voice_detail .voice ul li {
    margin-bottom: 50px;
  }
}

#voice_detail .voice ul li dt h4 {
  font-size: 18px;
  color: #009e96;
  margin: 0;
}

@media screen and (min-width: 480px) {
  #voice_detail .voice ul li dt h4 {
    font-size: 20px;
  }
}

#voice_detail .voice ul li dd p {
  font-size: 16px;
}

#voice_detail .voice .img {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (min-width: 480px) {
  #voice_detail .voice .img {
    flex-direction: row;
  }
}

#voice_detail .voice .img img {
  width: 100%;
  border-radius: 6px;
}

@media screen and (min-width: 480px) {
  #voice_detail .voice .img img {
    width: calc((100% / 3) - 10px);
    height: 250px;
  }
}

#voice_detail .img_sheet {
  display: flex;
  flex-direction: row;
  gap: 50px;
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  #voice_detail .img_sheet {
    gap: 0;
  }
}

/*******************************
    works
 *******************************/
#works {
  position: relative;
  width: 100%;
  padding: 40px 0 60px;
  background-color: #f2f2f3;
}

@media screen and (min-width: 480px) {
  #works {
    padding: 60px 0 80px;
  }
}

#works h2 {
  margin: 0;
}

#works h2 .en {
  font-size: 40px;
  font-weight: bold;
  color: #009e96;
  text-align: center;
  font-family: "Number";
  line-height: 1.2;
}

@media screen and (min-width: 480px) {
  #works h2 .en {
    font-size: 60px;
  }
}

#works h2 .en span {
  position: relative;
}

#works h2 .en span::before {
  content: "";
  position: absolute;
  left: 95%;
  top: -5px;
  background: url(../img/leaf-icon.png) center center/contain no-repeat;
  width: 40px;
  height: 60px;
  transform: rotate(336deg);
}

@media screen and (min-width: 480px) {
  #works h2 .en span::before {
    width: 60px;
    height: 90px;
  }
}

#works h2 .jp {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  text-align: center;
}

#works ul {
  margin-top: 30px;
}

@media screen and (min-width: 480px) {
  #works ul {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
}

@media screen and (min-width: 880px) {
  #works ul {
    gap: 30px;
  }
}

#works ul li {
  position: relative;
  transition: all 0.3s;
}

@media screen and (min-width: 480px) {
  #works ul li {
    width: calc((100% / 3) - 10px);
  }
}

@media screen and (min-width: 880px) {
  #works ul li:hover {
    transform: translateY(-5px);
    transition: all 0.3s;
  }
}

#works ul li a {
  padding: 0 40px;
}

@media screen and (min-width: 480px) {
  #works ul li a {
    padding: 0;
  }
}

#works ul li a .img img {
  border-radius: 5px 5px 0 0;
  height: 250px;
}

#works ul li a .txt {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 20px;
  height: 120px;
}

#works ul li a .txt h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5rem;
  margin: 0;
  padding-bottom: 10px;
}

@media screen and (min-width: 480px) {
  #works ul li a .txt h3 {
    font-size: 16px;
  }
}

#works ul li a .icon {
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

#works ul li a .icon span {
  position: relative;
}

#works ul li a .icon span::before {
  position: absolute;
  content: "|";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

#works .more_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

@media screen and (min-width: 480px) {
  #works .more_btn {
    margin-top: 60px;
  }
}

#works .more_btn a {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #000;
  background-color: #fff;
  border: 3px solid #000;
  width: 300px;
  padding: 10px;
  overflow: hidden;
  transition: color 0.3s ease;
}

#works .more_btn a span {
  position: relative;
  z-index: 1;
}

#works .more_btn a span::before {
  position: absolute;
  left: 105%;
  top: 50%;
  content: "";
  width: 30px;
  height: 8px;
  border-bottom: solid 2px;
  border-right: solid 2px;
  transform: translateY(-50%) skew(45deg);
}

#works .more_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 0;
  transition: left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (min-width: 880px) {
  #works .more_btn a:hover {
    color: #fff;
  }
  #works .more_btn a:hover::before {
    left: 0;
  }
}

#works_list {
  width: 100%;
  padding: 0 0 40px;
  background-color: #faf7e6;
}

@media screen and (min-width: 480px) {
  #works_list {
    padding: 0 0 80px;
  }
}

#works_list h2 {
  color: #009e96;
  position: relative;
  margin: 0 auto;
  font-size: 27px;
  text-align: center;
}

@media screen and (min-width: 480px) {
  #works_list h2 {
    font-size: 32px;
  }
}

#works_list ul.list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 480px) {
  #works_list ul.list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media screen and (min-width: 880px) {
  #works_list ul.list {
    gap: 30px;
  }
}

#works_list ul.list li {
  position: relative;
  width: 100%;
  transition: all 0.3s;
}

@media screen and (min-width: 480px) {
  #works_list ul.list li {
    width: calc((100% / 3) - 8px);
  }
}

@media screen and (min-width: 880px) {
  #works_list ul.list li {
    width: calc((100% / 3) - 20px);
  }
  #works_list ul.list li:hover {
    transform: translateY(-5px);
    transition: all 0.3s;
  }
}

#works_list ul.list li a {
  padding: 0 10px;
}

@media screen and (min-width: 480px) {
  #works_list ul.list li a {
    padding: 0;
  }
}

#works_list ul.list li a .img img {
  border-radius: 5px 5px 0 0;
  height: 250px;
}

@media screen and (min-width: 480px) {
  #works_list ul.list li a .img img {
    height: 200px;
  }
}

@media screen and (min-width: 880px) {
  #works_list ul.list li a .img img {
    height: 250px;
  }
}

#works_list ul.list li a .txt {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 20px;
  height: 120px;
}

@media screen and (min-width: 480px) {
  #works_list ul.list li a .txt {
    height: 120px;
  }
}

@media screen and (min-width: 880px) {
  #works_list ul.list li a .txt {
    height: 120px;
  }
}

#works_list ul.list li a .txt h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5rem;
  margin: 0;
  padding-bottom: 10px;
}

@media screen and (min-width: 480px) {
  #works_list ul.list li a .txt h3 {
    font-size: 16px;
  }
}

#works_list ul.list li a .icon {
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

#works_list ul.list li a .icon span {
  position: relative;
}

#works_list ul.list li a .icon span::before {
  position: absolute;
  content: "|";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

#works_detail {
  width: 100%;
  padding: 0 0 40px;
  background-color: #fff;
}

@media screen and (min-width: 480px) {
  #works_detail {
    padding: 0 0 80px;
  }
}

#works_detail h2 {
  color: #009e96;
  position: relative;
  margin: 0 auto;
  font-size: 24px;
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (min-width: 480px) {
  #works_detail h2 {
    font-size: 32px;
  }
}

#works_detail .ttl h3 {
  font-size: 16px;
  font-weight: bold;
  color: #009e96;
  padding: 16px 0;
  border-bottom: 2px solid #333;
  border-top: 2px solid #333;
  text-align: center;
}

@media screen and (min-width: 480px) {
  #works_detail .ttl h3 {
    font-size: 20px;
  }
}

#works_detail .reform {
  margin-top: 30px;
}

#works_detail .reform .title {
  font-size: 18px;
  font-weight: bold;
  background-color: #333;
  color: #fff;
  padding: 10px;
}

#works_detail .reform ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

#works_detail .reform ul li .ttl {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #333;
}

@media screen and (min-width: 480px) {
  #works_detail .reform ul li .ttl {
    font-size: 18px;
  }
}

#works_detail .reform ul li .wrap .img_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

#works_detail .reform ul li .wrap .img_wrap .img:nth-of-type(1) {
  width: 40%;
}

#works_detail .reform ul li .wrap .img_wrap .img:nth-of-type(2) {
  width: 10%;
}

#works_detail .reform ul li .wrap .img_wrap .img:nth-of-type(2) img {
  height: auto;
}

#works_detail .reform ul li .wrap .img_wrap .img:nth-of-type(3) {
  width: 40%;
}

#works_detail .reform ul li .txt_wrap {
  background-color: #f5f5f5;
  padding: 10px;
  font-size: 12px;
  margin-top: 10px;
}

@media screen and (min-width: 480px) {
  #works_detail .reform ul li .txt_wrap {
    font-size: 16px;
  }
}

/*******************************
    plan
 *******************************/
#plan {
  position: relative;
  width: 100%;
  padding: 40px 0 60px;
}

@media screen and (min-width: 480px) {
  #plan {
    padding: 60px 0 80px;
  }
}

#plan h2 {
  margin: 0;
}

#plan h2 .en {
  font-size: 40px;
  font-weight: bold;
  color: #009e96;
  text-align: center;
  font-family: "Number";
  line-height: 1.2;
}

@media screen and (min-width: 480px) {
  #plan h2 .en {
    font-size: 60px;
  }
}

#plan h2 .en span {
  position: relative;
}

#plan h2 .en span::before {
  content: "";
  position: absolute;
  right: 105%;
  top: 0px;
  background: url(../img/leaf-icon2.png) center center/contain no-repeat;
  width: 40px;
  height: 60px;
}

@media screen and (min-width: 480px) {
  #plan h2 .en span::before {
    width: 60px;
    height: 90px;
  }
}

#plan h2 .jp {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  text-align: center;
}

#plan ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
  padding: 0 16px;
}

@media screen and (min-width: 480px) {
  #plan ul {
    flex-direction: row;
    gap: 10px;
    padding: 0;
  }
}

@media screen and (min-width: 880px) {
  #plan ul {
    gap: 30px;
  }
}

#plan ul li {
  position: relative;
  transition: all 0.3s;
  border-radius: 5px;
}

@media screen and (min-width: 480px) {
  #plan ul li {
    width: calc((100% / 3) - 10px);
  }
}

@media screen and (min-width: 880px) {
  #plan ul li:hover {
    transform: translateY(-5px);
    transition: all 0.3s;
  }
}

#plan ul li.no1::before {
  content: "";
  position: absolute;
  right: -15px;
  top: -15px;
  background: url(../img/paln_best01.png) center center/contain no-repeat;
  width: 60px;
  height: 60px;
  z-index: 1;
}

#plan ul li.no2::before {
  content: "";
  position: absolute;
  right: -15px;
  top: -15px;
  background: url(../img/paln_best02.png) center center/contain no-repeat;
  width: 60px;
  height: 60px;
  z-index: 1;
}

#plan ul li.no3::before {
  content: "";
  position: absolute;
  right: -15px;
  top: -15px;
  background: url(../img/paln_best03.png) center center/contain no-repeat;
  width: 60px;
  height: 60px;
  z-index: 1;
}

#plan ul li .box {
  display: flex;
  color: #fff;
  background-color: #009e96;
  border-radius: 5px;
}

@media screen and (min-width: 480px) {
  #plan ul li .box {
    flex-direction: column-reverse;
  }
}

#plan ul li .box .left {
  position: relative;
  width: 60%;
  padding: 10px;
}

@media screen and (min-width: 480px) {
  #plan ul li .box .left {
    width: 100%;
  }
}

#plan ul li .box .left::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/lineup-bg.png) center center/contain no-repeat;
  width: 200px;
  height: 120px;
}

#plan ul li .box .left .info {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 0 16px 6px;
  border-bottom: 1px solid #fff;
}

#plan ul li .box .left .price {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 16px;
  text-align: center;
  padding: 5px 0;
  z-index: 1;
  line-height: 1.5;
  letter-spacing: 0.01rem;
}

#plan ul li .box .left .price span {
  font-size: 48px;
  font-weight: bold;
  font-family: "Number";
  line-height: 1;
  letter-spacing: 0.01rem;
  padding: 0 5px;
}

#plan ul li .box .left .more {
  position: relative;
  text-align: center;
  z-index: 1;
}

#plan ul li .box .left .more span {
  display: inline-block;
  font-size: 16px;
  padding: 5px 25px;
  color: #000;
  font-weight: bold;
  background-color: #fff;
  text-align: center;
}

#plan ul li .box .right {
  width: 40%;
}

@media screen and (min-width: 480px) {
  #plan ul li .box .right {
    width: 100%;
  }
}

#plan ul li .box .right img {
  border-radius: 0 5px 5px 0;
}

@media screen and (min-width: 480px) {
  #plan ul li .box .right img {
    height: 220px;
  }
}

#plan .more_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

@media screen and (min-width: 480px) {
  #plan .more_btn {
    margin-top: 60px;
  }
}

#plan .more_btn a {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #000;
  background-color: #fff;
  border: 3px solid #000;
  width: 300px;
  padding: 10px;
  overflow: hidden;
  transition: color 0.3s ease;
}

#plan .more_btn a span {
  position: relative;
  z-index: 1;
}

#plan .more_btn a span::before {
  position: absolute;
  left: 105%;
  top: 50%;
  content: "";
  width: 30px;
  height: 8px;
  border-bottom: solid 2px;
  border-right: solid 2px;
  transform: translateY(-50%) skew(45deg);
}

#plan .more_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 0;
  transition: left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (min-width: 880px) {
  #plan .more_btn a:hover {
    color: #fff;
  }
  #plan .more_btn a:hover::before {
    left: 0;
  }
}

#plan_list {
  width: 100%;
  padding: 0 0 40px;
  overflow: hidden;
}

@media screen and (min-width: 480px) {
  #plan_list {
    padding: 0 0 80px;
  }
}

#plan_list h2 {
  color: #009e96;
  position: relative;
  margin: 0 auto;
  font-size: 27px;
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (min-width: 480px) {
  #plan_list h2 {
    font-size: 32px;
  }
}

#plan_list .tab_wrap .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

@media screen and (min-width: 480px) {
  #plan_list .tab_wrap .wrap {
    gap: 10px;
  }
}

#plan_list .tab_wrap .wrap .tab_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #333;
  background-color: #faf7e6;
  width: calc(33% - 3px);
  padding: 10px 20px;
  cursor: pointer;
}

@media screen and (min-width: 480px) {
  #plan_list .tab_wrap .wrap .tab_btn {
    font-size: 16px;
    width: calc(33% - 5px);
    padding: 15px 20px;
  }
}

#plan_list .tab_wrap .wrap .tab_btn.active {
  font-weight: bold;
  color: #fff;
  background-color: #009e96;
}

#plan_list .panel_wrap {
  margin-top: 40px;
}

#plan_list .panel_wrap .panel.best3 {
  display: none;
}

#plan_list .panel_wrap .panel.best3.active {
  display: block;
}

#plan_list .panel_wrap .panel.best3 .ttl {
  margin: 0 auto 40px;
  max-width: 500px;
  text-align: center;
}

#plan_list .panel_wrap .panel.best3 .list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 480px) {
  #plan_list .panel_wrap .panel.best3 .list {
    flex-direction: row;
    gap: 10px;
  }
}

@media screen and (min-width: 880px) {
  #plan_list .panel_wrap .panel.best3 .list {
    gap: 30px;
  }
}

#plan_list .panel_wrap .panel.best3 .list ul {
  width: 100%;
  padding: 0 8px;
}

@media screen and (min-width: 480px) {
  #plan_list .panel_wrap .panel.best3 .list ul {
    width: calc((100% / 3) - 10px);
    padding: 0;
  }
}

@media screen and (min-width: 880px) {
  #plan_list .panel_wrap .panel.best3 .list ul:hover {
    transform: translateY(-5px);
    transition: all 0.3s;
  }
}

#plan_list .panel_wrap .panel.best3 .list ul li {
  position: relative;
  transition: all 0.3s;
  border-radius: 5px;
}

#plan_list .panel_wrap .panel.best3 .list ul li.no1::before {
  content: "";
  position: absolute;
  right: -15px;
  top: -15px;
  background: url(../img/paln_best01.png) center center/contain no-repeat;
  width: 60px;
  height: 60px;
  z-index: 1;
}

#plan_list .panel_wrap .panel.best3 .list ul li.no2::before {
  content: "";
  position: absolute;
  right: -15px;
  top: -15px;
  background: url(../img/paln_best02.png) center center/contain no-repeat;
  width: 60px;
  height: 60px;
  z-index: 1;
}

#plan_list .panel_wrap .panel.best3 .list ul li.no3::before {
  content: "";
  position: absolute;
  right: -15px;
  top: -15px;
  background: url(../img/paln_best03.png) center center/contain no-repeat;
  width: 60px;
  height: 60px;
  z-index: 1;
}

#plan_list .panel_wrap .panel.best3 .list ul li .box {
  display: flex;
  color: #fff;
  background-color: #009e96;
  border-radius: 5px;
}

@media screen and (min-width: 480px) {
  #plan_list .panel_wrap .panel.best3 .list ul li .box {
    flex-direction: column-reverse;
  }
}

#plan_list .panel_wrap .panel.best3 .list ul li .box .left {
  position: relative;
  width: 60%;
  padding: 10px;
}

@media screen and (min-width: 480px) {
  #plan_list .panel_wrap .panel.best3 .list ul li .box .left {
    width: 100%;
  }
}

#plan_list .panel_wrap .panel.best3 .list ul li .box .left::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/lineup-bg.png) center center/contain no-repeat;
  width: 200px;
  height: 120px;
}

#plan_list .panel_wrap .panel.best3 .list ul li .box .left .info {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 0 16px 6px;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.01rem;
}

#plan_list .panel_wrap .panel.best3 .list ul li .box .left .price {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 16px;
  text-align: center;
  padding: 5px 0;
  z-index: 1;
  line-height: 1.5;
  letter-spacing: -0.01rem;
}

#plan_list .panel_wrap .panel.best3 .list ul li .box .left .price span {
  font-size: 48px;
  font-weight: bold;
  font-family: "Number";
  line-height: 1;
  letter-spacing: 0.1rem;
  padding: 0 5px;
}

#plan_list .panel_wrap .panel.best3 .list ul li .box .left .more {
  position: relative;
  text-align: center;
  z-index: 1;
}

#plan_list .panel_wrap .panel.best3 .list ul li .box .left .more span {
  display: inline-block;
  font-size: 16px;
  padding: 5px 25px;
  color: #000;
  font-weight: bold;
  background-color: #fff;
  text-align: center;
}

#plan_list .panel_wrap .panel.best3 .list ul li .box .right {
  width: 40%;
}

@media screen and (min-width: 480px) {
  #plan_list .panel_wrap .panel.best3 .list ul li .box .right {
    width: 100%;
  }
}

#plan_list .panel_wrap .panel.best3 .list ul li .box .right img {
  border-radius: 0 5px 5px 0;
}

@media screen and (min-width: 480px) {
  #plan_list .panel_wrap .panel.best3 .list ul li .box .right img {
    height: 220px;
  }
}

#plan_list .panel_wrap .panel.ldk {
  display: none;
}

#plan_list .panel_wrap .panel.ldk.active {
  display: block;
}

#plan_list .panel_wrap .panel.ldk .ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #009e96;
  text-align: center;
  padding: 10px 0;
}

@media screen and (min-width: 480px) {
  #plan_list .panel_wrap .panel.ldk .ttl {
    font-size: 18px;
    padding: 16px 0;
  }
}

#plan_list .panel_wrap .panel.ldk ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  padding: 0 8px;
}

@media screen and (min-width: 480px) {
  #plan_list .panel_wrap .panel.ldk ul {
    flex-direction: row;
    gap: 10px;
  }
}

@media screen and (min-width: 880px) {
  #plan_list .panel_wrap .panel.ldk ul {
    gap: 30px;
  }
}

#plan_list .panel_wrap .panel.ldk ul li {
  position: relative;
  transition: all 0.3s;
  border-radius: 5px;
}

@media screen and (min-width: 480px) {
  #plan_list .panel_wrap .panel.ldk ul li {
    width: calc((100% / 3) - 8px);
  }
}

@media screen and (min-width: 880px) {
  #plan_list .panel_wrap .panel.ldk ul li {
    width: calc((100% / 3) - 20px);
  }
  #plan_list .panel_wrap .panel.ldk ul li:hover {
    transform: translateY(-5px);
    transition: all 0.3s;
  }
}

#plan_list .panel_wrap .panel.ldk ul li .box {
  display: flex;
  color: #333;
  background-color: #faf7e6;
  border-radius: 5px;
}

@media screen and (min-width: 480px) {
  #plan_list .panel_wrap .panel.ldk ul li .box {
    flex-direction: column-reverse;
  }
}

#plan_list .panel_wrap .panel.ldk ul li .box .left {
  position: relative;
  width: 60%;
  padding: 10px;
}

@media screen and (min-width: 480px) {
  #plan_list .panel_wrap .panel.ldk ul li .box .left {
    width: 100%;
  }
}

#plan_list .panel_wrap .panel.ldk ul li .box .left .info {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 0 16px 6px;
  border-bottom: 1px solid #333;
  letter-spacing: 0.01rem;
}

#plan_list .panel_wrap .panel.ldk ul li .box .left .price {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 16px;
  text-align: center;
  padding: 5px 0;
  z-index: 1;
  line-height: 1.5;
  letter-spacing: -0.01rem;
}

#plan_list .panel_wrap .panel.ldk ul li .box .left .price span {
  font-size: 48px;
  font-weight: bold;
  font-family: "Number";
  line-height: 1;
  letter-spacing: 0.1rem;
  padding: 0 5px;
}

#plan_list .panel_wrap .panel.ldk ul li .box .left .more {
  position: relative;
  text-align: center;
  z-index: 1;
}

#plan_list .panel_wrap .panel.ldk ul li .box .left .more span {
  display: inline-block;
  font-size: 16px;
  padding: 5px 25px;
  color: #fff;
  font-weight: bold;
  background-color: #009e96;
  text-align: center;
}

#plan_list .panel_wrap .panel.ldk ul li .box .right {
  width: 40%;
}

@media screen and (min-width: 480px) {
  #plan_list .panel_wrap .panel.ldk ul li .box .right {
    width: 100%;
  }
}

#plan_list .panel_wrap .panel.ldk ul li .box .right img {
  border-radius: 0 5px 5px 0;
}

@media screen and (min-width: 480px) {
  #plan_list .panel_wrap .panel.ldk ul li .box .right img {
    height: 220px;
  }
}

#plan_detail {
  width: 100%;
  padding: 0 0 40px;
  background-color: #faf7e6;
}

@media screen and (min-width: 480px) {
  #plan_detail {
    padding: 0 0 40px;
  }
}

@media screen and (min-width: 880px) {
  #plan_detail {
    padding: 0 0 80px;
  }
}

#plan_detail h2 {
  color: #009e96;
  position: relative;
  font-size: 24px;
  text-align: center;
}

@media screen and (min-width: 480px) {
  #plan_detail h2 {
    font-size: 32px;
  }
}

#plan_detail .plan_wrap-top .ttl h3 {
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  text-align: center;
  padding: 10px 0 5px;
  color: #fff;
  background-color: #009e96;
}

@media screen and (min-width: 480px) {
  #plan_detail .plan_wrap-top .ttl h3 {
    font-size: 27px;
  }
}

#plan_detail .plan_wrap-top .info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 480px) {
  #plan_detail .plan_wrap-top .info {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
  }
}

#plan_detail .plan_wrap-top .info .img_wrap {
  margin-top: 20px;
}

@media screen and (min-width: 480px) {
  #plan_detail .plan_wrap-top .info .img_wrap01 {
    order: 1;
    width: calc(50% - 15px);
  }
}

@media screen and (min-width: 480px) {
  #plan_detail .plan_wrap-top .info .img_wrap02 {
    order: 2;
    width: calc(50% - 15px);
  }
}

@media screen and (min-width: 480px) {
  #plan_detail .plan_wrap-top .info .txt_wrap {
    order: 3;
    width: 100%;
  }
}

#plan_detail .plan_wrap-top .info .txt_wrap table {
  width: 100%;
}

#plan_detail .plan_wrap-top .info .txt_wrap table tr {
  font-size: 16px;
  display: flex;
  border-bottom: 1px dashed #333;
}

#plan_detail .plan_wrap-top .info .txt_wrap table tr th {
  width: 30%;
  padding: 10px;
}

#plan_detail .plan_wrap-top .info .txt_wrap table tr td {
  width: 70%;
  padding: 10px;
}

#plan_detail .plan_wrap-top .info .cation {
  font-size: 12px;
}

#plan_detail .plan_wrap-top .point {
  display: none;
  flex-direction: column;
  align-items: center;
  border: 1px solid #cac4c4;
  padding: 30px 10px 10px;
}

#plan_detail .plan_wrap-top .point .img {
  margin-top: 10px;
}

#plan_detail .plan_wrap-top .point .img img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

#plan_detail .plan_wrap-top .point .job {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

#plan_detail .plan_wrap-top .point .name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

#plan_detail .plan_wrap-top .point .comment {
  font-size: 16px;
  margin-top: 10px;
}

#plan_detail .plan_wrap-bottom .model {
  background-color: #efb032;
  padding: 16px;
  margin-top: 20px;
  border-radius: 10px;
}

@media screen and (min-width: 480px) {
  #plan_detail .plan_wrap-bottom .model {
    padding: 30px;
    margin-top: 40px;
  }
}

#plan_detail .plan_wrap-bottom .model .txt {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #009e96;
  margin-bottom: 10px;
}

@media screen and (min-width: 480px) {
  #plan_detail .plan_wrap-bottom .model .txt {
    font-size: 32px;
  }
}

#plan_detail .plan_wrap-bottom .model .wrap {
  width: 100%;
  gap: 10px;
}

@media screen and (min-width: 480px) {
  #plan_detail .plan_wrap-bottom .model .wrap {
    display: flex;
    gap: 25px;
  }
}

#plan_detail .plan_wrap-bottom .model .wrap dl {
  display: flex;
}

#plan_detail .plan_wrap-bottom .model .wrap .img {
  margin: 0;
}

@media screen and (min-width: 480px) {
  #plan_detail .plan_wrap-bottom .model .wrap .img {
    width: 50%;
    margin-top: 10px;
  }
}

#plan_detail .plan_wrap-bottom .model .wrap .img img {
  height: auto;
  border-radius: 12px;
}

#plan_detail .plan_wrap-bottom .model .wrap .info {
  display: block;
  padding: 10px 0 0;
}

@media screen and (min-width: 480px) {
  #plan_detail .plan_wrap-bottom .model .wrap .info {
    padding: 0;
    width: 50%;
  }
}

#plan_detail .plan_wrap-bottom .model .wrap .info ul li {
  font-size: 16px;
  padding: 10px 0 10px 0px;
}

#plan_detail .plan_wrap-bottom .model .wrap .info ul li:not(:last-child) {
  border-bottom: 1px dashed #333;
}

#plan_detail .plan_wrap-bottom .model .wrap .info ul li.ttl h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75rem;
  margin: 0;
}

@media screen and (min-width: 480px) {
  #plan_detail .plan_wrap-bottom .model .wrap .info ul li.ttl h3 {
    font-size: 22px;
    padding-top: 0;
  }
}

#plan_detail .plan_wrap-bottom .model .wrap .info ul li iframe {
  height: 450px !important;
  width: 100%;
}

@media screen and (min-width: 880px) {
  #plan_detail .plan_wrap-bottom .model .wrap .info ul li iframe {
    height: 340px !important;
  }
}

#plan_detail .plan_wrap .btn {
  margin: 40px 0;
}

/*******************************
     top_event
  *******************************/
#event,
.event {
  width: 100%;
  padding: 40px 0 60px;
  background-color: #faf7e6;
}

@media screen and (min-width: 480px) {
  #event,
  .event {
    padding: 60px 0 80px;
  }
}

#event h2,
.event h2 {
  margin: 0;
}

#event h2 .en,
.event h2 .en {
  font-size: 40px;
  font-weight: bold;
  color: #009e96;
  text-align: center;
  font-family: "Number";
  line-height: 1.2;
}

@media screen and (min-width: 480px) {
  #event h2 .en,
  .event h2 .en {
    font-size: 60px;
  }
}

#event h2 .en span,
.event h2 .en span {
  position: relative;
}

#event h2 .en span::before,
.event h2 .en span::before {
  content: "";
  position: absolute;
  left: 95%;
  top: 0;
  background: url(../img/leaf-icon.png) center center/contain no-repeat;
  width: 40px;
  height: 60px;
}

@media screen and (min-width: 480px) {
  #event h2 .en span::before,
  .event h2 .en span::before {
    width: 60px;
    height: 90px;
  }
}

#event h2 .jp,
.event h2 .jp {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  text-align: center;
}

#event .tab_wrap,
.event .tab_wrap {
  margin: 30px 0;
}

#event .tab_wrap ul,
.event .tab_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

#event .tab_wrap ul li,
.event .tab_wrap ul li {
  font-size: 14px;
  text-align: center;
  width: calc((100% / 4) - 5px);
  padding: 0.5em 0;
  color: #333;
  background-color: #fff;
}

@media screen and (min-width: 480px) {
  #event .tab_wrap ul li,
  .event .tab_wrap ul li {
    font-size: 16px;
    width: calc((100% / 7) - 5px);
    cursor: pointer;
  }
}

#event .tab_wrap ul li.active,
.event .tab_wrap ul li.active {
  color: #fff;
  background-color: #009e96;
}

@media screen and (min-width: 880px) {
  #event .tab_wrap ul li:hover,
  .event .tab_wrap ul li:hover {
    color: #fff;
    background-color: #009e96;
  }
}

#event .panel_wrap,
.event .panel_wrap {
  margin-top: 20px;
}

#event .panel_wrap ul,
.event .panel_wrap ul {
  display: none;
}

#event .panel_wrap ul.active,
.event .panel_wrap ul.active {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (min-width: 480px) {
  #event .panel_wrap ul.active,
  .event .panel_wrap ul.active {
    flex-direction: row;
  }
}

#event .panel_wrap ul li,
.event .panel_wrap ul li {
  width: 100%;
  border-radius: 10px;
  padding: 5px;
  background-color: #fff;
}

@media screen and (min-width: 480px) {
  #event .panel_wrap ul li,
  .event .panel_wrap ul li {
    width: calc(50% - 10px);
    padding: 10px;
  }
}

#event .panel_wrap ul li .info_wrap,
.event .panel_wrap ul li .info_wrap {
  display: flex;
}

#event .panel_wrap ul li .info_wrap .img,
.event .panel_wrap ul li .info_wrap .img {
  width: 45%;
}

#event .panel_wrap ul li .info_wrap .img a,
.event .panel_wrap ul li .info_wrap .img a {
  overflow: hidden;
  border-radius: 10px;
}

#event .panel_wrap ul li .info_wrap .img img,
.event .panel_wrap ul li .info_wrap .img img {
  transition: all 0.3s;
}

@media screen and (min-width: 880px) {
  #event .panel_wrap ul li .info_wrap:hover img,
  .event .panel_wrap ul li .info_wrap:hover img {
    transform: scale(1.1);
    transition: all 0.3s;
  }
}

#event .panel_wrap ul li .info_wrap .txt,
.event .panel_wrap ul li .info_wrap .txt {
  width: 55%;
  padding: 5px;
  padding-top: 0;
}

@media screen and (min-width: 480px) {
  #event .panel_wrap ul li .info_wrap .txt,
  .event .panel_wrap ul li .info_wrap .txt {
    padding: 10px;
  }
}

#event .panel_wrap ul li .info_wrap .txt .ttl,
.event .panel_wrap ul li .info_wrap .txt .ttl {
  margin-bottom: 0;
  /* 点滅の動きを定義 */
}

#event .panel_wrap ul li .info_wrap .txt .ttl h3,
.event .panel_wrap ul li .info_wrap .txt .ttl h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  letter-spacing: -0.01rem;
  border-bottom: 1px dashed #333;
  padding-bottom: 2px;
  margin-top: 0;
  margin-bottom: 2px;
}

@media screen and (min-width: 480px) {
  #event .panel_wrap ul li .info_wrap .txt .ttl h3,
  .event .panel_wrap ul li .info_wrap .txt .ttl h3 {
    font-size: 16px;
  }
}

#event .panel_wrap ul li .info_wrap .txt .ttl .new_label,
.event .panel_wrap ul li .info_wrap .txt .ttl .new_label {
  display: none;
  font-size: 12px;
  font-weight: normal;
  color: #eb6157;
  background-color: #ffff00;
  padding: 5px;
  margin-left: 5px;
  /* アニメーションの設定 */
}

@media screen and (min-width: 480px) {
  #event .panel_wrap ul li .info_wrap .txt .ttl .new_label,
  .event .panel_wrap ul li .info_wrap .txt .ttl .new_label {
    font-size: 14px;
  }
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

#event .panel_wrap ul li .info_wrap .txt .date dl,
.event .panel_wrap ul li .info_wrap .txt .date dl {
  display: flex;
  font-size: 12px;
  line-height: 1.5;
}

@media screen and (min-width: 480px) {
  #event .panel_wrap ul li .info_wrap .txt .date dl,
  .event .panel_wrap ul li .info_wrap .txt .date dl {
    font-size: 14px;
  }
}

#event .panel_wrap ul li .info_wrap .txt .date dl dt,
.event .panel_wrap ul li .info_wrap .txt .date dl dt {
  width: 40px;
  white-space: nowrap;
}

@media screen and (min-width: 480px) {
  #event .panel_wrap ul li .info_wrap .txt .date dl dt,
  .event .panel_wrap ul li .info_wrap .txt .date dl dt {
    width: 50px;
  }
}

#event .panel_wrap ul li .info_wrap .txt .date dl dd,
.event .panel_wrap ul li .info_wrap .txt .date dl dd {
  letter-spacing: -0.1rem;
  width: calc(100% - 40px);
}

@media screen and (min-width: 480px) {
  #event .panel_wrap ul li .info_wrap .txt .date dl dd,
  .event .panel_wrap ul li .info_wrap .txt .date dl dd {
    width: calc(100% - 50px);
  }
}

#event .panel_wrap ul li .info_wrap .txt .date p,
.event .panel_wrap ul li .info_wrap .txt .date p {
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0.01rem;
  text-align: left;
  margin: 0;
}

#event .panel_wrap ul li .info_wrap .txt .area dl,
.event .panel_wrap ul li .info_wrap .txt .area dl {
  display: flex;
  font-size: 12px;
  letter-spacing: 0.01rem;
}

@media screen and (min-width: 480px) {
  #event .panel_wrap ul li .info_wrap .txt .area dl,
  .event .panel_wrap ul li .info_wrap .txt .area dl {
    font-size: 14px;
  }
}

#event .panel_wrap ul li .info_wrap .txt .area dl dt,
.event .panel_wrap ul li .info_wrap .txt .area dl dt {
  width: 40px;
}

@media screen and (min-width: 480px) {
  #event .panel_wrap ul li .info_wrap .txt .area dl dt,
  .event .panel_wrap ul li .info_wrap .txt .area dl dt {
    width: 50px;
  }
}

#event .panel_wrap ul li .info_wrap .txt .area dl dd,
.event .panel_wrap ul li .info_wrap .txt .area dl dd {
  width: calc(100% - 40px);
}

@media screen and (min-width: 480px) {
  #event .panel_wrap ul li .info_wrap .txt .area dl dd,
  .event .panel_wrap ul li .info_wrap .txt .area dl dd {
    width: calc(100% - 50px);
  }
}

#event .panel_wrap ul li .info_wrap .txt .point,
.event .panel_wrap ul li .info_wrap .txt .point {
  display: none;
}

#event .panel_wrap ul li .info_wrap .txt .point dl,
.event .panel_wrap ul li .info_wrap .txt .point dl {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  letter-spacing: 0.01rem;
  border-bottom: 1px dashed #333;
  padding-bottom: 2px;
  margin-bottom: 2px;
}

@media screen and (min-width: 480px) {
  #event .panel_wrap ul li .info_wrap .txt .point dl,
  .event .panel_wrap ul li .info_wrap .txt .point dl {
    font-size: 14px;
  }
}

#event .panel_wrap ul li .info_wrap .txt .label,
.event .panel_wrap ul li .info_wrap .txt .label {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}

@media screen and (min-width: 480px) {
  #event .panel_wrap ul li .info_wrap .txt .label,
  .event .panel_wrap ul li .info_wrap .txt .label {
    gap: 10px;
  }
}

#event .panel_wrap ul li .info_wrap .txt .label span,
.event .panel_wrap ul li .info_wrap .txt .label span {
  font-size: 12px;
  text-align: center;
  padding: 2px 8px;
  color: #fff;
  border-radius: 20px;
  letter-spacing: 0.01rem;
}

#event .panel_wrap ul li .info_wrap .txt .label span:first-child,
.event .panel_wrap ul li .info_wrap .txt .label span:first-child {
  background-color: #eb5f2f;
}

#event .panel_wrap ul li .info_wrap .txt .label span:last-child,
.event .panel_wrap ul li .info_wrap .txt .label span:last-child {
  background-color: #009e96;
}

#event .panel_wrap ul li .btn_wrap,
.event .panel_wrap ul li .btn_wrap {
  display: flex;
  gap: 5px;
  margin-top: 5px;
}

@media screen and (min-width: 480px) {
  #event .panel_wrap ul li .btn_wrap,
  .event .panel_wrap ul li .btn_wrap {
    margin-top: 10px;
  }
}

#event .panel_wrap ul li .btn_wrap .btn,
.event .panel_wrap ul li .btn_wrap .btn {
  width: 50%;
}

#event .panel_wrap ul li .btn_wrap .btn:first-of-type a,
.event .panel_wrap ul li .btn_wrap .btn:first-of-type a {
  border-radius: 5px;
  color: #fff;
  background-color: #009e96;
}

@media screen and (min-width: 880px) {
  #event .panel_wrap ul li .btn_wrap .btn:first-of-type a:hover,
  .event .panel_wrap ul li .btn_wrap .btn:first-of-type a:hover {
    background-color: #eb6157;
    color: #fff;
  }
}

#event .panel_wrap ul li .btn_wrap .btn:last-of-type a,
.event .panel_wrap ul li .btn_wrap .btn:last-of-type a {
  border-radius: 5px;
  color: #fff;
  background-color: #eb6157;
}

@media screen and (min-width: 880px) {
  #event .panel_wrap ul li .btn_wrap .btn:last-of-type a:hover,
  .event .panel_wrap ul li .btn_wrap .btn:last-of-type a:hover {
    background-color: #009e96;
    color: #fff;
  }
}

#event .panel_wrap ul li .btn_wrap .btn a,
.event .panel_wrap ul li .btn_wrap .btn a {
  position: relative;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #333;
}

@media screen and (min-width: 480px) {
  #event .panel_wrap ul li .btn_wrap .btn a,
  .event .panel_wrap ul li .btn_wrap .btn a {
    font-size: 16px;
  }
}

#event .panel_wrap ul li .btn_wrap .btn a:after,
.event .panel_wrap ul li .btn_wrap .btn a:after {
  content: "";
  display: block;
  background: url(../img/arrow-r-w.png);
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  right: 5px;
}

@media screen and (min-width: 480px) {
  #event .panel_wrap ul li .btn_wrap .btn a:after,
  .event .panel_wrap ul li .btn_wrap .btn a:after {
    width: 20px;
    height: 20px;
    right: 10px;
  }
}

#event .more_btn,
.event .more_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

@media screen and (min-width: 480px) {
  #event .more_btn,
  .event .more_btn {
    margin-top: 60px;
  }
}

#event .more_btn a,
.event .more_btn a {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #000;
  background-color: #fff;
  border: 3px solid #000;
  width: 300px;
  padding: 10px;
  overflow: hidden;
  transition: color 0.3s ease;
}

#event .more_btn a span,
.event .more_btn a span {
  position: relative;
  z-index: 1;
}

#event .more_btn a span::before,
.event .more_btn a span::before {
  position: absolute;
  left: 105%;
  top: 50%;
  content: "";
  width: 30px;
  height: 8px;
  border-bottom: solid 2px;
  border-right: solid 2px;
  transform: translateY(-50%) skew(45deg);
}

#event .more_btn a::before,
.event .more_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 0;
  transition: left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (min-width: 880px) {
  #event .more_btn a:hover,
  .event .more_btn a:hover {
    color: #fff;
  }
  #event .more_btn a:hover::before,
  .event .more_btn a:hover::before {
    left: 0;
  }
}

.event {
  width: 100%;
  padding: 0 0 60px;
  background-color: #faf7e6;
}

@media screen and (min-width: 480px) {
  .event {
    padding: 0 0 80px;
  }
}

#event_detail {
  width: 100%;
  padding: 0 0 40px;
  /**************物件の特徴****************/
  /* コンテンツボックス */
  /* 見出し */
  /* --- 装飾線（V字ライン） --- */
  /* --- リスト --- */
  /* スマホ向け調整 */
  /**************物件の特徴****************/
}

@media screen and (min-width: 480px) {
  #event_detail {
    padding: 0 0 80px;
  }
}

#event_detail h2 {
  font-size: 24px;
  font-weight: normal;
  color: #009e96;
  text-align: center;
  margin-top: 0;
}

@media screen and (min-width: 480px) {
  #event_detail h2 {
    font-size: 32px;
  }
}

#event_detail .box_wrap {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 20px;
}

@media screen and (min-width: 480px) {
  #event_detail .box_wrap {
    margin-bottom: 40px;
  }
}

#event_detail .box_wrap .box {
  width: 100%;
  border: 1px solid #cac4c4;
  padding: 10px;
}

@media screen and (min-width: 480px) {
  #event_detail .box_wrap .box {
    display: flex;
    gap: 30px;
    padding: 20px;
  }
}

#event_detail .box_wrap .box .box_left {
  width: 100%;
}

@media screen and (min-width: 480px) {
  #event_detail .box_wrap .box .box_left {
    width: calc(50% - 10px);
  }
}

#event_detail .box_wrap .box .box_right {
  width: 100%;
}

@media screen and (min-width: 480px) {
  #event_detail .box_wrap .box .box_right {
    width: calc(50% - 10px);
  }
}

@media screen and (min-width: 480px) {
  #event_detail .box_wrap .box .img {
    width: 50%;
  }
}

#event_detail .box_wrap .box .img img {
  height: auto;
}

#event_detail .box_wrap .box .info {
  display: block;
  padding: 10px 0 0;
}

@media screen and (min-width: 480px) {
  #event_detail .box_wrap .box .info {
    padding: 0;
    width: 50%;
  }
}

#event_detail .box_wrap .box .info ul li {
  font-size: 16px;
  padding: 10px 0 10px 0px;
}

#event_detail .box_wrap .box .info ul li dl {
  display: flex;
}

#event_detail .box_wrap .box .info ul li:not(:last-child) {
  border-bottom: 1px dashed #cac4c4;
}

#event_detail .box_wrap .box .info ul li.ttl h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75rem;
  color: #009e96;
  margin: 0;
}

@media screen and (min-width: 480px) {
  #event_detail .box_wrap .box .info ul li.ttl h3 {
    font-size: 22px;
    padding-top: 0;
  }
}

#event_detail .box_wrap .box .info ul li.two_col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0 0;
}

#event_detail .box_wrap .box .info ul li.two_col iframe {
  height: 450px !important;
  width: 100%;
}

@media screen and (min-width: 880px) {
  #event_detail .box_wrap .box .info ul li.two_col iframe {
    height: 310px !important;
  }
}

#event_detail .box_wrap .box .info ul li.two_col .btn_pc {
  display: none;
  font-size: 16px;
  font-weight: bold;
  width: 40%;
  height: 218px;
  white-space: nowrap;
}

@media screen and (min-width: 880px) {
  #event_detail .box_wrap .box .info ul li.two_col .btn_pc {
    display: block;
    font-size: 20px;
  }
}

#event_detail .box_wrap .box .info ul li.two_col .btn_pc a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #e7141a;
  box-shadow: 5px 5px 0px #7d0202;
  border-radius: 4px;
  padding: 55px 0 45px 10%;
}

@media screen and (min-width: 880px) {
  #event_detail .box_wrap .box .info ul li.two_col .btn_pc a {
    padding: 75px 0 45px 10%;
  }
  #event_detail .box_wrap .box .info ul li.two_col .btn_pc a:hover {
    transform: translate(3px, 3px);
    box-shadow: none;
    opacity: 1;
  }
}

#event_detail .box_wrap .box .info ul li.two_col .btn_pc a span {
  position: relative;
}

#event_detail .box_wrap .box .info ul li.two_col .btn_pc a span.large {
  font-size: 20px;
}

@media screen and (min-width: 880px) {
  #event_detail .box_wrap .box .info ul li.two_col .btn_pc a span.large {
    font-size: 30px;
  }
}

#event_detail .box_wrap .box .info ul li .btn_wrap {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

#event_detail .box_wrap .box .info ul li .btn_wrap .reserve_btn a {
  background-color: #e7141a;
  box-shadow: 3px 3px 0px #660202;
  border-radius: 4px;
}

#event_detail .box_wrap .box .info ul li .btn_wrap .event_btn a {
  background-color: #eb5f2f;
  box-shadow: 3px 3px 0px #643c16;
  border-radius: 4px;
}

#event_detail .box_wrap .box .info ul li .btn_wrap .btn {
  width: 50%;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

#event_detail .box_wrap .box .info ul li .btn_wrap .btn a {
  display: block;
  font-size: 16px;
  color: #fff;
}

@media screen and (min-width: 880px) {
  #event_detail .box_wrap .box .info ul li .btn_wrap .btn a:hover {
    transform: translate(3px, 3px);
    box-shadow: none;
    opacity: 1;
  }
}

#event_detail .movie {
  margin-bottom: 20px;
}

#event_detail .custom-btn {
  display: inline-block;
  padding: 12px 36px;
  background-color: #ff6600;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 16px;
  border-radius: 12px;
  box-shadow: 2px 2px 0 #333;
}

#event_detail .reserve_btn-wrap {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
}

@media screen and (min-width: 480px) {
  #event_detail .reserve_btn-wrap {
    margin: 0 auto;
    margin-bottom: 40px;
    max-width: 350px;
    height: 60px;
  }
}

#event_detail .reserve_btn-wrap a {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background-color: #e7141a;
  box-shadow: 3px 3px 0px #660202;
  border-radius: 4px;
}

@media screen and (min-width: 480px) {
  #event_detail .reserve_btn-wrap a {
    font-size: 20px;
    line-height: 60px;
  }
}

@media screen and (min-width: 880px) {
  #event_detail .reserve_btn-wrap a:hover {
    transform: translate(3px, 3px);
    box-shadow: none;
    opacity: 1;
  }
}

#event_detail .detail_wrap ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 480px) {
  #event_detail .detail_wrap ul {
    gap: 40px;
  }
}

#event_detail .detail_wrap ul li {
  max-width: 700px;
}

#event_detail .detail_wrap ul li dl {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (min-width: 480px) {
  #event_detail .detail_wrap ul li dl {
    gap: 20px;
  }
}

#event_detail .form .ttl {
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  color: #009e96;
  border-bottom: 1px solid #009e96;
  margin-bottom: 20px;
  letter-spacing: 0.01rem;
  line-height: 1.5;
}

@media screen and (min-width: 480px) {
  #event_detail .form .ttl {
    font-size: 36px;
    letter-spacing: 0.1rem;
  }
}

#event_detail .form table {
  width: 100%;
}

#event_detail .form table tbody {
  width: 100%;
  display: flex;
  flex-direction: column;
}

#event_detail .form table tr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  padding: 16px 0;
  border-bottom: 1px dotted #333;
}

@media screen and (min-width: 480px) {
  #event_detail .form table tr {
    align-items: center;
    flex-direction: row;
  }
}

#event_detail .form table tr p {
  padding: 0;
  margin: 0;
}

#event_detail .form table tr th {
  display: flex;
  font-weight: normal;
  text-align: left;
}

@media screen and (min-width: 480px) {
  #event_detail .form table tr th {
    width: 300px;
    padding-top: 8px;
  }
}

#event_detail .form table tr th span {
  color: #e7141a;
}

#event_detail .form table tr td {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

@media screen and (min-width: 480px) {
  #event_detail .form table tr td {
    width: calc(100% - 300px);
  }
}

@media screen and (min-width: 480px) {
  #event_detail .form table tr td .wrap {
    display: flex;
  }
}

#event_detail .form table tr td .wpcf7-radio {
  display: flex;
  flex-direction: column;
}

#event_detail .form table tr td input[type="text"],
#event_detail .form table tr td input[type="email"],
#event_detail .form table tr td input[type="tel"],
#event_detail .form table tr td input[type="date"],
#event_detail .form table tr td textarea,
#event_detail .form table tr td select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #cac4c4;
  border-radius: 5px;
}

#event_detail .form table tr td input[name="zip"] {
  width: calc(100% - 1.5rem);
}

#event_detail .form table tr td input[type="date"],
#event_detail .form table tr td input[type="time"],
#event_detail .form table tr td input[type="datetime-local"] {
  -webkit-appearance: none;
  width: 100%;
}

#event_detail .form .btn {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 20px;
}

@media screen and (min-width: 480px) {
  #event_detail .form .btn {
    margin-top: 40px;
  }
}

#event_detail .form .btn input[type="submit"] {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: none;
  box-shadow: 3px 3px 0px #5f0000;
  background-color: #eb6157;
  border-radius: 5px;
  padding: 16px 0px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 480px) {
  #event_detail .form .btn input[type="submit"] {
    max-width: 300px;
    cursor: pointer;
  }
}

@media screen and (min-width: 880px) {
  #event_detail .form .btn input[type="submit"]:hover {
    opacity: 1;
    box-shadow: none;
    transform: translate(3px, 3px);
  }
}

#event_detail .performance .img01 {
  padding: 5px 50px;
  margin-bottom: 20px;
  border-bottom: 1px solid #009e96;
}

@media screen and (min-width: 480px) {
  #event_detail .performance .img01 {
    padding: 5px 200px;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 480px) {
  #event_detail .performance .img02 {
    margin-top: 20px;
  }
}

#event_detail .performance .img03 {
  margin-top: 10px;
}

@media screen and (min-width: 480px) {
  #event_detail .performance .img03 {
    padding: 5px 100px;
    margin-top: 20px;
  }
}

#event_detail .performance .img04 {
  margin-top: 60px;
}

@media screen and (min-width: 480px) {
  #event_detail .performance .img04 {
    padding: 5px 100px;
    margin-top: 70px;
  }
}

#event_detail .performance .img05 {
  margin-top: 20px;
  padding: 0 75px;
}

@media screen and (min-width: 480px) {
  #event_detail .performance .img05 {
    padding: 0 225px;
    margin-top: 50px;
  }
}

#event_detail .performance .img06 {
  margin-top: 20px;
}

@media screen and (min-width: 480px) {
  #event_detail .performance .img06 {
    margin-top: 40px;
  }
}

#event_detail .performance .list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

@media screen and (min-width: 480px) {
  #event_detail .performance .list {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 50px;
  }
}

#event_detail .performance .list .one_col {
  width: 100%;
  padding: 10px;
  border: 1px solid #eb6157;
  border-radius: 10px;
}

@media screen and (min-width: 480px) {
  #event_detail .performance .list .one_col {
    display: flex;
    gap: 50px;
    padding: 20px;
  }
}

@media screen and (min-width: 480px) {
  #event_detail .performance .list .one_col .img {
    width: 50%;
  }
}

#event_detail .performance .list .one_col .img img {
  height: auto;
}

@media screen and (min-width: 480px) {
  #event_detail .performance .list .one_col .txt {
    width: 50%;
  }
}

#event_detail .performance .list .one_col .txt .ttl {
  display: inline;
  font-size: 18px;
  font-weight: bold;
  color: #eb6157;
  background: linear-gradient(transparent 70%, rgba(255, 234, 0, 0.5) 70%);
}

@media screen and (min-width: 480px) {
  #event_detail .performance .list .one_col .txt .ttl {
    font-size: 24px;
  }
}

#event_detail .performance .list .one_col .txt .text {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 480px) {
  #event_detail .performance .list .one_col .txt .text {
    font-size: 20px;
    margin-top: 10px;
  }
}

#event_detail .performance .list .one_col .txt .text span {
  color: #eb6157;
}

#event_detail .performance .list .two_col {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (min-width: 480px) {
  #event_detail .performance .list .two_col {
    width: calc(50% - 20px);
  }
}

#event_detail .performance .list .two_col .ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  background-color: rgba(252, 203, 0, 0.1);
}

@media screen and (min-width: 480px) {
  #event_detail .performance .list .two_col .ttl {
    font-size: 24px;
  }
}

#event_detail .performance .list .two_col .ttl span.accent {
  color: #eb6157;
}

#event_detail .performance .list .two_col .ttl span.line {
  background: linear-gradient(transparent 70%, rgba(255, 234, 0, 0.5) 70%);
}

#event_detail .performance .list .two_col .txt {
  color: #eb6157;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 480px) {
  #event_detail .performance .list .two_col .txt {
    font-size: 20px;
  }
}

#event_detail .performance .list .two_col .txt span {
  background: linear-gradient(transparent 70%, rgba(255, 234, 0, 0.5) 70%);
}

#event_detail .performance .reserve_btn {
  margin-top: 20px;
}

@media screen and (min-width: 480px) {
  #event_detail .performance .reserve_btn {
    margin-top: 40px;
  }
}

#event_detail form td.error_pink input[type="text"],
#event_detail form td.error_pink input[type="email"],
#event_detail form td.error_pink textarea,
#event_detail form td.error_pink select {
  background: #ffc0cb !important;
  border: 1px solid #f00 !important;
}

#event_detail .wpcf7 .wpcf7-not-valid {
  background-color: pink;
}

#event_detail .feature-box {
  background-color: #fdfaf5;
  padding: 30px 40px;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 4px;
  box-sizing: border-box;
}

#event_detail .feature-box br {
  display: none;
}

#event_detail .feature-title {
  font-size: 22px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.5rem;
  letter-spacing: -0.05em;
}

#event_detail .decoration-line {
  position: relative;
  width: 100%;
  height: 20px;
  background: linear-gradient(#e35520, #e35520);
  background-size: 30px 3px;
  background-repeat: no-repeat;
  background-position: left 0;
}

#event_detail .decoration-line::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 28px;
  width: 12px;
  height: 12px;
  border-bottom: 3px solid #e35520;
  border-right: 3px solid #e35520;
  transform: rotate(45deg);
  z-index: 2;
}

#event_detail .decoration-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 44px;
  right: 0;
  height: 3px;
  background-color: #e35520;
  z-index: 1;
}

#event_detail .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0 !important;
}

#event_detail .feature-list li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.5rem;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  list-style-type: disc;
  list-style-position: inside;
}

#event_detail .feature-list .feature-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

@media (max-width: 600px) {
  #event_detail .feature-box {
    padding: 20px;
  }
  #event_detail .feature-title {
    font-size: 18px;
  }
  #event_detail .feature-list li {
    font-size: 14px;
  }
}

/*******************************
    office
 *******************************/
#office {
  width: 100%;
  padding: 20px 0;
  background-color: #fff21d;
}

@media screen and (min-width: 480px) {
  #office {
    padding: 35px 0;
  }
}

@media screen and (min-width: 480px) {
  #office .inner {
    padding: 0 15%;
  }
}

@media screen and (min-width: 1680px) {
  #office .inner {
    padding: 0 5%;
  }
}

#office .inner .box {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px;
}

@media screen and (min-width: 480px) {
  #office .inner .box {
    gap: 40px;
  }
}

#office .inner .box .box_left {
  width: 50%;
}

#office .inner .box .box_right {
  width: 50%;
}

#office .inner .box .img img {
  height: auto;
}

#office .inner .box .info {
  display: block;
  padding: 10px 0 0;
}

@media screen and (min-width: 480px) {
  #office .inner .box .info {
    padding: 0;
  }
}

#office .inner .box .info .ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75rem;
  margin: 0;
}

@media screen and (min-width: 480px) {
  #office .inner .box .info .ttl {
    font-size: 27px;
  }
}

#office .inner .box .info ul {
  margin-top: 10px;
}

#office .inner .box .info ul li {
  font-size: 12px;
  padding-top: 5px;
}

@media screen and (min-width: 480px) {
  #office .inner .box .info ul li {
    font-size: 16px;
    padding-top: 10px;
  }
}

#office .more_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

#office .more_btn a {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #000;
  border: 3px solid #000;
  background-color: white;
  width: 300px;
  padding: 10px;
  overflow: hidden;
  transition: color 0.3s ease;
}

@media screen and (min-width: 480px) {
  #office .more_btn a {
    width: 700px;
    padding: 16px;
  }
}

#office .more_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 0;
  transition: left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

#office .more_btn a span {
  position: relative;
  z-index: 1;
}

#office .more_btn a span::before {
  position: absolute;
  left: 105%;
  top: 50%;
  content: "";
  width: 30px;
  height: 8px;
  border-bottom: solid 2px;
  border-right: solid 2px;
  transform: translateY(-50%) skew(45deg);
}

@media screen and (min-width: 880px) {
  #office .more_btn a:hover {
    color: #fff;
  }
  #office .more_btn a:hover::before {
    left: 0;
  }
}

/*******************************
    owner
 *******************************/
#owner {
  position: relative;
  width: 100%;
  padding: 40px 0 60px;
  background-color: #faf7e6;
  overflow: hidden;
}

@media screen and (min-width: 480px) {
  #owner {
    padding: 60px 0 80px;
  }
}

#owner h2 {
  margin: 0;
}

#owner h2 .en {
  font-size: 40px;
  font-weight: bold;
  color: #009e96;
  text-align: center;
  font-family: "Number";
  line-height: 1.2;
}

@media screen and (min-width: 480px) {
  #owner h2 .en {
    font-size: 60px;
  }
}

#owner h2 .en span {
  position: relative;
}

#owner h2 .en span::before {
  content: "";
  position: absolute;
  right: 105%;
  top: 0px;
  background: url(../img/leaf-icon3.png) center center/contain no-repeat;
  width: 30px;
  height: 40px;
}

@media screen and (min-width: 480px) {
  #owner h2 .en span::before {
    width: 45px;
    height: 60px;
  }
}

#owner h2 .en span::after {
  content: "";
  position: absolute;
  left: 105%;
  top: 0px;
  background: url(../img/leaf-icon3.png) center center/contain no-repeat;
  width: 30px;
  height: 40px;
  transform: scale(-1, 1);
}

@media screen and (min-width: 480px) {
  #owner h2 .en span::after {
    width: 45px;
    height: 60px;
  }
}

#owner h2 .jp {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  text-align: center;
}

#owner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

@media screen and (min-width: 880px) {
  #owner ul {
    gap: 30px;
  }
}

#owner ul li {
  position: relative;
  width: calc(50% - 5px);
  padding: 5px;
  background-color: #fff;
  transition: all 0.3s;
  border-radius: 5px;
}

@media screen and (min-width: 480px) {
  #owner ul li {
    width: calc((100% / 3) - 10px);
    padding: 10px;
  }
}

@media screen and (min-width: 880px) {
  #owner ul li {
    width: calc((100% / 3) - 20px);
    padding: 15px;
  }
}

@media screen and (min-width: 880px) {
  #owner ul li:hover {
    transform: translateY(-5px);
    transition: all 0.3s;
  }
}

#owner ul li .label {
  position: relative;
}

#owner ul li .label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/seiyaku_label.png) center center/contain no-repeat;
  width: 160px;
  height: 400px;
}

@media screen and (min-width: 480px) {
  #owner ul li .label::before {
    width: 240px;
    height: 600px;
  }
}

#owner ul li .img {
  width: 100%;
}

#owner ul li .txt {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #009e96;
  padding: 10px;
}

@media screen and (min-width: 480px) {
  #owner ul li .txt {
    font-size: 20px;
  }
}

#owner ul li .label {
  position: relative;
}

#owner ul li .label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/seiyaku_label.png) center center/contain no-repeat;
  width: 160px;
  height: 300px;
}

@media screen and (min-width: 480px) {
  #owner ul li .label::before {
    width: 240px;
    height: 600px;
  }
}

@media screen and (min-width: 880px) {
  #owner ul li .label::before {
    width: 320px;
    height: 500px;
  }
}

#owner ul li .ttl {
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #009e96;
  padding: 5px;
  letter-spacing: 0.01rem;
}

@media screen and (min-width: 480px) {
  #owner ul li .ttl {
    font-size: 16px;
  }
}

#owner ul li .ttl .ttl-detail {
  display: flex;
  align-items: center;
  justify-content: center;
}

#owner ul li .ttl .ttl-detail .balloon {
  width: 25%;
  background: #fff;
  position: relative;
  color: #009e96;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 880px) {
  #owner ul li .ttl .ttl-detail .balloon {
    width: auto;
    padding: 0 10px;
    font-size: 23px;
  }
}

#owner ul li .ttl .ttl-detail .balloon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border: 4px solid transparent;
  border-left: 8px solid #fff;
}

#owner ul li .ttl .ttl-detail .money {
  width: 50%;
  font-size: 36px;
  color: #efb032;
  font-family: "Number", sans-serif;
  margin-left: 8px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: -0.05rem;
}

@media screen and (min-width: 480px) {
  #owner ul li .ttl .ttl-detail .money {
    width: auto;
  }
}

@media screen and (min-width: 880px) {
  #owner ul li .ttl .ttl-detail .money {
    font-size: 40px;
    width: auto;
  }
}

#owner ul li .ttl .ttl-detail .yen {
  width: 10%;
  position: relative;
  font-size: 12px;
  color: #efb032;
  font-weight: bold;
  bottom: -8px;
  letter-spacing: -0.05rem;
  white-space: nowrap;
}

@media screen and (min-width: 880px) {
  #owner ul li .ttl .ttl-detail .yen {
    font-size: 16px;
    width: auto;
    bottom: -6px;
    right: 0;
  }
}

#owner ul li .ttl .ttl-detail .yen .tax {
  position: absolute;
  bottom: 15px;
  right: -3px;
  font-size: 8px;
  color: #efb032;
  white-space: nowrap;
}

@media screen and (min-width: 880px) {
  #owner ul li .ttl .ttl-detail .yen .tax {
    bottom: 20px;
    right: 0;
  }
}

#owner ul li .ttl .ttl-txt {
  line-height: 1.5;
  font-size: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
}

@media screen and (min-width: 880px) {
  #owner ul li .ttl .ttl-txt {
    font-size: 12px;
    text-align: center;
  }
}

#owner .more_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

@media screen and (min-width: 480px) {
  #owner .more_btn {
    margin-top: 60px;
  }
}

#owner .more_btn a {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #000;
  background-color: #fff;
  border: 3px solid #000;
  width: 300px;
  padding: 10px;
  overflow: hidden;
  transition: color 0.3s ease;
}

#owner .more_btn a span {
  position: relative;
  z-index: 1;
}

#owner .more_btn a span::before {
  position: absolute;
  left: 105%;
  top: 50%;
  content: "";
  width: 30px;
  height: 8px;
  border-bottom: solid 2px;
  border-right: solid 2px;
  transform: translateY(-50%) skew(45deg);
}

#owner .more_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 0;
  transition: left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (min-width: 880px) {
  #owner .more_btn a:hover {
    color: #fff;
  }
  #owner .more_btn a:hover::before {
    left: 0;
  }
}

#owner_list {
  width: 100%;
  padding: 0 0 40px;
  background-color: #faf7e6;
}

@media screen and (min-width: 480px) {
  #owner_list {
    padding: 0 0 80px;
  }
}

#owner_list h2 {
  color: #009e96;
  position: relative;
  margin: 0 auto;
  font-size: 27px;
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (min-width: 480px) {
  #owner_list h2 {
    font-size: 32px;
  }
}

#owner_list .owner_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

@media screen and (min-width: 880px) {
  #owner_list .owner_wrap ul {
    gap: 30px;
  }
}

#owner_list .owner_wrap ul li {
  position: relative;
  width: calc(50% - 5px);
  padding: 5px;
  background-color: #fff;
  transition: all 0.3s;
  border-radius: 5px;
}

@media screen and (min-width: 480px) {
  #owner_list .owner_wrap ul li {
    width: calc((100% / 3) - 10px);
    padding: 10px;
  }
}

@media screen and (min-width: 880px) {
  #owner_list .owner_wrap ul li {
    width: calc((100% / 3) - 20px);
    padding: 15px;
  }
}

@media screen and (min-width: 880px) {
  #owner_list .owner_wrap ul li:hover {
    transform: translateY(-5px);
    transition: all 0.3s;
  }
}

#owner_list .owner_wrap ul li .img {
  width: 100%;
}

#owner_list .owner_wrap ul li .txt {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #009e96;
  padding: 10px;
}

@media screen and (min-width: 480px) {
  #owner_list .owner_wrap ul li .txt {
    font-size: 20px;
  }
}

#owner_list .owner_wrap ul li .label {
  position: relative;
}

#owner_list .owner_wrap ul li .label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/seiyaku_label.png) center center/contain no-repeat;
  width: 160px;
  height: 200px;
}

@media screen and (min-width: 480px) {
  #owner_list .owner_wrap ul li .label::before {
    width: 240px;
    height: 400px;
  }
}

@media screen and (min-width: 880px) {
  #owner_list .owner_wrap ul li .label::before {
    width: 320px;
  }
}

#owner_list .owner_wrap ul li .ttl {
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #009e96;
  padding: 5px;
  letter-spacing: 0.01rem;
}

@media screen and (min-width: 480px) {
  #owner_list .owner_wrap ul li .ttl {
    font-size: 16px;
  }
}

#owner_list .owner_wrap ul li .ttl .ttl-detail {
  display: flex;
  align-items: center;
  justify-content: center;
}

#owner_list .owner_wrap ul li .ttl .ttl-detail .balloon {
  width: 25%;
  background: #fff;
  position: relative;
  color: #009e96;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 880px) {
  #owner_list .owner_wrap ul li .ttl .ttl-detail .balloon {
    width: auto;
    padding: 0 10px;
    font-size: 23px;
  }
}

#owner_list .owner_wrap ul li .ttl .ttl-detail .balloon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border: 4px solid transparent;
  border-left: 8px solid #fff;
}

#owner_list .owner_wrap ul li .ttl .ttl-detail .money {
  width: 52%;
  font-size: 38px;
  color: #efb032;
  font-family: "Number", sans-serif;
  margin-left: 8px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: -0.05rem;
}

@media screen and (min-width: 480px) {
  #owner_list .owner_wrap ul li .ttl .ttl-detail .money {
    width: auto;
  }
}

@media screen and (min-width: 880px) {
  #owner_list .owner_wrap ul li .ttl .ttl-detail .money {
    font-size: 60px;
    width: auto;
  }
}

#owner_list .owner_wrap ul li .ttl .ttl-detail .yen {
  width: 18%;
  position: relative;
  font-size: 14px;
  color: #efb032;
  font-weight: bold;
  bottom: -8px;
  letter-spacing: -0.05rem;
  white-space: nowrap;
}

@media screen and (min-width: 880px) {
  #owner_list .owner_wrap ul li .ttl .ttl-detail .yen {
    font-size: 24px;
    width: auto;
    right: 0px;
    bottom: -7px;
  }
}

#owner_list .owner_wrap ul li .ttl .ttl-detail .yen .tax {
  position: absolute;
  bottom: 18px;
  right: -2px;
  font-size: 8px;
  color: #efb032;
  white-space: nowrap;
}

@media screen and (min-width: 880px) {
  #owner_list .owner_wrap ul li .ttl .ttl-detail .yen .tax {
    font-size: 10px;
    bottom: 30px;
  }
}

#owner_list .owner_wrap ul li .ttl .ttl-txt {
  line-height: 1.5;
  font-size: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
}

@media screen and (min-width: 880px) {
  #owner_list .owner_wrap ul li .ttl .ttl-txt {
    font-size: 12px;
    text-align: center;
  }
}

.owner_detail {
  width: 100%;
  position: relative;
  padding: 0 0 40px;
  background-color: #fff;
}

@media screen and (min-width: 480px) {
  .owner_detail {
    padding: 0 0 40px;
  }
}

@media screen and (min-width: 880px) {
  .owner_detail {
    padding: 0 0 80px;
  }
}

.owner_detail h2 {
  color: #eb6157;
  position: relative;
  margin: 0 auto;
  font-size: 27px;
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (min-width: 480px) {
  .owner_detail h2 {
    font-size: 32px;
  }
}

.owner_detail div.ttl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 20px;
}

.owner_detail div.ttl .jp {
  font-size: 24px;
  font-weight: bold;
  color: #009e96;
}

@media screen and (min-width: 480px) {
  .owner_detail div.ttl .jp {
    font-size: 32px;
  }
}

.owner_detail div.ttl .en {
  font-size: 16px;
}

.owner_detail div.ttl .line {
  width: 14%;
  height: 1px;
  margin: 5px 3%;
  background-color: #333;
}

.owner_detail .overview {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 480px) {
  .owner_detail .overview {
    flex-direction: row;
    gap: 20px;
    padding-bottom: 40px;
  }
}

.owner_detail .overview_left {
  width: 100%;
}

@media screen and (min-width: 480px) {
  .owner_detail .overview_left {
    width: 50%;
  }
}

.owner_detail .overview_left .img {
  width: 100%;
}

.owner_detail .overview_left .img img {
  -o-object-fit: contain;
  object-fit: contain;
}

.owner_detail .overview_left .txt {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #009e96;
  padding: 10px;
}

@media screen and (min-width: 480px) {
  .owner_detail .overview_left .txt {
    font-size: 20px;
  }
}

.owner_detail .overview_right {
  width: 100%;
}

@media screen and (min-width: 480px) {
  .owner_detail .overview_right {
    width: 50%;
  }
}

.owner_detail .overview_right h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 5px 5px 6px;
  background-color: #009e96;
}

@media screen and (min-width: 480px) {
  .owner_detail .overview_right h3 {
    flex-direction: row;
  }
}

.owner_detail .overview_right h3 span {
  color: #009e96;
  font-size: 16px;
  padding: 4px 6px;
  border: 1px solid #009e96;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  margin-right: 10px;
  width: 120px;
}

@media screen and (min-width: 480px) {
  .owner_detail .overview_right h3 span {
    padding: 4px 10px;
  }
}

.owner_detail .overview_right .info {
  padding: 10px 0 40px;
}

@media screen and (min-width: 480px) {
  .owner_detail .overview_right .info {
    padding-bottom: 0;
  }
}

.owner_detail .overview_right .info dl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 0px;
  border-bottom: 1px dashed #cac4c4;
}

.owner_detail .overview_right .info dl dt {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  width: 35%;
}

@media screen and (min-width: 480px) {
  .owner_detail .overview_right .info dl dt {
    width: 30%;
  }
}

.owner_detail .overview_right .info dl dd {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  width: 65%;
}

@media screen and (min-width: 480px) {
  .owner_detail .overview_right .info dl dd {
    width: 70%;
  }
}

.owner_detail .overview_right .info dl dd.price {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

@media screen and (min-width: 480px) {
  .owner_detail .overview_right .info dl dd.price {
    font-size: 16px;
  }
}

.owner_detail .overview_right .info dl dd.price span {
  font-size: 30px;
  font-weight: bold;
  color: #e7141a;
}

@media screen and (min-width: 480px) {
  .owner_detail .overview_right .info dl dd.price span {
    font-size: 40px;
  }
}

.owner_detail .madori .floor_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 480px) {
  .owner_detail .madori .floor_wrap {
    flex-direction: row;
    justify-content: center;
  }
}

.owner_detail .madori .floor_wrap .floor {
  width: 100%;
}

@media screen and (min-width: 480px) {
  .owner_detail .madori .floor_wrap .floor {
    width: 45%;
  }
}

.owner_detail .madori .floor_wrap .floor .txt {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 5px 20px;
  background-color: #eb6157;
  border-radius: 6px;
}

.owner_detail .madori p {
  font-size: 14px;
}

@media screen and (min-width: 480px) {
  .owner_detail .madori p {
    font-size: 16px;
  }
}

.owner_detail .accessmap {
  padding-bottom: 40px;
}

.owner_detail .accessmap .acf-map {
  width: 100%;
  height: 300px;
  border: #ccc solid 1px;
}

@media screen and (min-width: 480px) {
  .owner_detail .accessmap .acf-map {
    height: 400px;
  }
}

.owner_detail .accessmap iframe {
  width: 100%;
  height: 300px;
}

@media screen and (min-width: 480px) {
  .owner_detail .accessmap iframe {
    height: 550px;
  }
}

.owner_detail .accessmap p {
  font-size: 14px;
}

@media screen and (min-width: 480px) {
  .owner_detail .accessmap p {
    font-size: 16px;
  }
}

.owner_detail .location {
  padding-bottom: 40px;
}

.owner_detail .location .content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media screen and (min-width: 480px) {
  .owner_detail .location .content ul {
    gap: 20px;
  }
}

.owner_detail .location .content ul li {
  position: relative;
  width: calc(50% - 5px);
}

@media screen and (min-width: 480px) {
  .owner_detail .location .content ul li {
    width: calc(((100% / 3)) - 15px);
  }
}

.owner_detail .location .content ul li img {
  border-radius: 12px;
  height: 155px;
}

@media screen and (min-width: 480px) {
  .owner_detail .location .content ul li img {
    height: 200px;
  }
}

.owner_detail .location .content ul li .txt {
  font-size: 14px;
  margin: 10px 0;
  text-align: center;
}

@media screen and (min-width: 480px) {
  .owner_detail .location .content ul li .txt {
    font-size: 16px;
  }
}

.owner_detail .location .content ul li .distance {
  font-size: 10px;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: -15px;
  left: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #009e96;
  border-radius: 50%;
}

@media screen and (min-width: 480px) {
  .owner_detail .location .content ul li .distance {
    font-size: 14px;
    line-height: 1.2;
    width: 75px;
    height: 75px;
  }
}

.owner_detail .location .txt {
  text-align: center;
}

.owner_detail .location,
.owner_detail .interior,
.owner_detail .facility {
  padding-bottom: 40px;
}

.owner_detail .location .content ul,
.owner_detail .interior .content ul,
.owner_detail .facility .content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media screen and (min-width: 480px) {
  .owner_detail .location .content ul,
  .owner_detail .interior .content ul,
  .owner_detail .facility .content ul {
    gap: 20px;
  }
}

.owner_detail .location .content ul li,
.owner_detail .interior .content ul li,
.owner_detail .facility .content ul li {
  position: relative;
  width: calc(50% - 5px);
}

@media screen and (min-width: 480px) {
  .owner_detail .location .content ul li,
  .owner_detail .interior .content ul li,
  .owner_detail .facility .content ul li {
    width: calc(((100% / 3)) - 15px);
  }
}

.owner_detail .location .content ul li img,
.owner_detail .interior .content ul li img,
.owner_detail .facility .content ul li img {
  border-radius: 12px;
  height: 155px;
}

@media screen and (min-width: 480px) {
  .owner_detail .location .content ul li img,
  .owner_detail .interior .content ul li img,
  .owner_detail .facility .content ul li img {
    height: 200px;
  }
}

.owner_detail .location .content ul li .txt,
.owner_detail .interior .content ul li .txt,
.owner_detail .facility .content ul li .txt {
  font-size: 14px;
  margin: 10px 0;
}

@media screen and (min-width: 480px) {
  .owner_detail .location .content ul li .txt,
  .owner_detail .interior .content ul li .txt,
  .owner_detail .facility .content ul li .txt {
    font-size: 16px;
  }
}

.owner_detail .location .content ul li .distance,
.owner_detail .interior .content ul li .distance,
.owner_detail .facility .content ul li .distance {
  font-size: 10px;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: -15px;
  left: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #eb6157;
  border-radius: 50%;
}

@media screen and (min-width: 480px) {
  .owner_detail .location .content ul li .distance,
  .owner_detail .interior .content ul li .distance,
  .owner_detail .facility .content ul li .distance {
    font-size: 14px;
    line-height: 1.2;
    width: 75px;
    height: 75px;
  }
}

.owner_detail .location .content p,
.owner_detail .interior .content p,
.owner_detail .facility .content p {
  font-size: 14px;
}

@media screen and (min-width: 480px) {
  .owner_detail .location .content p,
  .owner_detail .interior .content p,
  .owner_detail .facility .content p {
    font-size: 16px;
  }
}

.owner_detail .detail {
  font-size: 16px;
}

.owner_detail .detail table {
  border-collapse: collapse;
  border: solid 1px #333;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 20px;
}

.owner_detail .detail table tbody {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.owner_detail .detail table tbody tr {
  display: flex;
  font-size: 12px;
  letter-spacing: 0.01rem;
  width: 50%;
}

.owner_detail .detail table tbody tr.w100 {
  width: 100%;
}

@media screen and (min-width: 480px) {
  .owner_detail .detail table tbody tr {
    font-size: 14px;
  }
}

.owner_detail .detail table tbody tr th,
.owner_detail .detail table tbody tr td {
  font-weight: normal;
  border: solid 1px #333;
  padding: 0 5px;
}

@media screen and (min-width: 480px) {
  .owner_detail .detail table tbody tr th,
  .owner_detail .detail table tbody tr td {
    padding: 5px;
  }
}

.owner_detail .detail table tbody tr th {
  color: #fff;
  background-color: #009e96;
  width: 75px;
}

@media screen and (min-width: 480px) {
  .owner_detail .detail table tbody tr th {
    width: 150px;
  }
}

.owner_detail .detail table tbody tr td {
  width: calc(100% - 75px);
}

@media screen and (min-width: 480px) {
  .owner_detail .detail table tbody tr td {
    width: calc(100% - 150px);
  }
}

.owner_detail .detail img {
  max-width: 700px !important;
}

.owner_detail .contact {
  padding-bottom: 40px;
}

.owner_detail .contact .contact_wrap {
  padding: 20px;
  border-radius: 12px;
}

@media screen and (min-width: 480px) {
  .owner_detail .contact .contact_wrap {
    padding: 35px;
  }
}

.owner_detail .contact .form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (min-width: 480px) {
  .owner_detail .contact .form {
    flex-direction: row;
  }
}

.owner_detail .contact .form .btn {
  width: 100%;
}

@media screen and (min-width: 480px) {
  .owner_detail .contact .form .btn {
    width: 50%;
  }
}

.owner_detail .contact .form .btn a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #eb6157;
  border-radius: 6px;
  padding: 16px;
  box-shadow: 2px 2px 0 #333;
}

@media screen and (min-width: 480px) {
  .owner_detail .contact .form .btn a {
    text-align: center;
    padding: 20px;
  }
}

.owner_detail .contact .form .btn a span {
  position: relative;
  margin-left: 45px;
}

.owner_detail .contact .form .btn a span::before {
  content: "";
  position: absolute;
  right: 110%;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
}

.owner_detail .description .ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  color: #fff;
  background-color: #009e96;
  margin-bottom: 20px;
}

.owner_detail .description .info table {
  border-collapse: collapse;
  border: solid 1px #333;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 20px;
}

.owner_detail .description .info table tbody {
  width: 100%;
}

.owner_detail .description .info table tbody tr {
  font-size: 12px;
  letter-spacing: 0.01rem;
  width: 100%;
}

@media screen and (min-width: 480px) {
  .owner_detail .description .info table tbody tr {
    font-size: 14px;
  }
}

.owner_detail .description .info table tbody tr th,
.owner_detail .description .info table tbody tr td {
  font-weight: normal;
  border: solid 1px #333;
  padding: 0 5px;
}

@media screen and (min-width: 480px) {
  .owner_detail .description .info table tbody tr th,
  .owner_detail .description .info table tbody tr td {
    padding: 5px;
  }
}

.owner_detail .description .info table tbody tr th {
  background-color: #009e96;
  width: 75px;
}

@media screen and (min-width: 480px) {
  .owner_detail .description .info table tbody tr th {
    width: 150px;
  }
}

.owner_detail .description .info table tbody tr td {
  width: calc(100% - 75px);
  min-width: 120px;
}

@media screen and (min-width: 480px) {
  .owner_detail .description .info table tbody tr td {
    width: calc(100% - 150px);
  }
}

.owner_detail .description .map iframe {
  width: 100%;
  height: 300px;
}

@media screen and (min-width: 480px) {
  .owner_detail .description .map iframe {
    height: 500px;
  }
}

.owner_detail .description .img_wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

@media screen and (min-width: 480px) {
  .owner_detail .description .img_wrap {
    flex-direction: row;
  }
}

.owner_detail .description .img_wrap img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 480px) {
  .owner_detail .description .img_wrap img {
    width: 80%;
  }
}

/*******************************
    low
 *******************************/
#low {
  width: 100%;
  padding: 0 0 20px;
}

@media screen and (min-width: 480px) {
  #low {
    padding: 0 0 40px;
  }
}

@media screen and (min-width: 880px) {
  #low {
    padding: 0 0 80px;
  }
}

#low h2 {
  color: #009e96;
  position: relative;
  margin: 0 auto;
  font-size: 27px;
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (min-width: 480px) {
  #low h2 {
    font-size: 32px;
  }
}

#low .tab {
  padding: 20px 0;
}

#low .tab ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
}

@media screen and (min-width: 480px) {
  #low .tab ul {
    flex-direction: row;
  }
}

#low .tab ul li {
  width: 100%;
}

@media screen and (min-width: 480px) {
  #low .tab ul li {
    width: calc(50% - 10px);
  }
}

#low .list ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#low .list ul li {
  padding: 10px 0;
  border-bottom: 2px dashed #eb5f2f;
}

#low .list ul li .ttl h3 {
  font-size: 20px;
  font-weight: bold;
  color: #eb5f2f;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 10px;
}

@media screen and (min-width: 480px) {
  #low .list ul li .ttl h3 {
    font-size: 24px;
  }
}

#low .list ul li .reason {
  display: flex;
  gap: 20px;
}

#low .list ul li .reason img {
  width: 100px;
}

@media screen and (min-width: 480px) {
  #low .list ul li .reason img {
    width: 250px;
  }
}

#low .list ul li .reason p {
  margin: 0;
}

/*******************************
    company
 *******************************/
#company {
  width: 100%;
  padding: 0 0 40px;
}

@media screen and (min-width: 480px) {
  #company {
    padding: 0 0 80px;
  }
}

#company h2 {
  color: #009e96;
  position: relative;
  margin: 0 auto;
  font-size: 27px;
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (min-width: 480px) {
  #company h2 {
    font-size: 32px;
  }
}

#company dl {
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px dotted #cac4c4;
}

@media screen and (min-width: 480px) {
  #company dl {
    display: flex;
    line-height: 2;
    padding: 10px;
  }
}

#company dl dt {
  color: #009e96;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (min-width: 480px) {
  #company dl dt {
    width: 250px;
    margin-bottom: 0;
  }
}

#company dl dd {
  margin-left: 10px;
}

@media screen and (min-width: 480px) {
  #company dl dd {
    border-left: solid 3px #28893a;
    padding-left: 30px;
    width: calc(100%);
  }
}

#company dl dd iframe {
  width: 100%;
  height: 450px;
}

#staff {
  width: 100%;
  padding: 0 0 20px;
}

@media screen and (min-width: 480px) {
  #staff {
    padding: 0 0 35px;
  }
}

#staff h2 {
  color: #009e96;
  position: relative;
  margin: 0 auto;
  font-size: 27px;
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (min-width: 480px) {
  #staff h2 {
    font-size: 32px;
  }
}

#staff ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media screen and (min-width: 480px) {
  #staff ul {
    gap: 20px;
  }
}

#staff ul li {
  display: flex;
  font-size: 14px;
  gap: 20px;
  border: 1px solid #009e96;
  border-radius: 12px;
  padding: 10px;
}

@media screen and (min-width: 480px) {
  #staff ul li {
    flex-direction: column;
    gap: 0;
    font-size: 16px;
    width: calc((100% / 3) - 15px);
    padding: 20px;
  }
}

#staff ul li .top {
  width: 50%;
}

@media screen and (min-width: 480px) {
  #staff ul li .top {
    width: 100%;
  }
}

#staff ul li .top .img {
  margin: 10px 0;
}

#staff ul li .top .job {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.01rem;
  margin-bottom: 5px;
}

@media screen and (min-width: 480px) {
  #staff ul li .top .job {
    font-size: 16px;
  }
}

#staff ul li .top .name {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 480px) {
  #staff ul li .top .name {
    font-size: 30px;
  }
}

#staff ul li .top .kana {
  font-size: 14px;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
}

@media screen and (min-width: 480px) {
  #staff ul li .top .kana {
    padding-bottom: 10px;
  }
}

#staff ul li .bottom {
  width: 50%;
}

@media screen and (min-width: 480px) {
  #staff ul li .bottom {
    width: 100%;
  }
}

#message {
  width: 100%;
  padding: 20px 0;
}

@media screen and (min-width: 480px) {
  #message {
    padding: 20px 0 35px;
  }
}

#message h2 {
  color: #009e96;
  position: relative;
  margin: 0 auto;
  font-size: 27px;
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (min-width: 480px) {
  #message h2 {
    font-size: 32px;
  }
}

#message .wrap {
  display: flex;
  flex-direction: column;
}

#message .wrap h3 {
  font-size: 20px;
  font-weight: bold;
  color: #eb5f2f;
}

#message .wrap p {
  font-size: 16px;
}

#message .wrap p.sign {
  text-align: right;
}

#message .wrap p.sign span {
  font-family: "Yuji Boku", serif;
  font-size: 24px;
  vertical-align: sub;
}

@media screen and (min-width: 480px) {
  #message .wrap p.sign span {
    font-size: 30px;
  }
}

#philosophy {
  width: 100%;
  padding: 20px 0;
}

@media screen and (min-width: 480px) {
  #philosophy {
    padding: 20px 0 35px;
  }
}

#philosophy h2 {
  color: #009e96;
  position: relative;
  margin: 0 auto;
  font-size: 27px;
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (min-width: 480px) {
  #philosophy h2 {
    font-size: 32px;
  }
}

#philosophy p {
  font-size: 16px;
}

#overview {
  width: 100%;
  padding: 20px 0;
}

@media screen and (min-width: 480px) {
  #overview {
    padding: 20px 0 35px;
  }
}

#overview ul.btn {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}

@media screen and (min-width: 480px) {
  #overview ul.btn {
    gap: 20px;
    margin-top: 30px;
  }
}

#overview ul.btn li {
  width: calc(50% - 5px);
  height: 35px;
}

@media screen and (min-width: 480px) {
  #overview ul.btn li {
    width: calc(50% - 10px);
    height: 45px;
  }
}

#overview ul.btn li a {
  display: block;
  background-color: #009e96;
  border-radius: 6px;
  box-shadow: 2px 2px 0px #072500;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 35px;
}

@media screen and (min-width: 480px) {
  #overview ul.btn li a {
    line-height: 45px;
  }
}

@media screen and (min-width: 880px) {
  #overview ul.btn li a:hover {
    transform: translate(3px, 3px);
    box-shadow: none;
    opacity: 1;
  }
}

/*******************************
    apply
 *******************************/
#apply {
  width: 100%;
  padding: 0 0 40px;
  background-color: #faf7e6;
}

@media screen and (min-width: 480px) {
  #apply {
    padding: 0 0 80px;
  }
}

#apply h2 {
  font-size: 24px;
  letter-spacing: 0.01rem;
  text-align: center;
}

@media screen and (min-width: 480px) {
  #apply h2 {
    font-size: 32px;
  }
}

#apply .tel {
  border: 1px solid #009e96;
  padding: 16px;
  margin-top: 40px;
}

@media screen and (min-width: 480px) {
  #apply .tel a {
    pointer-events: none;
  }
}

#apply .tel a .ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #009e96;
  letter-spacing: 0.01rem;
}

@media screen and (min-width: 480px) {
  #apply .tel a .ttl {
    font-size: 27px;
  }
}

#apply .tel a .img {
  padding: 40px 20px 20px;
  text-align: center;
}

#apply .tel a .img img {
  max-width: 500px;
}

#apply .form {
  margin-top: 40px;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}

@media screen and (min-width: 480px) {
  #apply .form {
    padding: 20px;
    border-radius: 20px;
  }
}

#apply .form .ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #009e96;
  letter-spacing: 0.01rem;
}

@media screen and (min-width: 480px) {
  #apply .form .ttl {
    font-size: 27px;
  }
}

#apply .form table {
  width: 100%;
}

#apply .form table tbody {
  width: 100%;
  display: flex;
  flex-direction: column;
}

#apply .form table tr {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 16px;
  padding: 16px 0;
}

@media screen and (min-width: 480px) {
  #apply .form table tr {
    flex-direction: row;
  }
}

#apply .form table tr:not(:last-child) {
  border-bottom: 1px dotted #333;
}

#apply .form table tr th {
  display: flex;
  font-weight: normal;
  text-align: left;
}

@media screen and (min-width: 480px) {
  #apply .form table tr th {
    align-items: center;
    width: 300px;
  }
}

#apply .form table tr th span {
  color: #e7141a;
}

#apply .form table tr th p {
  margin: 0;
}

@media screen and (min-width: 480px) {
  #apply .form table tr th p {
    margin: 16px 0;
  }
}

#apply .form table tr td {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

@media screen and (min-width: 480px) {
  #apply .form table tr td {
    width: calc(100% - 300px);
    border-left: solid 3px #009e96;
    padding-left: 30px;
    margin-left: 10px;
  }
}

#apply .form table tr td p {
  margin: 0;
}

@media screen and (min-width: 480px) {
  #apply .form table tr td .wrap {
    display: flex;
  }
}

#apply .form table tr td input[type="text"],
#apply .form table tr td input[type="email"],
#apply .form table tr td input[type="tel"],
#apply .form table tr td input[type="date"],
#apply .form table tr td input[type="checkbox"],
#apply .form table tr td input,
#apply .form table tr td textarea,
#apply .form table tr td select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #009e96;
  border-radius: 5px;
}

#apply .form table tr td .mwform-radio-field {
  margin: 0;
}

#apply .form table tr td .mwform-radio-field label {
  display: flex;
  align-items: center;
}

#apply .form table tr td .mwform-radio-field label input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  width: auto;
  height: auto;
  display: inline-block;
  margin: 0 10px;
}

#apply .form table tr td .mwform-radio-field label .mwform-radio-field-text {
  line-height: 1.2;
}

#apply .form table tr td input[name="zip"] {
  width: calc(100% - 1.5rem);
}

#apply .form table tr td input[type="date"],
#apply .form table tr td input[type="time"],
#apply .form table tr td input[type="datetime-local"] {
  -webkit-appearance: none;
  width: 100%;
}

#apply .form table tr td option {
  overflow: visible;
}

#apply .form .btn {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  margin-top: 20px;
}

@media screen and (min-width: 480px) {
  #apply .form .btn {
    margin-top: 40px;
  }
}

#apply .form .btn input.submit,
#apply .form .btn input.back {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: none;
  box-shadow: 3px 3px 0px #5f0000;
  background-color: #eb6157;
  border-radius: 5px;
  padding: 16px 0px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 480px) {
  #apply .form .btn input.submit,
  #apply .form .btn input.back {
    max-width: 300px;
    cursor: pointer;
  }
}

@media screen and (min-width: 880px) {
  #apply .form .btn input.submit:hover,
  #apply .form .btn input.back:hover {
    opacity: 1;
    box-shadow: none;
    transform: translate(3px, 3px);
  }
}

#apply .form .btn input.back {
  border: 1px solid #eb6157;
  color: #eb6157;
  background-color: #fff;
}

#apply .cation {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  padding: 20px;
  border: 1px solid #009e96;
  margin: 0 auto;
}

@media screen and (min-width: 480px) {
  #apply .cation {
    padding: 20px 20%;
  }
}

form td.error_pink input[type="text"],
form td.error_pink input[type="email"],
form td.error_pink textarea,
form td.error_pink select {
  background: #ffc0cb !important;
  border: 1px solid #f00 !important;
}

/*******************************
   thx
 *******************************/
#thx {
  width: 100%;
  padding: 0 0 40px;
}

@media screen and (min-width: 480px) {
  #thx {
    padding: 0 0 80px;
  }
}

#thx .contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#thx .contents h2 {
  font-size: 24px;
  letter-spacing: 0.01rem;
  text-align: center;
  padding: 16px;
  border-bottom: 1px solid #009e96;
  width: 100%;
}

@media screen and (min-width: 480px) {
  #thx .contents h2 {
    font-size: 32px;
  }
}

#thx .contents .txt {
  font-size: 16px;
  font-weight: normal;
  margin-top: 20px;
}

@media screen and (min-width: 480px) {
  #thx .contents .txt {
    font-size: 20px;
  }
}

#thx .contents .back {
  margin-top: 50px;
}

#thx .contents .back a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #009e96;
  border-radius: 4px;
  padding: 10px 40px;
}

@media screen and (min-width: 480px) {
  #thx .contents .back a {
    padding: 10px 80px;
  }
}

/*******************************
    sns
 *******************************/
#instagram {
  width: 100%;
  padding: 20px 0;
}

@media screen and (min-width: 480px) {
  #instagram {
    padding: 20px 0 35px;
  }
}

.sns {
  padding: 20px 0 40px;
}

@media screen and (min-width: 480px) {
  .sns {
    padding: 40px 0 80px;
  }
}

.sns .ttl {
  margin: 0 auto;
  margin-left: 50px;
  text-align: center;
}

.sns .ttl img {
  max-width: 200px;
}

.sns .ttl span {
  position: relative;
}

.sns .ttl span::after {
  content: "";
  position: absolute;
  top: -40px;
  right: 110%;
  transform: translateY(-50%);
  background: url(../img/icon_insta.png) center center/cover no-repeat;
  width: 50px;
  height: 50px;
}

.sns #sb_instagram #sbi_images .sbi_item {
  width: 100%;
  border: 1px solid #cac4c4;
}

/*******************************
    cencept
 *******************************/
#concept {
  position: relative;
  width: 100%;
  padding: 40px 0 60px;
  overflow: hidden;
}

@media screen and (min-width: 480px) {
  #concept {
    padding: 60px 0 80px;
  }
}

#concept .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
}

#concept .inner .wrap {
  width: 100%;
}

@media screen and (min-width: 480px) {
  #concept .inner .wrap {
    width: 55%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 880px) {
  #concept .inner .wrap {
    width: 45%;
    margin: 0 auto;
  }
}

#concept .inner .wrap h2 {
  font-size: 32px;
  font-weight: bold;
  color: #009e96;
  text-align: left;
  padding: 16px;
  margin: 0;
}

@media screen and (min-width: 480px) {
  #concept .inner .wrap h2 {
    font-size: 35px;
  }
}

#concept .inner .wrap h2 span {
  position: relative;
}

#concept .inner .wrap h2 span::before {
  content: "";
  position: absolute;
  left: 100%;
  top: -80%;
  background: url(../img/tori-icon.png) center center/contain no-repeat;
  width: 60px;
  height: 80px;
}

@media screen and (min-width: 880px) {
  #concept .inner .wrap h2 span::before {
    left: 200%;
  }
}

#concept .inner .wrap .txt {
  font-size: 16px;
  color: #333;
  padding: 16px;
  line-height: 3;
}

#concept .inner .img.img_left {
  width: 50%;
  padding-left: 16px;
}

@media screen and (min-width: 480px) {
  #concept .inner .img.img_left {
    position: absolute;
    left: 0px;
    top: 100px;
    width: 22%;
  }
}

@media screen and (min-width: 880px) {
  #concept .inner .img.img_left {
    position: absolute;
    left: 40px;
    top: 100px;
    width: 25%;
  }
}

#concept .inner .img.img_right {
  width: 40%;
  padding-right: 16px;
  padding-bottom: 20px;
}

@media screen and (min-width: 480px) {
  #concept .inner .img.img_right {
    position: absolute;
    right: 0px;
    bottom: 200px;
    width: 22%;
  }
}

@media screen and (min-width: 880px) {
  #concept .inner .img.img_right {
    position: absolute;
    right: 30px;
    bottom: 200px;
    width: 25%;
  }
}

#concept .inner .img img {
  height: auto;
}

#concept .more_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

@media screen and (min-width: 480px) {
  #concept .more_btn {
    margin-top: 60px;
  }
}

#concept .more_btn a {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #000;
  background-color: #fff;
  border: 3px solid #000;
  width: 300px;
  padding: 10px;
  overflow: hidden;
  letter-spacing: 0.01rem;
  transition: color 0.3s ease;
}

#concept .more_btn a span {
  position: relative;
  z-index: 1;
}

#concept .more_btn a span::before {
  position: absolute;
  left: 105%;
  top: 50%;
  content: "";
  width: 30px;
  height: 8px;
  border-bottom: solid 2px;
  border-right: solid 2px;
  transform: translateY(-50%) skew(45deg);
}

#concept .more_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 0;
  transition: left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (min-width: 880px) {
  #concept .more_btn a:hover {
    color: #fff;
  }
  #concept .more_btn a:hover::before {
    left: 0;
  }
}

/*******************************
    reason
 *******************************/
#reason {
  width: 100%;
  padding: 0 0 20px;
}

@media screen and (min-width: 480px) {
  #reason {
    padding: 0 0 40px;
  }
}

@media screen and (min-width: 880px) {
  #reason {
    padding: 0 0 80px;
  }
}

#reason h2 {
  color: #009e96;
  position: relative;
  margin: 0 auto;
  font-size: 27px;
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (min-width: 480px) {
  #reason h2 {
    font-size: 32px;
  }
}

#reason .overview {
  width: 100%;
  padding: 20px 0;
}

@media screen and (min-width: 480px) {
  #reason .overview {
    padding: 35px 0;
  }
}

#reason .overview .list {
  padding: 20px;
  margin-top: 20px;
  border: 2px solid #e7141a;
  background-color: #fff;
  border-radius: 10px;
}

#reason .overview .list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}

#reason .overview .list ul li {
  width: calc(50% - 15px);
}

#reason .overview .list ul li img {
  width: auto;
  height: 16px;
}

@media screen and (min-width: 480px) {
  #reason .overview .list ul li img {
    height: 32px;
  }
}

#reason .section_wrap {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
}

@media screen and (min-width: 480px) {
  #reason .section_wrap {
    padding: 35px 0;
  }
}

#reason .section_wrap .section {
  padding: 20px 0;
}

@media screen and (min-width: 480px) {
  #reason .section_wrap .section {
    padding: 40px 0;
  }
}

#reason .section_wrap .section .ttl_img {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}

@media screen and (min-width: 480px) {
  #reason .section_wrap .section .ttl_img {
    gap: 20px;
    margin-bottom: 30px;
  }
}

#reason .section_wrap .section .ttl_img .ttl {
  text-align: center;
}

#reason .section_wrap .section .ttl_img .ttl h3 {
  margin: 0;
}

#reason .section_wrap .section .ttl_img .ttl h3 span {
  font-size: 0;
  margin: 0;
}

#reason .section_wrap .section .ttl_img .ttl h3 img {
  width: auto;
  height: 30px;
}

@media screen and (min-width: 480px) {
  #reason .section_wrap .section .ttl_img .ttl h3 img {
    height: 50px;
  }
}

#reason #section01 {
  width: 100%;
  font-size: 16px;
}

#reason #section01 .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}

@media screen and (min-width: 480px) {
  #reason #section01 .content {
    flex-direction: row;
    gap: 40px;
  }
}

#reason #section01 .content .point dl {
  position: relative;
}

#reason #section01 .content .point dl dd {
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 10px;
  background-color: #009e96;
}

@media screen and (min-width: 480px) {
  #reason #section01 .content .point dl dd {
    font-size: 20px;
  }
}

#reason #section01 .content .point .advise {
  font-size: 16px;
  line-height: 1.5;
  margin: 5px 0 10px;
}

#reason #section02 {
  width: 100%;
  font-size: 16px;
}

#reason #section02 .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 480px) {
  #reason #section02 .content {
    gap: 30px;
  }
}

#reason #section02 .content .one_col {
  display: block;
  font-size: 16px;
  line-height: 1.5;
}

#reason #section02 .content .one_col-sp {
  display: block;
}

@media screen and (min-width: 480px) {
  #reason #section02 .content .one_col-sp {
    display: flex;
    gap: 40px;
  }
}

#reason #section02 .content .two_col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (min-width: 480px) {
  #reason #section02 .content .two_col {
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
  }
}

#reason #section02 .content .btn_wrap {
  width: 100%;
  height: 100%;
}

#reason #section02 .content .btn_wrap a.btn {
  width: 100%;
  height: 100%;
}

#reason #section03 {
  width: 100%;
  font-size: 16px;
  padding: 40px 0 20px;
}

@media screen and (min-width: 480px) {
  #reason #section03 {
    padding: 80px 0 40px;
  }
}

#reason #section03 .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  margin-top: 10px;
}

@media screen and (min-width: 480px) {
  #reason #section03 .content {
    flex-direction: row;
    gap: 40px;
  }
}

#reason #section03 .content .point dl {
  position: relative;
}

#reason #section03 .content .point dl dd {
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 10px;
  background-color: #009e96;
}

@media screen and (min-width: 480px) {
  #reason #section03 .content .point dl dd {
    font-size: 20px;
  }
}

#reason #section03 .content .point .advise {
  font-size: 16px;
  line-height: 1.5;
  margin: 5px 0 10px;
}

#reason #section04 {
  width: 100%;
  font-size: 16px;
}

#reason #section04 .content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 15px;
  margin-top: 10px;
}

@media screen and (min-width: 480px) {
  #reason #section04 .content {
    flex-direction: row;
    gap: 40px;
  }
}

#reason #section04 .content .point dl {
  position: relative;
}

#reason #section04 .content .point dl dd {
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 10px;
  background-color: #009e96;
}

@media screen and (min-width: 480px) {
  #reason #section04 .content .point dl dd {
    font-size: 20px;
  }
}

#reason #section04 .content .point .advise {
  font-size: 16px;
  line-height: 1.5;
  margin: 5px 0 10px;
}

#reason #section04 .btn_wrap {
  width: 100%;
  height: 100%;
}

#reason #section04 .btn_wrap a.btn {
  width: 100%;
  height: 100%;
}

#reason #section05 {
  width: 100%;
  font-size: 16px;
}

#reason #section05 .content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

@media screen and (min-width: 480px) {
  #reason #section05 .content {
    gap: 20px;
  }
}

#reason #section05 .content .point {
  width: calc(50% - 10px);
}

@media screen and (min-width: 480px) {
  #reason #section05 .content .point {
    width: calc((100% / 3) - 20px);
  }
}

#reason #section05 .content .point dl dt img {
  height: 125px;
}

@media screen and (min-width: 480px) {
  #reason #section05 .content .point dl dt img {
    height: 200px;
  }
}

#reason #section05 .content .point dl dd {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 10px;
}

/*******************************
 　休業案内
 *******************************/
#top_closed {
  padding: 20px 0 0;
}

#top_closed img {
  width: 100%;
}

/*******************************
    property
 *******************************/
#property {
  width: 100%;
  position: relative;
  padding: 40px 0 60px;
  background-color: #faf7e6;
}

@media screen and (min-width: 480px) {
  #property {
    padding: 60px 0 80px;
  }
}

#property h2 {
  margin: 0;
}

#property h2 .en {
  font-size: 40px;
  font-weight: bold;
  color: #009e96;
  text-align: center;
  font-family: "Number";
  line-height: 1.2;
}

@media screen and (min-width: 480px) {
  #property h2 .en {
    font-size: 60px;
  }
}

#property h2 .en span {
  position: relative;
}

#property h2 .en span::before {
  content: "";
  position: absolute;
  right: 105%;
  top: 0px;
  background: url(../img/leaf-icon2.png) center center/contain no-repeat;
  width: 40px;
  height: 60px;
}

#property h2 .jp {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  text-align: center;
}

@media screen and (min-width: 480px) {
  #property ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
  }
}

#property ul li {
  position: relative;
  border: 1px solid #333;
  margin: 5px;
}

#property ul li h3 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 5px 5px 6px;
  background-color: #009e96;
  letter-spacing: 0.01rem;
}

@media screen and (min-width: 480px) {
  #property ul li h3 {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

#property ul li h3 span {
  color: #009e96;
  font-size: 16px;
  padding: 4px 6px;
  border: 1px solid #009e96;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  margin-right: 10px;
}

@media screen and (min-width: 480px) {
  #property ul li h3 span {
    padding: 4px 10px;
    width: 120px;
  }
}

#property ul li .box {
  padding: 10px;
  background-color: #fff;
}

#property ul li .box .txt_wrap p {
  font-size: 14px;
  margin: 0 0 10px;
}

#property ul li .box .wrap {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 480px) {
  #property ul li .box .wrap {
    flex-direction: row;
    gap: 16px;
  }
}

@media screen and (min-width: 480px) {
  #property ul li .box .wrap .left {
    width: 45%;
  }
}

#property ul li .box .wrap .left .img_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#property ul li .box .wrap .left .img_wrap img {
  width: 50%;
  height: 160px;
}

@media screen and (min-width: 480px) {
  #property ul li .box .wrap .right {
    width: 65%;
  }
}

#property ul li .box .wrap .right .info_wrap {
  display: flex;
  flex-wrap: wrap;
}

#property ul li .box .wrap .right .info_wrap dl {
  display: flex;
  justify-content: center;
  width: 50%;
  padding: 3px 0px;
  border-bottom: 1px dashed #cac4c4;
}

#property ul li .box .wrap .right .info_wrap dl.one_col {
  width: 100%;
}

#property ul li .box .wrap .right .info_wrap dl dt {
  display: flex;
  align-items: center;
  width: 30%;
  font-size: 13px;
  font-weight: bold;
}

@media screen and (min-width: 480px) {
  #property ul li .box .wrap .right .info_wrap dl dt {
    width: 45%;
    font-size: 16px;
  }
}

#property ul li .box .wrap .right .info_wrap dl dd {
  display: flex;
  align-items: center;
  width: 70%;
  font-size: 14px;
  font-family: "Lato", sans-serif;
}

@media screen and (min-width: 480px) {
  #property ul li .box .wrap .right .info_wrap dl dd {
    font-size: 16px;
    width: 65%;
  }
}

#property ul li .box .wrap .right .info_wrap dl dd.price {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

@media screen and (min-width: 480px) {
  #property ul li .box .wrap .right .info_wrap dl dd.price {
    font-size: 16px;
  }
}

#property ul li .box .wrap .right .info_wrap dl dd.price span {
  font-size: 24px;
  font-weight: bold;
  color: #e7141a;
}

@media screen and (min-width: 480px) {
  #property ul li .box .wrap .right .info_wrap dl dd.price span {
    font-size: 30px;
  }
}

#property ul li .box .wrap .right .btn_wrap {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}

#property ul li .box .wrap .right .btn_wrap .btn {
  width: 50%;
}

#property ul li .box .wrap .right .btn_wrap .btn:first-of-type a {
  position: relative;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #333;
  border-radius: 5px;
  color: #fff;
  background-color: #009e96;
}

@media screen and (min-width: 880px) {
  #property ul li .box .wrap .right .btn_wrap .btn:first-of-type a:hover {
    background-color: #eb6157;
    color: #fff;
  }
}

#property ul li .box .wrap .right .btn_wrap .btn:first-of-type a:after {
  content: "";
  display: block;
  background: url(../img/arrow-r-w.png);
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  right: 5px;
}

@media screen and (min-width: 480px) {
  #property ul li .box .wrap .right .btn_wrap .btn:first-of-type a:after {
    width: 20px;
    height: 20px;
    right: 10px;
  }
}

#property ul li .box .wrap .right .btn_wrap .btn:last-of-type a {
  position: relative;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #333;
  border-radius: 5px;
  color: #fff;
  background-color: #eb6157;
}

@media screen and (min-width: 880px) {
  #property ul li .box .wrap .right .btn_wrap .btn:last-of-type a:hover {
    background-color: #009e96;
    color: #fff;
  }
}

#property ul li .box .wrap .right .btn_wrap .btn:last-of-type a:after {
  content: "";
  display: block;
  background: url(../img/arrow-r-w.png);
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  right: 5px;
}

@media screen and (min-width: 480px) {
  #property ul li .box .wrap .right .btn_wrap .btn:last-of-type a:after {
    width: 20px;
    height: 20px;
    right: 10px;
  }
}

#property p {
  font-size: 14px;
}

@media screen and (min-width: 480px) {
  #property p {
    font-size: 16px;
  }
}

#property .more_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

@media screen and (min-width: 480px) {
  #property .more_btn {
    margin-top: 60px;
  }
}

#property .more_btn a {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #000;
  background-color: #fff;
  border: 3px solid #000;
  width: 300px;
  padding: 10px;
  overflow: hidden;
  transition: color 0.3s ease;
}

#property .more_btn a span {
  position: relative;
  z-index: 1;
}

#property .more_btn a span::before {
  position: absolute;
  left: 105%;
  top: 50%;
  content: "";
  width: 30px;
  height: 8px;
  border-bottom: solid 2px;
  border-right: solid 2px;
  transform: translateY(-50%) skew(45deg);
}

#property .more_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 0;
  transition: left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (min-width: 880px) {
  #property .more_btn a:hover {
    color: #fff;
  }
  #property .more_btn a:hover::before {
    left: 0;
  }
}

/*******************************
    property_archive
 *******************************/
.property_archive {
  width: 100%;
  position: relative;
  padding: 0 0 40px;
  background-color: #fff;
}

@media screen and (min-width: 480px) {
  .property_archive {
    padding: 0 0 80px;
  }
}

@media screen and (min-width: 480px) {
  .property_archive ul.list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}

.property_archive ul.list li {
  position: relative;
  border: 1px solid #333;
  margin: 5px;
}

.property_archive ul.list li h3 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 5px 5px 6px;
  background-color: #009e96;
  letter-spacing: 0.01rem;
}

@media screen and (min-width: 480px) {
  .property_archive ul.list li h3 {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

.property_archive ul.list li h3 span {
  color: #009e96;
  font-size: 16px;
  padding: 4px 6px;
  border: 1px solid #009e96;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  margin-right: 10px;
}

@media screen and (min-width: 480px) {
  .property_archive ul.list li h3 span {
    padding: 4px 10px;
    width: 120px;
  }
}

.property_archive ul.list li .box {
  padding: 10px;
  background-color: #fff;
}

.property_archive ul.list li .box .txt_wrap p {
  font-size: 14px;
  margin: 0 0 10px;
}

.property_archive ul.list li .box .wrap {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 480px) {
  .property_archive ul.list li .box .wrap {
    flex-direction: row;
    gap: 16px;
  }
}

@media screen and (min-width: 480px) {
  .property_archive ul.list li .box .wrap .left {
    width: 45%;
  }
}

.property_archive ul.list li .box .wrap .left .img_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.property_archive ul.list li .box .wrap .left .img_wrap img {
  width: 50%;
  height: 160px;
}

@media screen and (min-width: 480px) {
  .property_archive ul.list li .box .wrap .right {
    width: 65%;
  }
}

.property_archive ul.list li .box .wrap .right .info_wrap {
  display: flex;
  flex-wrap: wrap;
}

.property_archive ul.list li .box .wrap .right .info_wrap dl {
  display: flex;
  justify-content: center;
  width: 50%;
  padding: 3px 0px;
  border-bottom: 1px dashed #cac4c4;
}

.property_archive ul.list li .box .wrap .right .info_wrap dl.one_col {
  width: 100%;
}

.property_archive ul.list li .box .wrap .right .info_wrap dl dt {
  display: flex;
  align-items: center;
  width: 30%;
  font-size: 13px;
  font-weight: bold;
}

@media screen and (min-width: 480px) {
  .property_archive ul.list li .box .wrap .right .info_wrap dl dt {
    width: 45%;
    font-size: 16px;
  }
}

.property_archive ul.list li .box .wrap .right .info_wrap dl dd {
  display: flex;
  align-items: center;
  width: 70%;
  font-size: 14px;
  font-family: "Lato", sans-serif;
}

@media screen and (min-width: 480px) {
  .property_archive ul.list li .box .wrap .right .info_wrap dl dd {
    font-size: 16px;
    width: 65%;
  }
}

.property_archive ul.list li .box .wrap .right .info_wrap dl dd.price {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

@media screen and (min-width: 480px) {
  .property_archive ul.list li .box .wrap .right .info_wrap dl dd.price {
    font-size: 16px;
  }
}

.property_archive ul.list li .box .wrap .right .info_wrap dl dd.price span {
  font-size: 24px;
  font-weight: bold;
  color: #e7141a;
}

@media screen and (min-width: 480px) {
  .property_archive ul.list li .box .wrap .right .info_wrap dl dd.price span {
    font-size: 30px;
  }
}

.property_archive ul.list li .box .wrap .right .btn_wrap {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}

.property_archive ul.list li .box .wrap .right .btn_wrap .btn {
  width: 50%;
}

.property_archive ul.list li .box .wrap .right .btn_wrap .btn:first-of-type a {
  position: relative;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #333;
  border-radius: 5px;
  color: #fff;
  background-color: #009e96;
}

.property_archive ul.list li .box .wrap .right .btn_wrap .btn:first-of-type a span {
  position: relative;
}

.property_archive ul.list li .box .wrap .right .btn_wrap .btn:first-of-type a span:after {
  content: "";
  display: block;
  background: url(../img/arrow-r-w.png);
  background-size: 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  left: 101%;
}

.property_archive ul.list li .box .wrap .right .btn_wrap .btn:last-of-type a {
  position: relative;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #333;
  border-radius: 5px;
  color: #fff;
  background-color: #eb6157;
}

.property_archive ul.list li .box .wrap .right .btn_wrap .btn:last-of-type a span {
  position: relative;
}

.property_archive ul.list li .box .wrap .right .btn_wrap .btn:last-of-type a span:after {
  content: "";
  display: block;
  background: url(../img/arrow-r-w.png);
  background-size: 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  left: 101%;
}

.property_archive p {
  font-size: 14px;
}

@media screen and (min-width: 480px) {
  .property_archive p {
    font-size: 16px;
  }
}

/*******************************
    property_single 
 *******************************/
.property_single {
  width: 100%;
  position: relative;
  padding: 0 0 40px;
  background-color: #fff;
}

@media screen and (min-width: 480px) {
  .property_single {
    padding: 0 0 80px;
  }
}

.property_single h2 {
  font-size: 27px;
  text-align: center;
  margin: 0 auto;
  max-width: 500px;
  margin-bottom: 20px;
}

@media screen and (min-width: 480px) {
  .property_single h2 {
    font-size: 32px;
  }
}

.property_single .ttl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.property_single .ttl .jp {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (min-width: 480px) {
  .property_single .ttl .jp {
    font-size: 32px;
  }
}

.property_single .ttl .en {
  font-size: 16px;
}

.property_single .ttl .line {
  width: 14%;
  height: 1px;
  margin: 5px 3%;
  background-color: #333;
}

.property_single .overview {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 480px) {
  .property_single .overview {
    flex-direction: row;
    gap: 20px;
    padding-bottom: 40px;
  }
}

.property_single .overview .img {
  width: 100%;
}

@media screen and (min-width: 480px) {
  .property_single .overview .img {
    width: 50%;
  }
}

.property_single .overview .img img {
  height: 250px;
}

@media screen and (min-width: 480px) {
  .property_single .overview .img img {
    height: 400px;
    border-radius: 12px;
  }
}

@media screen and (min-width: 480px) {
  .property_single .overview .txt {
    width: 50%;
  }
}

.property_single .overview .txt h3 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 5px 5px 6px;
  background-color: #009e96;
}

@media screen and (min-width: 480px) {
  .property_single .overview .txt h3 {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

.property_single .overview .txt h3 span {
  color: #009e96;
  font-size: 16px;
  padding: 4px 6px;
  border: 1px solid #009e96;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  margin-right: 10px;
}

@media screen and (min-width: 480px) {
  .property_single .overview .txt h3 span {
    padding: 4px 10px;
    width: 120px;
  }
}

.property_single .overview .txt .info {
  padding: 10px 0 40px;
}

@media screen and (min-width: 480px) {
  .property_single .overview .txt .info {
    padding-bottom: 0;
  }
}

.property_single .overview .txt .info dl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 0px;
  border-bottom: 1px dashed #cac4c4;
}

.property_single .overview .txt .info dl dt {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  width: 35%;
}

@media screen and (min-width: 480px) {
  .property_single .overview .txt .info dl dt {
    width: 30%;
  }
}

.property_single .overview .txt .info dl dd {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  width: 65%;
}

@media screen and (min-width: 480px) {
  .property_single .overview .txt .info dl dd {
    width: 70%;
  }
}

.property_single .overview .txt .info dl dd.price {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

@media screen and (min-width: 480px) {
  .property_single .overview .txt .info dl dd.price {
    font-size: 16px;
  }
}

.property_single .overview .txt .info dl dd.price span {
  font-size: 30px;
  font-weight: bold;
  color: #e7141a;
}

@media screen and (min-width: 480px) {
  .property_single .overview .txt .info dl dd.price span {
    font-size: 40px;
  }
}

.property_single .madori .floor_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 480px) {
  .property_single .madori .floor_wrap {
    flex-direction: row;
    justify-content: center;
  }
}

.property_single .madori .floor_wrap .floor {
  width: 100%;
}

@media screen and (min-width: 480px) {
  .property_single .madori .floor_wrap .floor {
    width: 45%;
  }
}

.property_single .madori .floor_wrap .floor .txt {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 5px 20px;
  background-color: #009e96;
  border-radius: 6px;
}

.property_single .madori p {
  font-size: 14px;
}

@media screen and (min-width: 480px) {
  .property_single .madori p {
    font-size: 16px;
  }
}

.property_single .accessmap {
  padding-bottom: 40px;
}

.property_single .accessmap iframe {
  width: 100%;
  height: 300px;
}

@media screen and (min-width: 480px) {
  .property_single .accessmap iframe {
    height: 500px;
  }
}

.property_single .accessmap p {
  font-size: 14px;
}

@media screen and (min-width: 480px) {
  .property_single .accessmap p {
    font-size: 16px;
  }
}

.property_single .location {
  padding-bottom: 40px;
}

.property_single .location .content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media screen and (min-width: 480px) {
  .property_single .location .content ul {
    gap: 20px;
  }
}

.property_single .location .content ul li {
  position: relative;
  width: calc(50% - 5px);
}

@media screen and (min-width: 480px) {
  .property_single .location .content ul li {
    width: calc(((100% / 3)) - 15px);
  }
}

.property_single .location .content ul li img {
  border-radius: 12px;
  height: 155px;
}

@media screen and (min-width: 480px) {
  .property_single .location .content ul li img {
    height: 200px;
  }
}

.property_single .location .content ul li .txt {
  font-size: 14px;
  margin: 10px 0;
  text-align: center;
}

@media screen and (min-width: 480px) {
  .property_single .location .content ul li .txt {
    font-size: 16px;
  }
}

.property_single .location .content ul li .distance {
  font-size: 10px;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: -15px;
  left: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #009e96;
  border-radius: 50%;
}

@media screen and (min-width: 480px) {
  .property_single .location .content ul li .distance {
    font-size: 14px;
    line-height: 1.2;
    width: 75px;
    height: 75px;
  }
}

.property_single .detail {
  font-size: 16px;
}

.property_single .detail table {
  border-collapse: collapse;
  border: solid 1px #333;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 20px;
}

.property_single .detail table tbody {
  width: 100%;
}

.property_single .detail table tbody tr {
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  letter-spacing: 0.01rem;
  width: 100%;
}

@media screen and (min-width: 480px) {
  .property_single .detail table tbody tr {
    display: table-row;
    font-size: 14px;
  }
}

.property_single .detail table tbody tr th,
.property_single .detail table tbody tr td {
  font-weight: normal;
  border: solid 1px #333;
  padding: 8px;
}

@media screen and (min-width: 480px) {
  .property_single .detail table tbody tr th,
  .property_single .detail table tbody tr td {
    padding: 5px;
  }
}

.property_single .detail table tbody tr th {
  color: #fff;
  background-color: #009e96;
  width: 85px;
}

@media screen and (min-width: 480px) {
  .property_single .detail table tbody tr th {
    width: 150px;
  }
}

.property_single .detail table tbody tr td {
  width: calc(100% - 85px);
}

@media screen and (min-width: 480px) {
  .property_single .detail table tbody tr td {
    width: calc(100% - 150px);
  }
}

.property_single .detail img {
  max-width: 700px !important;
}

.property_single .contact {
  padding-bottom: 40px;
}

.property_single .contact .contact_wrap {
  background-color: #bfe7e5;
  padding: 20px;
  border-radius: 12px;
}

@media screen and (min-width: 480px) {
  .property_single .contact .contact_wrap {
    padding: 35px;
  }
}

.property_single .contact .form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
}

@media screen and (min-width: 480px) {
  .property_single .contact .form {
    flex-direction: row;
    justify-content: center;
  }
}

.property_single .contact .form .btn {
  width: 100%;
}

@media screen and (min-width: 480px) {
  .property_single .contact .form .btn {
    width: 50%;
  }
}

.property_single .contact .form .btn a {
  font-size: 16px;
  background-color: #eb6157;
  color: #fff;
  border-radius: 6px;
  padding: 16px;
  text-align: center;
}

@media screen and (min-width: 480px) {
  .property_single .contact .form .btn a {
    padding: 20px;
  }
}

.property_single .contact .form .btn a span {
  position: relative;
  margin-left: 45px;
}

.property_single .contact .form .btn a span::before {
  content: "";
  position: absolute;
  right: 110%;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
}

.property_single .contact .form .btn.reserve_btn a {
  color: #fff;
  background-color: #eb6157;
}

.property_single .contact .form .btn.reserve_btn a span::before {
  background: url(./assets/img/calender-w.png) center center/cover no-repeat;
}

.property_single .contact .form .btn.catalog_btn a {
  color: #fff;
  background-color: #009e96;
}

.property_single .contact .form .btn.catalog_btn a span::before {
  background: url(./assets/img/catalog-w.png) center center/cover no-repeat;
}

.property_single .contact .tel {
  padding: 16px 20px 0;
}

.property_single .contact .tel a {
  text-align: center;
  margin-top: 10px;
}

@media screen and (min-width: 880px) {
  .property_single .contact .tel a {
    pointer-events: none;
  }
}

.property_single .contact .tel a img {
  max-width: 400px;
}

.property_single .contact .tel p {
  font-size: 14px;
  text-align: center;
  margin: 16px 0 0;
}

@media screen and (min-width: 480px) {
  .property_single .contact .tel p {
    font-size: 16px;
  }
}
