/* マーターポート */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.method_ttl2 {
    font-size: 15px;
    margin-top: 30px;
	margin-bottom: 20px;
    line-height: 1.4;
    color: #333333;
    border: 1px solid #000000;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: center;
	font-weight: 500;
}
.method_tx {
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 2;
    color: #333333;
    border-bottom: 1px solid #920783;
    font-weight: bold;
    text-align: left;
}
.method_tx2 {
		font-size: 13px;
		padding: 10px;
		line-height: 1.6;
		color: #333333;
		font-weight: 500;
		text-align: left;
}
.movie_box {
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 25px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#photo {
		padding-top: 30px;
}

/* 新着情報 */

.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: auto !important;
}

.swiper-slide {
    /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
    color: #ffffff;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 300px;
    text-align: center;
    margin-top: 20px;
    padding-right: 5px;
    padding-left: 5px;
}


.swiper-pagination-bullets {
  width: 100px;
}

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

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.9);
  border: 1px solid #fff;
  border-radius: 100%;
}