/*
グローバルな静的スタイル(MM用)
.page-〇〇は一意のクラスでbodyに付与されるので、 .page-top{} でそのページだけにスタイルを当てることができる。
*/

/* トップページ */
/* .page-top .title small,.title1 small{
font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
} */

.page-top .sec10 p{
	 font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.title strong,.title1 strong {
 font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.title small,.title1 small {
 font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.page-official .modal-title-main, .page-official .title3 {
font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.page-official .title6 .en {
    font-family: "Times New Roman", sans-serif;
}

.title6 .jp {
 font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.js-asideSlider .swiper-slide img {
	width: 95%;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
}

.header-nav-item {
    font-family: "Times New Roman", sans-serif;
	font-weight: 600;
}

.header-nav-item small {
 font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.header-nav-ja {
    font-weight: 600;
}

/* pc時のスタイル */
@media screen and (min-width: 768px) {
	/* トップページ */
	.page-top {
	}


}

/* sp時のスタイル */
@media screen and (max-width: 767px) {
	/* トップページ */
	.page-top .title small,.title1 small {
		font-size: 1.3rem ;
	}

    .side {
	  background-color: transparent!important;
	}
}
