.komyoji .komyoji__key-img img {
  max-width: unset;
}
@media (max-width: 760px) {
	.komyoji .komyoji__key-img.large img {
	 
	}
}
.komyoji .flickity-viewport {
  height: 500px !important;
}
.komyoji .flickity-page-dots {
  text-align: right;
}
.komyoji .flickity-page-dots .dot {
  opacity: 1;
  background: #fff;
}
.komyoji .gallery-cell.is-selected {
  height: 100%;
}
.komyoji .flickity-page-dots .dot.is-selected {
  background: #a52a2a;
}
.komyoji .accordion__content p {
    margin: unset;
  }

.modal-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: 0.25s ease-out;
}
.modal-wrapper.show {
  opacity: 1;
  pointer-events: all;
}
.modal-img-wrapper {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 34px 35px 0 35px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-image {
  object-fit: cover;
  transition: 0.5s ease-out;
  opacity: 0;
}
.modal-image.show {
  opacity: 1;
}
.modal-text {
  width: 100%;
  text-align: center;
  padding: 12px 0;
  background: #fff;
}
.komyoji p {
  line-height: 1.8;
  font-size: 18px;
}
.komyoji .under-414 {
  display: none;
}
/* komyoji__key */
.komyoji__key-img {
  display: flex;
  justify-content: center;
}
.komyoji__img img {
  max-width: unset;
}
.komyoji__key-dot {
  display: flex;
  justify-content: end;
  margin-top: 10px;
  margin-right: 15px;
}
.komyoji__key-dot-item {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  margin: 5px;
}
.komyoji__key-dot-item.is-active {
  background: #A52A2A;
}

.komyoji__contents {
  max-width: 100%;
  margin: 80px auto;
  overflow: hidden;
}
/* komyoji__intro */
.komyoji__intro-img {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}
.komyoji__intro-explain {
  position: relative;
  width: 100%;
  margin-top: 300px;
  height: 1030px;
  
}
.komyoji__intro-item {
  position: absolute;
}
.komyoji__intro-img1 {
  left: 43%;
  top: -170px;
  z-index: 3;
}
.komyoji__intro-img2 {
  right: 0;
  width: 46vw;
}
.komyoji__intro-background-1 {
  top: -180px;
  width: 75vw;
}
.komyoji__intro-text {
  top: 5vw;
  left: 15%;
  z-index: 2;
}
.komyoji__intro-title {
  font-size: 36px;
}
.komyoji__intro-name,
.komyoji__intro-p {
  margin-left: 80px;
}
.komyoji__intro-name {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* komyoji__intro-plan */
.komyoji__intro-plan {
  position: relative;
  height: 1480px;
  overflow: hidden;
  margin-top: 80px;
}
.komyoji__intro-plan-headline {
  font-size: 36px;
  font-weight: bold;
}
.komyoji__intro-plan-title {
  font-size: 24px;
  margin: 2rem 0;
}
.komyoji--margin-left {
  margin-left: 2rem;
}
.komyoji__intro-plan-item {
  position: absolute;
}
.komyoji__intro-plan-text {
  right: 0;
  top: 220px;
  z-index: 2;
  width: 35%;
}
.komyoji__intro-img3 {
  left: 5.5%;
  z-index: 1;
  width: 34vw;
}
.komyoji__intro-img4 {
  left: 36vw;
  top: 17vw;
  z-index: 1;
  width: 22vw;
}
.komyoji__intro-background-2 {
  right: -260px;
  width: 85vw;
}
.komyoji__intro-background-2 img {
  width: 100%;
}
.komyoji__intro-circles {
  margin-top: 25px;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 90%;
}
.komyoji__intro-cirlce {
  width: 22%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  white-space: nowrap;
}
.circle {
  border: 1px solid #707070;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 8px 0;
}
.circle-text {
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
}

/* komyoji__gallery */
.komyoji__gallery {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.komyoji__gallery-title {
  font-size: 36px;
  margin: 1rem 0 10rem;
}
.komyoji__gallery-img-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 85%;
}
.komyoji__gallery-img {
  margin: 0.5rem 0.5rem;
  width: 32%;
}
.komyoji__gallery-img img {
  max-width: 300px;
  width: 100%;
}

/* komyoji__recommend */
.komyoji__recommend {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  /* margin-bottom: 80px; */
}
.komyoji__recommend-title {
  margin: 60px 0;
  font-size: 36px;
}
.komyoji__recommend-img {
  flex-direction: column;
  line-height: 1.6;
}
.komyoji__recommend-img-box {
  display: flex;
  align-items: center;
}
.komyoji__recommend-small-img-box-right {
  position: absolute;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
}
.komyoji__recommend-small-img-box-left {
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
}
.komyoji__recommend-small-img {
  margin-bottom: 20px;
}
.komyoji__recommend-text {
  text-align: center;
  margin: 2rem 0;
  font-size: 16px;
}
.komyoji__recommend--more-btn {
  display: none;
}

/* komyoji__faq */
.komyoji__faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F2F2F2;
  padding-top: 20px;
  padding-bottom: 60px;
}
.komyoji__faq h2 {
  font-size: 36px;
  padding: 20px 0;
}
.komyoji .accordion__title {
  border-top: 1px dashed #000;
  line-height: unset;
  padding: 20px 130px;
  text-align: left;
  font-size: 18px;
}
.komyoji .accordion-wrapper:last-child .accordion__title,
.komyoji .accordion-wrapper:last-child .accordion__content.is-open {
  border-bottom: 1px dashed #000;
}
.komyoji .accordion-wrapper:last-child .accordion__title.is-active {
  border-bottom: unset;
}
.komyoji .accordion__content.is-open {
  padding: 0 130px 10px;
}
.komyoji .accordion__title:hover, .komyoji .accordion__title.is-active {
  background-color: unset;
  color: unset;
}
.komyoji .accordion__title::before, .komyoji .accordion__title::after {
  background-color: #ab1921;
  right: 80px;
  width: 25px;
}
.komyoji .accordion__title:hover::before,
.komyoji .accordion__title:hover::after,
.komyoji .accordion__title.is-active::before,
.komyoji .accordion__title.is-active::after {
  background-color: #ab1921;
}

/* komyoji__contact */
.komyoji__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(../images/lp/komyoji-contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 700px;
  background-position: 100% 100%;
}
.komyoji__contact.kitano {
	background-image: url(../images/lp/kitanotenmangu/kitanotenmangu-contact.png);
}
@media (max-width: 760px) {
	.komyoji__contact.kitano {
		background-image: url(../images/lp/kitanotenmangu/kitanotenmangu-contact_sp.png);
	}
}
.komyoji__contact h2 {
  width: 80%;
  display: flex;
  justify-content: center;
  border-bottom: 2px dashed #fff;
  margin: 0 auto;
  font-size: 36px;
  padding: 40px 0;
  color: #fff;
}
.komyoji__contact-store,
.tel-wrapper,
.komyoji__contact-tel {
  font-size: 30px;
}
.komyoji__contact-tel:hover {
  text-decoration: underline !important;
}
.komyoji__contact-mail {
  font-size: 36px;
}
.komyoji__contact-info {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  color: #fff;
}
.komyoji__contact-info-store {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin: 40px 0;
}
.komyoji__contact-kyoto {
  margin: 40px 0;
}
.komyoji__contact-tokyo {
  margin: 40px 0;
}
.komyoji__contact-button {
  font-size: 33px;
  border: 1px solid #fff;
  padding: 30px 140px;
  color: #fff;
}
.komyoji__contact-button:hover {
  border: 1px solid #ab1921;
  background: #ab1921;
  text-decoration: none;
}
.komyoji__contact-text {
  margin: 10px 0;
  line-height: 1.6;
}

.komyoji .m_bottom_contents {
  margin-top: 0;
}

/* modifer */
.komyoji--more-btn,
.komyoji--close-btn {
  border: 1px solid #ab1921;
  color: #ab1921;
  background: transparent;
  padding: 12px 160px;
  margin: 45px 0;
}
.komyoji--more-btn:hover,
.komyoji--close-btn:hover {
  background: #ab1921;
  color: #fff;
}
.komyoji .komyoji--more-btn p,
.komyoji .komyoji--close-btn p {
  font-size: 36px;
}
.komyoji--close-btn {
  display: none;
}
@media (min-width: 760px) {
  .komyoji img {
    max-width: 100%;
  }
  /* .komyoji--more-btn, .komyoji--close-btn {
    display: none !important;
  } */
  .komyoji__recommend-small-img-box-left {
    display: unset !important;
  }
  .komyoji__recommend {
    height: 1350px;
  }
}
@media (max-width: 1800px) {
  .komyoji__intro-img4 {
    left: 41vw;
  }
  .komyoji__recommend-small-img-box-right {
    right: 10%;
  }
  .komyoji__recommend-small-img-box-left {
    left: 10%;
  }
}
@media (max-width: 1500px) {
  .komyoji__intro-explain {
    height: 850px;
  }
  .komyoji__intro-plan {
    height: 1160px;
  }
  .circle {
    width: 80px;
    height: 80px;
  }
  .komyoji .under-414 {
    display: block;
  }
}
@media (max-width: 1240px) {
  /* .komyoji__intro-circles {
    width: 95%;
  } */
}
@media (max-width: 1200px) {
  /* komyoji__intro */
  .komyoji__intro-img1 {
    left: 40%;
  }
  .komyoji__intro-img2 {
    width: 45%;
  }
  .komyoji__intro-background-1 {
    width: 80%;
  }

  /* komyoji__intro-plan */
  /* .komyoji__intro-plan {
    height: 1700px;
  }
  .komyoji__intro-plan-text {
    left: 50%;
    transform: translate(-50%);
    top: 750px;
    width: 35%;
  } */
  .komyoji__intro-background-2 {
    width: 90%;
  }
  .komyoji__intro-img3 {
    width: 30%;
  }
  .komyoji__intro-img4 {
    left: 40%;
    top: 24vw;
    width: 20%;
  }
  .komyoji__intro-circles {
    width: 85%;
  }
}

@media (max-width: 760px) {
  .komyoji__contents {
    width: 100%;
  }
  .komyoji p {
    font-size: 16px;
  }
  .komyoji__intro-img {
    width: 50%;
  }
  .under-414 {
    display: none;
  }

  /* komyoji__intro */
  .komyoji__intro-explain {
    overflow: hidden;
    margin-top: unset;
    height: 1425px;
  }
  .komyoji__intro-img1 {
    left: 9%;
    top: 80px;
    width: 25%;
  }
  .komyoji__intro-img2 {
    width: 80%;
    top: 190px;
  }
  .komyoji__intro-background-1 {
    top: 0;
  }
  .komyoji__intro-text {
    top: 95vw;
    left: 50%;
    transform: translate(-50%);
  }
  .komyoji__intro-name {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .komyoji__intro-name, .komyoji__intro-p {
    margin-left: 0;
  }
  .komyoji__intro-background-1 {
    top: 330px;
    left: -130px;
    width: 140%;
  }

  /* komyoji__intro-plan */
  .komyoji__intro-plan-headline {
    color: #a52a2a;
  }
  .komyoji__intro-plan {
    height: 1500px;
  }
  .komyoji__intro-background-2 {
    width: 205%;
    top: -70px;
  }
  .komyoji__intro-plan-text {
    top: 105vw;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
  }
  .komyoji__intro-img3 {
    width: 40%;
    left: 9%;
  }
  .komyoji__intro-img4 {
    left: unset;
    right: 9%;
    width: 40%;
  }
  .komyoji__intro-circles {
    width: 100%;
  }

  /* faq */
  .komyoji .accordion__title {
    padding: 20px 20px 20px 0;
  }
  .komyoji .accordion__title::before, .komyoji .accordion__title::after {
    right: 0;
    height: 4px;
  }
  .komyoji .accordion__content.is-open {
    padding: unset;
    text-align: center;
  }

  /* gallery */
  .komyoji__gallery {
    overflow-x: hidden;
  }
  .komyoji__gallery-title {
    margin: 2rem 0;
  }
  .komyoji__gallery-img-box {
    white-space: nowrap;
    width: unset;
  }
  .komyoji__gallery-img {
    width: 31%;
  }
  .komyoji__gallery-img:last-child {
    display: none;
  }

  /* recommend */
  .komyoji__recommend {
    /* margin-bottom: 80px; */
  }
  .komyoji__recommend-img {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .komyoji__recommend-small-img-box-right {
    position: unset;
    display: flex;
    transform: unset;
    margin-top: 40px;
  }
  .komyoji__recommend-small-img-box-left {
    position: unset;
    transform: unset;
    display: none;
    margin-top: 20px;
  }
  .komyoji__recommend-small-img-box-left.show {
    display: flex;
  }
  .komyoji__recommend-small-img {
    margin-bottom: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15vw;
  }
  .komyoji__recommend-small-img img {
    width: 80%;
  }
  .komyoji__recommend--more-btn {
    display: block;
  }

  /* contact */
  .komyoji__contact {
    height: 980px;
    background-position: center;
  }
  .komyoji__contact-store {
    font-size: 36px;
  }
  .komyoji__contact-info .komyoji__contact-text {
    font-size: 18px;
  }
  .komyoji__contact h2 {
    padding: unset;
    padding-top: 60px;
    border-bottom: unset;
  }

  .komyoji__contact-info {
    flex-direction: column;
  }
  .komyoji__contact-info-store {
    margin: unset;
    max-width: unset;
  }
  .komyoji__contact-kyoto {
    padding-top: 40px;
    border-top: 3px solid #fff;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .komyoji__contact-tokyo {
    padding-bottom: 40px;
    border-bottom: 3px solid #fff;
  }
  .komyoji__contact-button {
    margin-top: 25px;
  }

  /* modifer */
  .komyoji__sp-title {
    font-size: 2.4rem;
  }
}

@media (max-width: 560px) {
  /* komyoji__intro */
  .komyoji__intro-explain {
    height: 1255px;
  }
  .komyoji__intro-background-1 {
    width: 170%;
  }
  .komyoji__intro-text {
    top: 520px;
    width: 70%;
    left: 60%;
  }
  .komyoji__intro-plan {
    height: 1280px;
  }
  .komyoji__intro-background-2 {
    top: -45px;
  }
  .komyoji__intro-plan-text {
    width: 80%;
  }
  .komyoji__gallery-img {
    width: 30%;
  }
  .accordion__title {
    font-size: 16px;
  }
  .komyoji .accordion__title::before, .komyoji .accordion__title::after {
    width: 15px;
  }
}

@media (max-width: 414px) {
  .komyoji .flickity-viewport {
    height: 400px !important;
  }
  .komyoji__contents {
    margin: 40px auto;
  }
  .komyoji .under-414 {
    display: block;
  }
  .komyoji p {
    font-size: 14px;
  }
  .komyoji--more-btn,
  .komyoji--close-btn,
  .komyoji__recommend--close-btn {
    padding: 10px 70px;
  }
  .komyoji .komyoji--more-btn p,
  .komyoji .komyoji--close-btn p {
    font-size: 15px;
  }
  .modal-img-wrapper {
    width: 95%;
  }
  /* komyoji__intro */
  .komyoji__intro-explain {
    height: 980px;
  }
  .komyoji__intro-img2 {
    top: 140px;
  }
  .komyoji__intro-background-1 {
    top: 240px;
    width: 180%;
  }
  .komyoji__intro-text {
    top: 410px;
    width: 85%;
  }
  /* plan */
  .komyoji__intro-plan {
    margin-top: 0;
    height: 1100px;
  }
  .komyoji__intro-img4 {
    top: 18vw;
  }
  .komyoji__intro-plan-text {
    top: 95vw;
    width: 95%;
    text-align: center;
  }
  .komyoji__intro-plan-text-wrap {
    display: inline-block;
    text-align: left;
  }
  .circle {
    width: 70px;
    height: 70px;
  }

  /* gallery */
  .komyoji__title {
    font-size: 18px;
  }

  /* recommend */
  .komyoji__recommend-title {
    margin: 30px 0;
  }
  .komyoji__recommend-small-img-box-right {
    width: 85%;
    justify-content: center;
  }
  
  /* faq */
  .komyoji__faq h2 {
    font-size: 24px;
  }
  .komyoji .accordion__title {
    font-size: 13px;
    text-align: left;
  }
  .komyoji .accordion__content p {
    font-size: 13px;
    text-align: left;
  }
  .komyoji .accordion__title::before, .komyoji .accordion__title::after {
    height: 3px;
  }

  /* contact */
  .komyoji__contact {
    height: 870px;
  }
  .komyoji__contact h2 {
    font-size: 24px;
  }
  .komyoji__contact-store {
    font-size: 24px;
  }
  .tel-wrapper,
  .komyoji__contact-tel {
    font-size: 18px;
  }
  .komyoji__contact-info-store:last-child {
    margin-top: 15px;
  }
  .komyoji__contact-kyoto {
    width: 85%;
  }
  .komyoji__contact-info .komyoji__contact-text {
    font-size: 14px;
  }
  .komyoji__contact-mail {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .komyoji__contact-button {
    font-size: 18px;
    padding: 20px 90px;
  }
}
@media (max-width: 360px) {
  .komyoji .accordion__title {
    font-size: 12px;
  }
}
@media (max-width: 280px) {
  .komyoji__intro-title {
    font-size: 28px;
  }
  .komyoji__intro-text {
    width: 100%;
  }
  /* plan */
  .komyoji__intro-plan {
    height: 905px;
  }
  .komyoji__intro-plan-headline {
    font-size: 32px;
  }
  .circle-text {
    font-size: 14px;
  }
  /* 写真ギャラリー */
  .komyoji__gallery-img {
    width: 29%;
  }
  /* faq */
  .komyoji .accordion__title {
    font-size: 10px;
  }
  .komyoji .accordion__title::before, .komyoji .accordion__title::after {
    height: 1px;
  }
  .komyoji .accordion__title::before, .komyoji .accordion__title::after {
    width: 8px;
  }
  .komyoji .accordion__content p {
    font-size: 10px;
  }
  /* お問い合わせ */
  .komyoji__contact-kyoto,
  .komyoji__contact-tokyo {
    width: 80%;
  }
}

/* 北野天満宮 */
body#kitanotenmangu-maedori .breadcrumbs {
	background-color:#FFF2F6;
}
body#kitanotenmangu-maedori .komyoji__contents {
	background-color:#FFF2F6;
	padding: 40px 0 0;
	margin:0 auto 40px;
}

.kitano__intro-txt {
  margin: 12rem auto 12rem;
  width: 94%;
  max-width:780px;
}
.kitano__intro-txt-title {
  font-size: 36px;
  margin: 1rem 0 10rem;
  text-align:center;
}
@media (max-width: 760px) {
	.kitano__intro-txt-title {
		font-size:24px;
	}
	.kitano__intro-txt {
		margin: 5rem auto 5rem;
	}
	.kitano__intro-txt-title {
		margin: 1rem 0 5rem;
	}
}

.kitano__intro-explain {
  margin: 0 auto 30rem;
  width: 94%;
  max-width:920px;
  position:relative;
}
.kitano__intro-explain>div {
	position:relative;
	z-index:1;
}
.kitano__intro-explain:before {
  content:'';
  display:inline-block;
  background-image: url(../images/lp/kitanotenmangu/kitano-background-1.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width:1434px;
  height:1429px;
  position:absolute;
  z-index:0;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	top:8rem;
}
@media (max-width: 760px) {
	.kitano__intro-explain {
		margin: 0 auto 10rem;
	}
	.kitano__intro-explain:before {
		width: 800px;
		height: 1100px;
		top: -5rem;
	}
}
.kitano__btn {
	max-width:396px;
	height:91px;
	font-size:20px;
	margin: 8em auto 8em;
	display:flex;
	background-color:#AB1921;
	color:#fff;
	justify-content:center;
	align-items:center;
	position: relative;
	width: 100%;
	padding: 0;
    text-align: center;
	line-height: 91px;
}
.kitano__btn:hover {
	text-decoration:underline;
	cursor: pointer;
}
@media (max-width: 760px) {
	.kitano__btn {
		max-width:282px;
		height:60px;
		line-height: 60px;
		font-size:15px;
		margin: 3em auto 3em;
	}
}

.kitano__intro-plan {
	max-width:1200px;
	margin: 12rem auto 30rem;
	width: 94%;
	position:relative;
}
.kitano__intro-plan:before {
  content:'';
  display:inline-block;
  background-image: url(../images/lp/kitanotenmangu/kitano-background-2.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width:1860px;
  height:1609px;
  position:absolute;
  z-index:0;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	top:1rem;
}
.kitano__intro-plan .plan_in {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	position:relative;
	z-index:1;
	align-items:center;
}
.kitano__intro-plan .plan_in > div {
	width:47%;
	margin-bottom: 4rem;
	font-size:18px;
}
.kitano__intro-plan .plan_in > div p {
	margin-bottom:3rem;
}
.kitano__intro-plan .plan_in > div .img01 {
	width:80%;
	margin-left:auto;
	display:block;
}
.kitano__intro-plan-title {
    font-size: 36px;
    font-weight: bold;
	margin:5rem 0;
	line-height: 1.4;
}
.kitano__intro-plan .plan_in > div .komyoji__intro-circles {
	position:static;
	width: 100%;
}
@media (max-width: 760px) {
	.kitano__intro-plan {
		margin: 10rem auto 10rem;
	}
	.kitano__intro-plan:before {
		width: 1116px;
		height: 1126px;
		top: 5rem;
	}
	.kitano__intro-plan .plan_in {
		flex-direction: column;
	}
	.kitano__intro-plan .plan_in > div {
		width:100%;
		margin-bottom:0;
	}
	.kitano__intro-plan .plan_in > div.pc {
		display:none;
	}
	.kitano__intro-plan .plan_in > div.od1 {
		order: 1;
	}
	.kitano__intro-plan .plan_in > div.od2 {
		order: 2;
	}
	.kitano__intro-plan .plan_in > div.od3 {
		order: 3;
	}
	.kitano__intro-plan-title {
		margin:3rem 0 3rem;
		font-size: 24px;
	}
	.kitano__intro-plan .plan_in > div p {
		margin-bottom:2rem;
	}
	.kitano__intro-plan .plan_in > div .komyoji__intro-circles {
		margin-top:0;
	}
}
.komyoji__recommend.kitano {
	height:auto;
}
.komyoji__recommend-small-img-box-right.kitano {
	position: static;
    display: flex;
    width: 100%;
    max-width: 670px;
    margin: 80px auto 0;
}
.komyoji__recommend-small-img.kitano {
	width: 18%;
    margin-right: 2.5%;
}
.komyoji__recommend-small-img.kitano:nth-of-type(5n){
	margin-right:0;
}
.kitano__recommend-title-sub {
	font-size:18px;
	margin-bottom:60px;
	text-align:center;
}
.komyoji__recommend.kitano .kitano__btn {
	margin-top:0;
}
@media (max-width: 760px) {
	.komyoji__recommend-small-img-box-right.kitano {
		margin:30px auto 40px;
	}
	.kitano__recommend-title-sub {
		font-size:14px;
	}
}
.kitano__voice {
	margin-bottom:80px;
}
.kitano__recommend-title {
  margin: 60px 0;
  font-size: 36px;
text-align:center;
}
.kitano__voice_list {
	max-width: 700px;
    margin: 0 auto;
}
.kitano__voice_list .slick-list {
	padding-bottom:150px;
}
.kitano__voice_list .img {
	width:90%;
	margin:0 auto;
	height:400px;
}
.kitano__voice_list .img img {
	width:100%;
	border: 10px solid #fff;
	object-fit: cover;
    height: 400px;
}
.kitano__voice_list .title {
	text-align:center;
	margin-top:40px;
}
.kitano__voice_list .slide-arrow {
	position: absolute;
    top: 50%;
    width: 70px;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	cursor: pointer;
	padding-bottom: 150px;
}

.kitano__voice_list .slide-arrow:hover {
	opacity:0.8;
}

.kitano__voice_list .slide-arrow.prev-arrow {
	 left: -80px;
}
.kitano__voice_list .slide-arrow.next-arrow {
	 right: -80px;
}
@media (max-width: 760px) {
	.kitano__recommend-title {
		font-size: 18px;
		margin: 30px 0;
	}
	.kitano__voice_list {
		width: 90%;
		width: calc(94% - 60px);
		margin: 0 auto;
	}
	.kitano__voice_list .slick-list {
		padding-bottom:70px;
	}
	.kitano__voice_list .slide-arrow {
		width:30px;
		padding-bottom: 70px;
	}
	.kitano__voice_list .slide-arrow.prev-arrow {
		left: -40px;
	}
	.kitano__voice_list .slide-arrow.next-arrow {
		right: -40px;
	}
	.kitano__voice_list .img {
		height:240px;
	}
	.kitano__voice_list .img img {
		height:240px;
	}
	.kitano__voice_list .title {
		margin-top:20px;
	}
}