@charset "UTF-8";

/*============================
	index
============================*/

/* btn ▼*/

.link__btn {
  display: block;
  max-width: 100%;
  width: fit-content;
  line-height: 30px;
  white-space: nowrap;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  transition: 0.5s;
  position: relative;
  color: #a8a164;
  padding-right: 85px;
}

.link__btn:hover {
  opacity: 0.8;
}

.link__btn::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 1px #a8a164;
  right: 25px;
  top: 0;
}

.link__btn::after {
  position: absolute;
  content: "";
  width: 44px;
  height: 6px;
  background: url(../img/cmn/btn_arw.png) no-repeat center center/contain;
  right: 0;
  top: 46%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.5s;
}

.link__btn:hover::before {
  background: #a8a164;
}

.link__btn:hover::after {
  right: -5px;
}

/* btn ▲*/
.section__ttl {
  font-size: 2rem;
  letter-spacing: 0;
  text-align: center;
  line-height: 1;
  position: relative;
  white-space: nowrap;
}

.section__ttl .font-en {
  font-size: 6rem;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1;
  position: relative;
  margin-bottom: 15px;
}

.section__ttl::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: #de717b;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

@media screen and (max-width: 1040px) {
  /* btn ▼*/

  .link__btn {
    line-height: 30px;
    font-size: 1.5rem;
    letter-spacing: 0.2em;
    padding-right: 85px;
  }

  .link__btn::before {
    width: 30px;
    height: 30px;
    right: 25px;
    top: 0;
  }

  .link__btn::after {
    width: 44px;
    height: 6px;
    background: url(../img/cmn/btn_arw.png) no-repeat center center/contain;
    right: 0;
    top: 46%;
  }

  .link__btn:hover::after {
    right: -5px;
  }

  /* btn ▲*/
  .section__ttl {
    font-size: 1.8rem;
  }

  .section__ttl .font-en {
    font-size: 5rem;
    margin-bottom: 15px;
  }

  .section__ttl::before {
    width: 35px;
    height: 1px;
    bottom: -20px;
    left: 50%;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 767px) {
  /* btn ▼*/

  .link__btn {
    line-height: 30px;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    padding-right: 70px;
  }

  .link__btn::before {
    width: 30px;
    height: 30px;
    right: 25px;
    top: 0;
  }

  .link__btn::after {
    width: 44px;
    height: 6px;
    background: url(../img/cmn/btn_arw.png) no-repeat center center/contain;
    right: 0;
    top: 46%;
  }

  .link__btn:hover::after {
    right: -5px;
  }

  /* btn ▲*/
  .section__ttl {
    font-size: 1.4rem;
  }

  .section__ttl .font-en {
    font-size: 3.4rem;
    margin-bottom: 15px;
  }

  .section__ttl::before {
    width: 35px;
    height: 1px;
    bottom: -15px;
    left: 50%;
  }
}

/*============================
	kv
============================*/
.kv {
  padding: 100px 10% 0 0;
  background: url(../img/top/kv_bg.png) no-repeat top right/45%;
}

.kv__flower {
  max-width: 320px;
  width: 17%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  bottom: -5%;
  left: 90%;
  z-index: 9;
}

.kv__copy {
  max-width: 696px;
  width: 37%;
  top: 70%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}

/* swiper */

/* .kv .swiper-slide-active .swiper__imgwrap,
.kv .swiper-slide-duplicate-active .swiper__imgwrap,
.kv .swiper-slide-prev .swiper__imgwrap {
    display: block;
    animation: zoom-in 10s linear 0s 1 normal both;
} */

@keyframes zoom-in {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

/* .kv__img img {
    object-fit: cover;
    height: 100vh;
    width: 100vw;
} */

.swiper-pagination {
  left: -35% !important;
  bottom: 5% !important;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: solid 1px #a8a164;
  z-index: 9;
  margin: 0 10px !important;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #a8a164;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .kv {
    margin-top: 62px;
    padding: 30px 10% 0 0;
    background: url(../img/top/kv_bg.png) no-repeat top right/45%;
  }

  .kv__flower {
    width: 17%;
    bottom: -5%;
    left: 90%;
  }

  .kv__copy {
    width: 37%;
    top: 70%;
    left: 60%;
  }

  /* swiper */

  /* .kv__img img {
        object-fit: cover;
        height: 100vh;
        width: 100vw;
    } */

  .swiper-pagination {
    left: 0 !important;
    bottom: 5% !important;
  }

  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 10px !important;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 767px) {
  .kv {
    margin-top: 52px;
    padding: 30px 10% 0 0;
    background: url(../img/top/kv_bg.png) no-repeat top right/45%;
  }

  .kv__flower {
    width: 17%;
    bottom: -5%;
    left: 90%;
  }

  .kv__copy {
    width: 70%;
    top: 70%;
    left: 60%;
  }

  /* swiper */

  /* .kv__img img {
        object-fit: cover;
        height: 240px;
        width: 100%;
    } */

  .swiper-pagination {
    left: 0 !important;
    bottom: 5% !important;
  }

  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 10px !important;
  }
}

/*============================
	message
============================*/

.message {
  padding: 30px 0 70px;
  background: url(../img/top/message_bg.png) no-repeat center center/cover;
}

.message .section__ttl {
  margin-bottom: 60px;
}

.message__copy {
  font-size: 2.6rem;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 50px;
}

.message__box {
  background: rgba(255, 255, 255, 0.6);
  padding: 40px 2%;
}

.message__txt {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
}

.message .link__btn {
  margin: 0 auto;
}

.message__ico01 {
  max-width: 280px;
  width: 22%;
  top: -10%;
  left: -10%;
}

.message__ico02 {
  max-width: 660px;
  width: 52%;
  bottom: -10%;
  left: -30%;
}

.message__ico03 {
  max-width: 150px;
  width: 12%;
  bottom: -10%;
  right: -5%;
}

@media screen and (max-width: 1040px) {
  .message {
    padding: 30px 0 70px;
  }

  .message .section__ttl {
    margin-bottom: 50px;
  }

  .message__copy {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .message__box {
    padding: 30px 3%;
  }

  .message__txt {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .message .link__btn {
    margin: 0 auto;
  }

  .message__ico01 {
    width: 22%;
    top: -10%;
    left: -10%;
  }

  .message__ico02 {
    width: 52%;
    bottom: -10%;
    left: -30%;
  }

  .message__ico03 {
    width: 12%;
    bottom: -10%;
    right: -5%;
  }
}

@media screen and (max-width: 767px) {
  .message {
    padding: 30px 0 70px;
  }

  .message .inner {
    padding: 0 3%;
  }

  .message .section__ttl {
    margin-bottom: 40px;
  }

  .message__copy {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .message__box {
    padding: 30px 5%;
  }

  .message__txt {
    font-size: 1.4rem;
    margin-bottom: 20px;
    text-align: left;
  }

  .message .link__btn {
    margin: 0 auto;
  }

  .message__ico01 {
    width: 22%;
    top: -10%;
    left: -10%;
  }

  .message__ico02 {
    width: 52%;
    bottom: -10%;
    left: -30%;
  }

  .message__ico03 {
    width: 12%;
    bottom: -10%;
    right: -5%;
  }
}

/*============================
	news
============================*/
.news {
  padding: 100px 0 0;
}

.news__left {
  width: 35%;
  border-right: solid 1px #de717b;
  padding: 50px 0 10px;
}

.news__right {
  width: 65%;
  padding: 0 0 0 5%;
}

.news .section__ttl {
  width: fit-content;
  position: relative;
  margin: 0 auto 110px;
}

.news .section__ttl::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  top: -40px;
  left: -50px;
  z-index: -1;
  background: url(../img/top/news_ico01.png) no-repeat top left/contain;
}

.news .section__ttl .font-en {
  font-size: 5rem;
}

.news .link__btn {
  margin: 0 auto;
}
.news__dl {
  position: relative;
}
.news__dl::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 100px;
  bottom: -70px;
  right: -80px;
  background: url(../img/top/news_ico02.png) no-repeat center center/contain;
}
.news__dt {
  float: left;
  clear: both;
  font-size: 1.4rem;
}

.news__dd {
  font-size: 1.4rem;
  padding: 0 0 30px 130px;
}

.news__dd a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

.news__ctg {
  font-size: 1.1rem;
  min-width: 60px;
  line-height: 15px;
  text-align: center;
  background: #de717b;
  color: #fff;
  padding: 0 5px;
  display: inline-block;
  margin-right: 10px;
}
.news__ctg.ctg02 {
  background: #a8a164;
}
@media screen and (max-width: 1040px) {
  .news {
    padding: 80px 0 0;
  }

  .news__left {
    width: 35%;
    padding: 40px 0 10px;
  }

  .news__right {
    width: 65%;
    padding: 0 0 0 5%;
  }

  .news .section__ttl {
    margin: 0 auto 80px;
  }

  .news .section__ttl::after {
    width: 80px;
    height: 80px;
    top: -30px;
    left: -30px;
    background: url(../img/top/news_ico01.png) no-repeat top left/contain;
  }

  .news .section__ttl .font-en {
    font-size: 3rem;
  }

  .news__dl::before {
    width: 60px;
    height: 80px;
    bottom: -60px;
    right: -30px;
    background: url(../img/top/news_ico02.png) no-repeat center center/contain;
  }
  .news__dt {
    float: left;
    clear: both;
    font-size: 1.4rem;
  }

  .news__dd {
    font-size: 1.4rem;
    padding: 0 0 20px 100px;
  }

  .news__ctg {
    font-size: 1rem;
    min-width: 55px;
    line-height: 15px;
    padding: 0 5px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .news {
    padding: 60px 0 0;
  }

  .news__left {
    width: 100%;
    padding: 0;
    border: none;
  }

  .news__right {
    width: 100%;
    padding: 0;
  }

  .news .section__ttl {
    margin: 0 auto 40px;
  }

  .news .section__ttl::after {
    width: 60px;
    height: 60px;
    top: -20px;
    left: -20px;
    background: url(../img/top/news_ico01.png) no-repeat top left/contain;
  }

  .news .section__ttl .font-en {
    font-size: 3rem;
  }
  .news__dl {
    margin-bottom: 30px;
  }
  .news__dl::before {
    width: 40px;
    height: 50px;
    bottom: -60px;
    right: -5%;
    background: url(../img/top/news_ico02.png) no-repeat center center/contain;
  }
  .news__dt {
    float: none;
    font-size: 1.4rem;
  }

  .news__dd {
    font-size: 1.4rem;
    padding: 0 0 15px 0;
  }

  .news__ctg {
    font-size: 1rem;
    min-width: 50px;
    line-height: 15px;
    padding: 0 5px;
    margin-right: 10px;
  }
}

/*============================
	studio
============================*/
.studio {
  padding: 80px 0 120px;
  background: url(../img/top//bg_studio.png) no-repeat center bottom/100%;
}
.studio .section__ttl {
  margin-bottom: 60px;
}
.studio__flex {
  margin-bottom: 100px;
  /* max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap; */
}
.studio__item {
  width: 48%;
  max-width: 411px;
  height: 374px;
  background: url(../img/top/studio_item_bg.png) no-repeat center center/contain;
  padding: 45px 70px 70px;
  margin-bottom: 20px;
}
.studio__h3 {
  padding-left: 45px;
  line-height: 45px;
  background: url(../img/top/studio_h3_ico.png) no-repeat center left/45px;
  font-size: 2rem;
  width: fit-content;
  margin: 0 auto 5px;
}
.studio__item .g-map {
  display: block;
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
}
.studio__adress {
  font-size: 1.4rem;
}
.studio__h4 {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  margin: 0 auto 35px;
  position: relative;
  text-align: center;
}
.studio__h4::before {
  content: "";
  position: absolute;
  width: 350px;
  width: calc(50% - 280px);
  height: 1px;
  background: #de717b;
  left: calc(50% - 460px);
  top: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.studio__h4::after {
  content: "";
  position: absolute;
  width: 350px;
  width: calc(50% - 280px);
  height: 1px;
  background: #de717b;
  left: calc(50% + 460px);
  top: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.studio__linkwrap {
  max-width: 1120px;
  margin: 0 auto;
}
.studio__link {
  width: 32%;
  max-width: 355px;
  margin-bottom: 30px;
}
/* .studio__link.large {
  width: 48%;
  max-width: 515px;
  margin-bottom: 40px;
} */
.studio__flex .item04 {
  text-align: center;
}
.studio__flex .item04 .cs {
  margin-top: 90px;
}

@media screen and (max-width: 1040px) {
  .studio {
    padding: 60px 0 100px;
    background: url(../img/top//bg_studio.png) no-repeat center bottom/100%;
  }

  .studio .section__ttl {
    margin-bottom: 40px;
  }

  .studio__flex {
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto 60px;
  }

  .studio__item {
    width: 49%;
    max-width: 350px;
    height: 325px;
    background: url(../img/top/studio_item_bg.png) no-repeat center
      center/contain;
    padding: 40px 55px 50px;
  }
  /* .studio__item.item03 {
    margin: 30px auto 0;
  } */

  .studio__h3 {
    padding-left: 35px;
    line-height: 35px;
    background: url(../img/top/studio_h3_ico.png) no-repeat center left/35px;
    font-size: 1.6rem;
    width: fit-content;
    margin: 0 auto 5px;
  }
  .studio__item .g-map {
    display: block;
    width: 100%;
    height: 130px;
    margin-bottom: 10px;
  }
  .studio__adress {
    font-size: 1.2rem;
  }

  .studio__h4 {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    margin: 0 auto 30px;
  }
  .studio__h4::before {
    width: calc(50% - 240px);
    height: 1px;
    background: #de717b;
    left: calc(50% - 350px);
    top: 50%;
  }
  .studio__h4::after {
    width: calc(50% - 240px);
    height: 1px;
    background: #de717b;
    left: calc(50% + 350px);
    top: 50%;
  }
  .studio__linkwrap {
    max-width: 1120px;
    margin: 0 auto;
  }
  .studio__link {
    width: 32%;
  }
  .studio__link.large {
    width: 48%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .studio {
    padding: 60px 0 80px;
    background: url(../img/top//bg_studio.png) no-repeat center bottom/200%;
  }
  .studio .inner {
    padding: 0 1%;
  }

  .studio .section__ttl {
    margin-bottom: 30px;
  }

  .studio__flex {
    margin: 0 auto 40px;
  }

  .studio__item {
    width: 100%;
    max-width: 350px;
    height: auto;
    background: url(../img/top/studio_item_bg.png) no-repeat center
      center/contain;
    /* padding: 11% 15% 18%; */
    padding: 10%;
    margin: 0 auto 20px;
  }
  /* .studio__item.item03 {
    margin: 30px auto 0;
  } */
  .studio__item.item04 {
    padding: 15%;
  }
  .studio__h3 {
    padding-left: 25px;
    line-height: 25px;
    background: url(../img/top/studio_h3_ico.png) no-repeat center left/25px;
    font-size: 1.4rem;
    width: fit-content;
    margin: 0 auto 5px;
  }
  .studio__item .g-map {
    display: block;
    width: 100%;
    height: 120px;
    margin-bottom: 10px;
  }
  .studio__adress {
    font-size: 1.2rem;
  }

  .studio__h4 {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    margin: 0 auto 30px;
    padding: 0 5%;
  }
  .studio__h4::before {
    display: none;
  }
  .studio__h4::after {
    display: none;
  }
  .studio__linkwrap {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 5%;
  }
  .studio__link {
    width: 90%;
    margin: 0 auto 15px;
  }
  .studio__link.large {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 580px) {
  .studio__item {
    padding: 15%;
  }
  .studio__item.item04 {
    padding: 25%;
  }
}

/*============================
   contact
============================*/
.contact {
  padding: 40px 0;
  background: url(../img/cmn/bg_contact.jpg) no-repeat center center/cover;
}

.contact__btn a {
  display: block;
  width: 440px;
  line-height: 75px;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  color: #fff;
  background: #a8a164;
  margin: 0 auto;
}

.contact__btn img {
  width: 24px;
  vertical-align: middle;
  margin-right: 15px;
}

.contact__icowrap {
  display: flex;
  position: absolute;
  width: fit-content;
  top: 50%;
  left: calc(53% + 320px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contact__ico a {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  color: #a8a164;
  line-height: 1;
  white-space: nowrap;
  min-width: 40px;
}

.contact__ico img {
  width: 40px;
  display: block;
  margin: 0 auto 5px;
}

.contact__blog {
  margin-right: 20px;
}

@media screen and (max-width: 1040px) {
  .contact {
    padding: 30px 0;
  }

  .contact__btn a {
    display: block;
    width: 340px;
    line-height: 60px;
    font-size: 2rem;
    letter-spacing: 0.2em;
    font-weight: 400;
  }

  .contact__btn img {
    width: 20px;
    vertical-align: middle;
    margin-right: 15px;
  }

  .contact__icowrap {
    top: 50%;
    left: calc(50% + 280px);
  }

  .contact__ico a {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
  }

  .contact__ico img {
    width: 40px;
    display: block;
    margin: 0 auto 5px;
  }

  .contact__blog {
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 30px 0;
  }

  .contact__btn a {
    display: block;
    width: 300px;
    max-width: 90%;
    line-height: 50px;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    font-weight: 400;
    margin-bottom: 20px;
  }

  .contact__btn img {
    width: 18px;
    vertical-align: middle;
    margin-right: 15px;
  }

  .contact__icowrap {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 0 auto;
  }

  .contact__ico a {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
  }

  .contact__ico img {
    width: 36px;
    display: block;
    margin: 0 auto 5px;
  }

  .contact__blog {
    margin-right: 15px;
  }
}

/*============================
	sub page
============================*/

/* main_visual
-------------------------*/
#sub_visual {
  padding-top: 110px;
  text-align: center;
  height: 300px;
  background: url(../img/cmn/sub_bg.png);
  background-size: cover;
  background-attachment: fixed;
}
#sub_visual h2 {
  max-width: 1200px;
  margin: 50px auto;
  position: relative;
}
#sub_visual h2 span {
  font-size: 44px;
  display: block;
  color: #de717b;
  font-weight: 500;
  margin-top: 15px;
}

/* sub_contents 
-------------------------*/
#sub_contents {
  font-size: 16px;
  margin-bottom: 100px;
}
#sub_contents section {
  max-width: 1200px;
  margin: 50px auto 100px;
}
#sub_contents p {
  margin-bottom: 10px;
  font-size: 16px;
}

/* タイトルのデザイン */
#sub_contents h3 {
  position: relative;
  margin: 0 0 70px;
  line-height: 1;
  text-align: center;
  display: block;
}
#sub_contents h3 span {
  font-size: 18px;
  font-weight: bold;
  color: #a8a164;
  display: inline-block;
  margin-bottom: 10px;
}
#sub_contents h3 span::before {
  content: "";
  background: #a8a164;
  height: 1px;
  width: 60px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
}
#sub_contents h3 strong {
  display: block;
  font-size: 32px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
/*  */

#sub_contents .ulbox {
  font-size: 15px;
  margin: 0px 0px 10px 0px;
}
#sub_contents .ulbox li {
  padding: 5px 0px;
  list-style-type: disc;
  overflow: visible;
  list-style-position: inside;
}
#sub_contents hr {
  border-width: 0.5px;
  margin: 80px auto 150px;
  border-color: #dce4ec;
}
#sub_contents .mb30 {
  margin-bottom: 30px;
}
#sub_contents .mb50 {
  margin-bottom: 50px;
}
#sub_contents .mb100 {
  margin-bottom: 100px;
}
#sub_contents .mb200 {
  margin-bottom: 200px;
}
#sub_contents .txt_cen {
  text-align: center;
  font-size: 22px;
  line-height: 200%;
  font-weight: bold;
}
#sub_contents .sp {
  display: none;
}

/* bread_crumb_list
------------------------------*/
#sub_contents .bread_crumb_list {
  font-size: 13px;
  color: #888;
}
#sub_contents .bread_crumb {
  text-align: left;
  padding: 15px 0px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#sub_contents .bread_crumb li {
  display: inline;
}
#sub_contents .bread_crumb li:after {
  content: "ー";
  padding-left: 15px;
  padding-right: 10px;
}
#sub_contents .bread_crumb li:last-child:after {
  content: "";
}
#sub_contents .bread_crumb li a {
  text-decoration: underline;
}
#sub_contents .bread_crumb li a:hover {
  text-decoration: none;
}
#sub_contents .bread_crumb li.current {
  font-weight: normal;
}

/* gallery
----------------------------------- */
#sub_contents .select__ul{
display:flex;
margin: 0 5px 30px;
flex-wrap:wrap;}
#sub_contents .select__ul li{margin-right:20px;}
#sub_contents .select__ul li a:hover{border-bottom:1px solid #de717b}
#sub_contents .select__ul .select{border-bottom:1px solid #de717b}

#sub_contents .gallery_list li {
  width: 33.33%;
  margin: 0px 0px 15px;
  position: relative;
  padding: 0px 5px;
}
#sub_contents .gallery_list li a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
#sub_contents .gallery_list li img {
  width: 100%;
}
#sub_contents .gallery_list figure {
  height: 250px;
  width: 100%;
  margin: auto auto 10px;
  position: relative;
  overflow: hidden;
  text-align: justify;
}
#sub_contents .gallery_list figure:nth-child(4n) {
  margin-right: 0;
}
#sub_contents .gallery_list figure * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#sub_contents .gallery_list figure figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  text-align: center;
  color: #000;
}
#sub_contents .gallery_list p {
  width: 100%;
  margin: 0 auto 5px;
  font-size: 16px;
}
#sub_contents .gallery_list p span{
	display: block;
    color: #a8a164;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 8px 12px;
    margin: 0 2px 5px;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
}
#sub_contents .gallery_list li:hover p {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#sub_contents .gallery_list li:hover img {
  opacity: 0.7;
}

#sub_contents .gallery_list li .news_date {
  display: block;
  color: #de717b;
  font-size: 14px;
  display:none;
}

/* detail_gallery
----------------------------------- */
#sub_contents .gallery_item {
  margin: 0 auto 50px;
}
#sub_contents .gallery_item img {
  max-width: 860px;
  margin-bottom: 10px;
}
#sub_contents .gallery_swiper .swiper-wrapper {
  text-align: center;
}
#sub_contents .gallery_swiper .news_date {
  display: block;
  color: #de717b;
  font-size: 14px;
  display:none;
}

/* スワイパーの色変更 */
#sub_contents .swiper-button-next,
#sub_contents .swiper-button-prev {
  --swiper-navigation-color: #de717b;
}
#sub_contents .gallery_title p {
  text-align: center;
}

/* class
-------------------------*/
#sub_contents .teacher_box {
  margin-bottom: 50px;
}

#sub_contents .teacher_box .teacher_about {
  background: #a8a164;
  color: #fff;
  padding: 2px 25px;
  font-size: 17px;
  font-weight: normal;
}
#sub_contents .teacher_hurigana {
  margin: 15px 0 0;
  font-size: 13.5px;
  letter-spacing: 0.5px;
}

#sub_contents .teacher_box h4 {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px;
  border-bottom: 1px solid #a8a164;
}

#sub_contents .teacher_box teacher_li {
  font-size: 15px;
}

#sub_contents .class_txt {
  text-align: center;
  margin-bottom: 20px;
}
#sub_contents table.tbl_price {
  width: 100%;
  border-collapse: collapse;
}
#sub_contents table.tbl_price tr {
  border-top: 1px solid #fce2df;
  padding: 15px 0px;
  display: block;
  line-height: 20px;
}
#sub_contents table.tbl_price tr:last-child {
  border-bottom: 1px solid #fce2df;
}
#sub_contents table.tbl_price th {
  padding: 15px 0px;
  width: 360px;
  font-weight: bold;
  background: #a8a164;
  color: #fff;
  vertical-align: middle;
}
#sub_contents table.tbl_price td {
  padding: 15px 20px 15px 40px;
  background: #fcfdeb;
  width: 70%;
}
#sub_contents .check_list li {
  position: relative;
  padding: 20px 10px 20px 50px;
  font-weight: bold;
  border-bottom: 1px dashed #de717b;
}
#sub_contents .check_list li:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}
#sub_contents .check_list li:before {
  content: "";
  position: absolute;
  top: 24px;
  left: 23px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 8px;
  height: 17px;
  border-right: 2px solid #de717b;
  border-bottom: 2px solid #de717b;
}
#sub_contents .check_list li:after {
  content: "";
  position: absolute;
  top: 29px;
  left: 15px;
  width: 15px;
  height: 15px;
  border: 1px solid #de717b;
  border-radius: 2px;
}

#sub_contents .class_txt a {
  display: inline-block;
  color: #a8a164;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 8px 12px;
  margin: 0 2px 5px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
}
#sub_contents .class_txt a:hover {
  color: #fff;
  background-color: #a8a164;
}
#sub_contents .class_txt .tonews {
  margin: 10px;
}

/* lesson table
-------------------------*/
#sub_contents .class_img {
  margin-bottom: 15px;
}

#sub_contents .class_img img {
  max-width: 100%;
}

#sub_contents .timetable,
#sub_contents .timetable td,
#sub_contents .timetable th {
  border: 1px solid #595959;
  border-collapse: collapse;
}
#sub_contents .timetable td,
#sub_contents .timetable th {
  padding: 3px;
  width: 175px;
  height: 30px;
  line-height: 20px;
  vertical-align: middle; /* 中央揃え */
  text-align: center;
}
#sub_contents .timetable th {
  background: #fcfdeb;
}

#sub_contents .timetable .orange {
  background: rgb(255, 202, 150);
}
#sub_contents .timetable .purple {
  background: rgb(228, 194, 228);
}
#sub_contents .timetable .yellow {
  background: rgb(255, 255, 195);
}
#sub_contents .timetable .lightgreen {
  background: rgb(214, 241, 198);
}
#sub_contents .timetable .green {
  background: rgb(172, 225, 195);
}
#sub_contents .timetable .pink {
  background: rgb(255, 230, 233);
}
#sub_contents .timetable .red {
  background: rgb(255, 210, 210);
}
#sub_contents .timetable .blue {
  background: rgb(209, 231, 255);
}

/* price
-------------------------*/
#sub_contents .tbl_price td span {
  color: #de717b;
}
#sub_contents .pta {
  color: #de717b;
}

/* teacher
------------------------------*/
#sub_contents .teacher_txt img {
  width: 200px;
  max-width: 100%;
}

#sub_contents .teacher_txt .teacher_txt_left {
  width: 20%;
}
#sub_contents .teacher_txt .teacher_txt_right {
  width: 80%;
}

/* #sub_contents .teacher_txt .teacher_txt_right {
  margin-left: 3%;
} */
#sub_contents .teacher_box .teacher_span {
  font-size: 16px;
  margin-left: 1em;
  font-weight: 500;
}

/* news
------------------------------*/
#sub_contents .news {
  padding-top: 30px;
}
#sub_contents .news__dl {
  padding-bottom: 30px;
}
#sub_contents .btn_list li {
  width: 24%;
}
#sub_contents .btn_list li a {
  display: block;
  text-align: center;
  padding: 12px 0px;
  font-weight: bold;
  border: 2px solid #171717;
}
#sub_contents .btn_list li a.current {
  opacity: 0.6;
}
#sub_contents .btn_list li a:hover {
  opacity: 0.6;
}
#sub_contents .news__dl::before {
  background: none;
}

#sub_contents .news_title p {
  text-align: center;
}
#sub_contents .news_title .news_date {
  color: #de717b;
}

/* page_navi
------------------------------*/
#sub_contents .wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 50px;
}
#sub_contents .wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  color: #a8a164;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 8px 12px;
  margin: 0 2px 5px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
}
#sub_contents .wp-pagenavi span.pages {
  display: none;
}
#sub_contents .wp-pagenavi a:hover {
  color: #fff;
  background-color: #a8a164;
}
#sub_contents .wp-pagenavi span.current {
  color: #fff;
  background-color: #a8a164;
  font-weight: bold;
}

/* detail_news
------------------------------*/
#sub_contents .inner .news_detail p {
  font-size: 16px;
  line-height: 2;
}
#sub_contents .inner .news_detail .tex {
  margin-bottom: 60px;
}
#sub_contents .inner .news_detail .day {
  display: block;
  color: #de717b;
  font-size: 14px;
}

/* blog
------------------------------*/
#sub_contents ul.news_list li {
  float: left;
  margin-bottom: 2%;
  width: 31.5%;
  font-size: 14px;
}
#sub_contents ul.news_list li a {
  padding: 14px;
  display: block;
}
#sub_contents ul.news_list li img {
  margin: 0 0 15px;
}
#sub_contents ul.news_list li .news_date {
  display: block;
  color: #de717b;
  font-size: 14px;
}

/* detail_blog
------------------------------*/
#sub_contents .blog .blog_thumbs {
  margin: auto;
  width: 860px;
  margin-bottom: 50px;
}

/* contact
----------------------------------- */
#sub_contents p.con_cen {
  box-shadow: 5px 5px #f6f8f6;
  border: 1px solid #e4eae5;
  text-align: center;
  padding: 30px 50px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  margin: 30px 0px 60px;
}
#sub_contents p.con_cen a {
  display: inline-block;
  margin: 15px 0px 0px;
}
#sub_contents p.con_cen a.cc-tel {
  margin: 10px 0 10px;
  font-size: 38px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
#sub_contents p.con_cen a.cc-tel small {
  font-size: 29px;
  margin-right: 5px;
  font-weight: bold;
}
#sub_contents p.con_cen span {
  font-size: 17px;
  display: block;
  font-weight: 500;
}
#sub_contents table.defTable01 {
  margin: 0px auto 80px;
  border-collapse: collapse;
  box-sizing: border-box;
}
#sub_contents table.defTable01 tr {
  display: block;
  border-bottom: 1px solid #e4eae5;
  padding: 10px 0px;
}
#sub_contents table.defTable01 tr:first-child {
  border-top: 1px solid #e4eae5;
}
#sub_contents table.defTable01 th {
  padding: 15px 40px 15px 30px;
  width: 36%;
  display: inline-block;
  box-sizing: border-box;
  font-weight: bold;
  vertical-align: top;
}
#sub_contents table.defTable01 th small {
  font-size: 13px;
  display: block;
  font-weight: bold;
}
#sub_contents table.defTable01 td {
  padding: 15px 0px 15px 0px;
  display: inline-block;
  box-sizing: border-box;
  width: 63.5%;
  text-align: left;
}
#sub_contents table.defTable01 td a {
  font-weight: bold;
  color: #76c73a;
}
#sub_contents table.defTable01 th em.clrred {
  font-size: 16px;
  color: #d30000;
  font-style: normal;
  text-align: center;
  display: inline-block;
}
#sub_contents table.defTable01 td.cen {
  text-align: center;
  margin: 0 auto;
  display: block;
}
#sub_contents table.defTable01 td.cen input {
  padding: 10px;
  color: #fff;
  font-size: 16px;
  width: 33%;
  background: #111;
  cursor: pointer;
  border: 0px solid #ccc;
  display: block;
  text-align: center;
  margin: 0 auto;
}
#sub_contents table.defTable01 td.cen input:hover {
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #fff;
}
#sub_contents table.defTable01 input {
  padding: 8px 10px;
  background: #eee;
  font-size: 13px;
  border: none;
  box-sizing: border-box;
  width: 100%;
}
#sub_contents table.defTable01 textarea {
  padding: 8px 10px;
  background: #eee;
  font-size: 13px;
  border: none;
  width: 100%;
  box-sizing: border-box;
}
#sub_contents table.defTable01 select {
  padding: 8px 10px;
  background: #eee;
  font-size: 13px;
  border: none;
  width: 100%;
  box-sizing: border-box;
}
#sub_contents table.defTable01 .bbn {
  border-bottom: none !important;
}
#sub_contents table.defTable01 td.tel_area input {
  width: 23%;
}
#sub_contents table.defTable01 input[type="checkbox"] {
  width: 3%;
  appearance: auto;
}
#sub_contents table.defTable01 input[type="radio"] {
  width: 3%;
  appearance: auto;
}
#sub_contents table.defTable01 .privacyBox {
  padding: 10px 25px 30px;
  width: calc(100% - 0px);
  height: 300px;
  overflow-y: scroll;
  margin-bottom: 20px;
  background: #fff;
  font-size: 90%;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
#sub_contents table.defTable01 .privacyBox .sub_ttl {
  margin: 20px 0px 15px 0px;
  font-size: 140%;
  line-height: 120%;
  padding: 2px 0px 2px 8px;
  border-left: 5px solid #a8a164;
  font-weight: bold;
}
#sub_contents table.defTable01 .privacyBox p {
  text-align: left;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 160%;
}
#sub_contents table.defTable01 .privacyBox ul.ulbox li {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 0px;
  font-size: 14px;
}
#sub_contents table.defTable01 .privacyBox::-webkit-scrollbar {
  height: 5px;
}
#sub_contents table.defTable01 .privacyBox::-webkit-scrollbar-track {
  background: #eee;
}
#sub_contents table.defTable01 .privacyBox::-webkit-scrollbar-thumb {
  background: #000;
}

@media screen and (max-width: 1040px) {
  #sub_contents .bread_crumb {
    padding: 15px 2%;
  }
  #sub_contents section {
    padding: 0 2%;
  }
  /* teacher */
  #sub_contents .teacher_txt .teacher_txt_right {
    margin-left: 25px;
  }
}

@media screen and (max-width: 767px) {
  /* sub_visual */
  #sub_visual {
    height: 180px;
    padding-top: 30px;
  }
  #sub_visual h2 span {
    font-size: 35px;
  }
  .section__ttl .font-en {
    margin-bottom: 12px;
  }

  /* contents */
  #sub_contents {
    margin-bottom: 50px;
  }
  #sub_contents h3 strong {
    font-size: 24px;
  }
  #sub_contents h3 {
    margin: 0px 0 55px;
  }
  #sub_contents .bread_crumb {
    padding: 15px 2%;
  }
  #sub_contents section {
    padding: 0 2%;
    margin-top: 50px;
    margin-bottom: 30px;
  }

  /* Gallery News*/
  #sub_contents .gallery_list li,
  #sub_contents ul.news_list li {
    width: 100%;
  }

  /* teacher*/

  #sub_contents .teacher_txt .teacher_txt_right {
    margin-top: 15px;
  }

  #sub_contents .teacher_txt .teacher_txt_left {
    width: 100%;
    text-align: center;
  }
  #sub_contents .teacher_txt .teacher_txt_right {
    width: 100%;
    margin-left: 0;
  }

  /* class*/
  /* #sub_contents .class_img {
display: block;
height: 500px;
overflow: scroll;
} */
  #sub_contents table.tbl_price tr {
    line-height: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  #sub_contents table.tbl_price th,
  #sub_contents table.tbl_price td {
    width: 100%;
  }

  #sub_contents .timetable {
    display: block;
    height: 500px;
    overflow: scroll;
    white-space: nowrap;
  }
  #sub_contents .timetable.tbl_price th,
  #sub_contents .timetable.tbl_price td {
    max-width: 100px;
  }

  /* blog */
  #sub_contents .blog .blog_thumbs {
    max-width: 100%;
    text-align: center;
  }
  /* contact */
  #sub_contents table.defTable01 tr {
    display: flex;
    flex-wrap: wrap;
  }
  #sub_contents table.defTable01 th,
  #sub_contents table.defTable01 td {
    width: 100%;
  }
  #sub_contents table.defTable01 th {
    padding: 15px 0px 15px 0px;
    text-align: left;
  }
}



/*
Wordpress 
__________________________*/

/* single-page*/
.sgl-cts strong{font-weight:bold;}
.sgl-cts cite,.sgl-cts em,.sgl-cts i{font-style:italic;}
.sgl-cts big{font-size:131.25%;}
.sgl-cts ins{background:#ffc;text-decoration:none;}
.sgl-cts blockquote{font-style:italic;padding:0.3em;}
.sgl-cts blockquotecite,.sgl-cts blockquoteem,.sgl-cts blockquotei{font-style:normal;}
.sgl-cts pre{background:#f7f7f7;color:#222;line-height:18px;margin-bottom:18px;overflow:auto;padding:1.5em;}
.sgl-cts abbr,.sgl-cts acronym{border-bottom:1px dotted #666;cursor:help;}
.sgl-cts sup,.sgl-cts sub{height:0;line-height:1;position:relative;vertical-align:baseline;}
.sgl-cts sup{bottom:1ex;}
.sgl-cts sub{top:.5ex;}
.sgl-cts p {display: block;margin-bottom: 1em;}
.sgl-cts table,	.sgl-cts th,	.sgl-cts td{border: 1px solid #000;}
.sgl-cts table{
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  text-indent: initial;
  border-spacing: 2px;
  border-color: grey;
}

.sgl-cts table th,	.sgl-cts table caption {	border-width: 0 1px 1px 0;	padding: 7px;	text-align: left;	vertical-align: baseline;}
.sgl-cts table td {	border-width: 0 1px 1px 0;	padding: 7px;	vertical-align: baseline;}
.sgl-cts ol{ list-style: decimal outside;}
.sgl-cts ul{list-style: disc outside;}
.sgl-cts li{margin-left: 1em;}

.sgl-cts .wp-block-image{margin-bottom: 1em;}
.sgl-cts .single-tn{margin-bottom: 1em;text-align: center;}

/*useragent reset.cssの上書き*/
.sgl-cts h1 {font-size: 2em;font-weight: bold;}
.sgl-cts h2 {font-size: 1.5em;font-weight: bold;}
.sgl-cts h3 {font-size: 1.17em;font-weight: bold;}
.sgl-cts h4 {font-weight: bold;}
.sgl-cts h5 {font-size: 0.83em;font-weight: bold;}
.sgl-cts h6 {display: block;font-size: 0.67em;font-weight: bold;}


/*投稿画面の表のスタイルを当てる*/
.sgl-cts .wp-block-table thead {border-bottom: 3px solid;}
.sgl-cts .wp-block-table tfoot {border-top: 3px solid;}
.sgl-cts .wp-block-table td,.wp-block-table th {padding: 0.5em;border: 1px solid;word-break: normal;}
.sgl-cts .wp-block-table figcaption {color: #555;font-size: 13px;text-align: center;}
.sgl-cts .wp-block-table td,.wp-block-table th {border: 1px solid;}
.sgl-cts .wp-block-table figcaption {color: #555;font-size: 13px;text-align: center;}
.sgl-cts .is-dark-theme .wp-block-table figcaption {color: hsla(0, 0%, 100%, 0.65);}


/*Contact Form 7*/
.wpcf7-mail-sent-ok {display: none!important;}
.wpcf7-spinner{display: none!important;}
.wpcf7-spinner{position: absolute!important; top: 50%;}
.contact_btn{position: relative;}
.wpcf7-form input[type="checkbox"] {width: 1em!important; margin-left:0.1em!important; margin-right: 0.1em!important;}
.wpcf7-form input[type="radio"] {width: 1em!important;margin: 0 0.1em!important;}
.wpcf7-list-item{display: inline-block!important;margin-left: 0em!important;margin-right: 0em!important;}
.wpcf7-list-item-label::after {content: ""; margin-right: 1em;}

.wpcf7-form.invalid .wpcf7-acceptance + .wpcf7-not-valid-tip{ 
white-space: nowrap;
}



/* Timetable and Event Schedule */

.wp-block-timetable{margin-bottom: 1em;}

.wp-block-timetable select {
	border: 2px solid #000;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: 1;
  padding: 15px;
	background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
	background-position: right 15px top 60%;
}

.wp-block-timetable select:focus {
	outline-offset: 2px;
	outline: 2px dotted var(--form--border-color);
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-title{padding:5px;}
.wp-block-timetable thead th{
	font-size:80%;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th{
	padding:1rem;
}

.mptt-shortcode-wrapper .mptt-shortcode-table tbody td.mptt-shortcode-hours {
  padding: 0 1rem!important;
	font-size:80%;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .timeslot{
	margin-top:-10px;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-title{
	margin-bottom:0px;
	font-size:80%;
}
.timeslot-start,.timeslot-delimiter,.timeslot-end{
	font-size:80%;
}
.mptt-shortcode-row{
	height:30px;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody tr{
	height:60px;
}


/*table改行調整*/
/*.mptt-shortcode-wrapper .mptt-shortcode-table tbody .id-7 .event-title,
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .id-31 .event-title,
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .id-33 .event-title,
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .id-37 .event-title
{width:120px;}
.event-title{width:120px;}*/

/*others*/
.thankspage,.page404{text-align: center;}
.post_none{font-size: 15px; padding-top: 2em; padding-bottom: 2em;}
.post_none2{font-size: 15px; text-align: center; padding: 2em 0;margin-left: auto; margin-right: auto}
img{height:auto;}
.bread_crumb li br{display:none;}