/* -----------------------------------------------

	 all 共通

----------------------------------------------- */
.httl01 {
  color: #bca675;
  font-size: 42px;
  margin-bottom: 30px;
  font-family: noto-serif, serif;
  font-weight: 200;
  font-style: normal;
}

@media only screen and (max-width: 1200px) {
  .httl01 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

.mb5 {
  margin-bottom: 50px;
}

a.text_dec_under {
  text-decoration: underline;
}

.areamap .areawrap h3.fw_b {
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
/* -----------------------------------------------

	 mainvisual

----------------------------------------------- */
.bold {
  font-weight: bold;
  font-size: 130%;
}

.mtwrap {
  position: relative;
  padding: 145px 30px 130px;
}

.main-top {
  position: relative;
  height: 650px;
  background-image: url(../images/mainimg2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main-top .tcontainer02 {
  height: 100%;
}

.main-top .maintop-inner {
  height: 100%;
}

.main-top .txts {
  padding: 0 0 0 5%;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: justify;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-top .txts h1,
.main-top .txts p {
  text-shadow: 0px 0px 50px #000;
}

.main-top .txts h1 {
  font-size: 50px;
  margin-bottom: 15px;
  line-height: 1.8;
}

.main-top .txts p {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 2.5;
  letter-spacing: 0.13rem;
}

@media only screen and (max-width: 1024px) {
  .mtwrap {
    padding: 100px 30px 150px;
  }

  .main-top {
    height: 600px;
  }

  .main-top .txts h1 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 768px) {
  .mtwrap {
    padding: 95px 30px 120px;
  }

  .main-top {
    height: 450px;
  }

  .main-top .txts {
    width: 70vw;
  }

  .main-top .txts h1 {
    font-size: 4.9vw;
  }

  .main-top .txts p {
    font-size: 13.5px;
  }

  .main-top .txts h1,
  .main-top .txts p {
    text-shadow: 0px 0px 30px #000;
  }
}

@media only screen and (max-width: 650px) {
  .mtwrap {
    padding: 0 20px 90px;
  }

  .main-top .maintop-inner {
    background: rgba(0, 0, 0, 0.1);
  }
}

@media only screen and (max-width: 479px) {
  .mtwrap {
    padding: 80px 0 60px;
  }

  .main-top {
    height: 300px;
    background-position: 75% 0px;
  }

  .main-top .txts {
    width: 100%;
    padding: 0 5%;
  }

  .main-top .txts h1 {
    font-size: 7.2vw;
  }

  .main-top .txts p {
    font-size: 2.4vw;
  }

  .tsec01 .txts .txt02 {
    font-size: 2.85vw;
  }
}

/* -----------------------------------------------

	 youtube

----------------------------------------------- */
.youtube {
  width: 48%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.youbtn {
  margin: 50px auto;
}

.youbtn .btn {
  margin: auto;
}

@media only screen and (max-width: 1024px) {
  .youtube {
    width: 100%;
    margin-bottom: 50px;
  }
}

/* -----------------------------------------------

	 tsec00

----------------------------------------------- */
.tsec00 {
  position: relative;
  text-align: right;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.tsec00 .image {
  max-width: 65vw;
  width: 100%;
  margin-left: auto;
}

/* -----------------------------------------------

	 tsec01

----------------------------------------------- */
.tsec01 {
  position: relative;
  margin-bottom: 450px;
}

.tsec01::after {
  content: "";
  display: inline-block;
  background-image: url(../images/topimg02_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  width: 320px;
  height: 550px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  opacity: 0.2;
}

.tsec01 .image {
  width: 520px;
  opacity: 0.2;
}

.tsec01 .txts {
  position: absolute;
  top: 120px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.tsec01 .txts .ttlset {
  margin-bottom: 30px;
}

.tsec01 .txts .ttlset .txt01 {
  margin-bottom: 10px;
  font-size: 14px;
}

.tsec01 .txts .ttlset h2 {
  font-size: 32px;
}

/*いらないくなる*/
.tsec01 .txts .txt02 {
  font-size: 18px;
  line-height: 2.5;
  text-align: center;
  margin-bottom: 30px;
}

/*いらないくなる*/
.tsec01 .txts .txt02 .bold {
  font-weight: bold;
  font-size: 165%;
}

.tsec01 .txts .txt02 .red {
  color: #cf4627;
  font-size: 140%;
}

.tsec01 .txts .txt02 .blue {
  color: #273ccf;
  font-size: 140%;
}

.tsec01 .txts .btn {
  margin: auto;
}

/*ここまでいらないくなる*/

.tsec01 .txts .txt03 {
  font-size: 20px;
  line-height: 4;
  text-align: center;
  margin-bottom: 80px;
}

.tsec01 .txts .modal_wrap .modal_content p.owner_name {
  margin: 50px auto;
}

.tsec01 .txts .modal_wrap .owner_name .bold {
  font-weight: bold;
  font-size: 165%;
}

.tsec01 .txts .modal_wrap .owner_name .red {
  color: #9b1c3b;
  font-size: 140%;
  font-family: noto-serif, serif;
  font-weight: bold;
}

.tsec01 .txts .modal_wrap .owner_name .blue {
  color: #1d297f;
  font-size: 140%;
  font-family: noto-serif, serif;
  font-weight: bold;
}

.tsec01 .txts .btn label.open_button {
  padding: 15px 15px 15px 15px;
}

@media only screen and (max-width: 1600px) {
  .tsec01 .tcontainer01 {
    width: 100vw;
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
  }

  .tsec01 .txts {
    top: 0;
  }

  .tsec01::after {
    width: 250px;
    height: 450px;
    top: 85%;
  }
}

@media only screen and (max-width: 1200px) {
  .tsec01::after {
    width: 25vw;
    height: 50vw;
    top: 80%;
  }

  .tsec01 .tcontainer01 {
    width: 100%;
    margin: 0;
  }

  .tsec01 .image {
    width: 600px;
    margin-bottom: 60px;
  }

  .tsec01 .txts {
    margin: 0;
  }

  .tsec01 .txts .txt02 {
    font-size: 16px;
  }

  .tsec01 .itset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 900px) {
  .tsec01 {
    position: relative;
    margin-bottom: 400px;
  }

  .tsec01 .image {
    width: 400px;
    margin-bottom: 60px;
  }

  .tsec01::after {
    width: 30vw;
    top: 60%;
    right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .tsec01::after {
    width: 300px;
    height: 400px;
    top: 100%;
  }

  .tsec01 .image {
    width: 45vw;
  }

  .tsec01 .txts {
    width: auto;
  }

  .tsec01::after {
    top: 50%;
  }
}

@media only screen and (max-width: 650px) {
  .tsec01 .txts .ttlset h2 .sp {
    display: block;
  }
}

@media only screen and (max-width: 479px) {
  .tsec01 {
    margin-bottom: 90px;
  }

  .tsec01::after {
    display: none;
  }

  .tsec01 .tcontainer01 {
    overflow: hidden;
  }

  .tsec01 .image {
    width: 145vw;
    margin-bottom: 0;
  }

  .tsec01 .txts .ttlset h2 {
    font-size: 28px;
  }

  .tsec01 .txts .ttlset {
    margin-bottom: 20px;
  }

  .tsec01 .txts .btn {
    background-color: #fff;
  }

  .tsec01 .txts .btn a {
    padding: 15px;
  }
  /*---いらなくなる---*/
  .tsec01 .txts .txt02 {
    font-size: 12px;
  }
  /*---いらなくなる---*/

  .tsec01 .txts .txt03 {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 3;
  }

  .tsec01 .txts {
    top: 50px;
  }

  .tsec01 .txts .modal_wrap .modal_content p.owner_name {
    font-size: 10px;
    line-height: 1.7;
  }
}

/* -----------------------------------------------

	 tsec02

----------------------------------------------- */
.tsec02 {
  position: relative;
  padding: 150px 0 200px;
  margin-bottom: 0;
  background-image: url(../images/bg-merit1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.tsec02::after {
  content: "";
  display: inline-block;
  width: 7vw;
  height: calc(100% + 2px);
  position: absolute;
  right: 0;
  top: -1px;
  background: #fff;
}

.tsec02 h2 {
  line-height: 2;
  font-size: 36px;
  margin-bottom: 70px;
}

.tsec02 .tcontainer02 .sbottom {
  position: relative;
  top: -100px;
  background: #fff;
}

.tsec02 .txtset {
  width: 52%;
}

.tsec02 .boxset {
  width: 60%;
  margin-left: 50px;
}

.tsec02 .boxset ul li {
  width: calc(100% / 2 - 20px);
  color: #fff;
  padding: 20px 30px;
  margin: 0 10px 25px;
  line-height: 2;
  background: #2b3349;
  text-align: center;
}

.tsec02 .con2_boxset dl {
  width: calc(100% / 2 - 20px);
  color: #fff;
  padding: 20px 30px;
  margin: 0 10px 25px;
  line-height: 2;
  background: #2b3349;
  text-align: center;
}

.tsec02 .con2_boxset dl dt {
  font-size: 24px;
}

.tsec02 .con2_boxset dl dd {
  text-align: justify;
}

.tsec02 .con2_boxset label.open_button {
  width: calc(100% / 4 - 20px);
  color: #fff;
  padding: 20px 30px;
  margin: 0 10px 50px;
  line-height: 2;
  background: #2b3349;
  text-align: center;
}

.tsec02 .con2_boxset .deco {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tsec02 .con2_boxset .deco img {
  width: 45%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1600px) {
  .tsec02 {
    padding: 150px 0 50px 0px;
  }

  .tsec02::after {
    width: 4vw;
  }

  .tsec02 h2 .sp {
    display: block;
  }

  .tsec02 .tbset {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tsec02 .boxset {
    width: 60%;
  }
}

@media only screen and (max-width: 1024px) {
  .tsec02 {
    padding: 100px 0px 100px;
  }

  .tsec02::after {
    width: 2vw;
  }

  .tsec02 .con2_boxset label.open_button {
    padding: 15px 0px;
  }

  .tsec02 .tbset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tsec02 .txtset,
  .tsec02 .boxset {
    width: 100%;
  }

  .tsec02 .boxset {
    margin: 60px 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .tsec02 {
    padding: 70px 0 50px;
  }

  .tsec02::after {
    display: none;
  }

  .tsec02 h2 {
    margin-bottom: 50px;
  }

  .tsec02 .con2_boxset .deco {
    font-size: 13px;
  }
}

@media only screen and (max-width: 479px) {
  .tsec02 {
    padding: 50px 0 70px;
  }

  .tsec02 h2 {
    font-size: 24px;
    margin-bottom: 50px;
  }

  .tsec02 .boxset ul li {
    width: calc(100% / 2 - 10px);
    padding: 15px 10px;
    margin: 0 5px 15px;
    font-size: 12px;
  }

  .tsec02 .con2_boxset dl {
    width: 100%;
    padding: 15px 10px;
    margin: 0 5px 15px;
    font-size: 12px;
  }

  .tsec02 .con2_boxset dl dt {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .tsec02 .con2_boxset label.open_button {
    width: calc(100% / 2 - 20px);
    margin: 0 10px 15px;
  }

  .tsec02 .con2_boxset .deco img {
    width: 35%;
    margin-bottom: 15px;
  }

  .tsec02 .con2_boxset .modal_wrap .modal_content p.owner_name {
    font-size: 3.38vw;
    text-align: justify;
  }
}

/* -----------------------------------------------

	 tsec022

----------------------------------------------- */
.tsec022 {
  position: relative;
  top: -150px;
  padding: 150px 0;
  background: #fff;
}

.tsec022::after {
  content: "";
  display: inline-block;
  width: calc(50vw - 700px);
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
}

.tsec022 .txts {
  line-height: 2.5;
  max-width: 800px;
  width: 100%;
  margin: auto;
}

.tsec022 .txts .txt01 {
  margin-bottom: 45px;
}

/* -----------------------------------------------

	 tsec03

----------------------------------------------- */
@media only screen and (max-width: 1600px) {
  .tsec022 {
    max-width: 90vw;
  }
}

@media only screen and (max-width: 1024px) {
  .tsec022 {
    top: -120px;
    padding: 90px 30px;
  }
}

@media only screen and (max-width: 768px) {
  .tsec022 {
    top: -60px;
    padding: 60px 20px;
  }

  .tsec022 .txts .txt01 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .tsec022 {
    top: -45px;
    padding: 30px 15px;
  }
}

/* -----------------------------------------------

	 tsec03

----------------------------------------------- */
.tsec03 {
  margin-bottom: 90px;
}

.tsec03 .btn {
  margin: 0 45px;
  max-width: 280px;
}

.tsec03 .btn a {
  padding: 25px 15px 25px 30px;
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
  .tsec03 .btn-set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tsec03 .btn-set .btn {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .tsec03 .btn {
    max-width: 250px;
  }
}

/* -----------------------------------------------

	 tsec033 slider

----------------------------------------------- */

/* 1.親スタイルリセットとペース設定 ++++++++++ */
.slider-box p,
.slider-box div,
.loop-box ul,
.loop-box li {
  box-sizing: border-box;
  margin: 0 !important;
  padding: 0 !important;
}

/* 2.ベースBOXの設定 +++++++++++++++++++++ */
.slider-box {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  /* 画面又は親要素に対するサイズ - 変更可 */
  margin: 0 auto;
  /* Box外の余白 - 変更可 */
  padding: 0 0 120px;
  /* 上端からスライダーまでの距離 - 変更可・削除可 */
}

/* 3.チェックボックスを利用した停止・再生などの設定 +++++++++++++++++ */
.slider-check {
  display: none;
}

.slider-check:checked ~ .loop-box > .loop {
  animation-play-state: paused;
}

.slider-label {
  display: none;
}

/* 4.スライダー本体とアニメーションの基本設定 ++++++++++++++ */
.loop-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.loop-box,
.loop-box ul {
  height: 300px;
  /* スライダーの高さ - 変更注意 */
}

.loop-box ul {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  list-style: none;
  max-width: 10000%;
  min-width: 100%;
  width: calc(280px * 7);
  /* 画像の横幅×枚数 - 変更注意・変更可・変更注意 */
  animation: 50s linear infinite;
  /* アニメーション設定 - 変更可 */
}

.loop-box li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  /* li の幅を均等にする - 削除可・変更注意 */
  /* width: calc(100% / 3);  */
}

.loop-box img {
  height: auto;
  width: 100%;
}

/* 5.アニメーション個別設定 ++++++++++ */
.loop-box ul.loop1 {
  animation-name: loop1;
}

.loop-box ul.loop2 {
  animation-name: loop2;
}

@keyframes loop1 {
  0% {
    transform: translateX(0);
  }

  49.99999% {
    transform: translateX(-100%);
  }

  50% {
    transform: translateX(100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@media only screen and (max-width: 1024px) {
  .slider-box {
    padding: 0px 0 90px;
  }

  .loop-box ul {
    width: calc(220px * 7);
  }

  .loop-box,
  .loop-box ul {
    height: 150px;
  }
}

@media only screen and (max-width: 768px) {
  .loop-box ul {
    width: calc(160px * 7);
  }

  .loop-box,
  .loop-box ul {
    height: 120px;
  }
}

@media only screen and (max-width: 479px) {
  .loop-box ul {
    width: calc(110px * 7);
  }

  .loop-box,
  .loop-box ul {
    height: 80px;
  }
}

/* -----------------------------------------------

	 tsec04

----------------------------------------------- */
.tsec04 {
  padding: 150px 0 0;
  margin-bottom: 100px;
}

.tsec04 h2 {
  font-size: 36px;
}

.tsec04 .tshead {
  margin-bottom: 30px;
}

#planbox {
  margin-bottom: 90px;
}

#planbox .plan-set {
  text-align: center;
  width: calc(100% / 3 - 10px);
  margin: 0 5px 15px;
  background: #efefef;
}

#planbox .plan-set h3 {
  font-size: 24px;
  border-bottom: solid 1px #fff;
  padding: 30px 0;
}

#planbox .plan-set .plan-cont {
  padding: 25px 20px;
  display: flex;
  justify-content: space-between;
}

#planbox .plan-set .tsubo {
  margin-bottom: 10px;
  font-weight: 700;
}

#planbox .plan-set .price {
  font-size: 48px;
  font-family: "M PLUS 1p";
  line-height: 1;
}

#planbox .ps01 .price {
  color: #bca675;
}

#planbox .ps02 .price {
  color: #7a6c4f;
}

#planbox .ps03 .price {
  color: #2b3349;
}

#planbox .plan-set .price small {
  font-size: 12px;
  color: #000;
  margin-left: 5px;
}

#planbox .plan-set .plus {
  margin: 15px 0;
  font-size: 35px;
}

#planbox .plan-set .techfee {
  background: #fff;
  display: inline-block;
  padding: 5px 20px;
  font-size: 2rem;
}

#planbox .btn {
  text-align: center;
  margin: 20px auto;
}

#planbox .btn a {
  padding: 15px;
}

#planbox .modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1vh 10px;
  text-align: center;
}

#planbox .modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.1s,
    visibility 0.1s;
}

#planbox .modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.1s,
    visibility 0.1s;
}

#planbox .modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  vertical-align: middle;
  content: "";
}

#planbox .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
  max-width: 800px;
  padding: 2rem 0;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  vertical-align: middle;
  border-top: 20px solid;
  border-image: linear-gradient(to right, #bca675, #fff);
  border-image-slice: 1;
}

#planbox #modal-02 .modal-window,
#planbox #modal-05 .modal-window {
  border-image: linear-gradient(to right, #7a6c4f, #fff);
  border-image-slice: 1;
}

#planbox #modal-03 .modal-window,
#planbox #modal-06 .modal-window {
  border-image: linear-gradient(to right, #2b3349, #fff);
  border-image-slice: 1;
}

#planbox .modal-wrapper .modal-window .modal-content {
  max-height: 90vh;
  overflow-y: auto;
  width: 90%;
  margin: auto;
}

#planbox .modal-wrapper .modal-window .modal-content h4 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

#planbox .modal-wrapper .modal-window .modal-content ul {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  text-align: justify;
}

#planbox .modal-wrapper .modal-window .modal-content ul li.plantitle {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-shadow:
    1px 1px 0px #ffff1a,
    -1px 1px 0px #ffff1a,
    1px -1px 0px #ffff1a,
    -1px -1px 0px #ffff1a,
    1px 0px 0px #ffff1a,
    0px 1px 0px #ffff1a,
    -1px 0px 0px #ffff1a,
    0px -1px 0px #ffff1a;
}

#planbox .modal-wrapper .modal-window .modal-content ul li.kome {
  font-size: 1.3rem;
  margin-top: 1rem;
}

#planbox .modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

#planbox .modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  color: #000;
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
}

#planbox .modal-wrapper .modal-close:hover {
  color: #2b2e38 !important;
}

.tsbody .accordion {
  width: 100%;
}

.tsbody .accordion .accordion-open {
  display: block;
  padding: 25px;
  background: #efefef;
  cursor: pointer;
  margin: 40px 0 0;
  font-weight: bold;
  position: relative;
  font-size: 2rem;
}

h3.plan_select {
  text-align: center;
  margin: 30px;
  font-size: 1.8rem;
  font-weight: bold;
}

.plan_cercle {
  height: 100px;
  width: 100px;
  margin: 15px auto;
  padding: 0px 0;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.plan_name {
  line-height: 1.2;
}

.plan_name strong {
  font-size: 200%;
}

.plan_img {
  width: 50%;
  margin: 0 auto 15px;
}

ul.plan_detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}

ul.plan_detail li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  white-space: nowrap;
  margin: 5px;
  border: 1px solid #2b3349;
  border-radius: 30px;
  padding: 0 15px;
}

h4.plan_charge {
  text-align: center;
  font-size: 1.8rem;
}

.plan_cont {
  display: flex;
  justify-content: center;
  gap: 10%;
  margin: 25px auto 30px;
  flex-wrap: wrap;
}

.plan_cont .plan_cont_box {
  border: 3px solid #2b3349;
  color: #4e4e4e;
  padding: 15px 30px;
  border-radius: 30px;
  font-weight: bold;
}

.plan_cont .plan_cont_box:last-child {
  border: 3px solid #bca675;
}

.plan_cont .plan_cont_box .tsubo {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.plan_cont .plan_cont_box .price {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

.plan_r .plan_cont_box .price {
  text-align: center;
  font-size: 1.8rem;
  font-weight: normal;
}

.tsec04 .tcontainer02 .btn {
  margin-top: 80px;
}

@media only screen and (max-width: 1024px) {
  #planbox .plan-set .price {
    font-size: 40px;
  }

  .plan_cont .plan_cont_box {
    margin-bottom: 30px;
  }

  .tsbody .accordion .accordion-open {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 768px) {
  .tsec04 h2 {
    margin: 0 auto;
    text-align: center;
  }

  #planbox .plan-set h3 {
    font-size: 20px;
    padding: 20px 0;
  }

  #planbox .plan-set .plan-cont {
    padding: 20px 10px;
  }

  #planbox .plan-set .tsubo {
    line-height: 1.1;
  }

  #planbox .plan-set .tsubo .sp {
    display: block;
  }

  #planbox .plan-set .price {
    font-size: 26px;
  }

  #planbox .plan-set .plus {
    margin: 10px 0;
    font-size: 25px;
  }

  #planbox .plan-set .price small {
    font-size: 10px;
  }

  ul.plan_detail li {
    padding: 0 5px;
  }
}

@media only screen and (max-width: 479px) {
  .tsec04 {
    padding: 50px 0 0;
    margin-bottom: 70px;
  }
  .tsec04 h2 {
    width: 260px;
    font-size: 24px;
  }

  #planbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #planbox .plan-set {
    width: 100%;
    margin: 0 0 30px;
  }

  #planbox .modal-window {
    width: 95%;
  }

  #planbox .modal-wrapper .modal-window .modal-content {
    width: 90%;
  }

  #planbox .modal-wrapper .modal-window .modal-content ul {
    font-size: 1.2rem;
    line-height: 2;
  }

  .plan_r .plan_cont_box .price {
    font-size: 1.4rem;
  }
  .tsec04 .tcontainer02 .btn {
    max-width: 220px;
  }

  .plan_img {
    width: 80%;
  }
}

/* -----------------------------------------------

	 tsec05

----------------------------------------------- */
.tsec05 .tshead {
  margin-bottom: 20px;
}

.tsec05 .topnews-set {
  position: relative;
  width: calc(100% / 2 - 40px);
  margin: 0 20px 40px;
}

.tsec05 .topnews-set .image {
  max-width: 200px;
  margin-right: 30px;
  z-index: -1;
}

.tsec05 .topnews-set .ttl {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.3;
}

.tsec05 .topnews-set .date {
  font-size: 12px;
  color: #888888;
}

.tsec05 .tsa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: 0.5s;
}

.tsec05 .tsa:hover {
  opacity: 0.5;
  transition: 0.5s;
}

.entry-icon-new {
  background: #d90016;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 80%;
  margin-bottom: 10px;
  padding: 3px 20px;
  text-align: center;
  position: absolute;
}

@media only screen and (max-width: 1000px) {
  .tsec05 .topnews-set .image {
    max-width: 180px;
    margin-right: 20px;
    width: 40%;
  }

  .tsec05 .topnews-set .txts {
    width: 50%;
  }

  .tsec05 .topnews-set {
    width: calc(100% / 2 - 20px);
    margin: 0 10px 30px;
  }
}

@media only screen and (max-width: 768px) {
  .tsec05 {
    margin-bottom: 120px;
  }

  .tsec05 .topnews-set {
    width: calc(100% / 1 - 20px);
    margin: 0 10px 30px;
  }
}

@media only screen and (max-width: 479px) {
  .tsec05 {
    margin-bottom: 90px;
  }
}

/* -----------------------------------------------

	 tsec06

----------------------------------------------- */
.tsec06 {
  margin-bottom: 0;
}

.tsec06 .itset .txts {
  width: 40%;
  background: #2b3349;
  color: #fff;
  padding: 0 45px;
}

.tsec06 .itset .image {
  width: 60%;
}

.tsec06 .txts .txt {
  margin-bottom: 90px;
}

@media only screen and (max-width: 1600px) {
  .tsec06 .itset .image {
    width: 55%;
  }

  .tsec06 .itset .txts {
    width: 45%;
  }
}

@media only screen and (max-width: 1100px) {
  .tsec06 .itset .image,
  .tsec06 .itset .txts {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .tsec06 {
    margin-bottom: 300px;
  }

  .tsec06 .itset {
    position: relative;
  }

  .tsec06 .itset .txts {
    width: 310px;
    padding: 30px 45px;
  }

  .tsec06 .itset .image {
    width: 100%;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: -1;
  }
}

@media only screen and (max-width: 479px) {
  .tsec06 {
    /* margin-bottom: 120px; */
    margin-bottom: 0;
  }

  .tsec06 .cwrap {
    padding: 0;
  }

  .tsec06 .itset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tsec06 .itset .txts {
    width: 100%;
  }

  .tsec06 .itset .image {
    width: 100vw;
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
    position: relative;
    left: 0;
    top: 0;
  }

  .tsec06 .itset .txts {
    padding: 30px 25px 25px;
  }

  .tsec06 .itset .txt {
    margin-bottom: 60px;
    width: 210px;
  }
}

/* -----------------------------------------------

	 areamap

----------------------------------------------- */
.areamap .areawrap {
  margin-bottom: 70px;
}

.areamap .areawrap {
  position: relative;
  padding-top: 50px;
}

/*
.areamap .areawrap::after {
  content: "";
  display: inline-block;
  width: 210px;
  height: 210px;
  position: absolute;
  top: 0;
  right: 60px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/canopenstore.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
*/

.areamap .areawrap h3 {
  margin-bottom: 60px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.areamap .areawrap .image {
  margin-bottom: 60px;
}

.areamap .areawrap .share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.areamap .areawrap .share .image {
  width: 40%;
}

.areamap .areawrap .share .area_detail {
  width: 55%;
}

.areamap .areawrap .share .area_detail ul {
}

.areamap .areawrap .share .area_detail ul li.area_detail_flex {
  display: flex;
  align-items: center;
  width: 33%;
  margin-bottom: 35px;
}

.areamap .areawrap .area_detail {
  margin-bottom: 60px;
}

.areamap .areawrap .area_detail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
}

.areamap .areawrap .area_detail ul li {
  width: 25%;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 25px;
}

.areamap .areawrap .area_detail ul li span {
  display: inline-block;
  background: #0f0a04;
  color: #fff;
  width: 30px;
  text-align: center;
  font-size: 1.4rem;
  margin-right: 7px;
  padding: 7px;
  border-radius: 7px;
  font-weight: bold;
}

.areamap .areawrap .area_detail ul li label.open_button {
  display: flex;
  align-items: center;
}

.areamap .areawrap .area_detail ul li label.open_button div.deco {
  text-decoration: none;
  color: #000000;
  background-image: linear-gradient(90deg, #000000, #000000);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  transition: background-size 0.6s;
  margin-left: 1rem;
}

.areamap .areawrap .area_detail ul li label.open_button .trigger_img {
  width: 35px;
  margin-left: 1rem;
}

.areamap .areawrap .area_detail ul li label.open_button div.deco:hover {
  background-size: 100% 1px;
}

.areamap .areawrap .area_detail ul li label.open_button div.deco span {
  width: 100%;
  color: #937134;
  background: unset;
  text-align: justify;
  margin: unset;
  padding: unset;
}

.areamap .areawrap .share .area_detail ul li span {
  display: inline-block;
  background: #4d4d4d;
  color: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 1.4rem;
  margin-right: 7px;
  padding: 5px;
  border-radius: 100%;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .areamap .areawrap::after {
    width: 180px;
    height: 180px;
    top: -20px;
  }
  .areamap .areawrap .area_detail ul li {
    width: 33%;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 850px) {
  .areamap .areawrap {
    margin-bottom: 80px;
  }
  .areamap .areawrap .image {
    margin-bottom: 50px;
  }

  .areamap .areawrap .area_detail h3 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .areamap .areawrap::after {
    width: 150px;
    height: 150px;
    top: -30px;
    right: 30px;
  }

  .areamap .usec02-body .areawrap {
    margin-bottom: 0;
  }
  .areamap .areawrap .share .image {
    width: 100%;
  }

  .areamap .areawrap .share .area_detail {
    width: 100%;
  }

  .areamap .areawrap .share .area_detail ul li.area_detail_flex {
    width: 50%;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 650px) {
  .areamap .areawrap::after {
    width: 120px;
    height: 120px;
  }

  .areamap .areawrap .area_detail ul li span {
    width: 20px;
    font-size: 1.4rem;
    margin-right: 0;
    padding: 2px;
    border-radius: 2px;
  }

  .areamap .areawrap .area_detail ul li label.open_button .trigger_img {
    width: 20px;
    margin-left: 0.7rem;
  }
}

@media only screen and (max-width: 479px) {
  .areamap .areawrap {
    position: relative;
    padding-top: unset;
  }

  .areamap .usec02-body .areawrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .areamap .areawrap::after {
    position: absolute;
    transform: unset;
    width: 75px;
    height: 75px;
    top: 65px;
    right: 10px;
  }

  .areamap .areawrap::after {
    content: none;
  }

  .areamap .areawrap h3 {
    margin-bottom: 20px;
  }

  .areamap .areawrap .area_detail ul li {
    width: 50%;
    font-size: 1.1rem;
  }

  .areamap .areawrap .area_detail ul li span {
    font-size: 1rem;
  }
}

a.merit_detail {
  color: #fff;
  border: 2px solid #fff;
  padding: 0px 15px;
  border-radius: 30px;
  margin-top: 10px;
  font-size: 90%;
}

/*申し込みボタン*/
.btn-set {
  margin: 100px auto 0;
  position: relative;
  max-width: 300px;
  width: 100%;
  transition: 0.5s;
}

.btn_con,
a.btn_con,
button.btn_con {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  border-radius: 0;
  color: #fff;
  /*
  background: #000;
  border: solid 1px #000;*/
  background: #b1934f;
  border: solid 1px #b1934f;
}

a.btn-flat:hover {
  color: #000;
  opacity: 1;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 70px;
  left: 30px;
  width: 150%;
  height: 500%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-70%) rotate(135deg);
  transform: translateX(-98%) translateY(-70%) rotate(135deg);
  background: #fff;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-70%) rotate(135deg);
  transform: translateX(-9%) translateY(-70%) rotate(135deg);
}

@media only screen and (max-width: 479px) {
  .btn-set {
    margin: 50px auto 0;
  }
}

/*--------ご利用の流れ--------*/

.top_flow {
  text-align: center;
}

.top_flow dl {
  width: 50%;
  margin: auto;
  border: solid 3px #000;
  padding: 30px;
  max-width: 550px;
}

.vertical_border {
  width: 3px;
  background: #000;
  height: 50px;
  margin: 30px auto;
}

.top_flow dl dt {
  font-size: 2rem;
  margin-bottom: 15px;
}

.top_flow dl dd .btn-set {
  margin: 30px auto 0;
}

@media only screen and (max-width: 1000px) {
  .top_flow dl {
    width: 90%;
  }
}

@media only screen and (max-width: 479px) {
  .top_flow dl {
    width: 100%;
    padding: 15px;
  }

  .top_flow dl dt {
    font-size: 1.8rem;
  }

  .vertical_border {
    height: 30px;
    margin: 15px auto;
  }
}
