@charset "utf-8";
/* トップページ */

.homeslider {
	padding: 0 0 78px;
	position: relative;
	overflow: hidden;
}
.homeslider img {
	width: 100%;
	height: auto;
}
.homeslider .swiper-button-prev,
.homeslider .swiper-button-next {
	top: calc(50% - 39px);
	width: 35px;
	height: 51px;
	margin-top: 0;
	background: url(../img/index/homeslider_arrow.png) no-repeat center center;
}
.homeslider .swiper-button-prev {
	left: 8%;
	transform: translateY(-50%);
}
.homeslider .swiper-button-next {
	transform: translateY(-50%) rotate(180deg);
	right: 8%;
}
@media screen and (min-width: 1300px) {
.homeslider .swiper-button-prev {
	left: 13.5%;
}
.homeslider .swiper-button-next {
	right: 13.5%;
}
}
@media screen and (min-width: 1500px) {
.homeslider .swiper-button-prev {
	left: 22%;
}
.homeslider .swiper-button-next {
	right: 22%;
}
}
.homeslider.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 38px;
}
.homeslider .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 1.5px 0;
    display: inline-block;
    border-radius: 100%;
    background: #ffab0b;
    opacity: .6;
}
.homeslider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 17px;
    height: 17px;
    margin: 0;
    opacity: 1;
}

.home__intro {
	width: 1000px;
	margin: 0 auto 40px;
	text-align: center;
/*	border: 1px red solid;*/
}
/*a.home__intro__banner {
	position: relative;
	color: #000;
	text-align: left;
	text-decoration: none;
	display: block;
}
.home__intro__ttl {
	position: absolute;
	left: 431px;
	top: 22px;
	line-height: 1em;
}
.home__intro__ttl small {
	font-size: 18px;
	font-weight: normal;
	color: #002f79;
}*/
.home__intro__ttl__img {
	width: 593px;
	height: auto;
	margin: 10px 0 35px;
}
.fade{
		animation: fadeIn 10s ease 0.1s 1 normal;
}
@keyframes fadeIn { /*animation-nameで設定した値を書く*/
		0% {opacity: 0} /*アニメーション開始時は不透明度0%*/
		100% {opacity: 1} /*アニメーション終了時は不透明度100%*/
}
.home__intro__txt {
/*	position: absolute;
	left: 431px;
	bottom: 18px;*/
	font-size: 18px;
	line-height: 40px;
}
/*.home__intro__photo {
	border: 1px solid #c4c2c2;
	border-radius: 15px;
}*/
.home__intro__img {
	padding: 20px 0 0;
	width: 51px;
}
.home__intro__txt2 {
	padding: 30px 0 ;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	color: #a20035;
}
.home__intro__txt3 {
	font-size: 16px;
	line-height: 30px;
}
.home__intro__sns {
	display: flex;
	justify-content: center;
	padding: 20px 0;
}
.home__intro__btn {
	padding: 5px;
}
.home__explanation {
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.home__explanation__set {
	width: 48%;
	padding: 20px 0;
}
.home__explanation__ttl {
	padding: 4px 0;
	font-weight: bold;
	background: #ebd8b0;
	font-size: 18px;
	line-height: 26px;
}
.home__explanation__txt {
	text-align: left;
	padding: 10px 0 0;
	font-size: 16px;
	line-height: 26px;
}
.category__ttl {
	margin: 0 auto;
	background: #FFF;
/*	border: 1px solid #f00;*/
}

a.kochira {
	color: #00F;
	text-decoration: none;
}



/* ------------------ */
/* スマートフォン */
/* ------------------ */
@media screen and (max-width: 767px) {

.homeslider {
	padding: 0 0 12vw;
}
.homeslider .swiper-button-prev,
.homeslider .swiper-button-next {
	display: none;
}
.homeslider.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 5vw;
}
.homeslider .swiper-pagination-bullet {
    width: 2vw;
    height: 2vw;
    margin: 0.2vw 0;
}
.homeslider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 2.4vw;
    height: 2.4vw;
}

.home__intro {
	width: 90%;
	margin: 0 auto;
}
.home__intro__ttl {
	left: 45%;
	top: 3vw;
	font-size: 0;
	line-height: 0;
}
.home__intro__ttl small {
	display: none;
}
.home__intro__ttl__img {
	width: 74%;
	margin: 0;
}
.home__intro__txt {
/*	left: 45%;
	bottom: 2vw;
	border: 1px solid #f00;*/
	font-size: 3.2vw;
	line-height: 2.0em;
	margin: 20px 0;
}
.home__intro__txt2 {
	font-size: 5.0vw;
	line-height: 1.5em;
}
.home__intro__txt3 {
	font-size: 3.0vw;
	line-height: 1.5em;
}
.home__intro__img {
	width: 51px;
}
.home__intro__photo {
	border: 0.4vw solid #c4c2c2;
	border-radius: 2.6vw;
}

.home__explanation__set {
	width: 100%;
}
.home__explanation__ttl {
	font-size: 3.2vw;
	line-height: 1.5em;
}
.home__explanation__txt {
	font-size: 3.2vw;
	line-height: 1.5em;
}

.footer {
	margin: 1vw 0 0;
}


}
