@charset "UTF-8";
/*設定読み込み
-------------------------------*/
/*共通
-------------------------------*/
.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/ /*MAC IE5*/
  height: auto;
  overflow: hidden;
  /**/
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  transition: 0.2s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

.clear {
  clear: both;
}

/*コンテンツ幅設定*/
/*レスポンシブ設定*/
html {
  font-size: 62.5%;
}
body {
  padding: 0;
  margin: 0 auto;
  border: 0 none;
  color: #333333;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
}

.right {
  float: right;
}

.left {
  float: left;
}

.sp-zone {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-zone {
    display: none;
  }
}

.pc-zone {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-zone {
    display: none;
  }
}

/* ヘッダーに適用 */
header {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  overflow-x: hidden;
}
body a {
  cursor: pointer;
}

.tablet__none {
  display: block;
}
@media screen and (max-width: 1050px) {
  .tablet__none {
    display: none;
  }
}

.tablet__block {
  display: none;
}
@media screen and (max-width: 1050px) {
  .tablet__block {
    display: block;
  }
}

.sp__none {
  display: block;
}
@media screen and (max-width: 850px) {
  .sp__none {
    display: none;
  }
}

.sp__block {
  display: none;
}
@media screen and (max-width: 850px) {
  .sp__block {
    display: block;
  }
}

@keyframes slidein {
  from {
    opacity: 0;
    transform: translate(10%, 0%);
  }
  to {
    opacity: 1;
    transform: translate(0%, 0%);
  }
}
.season__icon {
  display: none;
}

.season__spring h1.spring {
  display: block !important;
}
.season__spring .spring__icon {
  display: block;
}
.season__spring .basic__menu .basic__menu__list .itembasic a:hover {
  background-color: #ee8389;
}
.season__spring .basic__menu .basic__menu__list.liststyle02 .basic__menu__list-item a:hover {
  background-color: #ee8389;
}
.season__spring .main__content .btn-detail:hover {
  background-color: #ee8389;
  border: 1px solid #ee8389;
  color: #fff;
  transition: 0.3s;
}
.season__spring .main__content .btn-detail:hover .arrow {
  transition: 0.3s;
  background-color: #fff;
}
.season__spring .main__content .btn-detail:hover .arrow::before {
  transition: 0.3s;
  border-top: 2px solid #ee8389;
  border-right: 2px solid #ee8389;
}
.season__spring .news-list .news-item a {
  transition: 0.3s;
}
.season__spring .news-list .news-item a:hover {
  opacity: 0.7;
}

.season__summer h1.summer {
  display: block !important;
}
.season__summer .summer__icon {
  display: block;
}
.season__summer footer {
  background: #c8dd69 !important;
}
.season__summer .basic__menu .basic__menu__list .itembasic a:hover {
  background-color: #ee8389;
}
.season__summer .basic__menu .basic__menu__list.liststyle02 .basic__menu__list-item a:hover {
  background-color: #ee8389;
}
.season__summer .main__content .btn-detail:hover {
  background-color: #ee8389;
  border: 1px solid #ee8389;
  color: #fff;
  transition: 0.3s;
}
.season__summer .main__content .btn-detail:hover .arrow {
  transition: 0.3s;
  background-color: #fff;
}
.season__summer .main__content .btn-detail:hover .arrow::before {
  transition: 0.3s;
  border-top: 2px solid #ee8389;
  border-right: 2px solid #ee8389;
}
.season__summer .news-list .news-item a {
  transition: 0.3s;
}
.season__summer .news-list .news-item a:hover {
  opacity: 0.7;
}

.season__autumn h1.autumn {
  display: block !important;
}
.season__autumn .autumn__icon {
  display: block;
}
.season__autumn footer {
  background: #ffc75f !important;
}
.season__autumn .basic__menu .basic__menu__list .itembasic a:hover {
  background-color: #ee8389;
}
.season__autumn .basic__menu .basic__menu__list.liststyle02 .basic__menu__list-item a:hover {
  background-color: #ee8389;
}
.season__autumn .main__content .btn-detail:hover {
  background-color: #ee8389;
  border: 1px solid #ee8389;
  color: #fff;
  transition: 0.3s;
}
.season__autumn .main__content .btn-detail:hover .arrow {
  transition: 0.3s;
  background-color: #fff;
}
.season__autumn .main__content .btn-detail:hover .arrow::before {
  transition: 0.3s;
  border-top: 2px solid #ee8389;
  border-right: 2px solid #ee8389;
}
.season__autumn .news-list .news-item a {
  transition: 0.3s;
}
.season__autumn .news-list .news-item a:hover {
  opacity: 0.7;
}

header {
  width: 100%;
  margin: auto;
  color: #383838;
}
header a {
  color: #383838;
}
@media screen and (max-width: 1050px) {
  header a {
    font-size: 1.3rem;
  }
}
header .topmenu a:hover {
  transition: 0.3s;
  background: #f5b1aa;
}
header .header__content {
  font-size: 1.6rem;
  max-width: 1215px;
  width: 95%;
  margin: auto;
}
header .header__content.headinfo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 95%;
  max-width: 1200px;
  padding-top: 20px;
  padding-bottom: 20px;
}
header .header__content.headinfo h1 {
  width: 75%;
  max-width: 245px;
  display: none;
}
header .header__content.headinfo .info {
  text-align: right;
  margin-right: 30px;
  margin-top: 10px;
}
header .header__content.headinfo .info span {
  display: block;
}
header .header__content.headinfo .info span a {
  display: block;
}
header .header__content.headinfo .info a {
  transition: 0.3s;
}
header .header__content.headinfo .info a:hover {
  opacity: 0.7;
}
header .tablet__flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
header .tablet__flex .tablet__block {
  width: 10%;
  display: table;
  text-align: center;
}
header .tablet__flex .tablet__block a {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
header .tablet__flex .basic__menu__wrap {
  width: 90%;
  border-left: 1px solid #383838;
}
header .tablet__flex .basic__menu__list .basic__menu__list-item a {
  padding: 2px 0;
  font-size: 1.45rem;
}
header .tablet__flex .basic__menu__list.liststyle01 .basic__menu__list-item {
  width: 16.393442623%;
}
@media screen and (max-width: 850px) {
  header .tablet__flex .basic__menu__list.liststyle01 .basic__menu__list-item {
    width: 18.1818181818%;
  }
}
header .tablet__flex .basic__menu__list.liststyle01 .basic__menu__list-item:nth-child(n+7):nth-child(-n+13) {
  margin-bottom: 0;
  margin-top: 10px;
}
header .tablet__flex .basic__menu__list.liststyle01 .basic__menu__list-item:nth-child(6) {
  border: none;
}
header .tablet__flex .basic__menu__list.liststyle01 .basic__menu__list-item:nth-child(n+8) {
  margin-bottom: 0;
}
header .tablet__flex .basic__menu__list.liststyle01 .basic__menu__list-item.type05 span.icon {
  width: 14px;
}
header .tablet__flex .basic__menu__list.liststyle01 .basic__menu__list-item.type06 span.icon {
  width: 19px !important;
}
header .tablet__flex .basic__menu__list.liststyle01 .basic__menu__list-item.comingsoon {
  position: relative;
}
header .tablet__flex .basic__menu__list.liststyle01 .basic__menu__list-item.comingsoon a {
  pointer-events: none;
}
header .tablet__flex .basic__menu__list.liststyle01 .basic__menu__list-item.comingsoon:before {
  content: "coming soon";
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: #fff;
  opacity: 0;
  transition: 0.3s;
}
header .tablet__flex .basic__menu__list.liststyle01 .basic__menu__list-item.comingsoon:hover:before {
  opacity: 1;
}
header .tablet__flex .basic__menu__list.liststyle02 {
  justify-content: left;
}
header .tablet__flex .basic__menu__list.liststyle02 .basic__menu__list-item {
  width: 16.393442623%;
}
@media screen and (max-width: 850px) {
  header .tablet__flex .basic__menu__list.liststyle02 .basic__menu__list-item {
    width: 18.1818181818%;
  }
}
header .tablet__flex .basic__menu__list.liststyle02 .basic__menu__list-item.qa span {
  letter-spacing: 3px;
}
header .basic__menu .basic__menu__list a {
  min-height: 25px;
  transition: 0.3s !important;
  opacity: 1;
}
header .basic__menu .basic__menu__list.liststyle01 {
  margin-bottom: 10px;
  flex-wrap: wrap;
  justify-content: left;
}
header .basic__menu .basic__menu__list.liststyle01 .basic__menu__list-item:nth-child(6) a span.icon {
  width: 14px;
}
header .basic__menu .basic__menu__list.liststyle01 .basic__menu__list-item.type01 a:hover {
  background: #cbe6b2;
}
header .basic__menu .basic__menu__list.liststyle01 .basic__menu__list-item.type02 a:hover {
  background: #ffc6c6;
}
header .basic__menu .basic__menu__list.liststyle01 .basic__menu__list-item.type03 a:hover {
  background: #cfc6d8;
}
header .basic__menu .basic__menu__list.liststyle01 .basic__menu__list-item.type04 a:hover {
  background: #c1e4ec;
}
header .basic__menu .basic__menu__list.liststyle01 .basic__menu__list-item.type05 a:hover {
  background: #fff4b3;
}
header .basic__menu .basic__menu__list.liststyle01 .basic__menu__list-item.type06 a:hover {
  background: #ffd867;
}
header .basic__menu .basic__menu__list.liststyle01 .basic__menu__list-item.season01 a:hover {
  background: #f5b1aa;
}
header .basic__menu .basic__menu__list.liststyle01 .basic__menu__list-item.season02 a:hover {
  background: #c8dd69;
}
header .basic__menu .basic__menu__list.liststyle01 .basic__menu__list-item.season03 a:hover {
  background: #ffc75f;
}
header .basic__menu .basic__menu__list.liststyle01 .basic__menu__list-item.season04 a:hover {
  background: #c1e4ec;
}
@media screen and (max-width: 1050px) {
  header .basic__menu .basic__menu__list.liststyle01 .basic__menu__list-item {
    width: 15.3846153846%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1050px) {
  header .basic__menu .basic__menu__list.liststyle02 .basic__menu__list-item {
    width: 15.3846153846%;
    margin-bottom: 10px;
  }
}

.basic__menu .basic__menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.basic__menu .basic__menu__list .basic__menu__list-item {
  border-right: 1px solid #383838;
  cursor: pointer;
}
.basic__menu .basic__menu__list .basic__menu__list-item:last-child {
  border-right: none;
}
.basic__menu .basic__menu__list .basic__menu__list-item a {
  transition: opacity 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  padding: 5px 0;
  align-items: center;
  font-size: 1.5rem;
}
.basic__menu .basic__menu__list .basic__menu__list-item a:hover {
  opacity: 0.8;
}
.basic__menu .basic__menu__list .basic__menu__list-item a span {
  display: inline-block;
}
.basic__menu .basic__menu__list .basic__menu__list-item a span.icon {
  width: 20px;
  margin-right: 6px;
}
.basic__menu .basic__menu__list .basic__menu__list-item a span img {
  width: 100px;
  height: auto;
  display: block;
}
.basic__menu .basic__menu__list .basic__menu__list-item.course .icon {
  width: 13px;
}
.basic__menu .basic__menu__list.liststyle01 .basic__menu__list-item {
  width: 8.3333333333%;
}
.basic__menu .basic__menu__list.liststyle02 .basic__menu__list-item {
  width: 16.6666666667%;
}

.basic__menu__sp {
  width: 100%;
  border-top: 1px solid #aaa;
}
.basic__menu__sp .basic__menu__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #aaa;
}
.basic__menu__sp .basic__menu__list .basic__menu__list-item {
  width: 100%;
  text-align: center;
  border-right: 1px solid #aaa;
}
.basic__menu__sp .basic__menu__list .basic__menu__list-item a {
  display: block;
  width: 100%;
  padding: 17px 0;
  line-height: 1.5em;
}
.basic__menu__sp .basic__menu__list .basic__menu__list-item:last-child {
  border-right: none;
}
.basic__menu__sp .basic__menu__list .basic__menu__list-item.top {
  padding: 10px 0;
  font-size: 1.8rem;
}
.basic__menu__sp .basic__menu__list .basic__menu__list-item.icon__s.type05 a {
  padding: 17px 0;
}
.basic__menu__sp .basic__menu__list .basic__menu__list-item.icon__s a {
  padding: 12px 0;
}
.basic__menu__sp .basic__menu__list .basic__menu__list-item.icon__s a .icon {
  width: 12px;
}
.basic__menu__sp .basic__menu__list .basic__menu__list-item.comingsoon a {
  padding: 28px 0;
}
.basic__menu__sp .basic__menu__list .icon {
  width: 17px;
  display: block;
  margin: auto auto 2.5% auto;
}
.basic__menu__sp .basic__menu__list .icon img {
  width: 100%;
  height: auto;
}

.main__content {
  font-size: 1.6rem;
  max-width: 1200px;
  width: 90%;
  margin: auto;
  color: #383838;
  line-height: 1.85em;
  position: relative;
  /* 赤い丸と白い矢印 */
}
@media screen and (max-width: 1050px) {
  .main__content {
    min-width: 1200px;
  }
}
.main__content a {
  color: #383838;
}
.main__content .season__icon {
  position: absolute;
  top: 0;
  left: 0;
}
.main__content .season__icon.spring__icon01 {
  top: 0%;
  left: 68%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.main__content .season__icon.spring__icon02 {
  top: 30px;
  left: 0;
}
.main__content .season__icon.spring__icon03 {
  top: -35%;
  left: 70%;
  /* transform: translate(-50%, -50%); */
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.main__content .season__icon.spring__icon04 {
  top: -16%;
  left: 28%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.main__content .season__icon.spring__icon05 {
  top: -23%;
  left: -1%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.main__content .season__icon.spring__icon06 {
  top: -12.5%;
  left: 65%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.main__content .season__icon.spring__icon07 {
  top: -22.5%;
  position: absolute;
  right: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(90%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.main__content .season__icon.spring__icon08 {
  top: -22.5%;
  left: 5%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.main__content .season__icon.spring__icon09 {
  top: -34.5%;
  left: 38%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.main__content .season__icon.spring__icon10 {
  top: -52.5%;
  left: 79%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-30%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.main__content .season__icon.summer__icon01 {
  top: 12%;
  left: 74%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.main__content .season__icon.summer__icon02 {
  top: 279px;
  left: 0;
}
.main__content .season__icon.summer__icon03 {
  top: -7%;
  left: 80%;
  /* transform: translate(-50%, -50%); */
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.main__content .season__icon.summer__icon04 {
  top: -12%;
  left: 25%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.main__content .season__icon.summer__icon05 {
  top: -20%;
  left: 2%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.main__content .season__icon.summer__icon06 {
  top: -17.5%;
  left: 29%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.main__content .season__icon.summer__icon07 {
  top: -11.5%;
  position: absolute;
  right: 32%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(90%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.main__content .season__icon.summer__icon08 {
  display: none;
  top: 470px;
  left: 83%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.main__content .season__icon.summer__icon09 {
  position: absolute;
  top: 100%;
  left: 10%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.main__content .season__icon.summer__icon10 {
  top: -12.5%;
  left: 30.4%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-30%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.main__content .season__icon.summer__icon11 {
  top: -12%;
  left: 63%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.main__content .season__icon.summer__icon12 {
  bottom: -50px;
  left: 24%;
  top: auto;
}
.main__content .season__icon.summer__icon13 {
  top: auto;
  left: 0%;
  bottom: -50%;
  /* transform: translate(-50%, -50%); */
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.main__content .season__icon.summer__icon014 {
  position: absolute;
  top: -40%;
  left: auto;
  right: 5%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.main__content .season__icon.autumn__icon01 {
  top: 12%;
  left: 74%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.main__content .season__icon.autumn__icon02 {
  top: 19px;
  left: 12%;
}
.main__content .season__icon.autumn__icon03 {
  top: -27%;
  left: 70%;
  /* transform: translate(-50%, -50%); */
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.main__content .season__icon.autumn__icon04 {
  top: -6%;
  left: 25%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.main__content .season__icon.autumn__icon05 {
  top: -20%;
  left: 2%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.main__content .season__icon.autumn__icon06 {
  top: -11.5%;
  position: absolute;
  right: 32%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.main__content .season__icon.autumn__icon07 {
  top: 51.5%;
  position: absolute;
  right: 12%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(90%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.main__content .season__icon.autumn__icon08 {
  top: -55%;
  left: 13%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.main__content .season__icon.autumn__icon09 {
  position: absolute;
  top: -24%;
  left: 30%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.main__content .season__icon.autumn__icon10 {
  top: -47.5%;
  left: 80.4%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-30%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.main__content .btn-detail {
  width: 235px;
  padding: 10px 20px 10px 30px;
  border: 1px solid #000;
  border-radius: 999px;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.3s ease;
  display: block;
  font-size: 1.7rem;
}
.main__content .btn-detail span {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.main__content .btn-detail .arrow {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #ee8389; /* 画像の矢印色に近い */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.main__content .btn-detail .arrow::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: -4px;
}
.main__content .btn-detail:hover {
  opacity: 1;
}

.topcontentsection {
  background: #fff;
  padding: 90px 0 195px 0;
  position: relative;
}
.topcontentsection.gray {
  background: #f5f2e9;
}
.topcontentsection.readarea {
  padding: 40px 0 190px 0;
}
.topcontentsection.readarea h2 {
  text-align: center;
  font-size: 2.1rem;
  margin-bottom: 45px;
  font-weight: bold;
}
.topcontentsection.readarea h2 span {
  background: #fff;
  padding: 0 5px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.topcontentsection.readarea h2 span:before {
  content: "";
  border-bottom: 1px solid #383838;
  width: 25px;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.topcontentsection.readarea h2 span:after {
  content: "";
  border-bottom: 1px solid #383838;
  width: 25px;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.topcontentsection.readarea h3 {
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 40px;
  line-height: 1.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.topcontentsection.readarea h3:before {
  content: "";
  border-bottom: 1px solid #383838;
  width: 158px;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.topcontentsection.readarea .content {
  width: 90%;
  max-width: 735px;
  margin: auto;
  margin-bottom: 45px;
  text-align: center;
}
.topcontentsection.readarea .btn-detail {
  margin: auto;
}
.topcontentsection#topslide {
  position: relative;
  padding: 0;
}
.topcontentsection#topslide .slick-dots {
  position: absolute;
  display: flex;
  justify-content: right;
  bottom: 20px;
  right: 20px;
}
.topcontentsection#topslide .slick-dots li {
  width: 8px;
  height: 8px;
  margin-left: 12px;
  background: #aaa;
  border-radius: 50%;
}
.topcontentsection#topslide .slick-dots li.slick-active {
  background: #ee8389;
}
.topcontentsection#topslide .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
}
.topcontentsection#topslide .message__text {
  position: absolute;
  top: 5%;
  left: 0;
  z-index: 99;
}
.topcontentsection#topslide .message__text .message__text__list {
  opacity: 0;
  font-size: 3rem;
  background: #fff;
  margin-bottom: 10px;
  padding: 10px 10px 10px 20px;
  display: inline-block;
  letter-spacing: 8.5px;
  transform: translate(10%, 0%);
}
.topcontentsection#topslide .message__text .message__text__list.sec {
  margin-left: 205px;
}
.topcontentsection#topslide .slick-active .message__text .message__text__list {
  animation-duration: 1.2s;
  animation-delay: 0.3s;
  animation-name: slidein;
  animation-fill-mode: forwards;
  transform: translate(0%, 0%);
}
.topcontentsection#topslide .slick-active .message__text .message__text__list.sec {
  animation-delay: 0.6s;
  margin-left: 205px;
}
.topcontentsection#topslide .slick-slide img {
  width: 100%;
  height: auto;
}
.topcontentsection#topslide button {
  display: none !important;
}
.topcontentsection#toparea02 .btn-detail {
  margin: auto;
}
.topcontentsection#toparea03 {
  padding-bottom: 80px;
  padding-top: 100px;
}
.topcontentsection#toparea03 .news-circle {
  padding-top: 40px;
}
.topcontentsection#toparea03 .main__content {
  max-width: 1150px;
}
.topcontentsection#toparea03 .main__content .aboutshokawa__list {
  padding: 0 0px;
}
.topcontentsection#toparea03 .btn-detail {
  margin: auto 0 auto auto;
}
.topcontentsection#toparea03 .aboutshokawa__list__item a p {
  position: relative;
}
.topcontentsection#toparea03 .aboutshokawa__list__item a p span {
  position: relative;
}
.topcontentsection#toparea03 .aboutshokawa__list__item a p .infotext {
  max-width: 90%;
  display: inline-block;
  margin: auto 0 auto auto;
  line-height: 1.3em;
}
.topcontentsection#toparea03 .aboutshokawa__list__item a p .map-pin {
  transform: rotate(45deg) scale(0.8, 0.8);
  position: absolute;
  top: 0px;
  margin: 0;
  left: -20px;
}
.topcontentsection#toparea03 .aboutshokawa__list__item a p.photo__p {
  padding-top: 84%;
}
.topcontentsection#toparea03 .aboutshokawa__list__item .map-pin {
  background: #ee8389;
}
.topcontentsection#toparea03 .aboutshokawa__list__item.type01 .map-pin {
  background: #cbe6b2;
}
.topcontentsection#toparea03 .aboutshokawa__list__item.type02 .map-pin {
  background: #ffc6c6;
}
.topcontentsection#toparea03 .aboutshokawa__list__item.type03 .map-pin {
  background: #cfc6d8;
}
.topcontentsection#toparea03 .aboutshokawa__list__item.type04 .map-pin {
  background: #c1e4ec;
}
.topcontentsection#toparea03 .aboutshokawa__list__item.type06 .map-pin {
  background: #ffd867;
}
.topcontentsection#toparea03 .aboutshokawa__list__item.type05 .map-pin {
  background: #fff4b3;
}
.topcontentsection#toparea04 {
  padding-bottom: 80px;
}
.topcontentsection#toparea04 .news-circle {
  padding-top: 40px;
}
.topcontentsection#toparea04 .main__content {
  width: 1150px;
  font-weight: bold;
}
.topcontentsection#toparea04 .main__content .contentlist {
  padding: 0;
  justify-content: center;
}
.topcontentsection#toparea04 .main__content .contentlist .contentlist__item a {
  display: block;
}
.topcontentsection#toparea04 .main__content .contentlist .contentlist__item a img {
  padding: 5px;
  background: #fff;
}
.topcontentsection#toparea04 .main__content .contentlist P {
  position: relative;
  font-size: 1.6rem;
  text-align: center;
  padding-top: 10px;
}
.topcontentsection#toparea04 .main__content .contentlist P::after {
  content: "";
  width: 105px;
  border-bottom: 1px solid #383838;
  top: 0px;
  position: absolute;
  right: 50%;
  transform: translate(50%, 0px);
}
.topcontentsection#toparea04 .main__content .contentlist P span {
  display: inline-block;
  position: relative;
}
.topcontentsection#toparea04 .main__content .contentlist P .map-pin {
  display: block;
  transform: rotate(45deg) scale(0.8, 0.8);
  position: absolute;
  top: 3px;
  margin: 0;
  left: -20px;
}
.topcontentsection#toparea04 h3 {
  margin: 20px 0;
  text-align: center;
}
.topcontentsection#toparea04 .btn-detail {
  margin: 0 0 auto auto;
  font-weight: normal;
}
.topcontentsection#toparea05 .news-circle {
  padding-top: 40px;
}
.topcontentsection#toparea05 .contentlist {
  margin-bottom: 135px;
  text-align: center;
  justify-content: center;
}
.topcontentsection#toparea05 .contentlist .btn-detail {
  margin: auto;
}
.topcontentsection#toparea05 .contentlist .contentlist__item a {
  display: block;
}
.topcontentsection#toparea05 .contentlist .contentlist__item a:hover {
  transform: translateY(-15px);
}
.topcontentsection#toparea05 .contentlist .contentlist__item img {
  margin-bottom: 20px;
}
.topcontentsection#toparea05 .flexcontent__text p {
  text-align: justify;
  letter-spacing: 0.8px;
}
.topcontentsection#toparea06 {
  padding-bottom: 60px;
}
.topcontentsection#toparea06 .btn-detail {
  margin: auto;
}
.topcontentsection#toparea06 .btn-detail.followme span {
  letter-spacing: 3px;
}
.topcontentsection#toparea07 .news-section {
  position: static;
  -webkit-transform: translate(0%, -50%);
}
.topcontentsection#toparea07 .news-section .news-circle.white {
  height: 145px;
}
.topcontentsection#toparea07 .flexcontent__photo {
  height: 0;
  padding-top: 35.5%;
  position: relative;
}
.topcontentsection#toparea07 .flexcontent__photo iframe {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
}

.map-pin {
  position: relative;
  width: 18px;
  height: 18px;
  background: #ee8389;
  border-radius: 50% 50% 5% 50%/50% 50% 5% 50%;
  transform: rotate(45deg);
  margin: 50px auto;
}
.map-pin::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.news-section {
  text-align: center;
  margin-bottom: -50px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.news-section .news-circle {
  width: 350px;
  height: 175px;
  border-top-left-radius: 175px;
  border-top-right-radius: 175px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  box-sizing: border-box;
}
.news-section .news-circle.gray {
  background: #f5f2e9;
}
.news-section .news-circle.white {
  background: #fff;
}
.news-section .news-circle .icon {
  width: 24px;
  height: auto;
  margin-bottom: 8px;
}
.news-section .news-circle .icon.icon42 {
  width: 42px;
}
.news-section .news-circle .icon.icon35 {
  width: 35px;
}
.news-section .news-circle .title {
  font-weight: bold;
  font-size: 2.5rem;
  color: #333;
  margin: 0;
  position: relative;
  line-height: 1.5em;
}
.news-section .news-circle .title span {
  font-size: 1.5rem;
  line-height: 1.3em;
  display: block;
  font-weight: normal;
}
.news-section .news-circle .title:after {
  content: "";
  width: 105px;
  border-bottom: 1px solid #383838;
  bottom: -15px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.top__subtitle {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 60px;
}
.top__subtitle span {
  width: 32px;
  display: block;
  margin-right: 5px;
}
.top__subtitle::after {
  content: "";
  width: 105px;
  border-bottom: 1px solid #383838;
  bottom: -20px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.news-list {
  width: 100%;
  max-width: 685px;
  margin: 0 auto 50px auto;
  font-family: sans-serif;
}
.news-list .news-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.6rem;
  line-height: 1em;
}
.news-list .news-item .news-date {
  flex-shrink: 0;
  width: 20%;
  max-width: 120px;
  font-weight: bold;
  color: #2e2e2e;
  border-bottom: 1px solid #676664;
  padding: 25px 0;
  display: block;
  text-align: center;
}
.news-list .news-item .news-title {
  width: 75%;
  max-width: 525px;
  color: #2e2e2e;
  border-bottom: 1px solid #676664;
  padding: 25px 0;
  display: block;
}

.aboutshokawa__list {
  max-width: 1150px;
  margin: 0 auto 55px auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
}
.aboutshokawa__list .aboutshokawa__list__item {
  width: calc(23.865% - 19.333px);
  background-color: #fdfdfd;
  position: relative;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}
.aboutshokawa__list .aboutshokawa__list__item .icon {
  display: flex;
}
.aboutshokawa__list .aboutshokawa__list__item .icon .abouticon01,
.aboutshokawa__list .aboutshokawa__list__item .icon .abouticon02,
.aboutshokawa__list .aboutshokawa__list__item .icon .abouticon03,
.aboutshokawa__list .aboutshokawa__list__item .icon .abouticon04,
.aboutshokawa__list .aboutshokawa__list__item .icon .abouticon05,
.aboutshokawa__list .aboutshokawa__list__item .icon .abouticon06 {
  display: none;
  margin-right: 5px;
}
.aboutshokawa__list .aboutshokawa__list__item .infotext {
  max-width: 90%;
  display: inline-block;
  margin: auto 0 auto auto;
}
.aboutshokawa__list .aboutshokawa__list__item .infotext .map-pin {
  transform: rotate(45deg) scale(0.8, 0.8);
  position: absolute;
  top: 5px;
  margin: 0;
  left: -20px;
}
.aboutshokawa__list .aboutshokawa__list__item.type01 .abouticon01 {
  display: block;
}
.aboutshokawa__list .aboutshokawa__list__item.type02 .abouticon02 {
  display: block;
}
.aboutshokawa__list .aboutshokawa__list__item.type03 .abouticon03 {
  display: block;
}
.aboutshokawa__list .aboutshokawa__list__item.type04 .abouticon04 {
  display: block;
}
.aboutshokawa__list .aboutshokawa__list__item.type05 .abouticon06 {
  display: block;
}
.aboutshokawa__list .aboutshokawa__list__item.type06 .abouticon05 {
  display: block;
}
.aboutshokawa__list .aboutshokawa__list__item:hover {
  transform: translateY(-15px);
}
.aboutshokawa__list .aboutshokawa__list__item .icon {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 70px;
  height: 70px;
  z-index: 99;
}
.aboutshokawa__list .aboutshokawa__list__item a {
  display: block;
  padding: 12px;
  text-decoration: none;
  color: inherit;
}
.aboutshokawa__list .aboutshokawa__list__item a img {
  width: 100%;
  height: auto;
  margin-bottom: 35px;
}
.aboutshokawa__list .aboutshokawa__list__item a .photo__p {
  position: relative;
  height: 0;
  padding-top: 84.3%;
  overflow: hidden;
}
.aboutshokawa__list .aboutshokawa__list__item a .photo__p::after {
  display: none;
}
.aboutshokawa__list .aboutshokawa__list__item a .photo__p img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
}
.aboutshokawa__list .aboutshokawa__list__item a h3 {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.aboutshokawa__list .aboutshokawa__list__item a p {
  font-size: 1.55rem;
  text-align: right;
  font-weight: bold;
  padding-top: 10px;
  text-align: center;
}
.aboutshokawa__list .aboutshokawa__list__item a p::after {
  content: "";
  width: 105px;
  border-bottom: 1px solid #383838;
  top: 0px;
  position: absolute;
  right: 50%;
  transform: translate(50%, 0px);
}

.contentlist {
  max-width: 1150px;
  margin: 0 auto 55px auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.contentlist .contentlist__item {
  width: calc(23.865% - 19.333px);
  position: relative;
  transition: transform 0.3s ease;
}
.contentlist .contentlist__item h3 {
  font-size: 1.8rem;
  font-weight: 500;
}

.flexcontent {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  max-width: 860px;
  margin: auto;
  position: relative;
}
.flexcontent .flexcontent__photo {
  width: 48%;
  max-width: 385px;
}
.flexcontent .flexcontent__text {
  width: 48%;
  max-width: 430px;
}
.flexcontent .flexcontent__text p {
  margin-bottom: 55px;
}
.flexcontent .flexcontent__text p strong {
  font-weight: bold;
}
.flexcontent .flexcontent__text .btn-detail {
  margin: 0 0 auto auto;
}

.errorpage {
  background-image: linear-gradient(90deg, rgba(168, 202, 240, 0.52), rgba(255, 255, 255, 0.52));
  color: #333;
  height: 80vh;
  width: 100%;
  padding: 20vh 10% 0;
  line-height: 2em;
}
.errorpage__title {
  font-size: 5vw;
  margin-bottom: 70px;
  font-weight: bold;
}
.errorpage__title span {
  font-size: 6vw;
}
.errorpage__text strong {
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  font-size: 145%;
}
.errorpage__text a {
  display: inline-block;
  margin-block-start: 10px;
  font-weight: bold;
  text-decoration: underline;
}
.errorpage__text a:hover {
  opacity: 0.7;
}

.sidemenu {
  width: 25%;
  padding-top: 10px;
}
.sidemenu ul {
  width: 100%;
  margin-bottom: 30px;
}
.sidemenu ul:last-child {
  margin-bottom: 0;
}
.sidemenu ul li {
  margin-bottom: 15px;
}
.sidemenu ul li a {
  font-size: 1.4rem;
  font-weight: bold;
  width: 100%;
  display: block;
  transition: 0.3s;
}
.sidemenu ul li a:hover {
  opacity: 0.7;
}
.sidemenu ul li.menulist__item {
  margin-bottom: 10px;
}
.sidemenu ul li.menulist__item a {
  font-weight: normal;
  font-size: 1.4rem;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}

#topcontent {
  overflow-x: hidden;
}
#topcontent.allcontent {
  font-size: 140%;
  width: 100%;
  max-width: 100%;
  margin: auto;
}
#topcontent.allcontent .topcontent__section {
  width: 100%;
  max-width: 100%;
  margin: auto;
}
#topcontent.allcontent .topcontent__section .content__a {
  width: 1100px;
  max-width: 1100px;
  margin: auto;
}
#topcontent.allcontent .topcontent__section .content__b {
  width: 1000px;
  max-width: 1000px;
  margin: auto;
}
#topcontent.allcontent .topcontent__section h1 {
  font-size: 180%;
}
#topcontent.allcontent .topcontent__section#toparea07 .news-section .news-circle .icon {
  width: 34px;
}
#topcontent #news .news-circle .title span {
  font-size: 2rem;
  font-weight: 600;
}
#topcontent #news .news-circle .title span.light {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.5em;
}

.page__title__content {
  position: relative;
  margin-bottom: 60px;
  height: 180px;
  background: url(../images/sky.png) no-repeat top center;
  background-size: cover;
}
.page__title__content h1 {
  font-weight: bold;
  font-size: 3.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  line-height: 1.5em;
  text-align: center;
  text-shadow: 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, -1px 1px 3px #fff, -1px 1px 3px #fff, -1px 1px 3px #fff, -1px 1px 3px #fff, -1px 1px 3px #fff, -1px 1px 3px #fff, -1px 1px 3px #fff, -1px 1px 3px #fff, -1px 1px 3px #fff, -1px -1px 3px #fff;
}
.page__title__content.taxonomy__spring {
  background: url(../images/taxonomy__spring.png) no-repeat top center;
  background-size: cover;
}
.page__title__content.taxonomy__summer {
  background: url(../images/taxonomy__summer.png) no-repeat top center;
  background-size: cover;
}
.page__title__content.taxonomy__autumn {
  background: url(../images/taxonomy__autumn.png) no-repeat top center;
  background-size: cover;
}
.page__title__content.taxonomy__winter {
  background: url(../images/taxonomy__winter.png) no-repeat top center;
  background-size: cover;
}

#pagecontent {
  width: 100%;
  min-width: 1200px;
  margin: auto auto 100px auto;
  font-size: 1.5rem;
}
#pagecontent img {
  max-width: 100%;
  height: auto;
}
#pagecontent .content__wrap {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
#pagecontent .content__wrap .sidemenu {
  width: 25%;
  max-width: 250px;
}
#pagecontent .content__wrap .content {
  width: 85%;
  max-width: 880px;
  margin: 0;
}
#pagecontent .content {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

footer h1 {
  display: none;
}
footer .footerer__content {
  padding: 25px 0 40px 0;
  display: flex;
  justify-content: space-between;
}
footer .footerer__content .footer__none {
  display: none;
}
footer .footerer__content h1 {
  width: 60%;
  max-width: 280px;
}
footer .footerer__content .menuzone {
  width: 100%;
  max-width: 880px;
}
footer .footerer__content .menuzone .basic__menu .basic__menu__list {
  margin-block: 15px;
  margin-top: 0;
}
footer .footerer__content .menuzone .basic__menu .basic__menu__list .basic__menu__list-item a {
  font-size: 1.4rem;
  padding: 5px 0;
  line-height: 1em;
}
footer .footerer__content .menuzone .basic__menu .basic__menu__list .basic__menu__list-item a span {
  line-height: 1em;
  display: block;
  min-height: 25px;
}
footer .footerer__content .menuzone .basic__menu .basic__menu__list .basic__menu__list-item a span.icon {
  width: 20px;
  margin: auto;
  margin-bottom: 10px;
  min-height: 25px;
  display: flex;
}
footer .footerer__content .menuzone .basic__menu .basic__menu__list .basic__menu__list-item a span:nth-child(2) {
  line-height: 1.7em;
}
footer .footerer__content .menuzone .basic__menu .basic__menu__list .basic__menu__list-item:nth-child(5) span.icon {
  min-height: 15px;
  display: flex;
}
footer .footerer__content .menuzone .basic__menu .basic__menu__list .basic__menu__list-item.type05 a span.icon {
  width: 12px !important;
}
footer .footerer__content .menuzone .basic__menu .basic__menu__list .basic__menu__list-item.course a {
  font-size: 1.3rem;
}
footer .footerer__content .menuzone .basic__menu .basic__menu__list .basic__menu__list-item.course a span.icon {
  width: 11.5px !important;
  padding-bottom: 3px;
}
footer .footerer__content .menuzone .basic__menu .basic__menu__list .basic__menu__list-item.hovernone a:hover {
  background: none;
}
footer .footerer__content .menuzone .basic__menu .basic__menu__list .basic__menu__list-item.comingsoon {
  position: relative;
}
footer .footerer__content .menuzone .basic__menu .basic__menu__list .basic__menu__list-item.comingsoon a {
  pointer-events: none;
}
footer .footerer__content .menuzone .basic__menu .basic__menu__list .basic__menu__list-item.comingsoon:before {
  content: "coming\asoon";
  white-space: pre;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
  font-size: 1.1rem;
  line-height: 1.3rem;
}
footer .footerer__content .menuzone .basic__menu .basic__menu__list .basic__menu__list-item.comingsoon:hover:before {
  opacity: 1;
}
footer .footerer__content .menuzone .basic__menu .basic__menu__list .basic__menu__list-item.comingsoon:hover span {
  opacity: 0;
}
footer .footerer__content .menuzone .basic__menu .basic__menu__list.liststyle01 .basic__menu__list-item a {
  display: block;
  line-height: 1em;
  padding: 5px 0 0px 0;
}
footer .footerer__content .menuzone .basic__menu .basic__menu__list.liststyle01 .basic__menu__list-item a span {
  line-height: 1em;
  display: block;
}
footer .footerer__content .menuzone .basic__menu .basic__menu__list.liststyle01 .basic__menu__list-item a span.icon {
  width: 14px;
  margin: auto;
  margin-bottom: 0px;
  min-height: 30px;
  display: flex;
  align-items: center;
}
footer .footerer__content .menuzone .basic__menu .basic__menu__list.liststyle02 .basic__menu__list-item {
  width: 20%;
}
footer .footerer__content .menuzone .basic__menu .basic__menu__list.liststyle02 .basic__menu__list-item a {
  display: flex;
}
footer .footerer__content .menuzone .basic__menu .basic__menu__list.liststyle02 .basic__menu__list-item a span.icon {
  margin: 0 5px 0 0;
}
footer .footerer__content .menuzone .info {
  margin-left: 25px;
}

#news-pagezone .news-list {
  max-width: 100%;
}
#news-pagezone .news-list .news-date {
  max-width: 170px;
}
#news-pagezone .news-list .news-title {
  max-width: 660px;
}
#news-pagezone .single h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.5em;
}
#news-pagezone .single .content .text-right {
  text-align: right;
  margin-bottom: 40px;
  font-size: 13px;
  color: #aaa;
}
#news-pagezone .single .content .newssingle {
  font-size: 1.5rem;
  line-height: 1.5em;
  padding: 30px 1%;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
#news-pagezone .single .content .newssingle h2 {
  margin-bottom: 0px;
  font-weight: 700;
  line-height: 1.5em;
}
#news-pagezone .single .content .newssingle h3 {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5em;
}
#news-pagezone .single .content .newssingle h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5em;
}
#news-pagezone .single .content .newssingle strong {
  font-weight: 700;
}

#live-pagezone .contentlist__item {
  width: calc(30.865% - 19.333px);
}
#live-pagezone .contentlist__item h3 {
  font-size: 1.6rem;
  line-height: 2em;
  text-align: center;
  margin-top: 10px;
}
#live-pagezone .news-list {
  max-width: 100%;
}
#live-pagezone .news-list .news-date {
  max-width: 170px;
}
#live-pagezone .news-list .news-title {
  max-width: 660px;
}
#live-pagezone .single h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.5em;
}
#live-pagezone .single .content {
  font-size: 1.5rem;
  line-height: 1.5em;
  padding: 30px 1%;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
#live-pagezone .single .content h2 {
  margin-bottom: 0px;
  font-weight: 700;
  line-height: 1.5em;
}
#live-pagezone .single .content h3 {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5em;
}
#live-pagezone .single .content h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5em;
}
#live-pagezone .single .content strong {
  font-weight: 700;
}
#live-pagezone .single .content .text-right {
  text-align: right;
  margin-bottom: 40px;
  font-size: 13px;
  color: #aaa;
}

.access {
  /* 赤い丸と白い矢印 */
}
.access .access01 {
  margin-bottom: 60px;
}
.access .access02 {
  margin-bottom: 60px;
}
.access iframe {
  width: 100%;
  margin-bottom: 30px;
}
.access .btn-detail {
  width: 235px;
  padding: 10px 20px 10px 30px;
  border: 1px solid #000;
  border-radius: 999px;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.3s ease;
  display: block;
  font-size: 1.7rem;
  margin: auto;
}
.access .btn-detail span {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.access .btn-detail:hover {
  background-color: #ee8389;
  border: 1px solid #ee8389;
  color: #fff;
  transition: 0.3s;
}
.access .btn-detail:hover .arrow {
  transition: 0.3s;
  background-color: #fff;
}
.access .btn-detail:hover .arrow::before {
  transition: 0.3s;
  border-top: 2px solid #ee8389;
  border-right: 2px solid #ee8389;
}
.access .btn-detail .arrow {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #ee8389; /* 画像の矢印色に近い */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.access .btn-detail .arrow::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: -4px;
}
.access .btn-detail:hover {
  opacity: 1;
}

#course-pagezone .contentlist__item {
  width: calc(30.865% - 19.333px);
}
#course-pagezone .contentlist__item a {
  font-weight: bold;
}
#course-pagezone .contentlist__item a img {
  padding: 5px;
  background: #fff;
}
#course-pagezone .contentlist__item a h3 {
  margin: 20px 0;
  text-align: center;
}
#course-pagezone .contentlist__item a P {
  position: relative;
  font-size: 1.6rem;
  text-align: center;
  padding-top: 10px;
}
#course-pagezone .contentlist__item a P span {
  display: inline-block;
  position: relative;
}
#course-pagezone .contentlist__item a P span .map-pin {
  display: block;
  transform: rotate(45deg) scale(0.8, 0.8);
  position: absolute;
  top: 0px;
  margin: 0;
  left: -20px;
}
#course-pagezone .contentlist__item a P::after {
  content: "";
  width: 105px;
  border-bottom: 1px solid #383838;
  top: 0px;
  position: absolute;
  right: 50%;
  transform: translate(50%, 0);
}
#course-pagezone .news-list {
  max-width: 100%;
}
#course-pagezone .news-list .news-date {
  max-width: 170px;
}
#course-pagezone .news-list .news-title {
  max-width: 660px;
}
#course-pagezone .single h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.5em;
}
#course-pagezone .single .content .text-right {
  text-align: right;
  margin-bottom: 40px;
  font-size: 13px;
  color: #aaa;
}
#course-pagezone .single .content .newssingle {
  font-size: 1.5rem;
  line-height: 1.5em;
  padding: 30px 1%;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.content.about__content {
  line-height: 1.7em;
}
.content.about__content .mainphoto {
  margin-bottom: 60px;
}
.content.about__content .mainphoto img {
  width: 100%;
  height: auto;
}
.content.about__content .flexarea {
  display: flex;
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .content.about__content .flexarea {
    flex-direction: column;
  }
}
.content.about__content .textarea {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
.content.about__content .textarea .textarea__list {
  text-align: justify;
}
.content.about__content .textarea .textarea__list h3 {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.content.about__content .textarea .textarea__list p,
.content.about__content .textarea .textarea__list div {
  line-height: 1.8;
  font-size: 1.6rem;
  text-align: justify;
}
.content.about__content .photoarea {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}
.content.about__content .photoarea img {
  width: 100%;
  height: auto;
}

.season__spring .qa__list-q span,
.season__spring .qa__list-a span {
  color: #f5b1aa;
  filter: brightness(85%);
}

.qa__list {
  line-height: 1.7em;
  text-align: justify;
}
.qa__list a {
  font-weight: bold;
  text-decoration: underline;
}
.qa__list .qa__list-q {
  font-weight: bold;
  margin-bottom: 20px;
}
.qa__list .qa__list-q span {
  font-weight: bold;
  font-size: 2rem;
  display: inline-block;
  margin-right: 5px;
}
.qa__list .qa__list-a {
  padding-bottom: 15px;
  margin-bottom: 60px;
  border-bottom: 1px solid #eee;
}
.qa__list .qa__list-a span {
  font-weight: bold;
  font-size: 2rem;
  display: inline-block;
  margin-right: 5px;
}

#aboutworks-pagezone .aboutshokawa__list {
  padding: 0 0px;
}
#aboutworks-pagezone .aboutshokawa__list .aboutshokawa__list__item {
  width: 31.25%;
  position: relative;
}
#aboutworks-pagezone .aboutshokawa__list .aboutshokawa__list__item a {
  padding: 12px 12px 20px 12px;
}
#aboutworks-pagezone .aboutshokawa__list .aboutshokawa__list__item a p {
  position: relative;
  line-height: 1.7em;
}
#aboutworks-pagezone .aboutshokawa__list .aboutshokawa__list__item a p .infotext {
  position: relative;
  line-height: 1.3em;
}
#aboutworks-pagezone .aboutshokawa__list .aboutshokawa__list__item a p .infotext .map-pin {
  top: 0px;
}
#aboutworks-pagezone .aboutshokawa__list .aboutshokawa__list__item.type01 .map-pin {
  background: #cbe6b2;
}
#aboutworks-pagezone .aboutshokawa__list .aboutshokawa__list__item.type02 .map-pin {
  background: #ffc6c6;
}
#aboutworks-pagezone .aboutshokawa__list .aboutshokawa__list__item.type03 .map-pin {
  background: #cfc6d8;
}
#aboutworks-pagezone .aboutshokawa__list .aboutshokawa__list__item.type04 .map-pin {
  background: #c1e4ec;
}
#aboutworks-pagezone .aboutshokawa__list .aboutshokawa__list__item.type06 .map-pin {
  background: #ffd867;
}
#aboutworks-pagezone .aboutshokawa__list .aboutshokawa__list__item.type05 .map-pin {
  background: #fff4b3;
}
#aboutworks-pagezone .single {
  margin-top: 60px;
}
#aboutworks-pagezone .single .content {
  display: flex;
  justify-content: space-between;
}
#aboutworks-pagezone .single .slidearea__wrap {
  width: 45%;
  max-width: 420px;
}
#aboutworks-pagezone .single .bx-wrapper {
  position: relative;
}
#aboutworks-pagezone .single .bx-wrapper .bx-controls-direction {
  display: flex;
  justify-content: space-between;
}
#aboutworks-pagezone .single .bx-controls {
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 99;
}
#aboutworks-pagezone .single .bx-controls .bx-prev {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  content: "";
  background: url(//judobag.com/judobagcms/wp-content/themes/judobag2019/common/css/../svg/prev.svg) no-repeat;
  width: 16px;
  height: 33px;
  margin-left: 10px;
  background-size: 16px;
  display: inline-block;
}
#aboutworks-pagezone .single .bx-controls .bx-next {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  content: "";
  background: url(//judobag.com/judobagcms/wp-content/themes/judobag2019/common/css/../svg/next.svg) no-repeat;
  width: 16px;
  height: 33px;
  margin-right: 10px;
  background-size: 16px;
  display: inline-block;
}
#aboutworks-pagezone .single .bx-pager {
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap;
}
#aboutworks-pagezone .single .bx-pager li {
  float: left;
  width: 22.5%;
  margin-left: 2.5%;
  margin-top: 2.5%;
}
#aboutworks-pagezone .single .bx-pager li a {
  position: relative;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  display: block;
}
#aboutworks-pagezone .single .bx-pager li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
}
#aboutworks-pagezone .single .information__areea {
  width: 50%;
  max-width: 445px;
  line-height: 1.7em;
}
#aboutworks-pagezone .single .information__areea .catch {
  margin-bottom: 10px;
}
#aboutworks-pagezone .single .information__areea h2 {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 30px;
}
#aboutworks-pagezone .single .information__areea .read {
  margin-bottom: 30px;
  text-align: justify;
}
#aboutworks-pagezone .single .information__areea .data p {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  word-break: break-all;
}
#aboutworks-pagezone .single .information__areea .data p span {
  font-weight: bold;
  display: block;
  width: 120px;
}
#about-pagezone .page__title__content {
  background-size: 100%;
}
#about-pagezone .page__title__content h1 {
  text-shadow: 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, -1px 1px 3px #fff, -1px 1px 3px #fff, -1px 1px 3px #fff, -1px 1px 3px #fff, -1px 1px 3px #fff, -1px 1px 3px #fff, -1px 1px 3px #fff, -1px 1px 3px #fff, -1px 1px 3px #fff, -1px -1px 3px #fff;
}

#village-pagezone .page__title__content {
  background-size: 100%;
}
#village-pagezone .page__title__content h1 {
  text-shadow: 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, -1px 1px 3px #fff, -1px 1px 3px #fff, -1px 1px 3px #fff, -1px 1px 3px #fff, -1px 1px 3px #fff, -1px 1px 3px #fff, -1px 1px 3px #fff, -1px 1px 3px #fff, -1px 1px 3px #fff, -1px -1px 3px #fff;
}

.sample header .header__none {
  display: none;
}
.sample footer {
  background: #f5b1aa;
}
.sample .topcontent__section#topslide {
  padding-top: 0;
  max-width: 1200px;
}
.sample.season__spring .topcontent__section#area01 {
  background: url(../images/bg0101.jpg) no-repeat top center;
  height: 605px;
}
.sample.season__spring .topcontent__section#area02 {
  background: url(../images/bg0102.jpg) no-repeat top center;
  height: 593px;
}
.sample.season__spring .topcontent__section#area03 {
  background: url(../images/bg0103.jpg) no-repeat top center;
  height: 1546px;
}
.sample.season__spring .topcontent__section#area04 {
  background: url(../images/bg0104.jpg) no-repeat top center;
  height: 700px;
}
.sample.season__spring .topcontent__section#area05 {
  background: url(../images/bg0105.jpg) no-repeat top center;
  height: 1155px;
}
.sample.season__spring .topcontent__section#area06 {
  background: url(../images/bg0106.jpg) no-repeat top center;
  height: 720px;
}
.sample.season__spring .topcontent__section#area07 {
  background: url(../images/bg0107.jpg) no-repeat top center;
  height: 517px;
}
.sample.season__summer .topcontent__section#area01 {
  background: url(../images/bg0201.jpg) no-repeat top center;
  height: 605px;
}
.sample.season__summer .topcontent__section#area02 {
  background: url(../images/bg0202.jpg) no-repeat top center;
  height: 593px;
}
.sample.season__summer .topcontent__section#area03 {
  background: url(../images/bg0203.jpg) no-repeat top center;
  height: 1546px;
}
.sample.season__summer .topcontent__section#area04 {
  background: url(../images/bg0204.jpg) no-repeat top center;
  height: 700px;
}
.sample.season__summer .topcontent__section#area05 {
  background: url(../images/bg0205.jpg) no-repeat top center;
  height: 1155px;
}
.sample.season__summer .topcontent__section#area06 {
  background: url(../images/bg0206.jpg) no-repeat top center;
  height: 720px;
}
.sample.season__summer .topcontent__section#area07 {
  background: url(../images/bg0207.jpg) no-repeat top center;
  height: 517px;
}
.sample.season__autumn .topcontent__section#area01 {
  background: url(../images/bg0301.jpg) no-repeat top center;
  height: 605px;
}
.sample.season__autumn .topcontent__section#area02 {
  background: url(../images/bg0302.jpg) no-repeat top center;
  height: 593px;
}
.sample.season__autumn .topcontent__section#area03 {
  background: url(../images/bg0303.jpg) no-repeat top center;
  height: 1546px;
}
.sample.season__autumn .topcontent__section#area04 {
  background: url(../images/bg0304.jpg) no-repeat top center;
  height: 700px;
}
.sample.season__autumn .topcontent__section#area05 {
  background: url(../images/bg0305.jpg) no-repeat top center;
  height: 1155px;
}
.sample.season__autumn .topcontent__section#area06 {
  background: url(../images/bg0306.jpg) no-repeat top center;
  height: 720px;
}
.sample.season__autumn .topcontent__section#area07 {
  background: url(../images/bg0307.jpg) no-repeat top center;
  height: 517px;
}
.sample.season__winter .topcontent__section#area01 {
  background: url(../images/bg0401.jpg) no-repeat top center;
  height: 605px;
}
.sample.season__winter .topcontent__section#area02 {
  background: url(../images/bg0402.jpg) no-repeat top center;
  height: 593px;
}
.sample.season__winter .topcontent__section#area03 {
  background: url(../images/bg0403.jpg) no-repeat top center;
  height: 1546px;
}
.sample.season__winter .topcontent__section#area04 {
  background: url(../images/bg0404.jpg) no-repeat top center;
  height: 700px;
}
.sample.season__winter .topcontent__section#area05 {
  background: url(../images/bg0405.jpg) no-repeat top center;
  height: 1155px;
}
.sample.season__winter .topcontent__section#area06 {
  background: url(../images/bg0406.jpg) no-repeat top center;
  height: 720px;
}
.sample.season__winter .topcontent__section#area07 {
  background: url(../images/bg0407.jpg) no-repeat top center;
  height: 517px;
}

#pagecontent.allcontent {
  width: 1000px;
  max-width: 96%;
  margin: 100px auto 180px auto;
}
@media screen and (max-width: 767px) {
  #pagecontent.allcontent {
    padding: 10% 0 25% 0;
    margin: 0 auto;
  }
}
#pagecontent.allcontent .title {
  text-align: center;
  margin-bottom: 60px;
}
#pagecontent.allcontent .title h1 {
  font-size: 3.2rem;
  margin-bottom: 10px;
  letter-spacing: 3px;
}
#pagecontent.allcontent .title p {
  font-size: 1.6rem;
}

.contact__contentarea {
  width: 100%;
}
.contact__contentarea input {
  cursor: pointer;
}
.contact__contentarea .contactarea {
  font-size: 1.4rem;
}
.contact__contentarea .contactarea dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  align-items: center;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #d6d6d6;
}
@media screen and (max-width: 767px) {
  .contact__contentarea .contactarea dl {
    display: block;
    margin-bottom: 10%;
  }
}
.contact__contentarea .contactarea dl dt {
  width: 25%;
}
.contact__contentarea .contactarea dl dt span {
  display: inline-block;
  margin-left: 15px;
  font-size: 10px;
  background: #ffc6c6;
  padding: 5px 10px;
  color: #383838;
  font-weight: 700;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .contact__contentarea .contactarea dl dt {
    display: block;
    width: 100%;
    margin-bottom: 3%;
  }
}
.contact__contentarea .contactarea dl dd {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .contact__contentarea .contactarea dl dd {
    display: block;
    width: 100%;
  }
}
.contact__contentarea .contactarea dl dd span {
  display: block;
  width: 100%;
}
.contact__contentarea .contactarea dl dd span input, .contact__contentarea .contactarea dl dd span textarea {
  width: 98%;
  padding: 1%;
  border: 1px solid #a8a8a8;
}
.contact__contentarea .contactarea dl dd select {
  padding: 5px 10px;
  border: 1px solid #aaa;
}
.contact__contentarea .contactarea .sectionlink .wpcf7-submit {
  display: block;
  border: none;
  padding: 15px 30px;
  font-size: 12px;
  letter-spacing: 1px;
  margin: auto;
  max-width: 200px;
  width: 60%;
  color: #fff;
  background: #333;
  font-weight: bold;
}
.contact__contentarea .multistep {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.contact__contentarea .multistep .contactarea dl {
  padding-bottom: 2%;
}
.contact__contentarea .multistep .contactarea dd span input, .contact__contentarea .multistep .contactarea dd span textarea {
  border: none;
}
.contact__contentarea .multistep .contactarea .sectionlink p {
  display: flex;
  justify-content: center;
}
.contact__contentarea .multistep .contactarea .sectionlink p .wpcf7-submit {
  display: block;
  border: none;
  padding: 15px 30px;
  font-size: 12px;
  letter-spacing: 1px;
  margin: auto;
  width: 45%;
  max-width: 200px;
  color: #fff;
  background: #333;
  font-weight: bold;
  margin: 0 10px;
}
.contact__contentarea .multistep .contactarea .sectionlink p .wpcf7-previous {
  display: block;
  border: none;
  padding: 15px 30px;
  font-size: 12px;
  letter-spacing: 1px;
  margin: auto;
  width: 45%;
  max-width: 200px;
  color: #fff;
  background: #333;
  font-weight: bold;
  margin: 0 10px;
}
.contact__contentarea .multistep .contactarea .sectionlink .wpcf7-spinner {
  display: none;
}

#wpcf7cp-btns button {
  cursor: pointer;
}

#wpcf7cpcnf table {
  width: 100%;
}

#wpcf7cpcnf tr {
  border-bottom: 1px solid #b2a0a0;
  width: 100%;
  margin-bottom: 25px;
  display: block;
}

#wpcf7cpcnf td {
  padding-bottom: 10px;
}

.wpcf7cp-btns {
  display: flex;
  justify-content: center;
}

.wpcf7cp-cfm-edit-btn, .wpcf7cp-cfm-submit-btn {
  display: block;
  border: none;
  padding: 15px 30px;
  font-size: 12px;
  letter-spacing: 1px;
  margin: auto;
  max-width: 200px;
  width: 40%;
  color: #fff;
  background: #333;
  font-weight: bold;
}

.contentitem {
  opacity: 0;
  transition: 0.7s;
}
.contentitem.fade__in {
  opacity: 1;
  transform: scale(1);
}

.contact-thanks {
  font-size: 1.4rem;
  line-height: 1.7em;
  text-align: center;
}

button.wpcf7cp-cfm-edit-btn {
  cursor: pointer;
}

button.wpcf7cp-cfm-submit-btn {
  cursor: pointer;
}

#wpcf7cpcnf tr th {
  position: relative;
  width: 250px;
  text-align: left;
  padding-left: 20px;
}

#wpcf7cpcnf tr:nth-child(1) th:before {
  content: "件名";
}

#wpcf7cpcnf tr:nth-child(2) th:before {
  content: "お名前";
}

#wpcf7cpcnf tr:nth-child(3) th:before {
  content: "メールアドレス";
}

#wpcf7cpcnf tr:nth-child(4) th:before {
  content: "メールアドレス(確認用)";
}

#wpcf7cpcnf tr:nth-child(5) th:before {
  content: "電話番号";
}

#wpcf7cpcnf tr:nth-child(6) th:before {
  content: "お問い合わせ内容";
}

.sb_instagram_header.sbi_medium {
  display: none;
}

#sbi_load {
  display: none;
}

#toparea06 .flexarea {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
}
#toparea06 .flexarea li {
  width: 23%;
}
@media (max-width: 768px) {
  #toparea06 .flexarea li {
    width: 47%;
  }
}
#toparea06 #sbi_images {
  margin-bottom: 60px;
}
#toparea06 #sbi_images .sbi_item {
  display: none;
}
#toparea06 #sbi_images .sbi_item:nth-child(n+1):nth-child(-n+8) {
  display: block;
}/*# sourceMappingURL=basic.css.map */