@charset "UTF-8";

/*左から右にフェードイン*/

.left-to-right {
	opacity: 0;
	transform: translateX(-20px);
	transition: all 1s;
	transition-delay: .3s;
}

.left-to-right.inview {
	opacity: 1;
	transform: translate(0);
}


/*右から左にフェードイン*/

.right-to-left {
	opacity: 0;
	transform: translateX(20px);
	transition: all 1s;
	transition-delay: .3s;
}

.right-to-left.inview {
	opacity: 1;
	transform: translate(0);
}


/*下から上にフェードイン*/

.down-to-top {
	opacity: 0;
	transform: translateY(20px);
	transition: all 1s;
	transition-delay: .3s;
}

.down-to-top.inview {
	opacity: 1;
	transform: translateY(0);
}


/*フェードイン*/

.fade-in {
	opacity: 0;
	transition: all 1s;
	transition-delay: .3s;
}

.fade-in.inview {
	opacity: 1;
}

#container {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 50px;
	position: relative;
	line-height: 1.8;
}

#container a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-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;
}

.modelstyle .slide {
	width: 100%;
	height: 720px;
	/*370px;*/
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.modelstyle .slide img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.modelstyle .slide2 {
	width: 100%;
	height: 720px;
	/*370px;*/
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.modelstyle .slide2 img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.modelstyle .slide3 {
	width: 100%;
	height: 720px;
	/*370px;*/
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.modelstyle .slide3 img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.toptext2.qr_code img {
	width: 100%;
    max-width: 400px;
}

.sphide {
	display: none;
}

.maintext {
	font-family: 'Prata', serif;
	font-size: 2em;
	margin: 0em auto 0;
	letter-spacing: 1px;
	text-align: center;
	color: #545454;
}

.maintext2 {
	font-family: 'Prata', serif;
	font-size: 3em;
	margin: 0em auto 0;
	letter-spacing: 1px;
	text-align: center;
	color: #545454;
}

.toptext {
	font-family: 'Prata', serif;
	font-size: 1.8em;
	margin: 2em auto 0;
	letter-spacing: 2px;
	text-align: center;
	color: #545454;
}

.styletext {
	font-family: 'Prata', serif;
	font-size: 1.8em;
	margin: 0 auto;
	letter-spacing: 1px;
	text-align: center;
	color: #545454;
	clear: both;
}

.toptext2 {
	width: 80%;
	margin: 0em auto 1.5em;
	letter-spacing: 1px;
	text-align: center;
	line-height: 20px;
	color: #545454;
}

.toptext2 img {
	width:80%;
}

.itemname {
	width: 80%;
	margin: 2em auto;
	letter-spacing: 1px;
	text-align: center;
	color: #545454;
}

.arrowicon {
	text-align: center;
	margin-bottom: 3.5em;
}

.arrowicon img {
	width: 50%;
}

.itembtn {
	background: #c3c3c3;
	color: #FFFFFF;
	width: 83%;
	padding: 20px;
	margin: 0 auto 30px;
	text-align: center;
}


.mainsize{
	width:80%;
	margin:0 auto;
}



   .event_wrapper{
        max-width: 800px;
        width: 100%;
        margin: 30px auto;
        font-size: 120%;
        background-color: #f2f2f2;
    }
    
    .event_wrapper img{
        width: 100%;
    }



 .third{
        border: 4px solid #67b94b;
    }
    .third .event_btn{
        background: #67b94b;
    }
.event_btn{
        padding: 10px;
        margin: 0 auto;
        color: #fff;
        text-align: center;
        width: 60%;
    }
    
    .first .event_btn{
        background: #983431;
    }
    
    .second{
        border: 1px solid #ae9f68;
    }
    .second .event_btn{
        background: #ae9f68;
    }
    
    .third{
        border: 4px solid #67b94b;
    }
    .third .event_btn{
        background: #67b94b;
    }

    .event_text{
        text-align: center;
        padding: 35px 0 10px 0px;
	    line-height: 22px;
		font-size: 14px;
    } 

















/*プロフィール欄*/

.profile {
	margin: 0 auto 50px;
	text-align: center;
}

.profile img {
	width: 100%;
}

.profiletext {
	margin: auto;
	padding: 20px;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	letter-spacing: 3px;
	background-color: #c3c3c3;
	text-align: left;
	font-size: 10px;
	line-height: 18px;
	color: #FFFFFF;
}

.profiletext p {
	line-height: 32px;
	font-family: 'SortsMillGoudy-Regular';
}


/********▼質問エリア▼********/

.accordion-container .accordion-title {
	font-family: 'Prata', serif;
	color: #545454;
	position: relative;
	margin: 0 auto;
	padding: 1.2em 0.6em 1.2em 2em;
	font-size: 1.2em;
	cursor: pointer;
	/*
border-bottom: 1px solid #000;*/
}

.accordion-title h4 {}

.accordion-line {
	border-top: 1px solid #000;
}

.accordion-container .accordion-title:hover, .accordion-container .accordion-title:active, .accordion-title.open {
	background-color: #FFFFFF;
}

.accordion-container .accordion-title::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 15px;
	height: 2px;
	/*縦線に*/
	transform: rotate(90deg);
	background: #000;
	transition: all .3s ease-in-out;
}

.accordion-container .accordion-title::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	/*横線*/
	width: 15px;
	height: 2px;
	background: #000;
	transition: all .2s ease-in-out;
}

.accordion-container .accordion-title.open::before {
	transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
	opacity: 0;
}

.accordion-content {
	padding: 0 0 1.2em 2.3125em;
	border: 1px solid #FFFFFF;
	width: 85%;
}

.accordion-content p {
	font-size: 95%;
}

.red {
	color: #940003;
	font-size: 140%;
	font-weight: bold;
}

.line_btn a {
	color: #fff;
	text-align: center;
	display: block;
	width: 60%;
	max-width: 300px;
	padding: 15px 0;
	margin: 20px auto 20px;
	background: #06c755;
	font-size: 28px;
}

hr {
    border-top: 1px solid #cdcdcd;
}

.br_sp_only {
    display: none;
}

.line_text {
    color: rgb(154, 0, 0);
    font-size: 18px;
    text-align: center;
}
.block_sp_only {
    display: none;
}

.pc_only {
		display: none;
	}

@media only screen and (min-width: 750px) {
	
	.toptext2 {
		width: 80%;
		font-size: 1.5em;
		margin: 0px auto 20px auto;
		text-align: center;
		line-height: 36px;
	}
	.maintext {
		font-size: 3.5em;
	}
		.maintext2 {
		font-size: 3.5em;
	}
	.toptext {
		font-size: 2.5em;
	}
	.itemname {
		font-size: 1.4em;
	}
	.itembtn {
		font-size: 1.5em;
	}
	.profiletext {
		font-size: 14px;
	}
	
	.pc_only {
			display: block;
		}
	.sp_only {
		display: block;
	}

.sp_only {
			display: none;
		}
	
	
}



@media only screen and (max-width: 750px) {
	
	.mainsize{
	width:100%;
}
	
	
    .maintext {
        margin: 100px auto 0;
    }
	 .maintext2 {
        margin: 100px auto 0;
    }
	.modelstyle .slide {
		width: 100%;
		height: 280px;
		/*370px;*/
		position: relative;
		overflow: hidden;
		margin: 0 auto;
	}
	.modelstyle .slide2 {
		width: 100%;
		height: 280px;
		/*370px;*/
		position: relative;
		overflow: hidden;
		margin: 0 auto;
	}
	.modelstyle .slide3 {
		width: 100%;
		height: 280px;
		/*370px;*/
		position: relative;
		overflow: hidden;
		margin: 0 auto;
	}
	.pchide {
		display: none;
	}
	.sphide {
		display: block
	}
	.toptext2 {
		width: 90%;
	}
	.itemname {
		width: 90%;
		text-align: center;
	}
	.line_btn a {
		font-size: 5vw;
	}
    .toptext2 img {
        max-width: 500px;
        width: 80%;
    }
    .toptext2.qr_code img {
        width: 50%;
    }
    .br_sp_only {
        display: inline;
    }
    .block_sp_only {
        display: block;
    }
    .block_pc_only {
        display: none;
    }
}


/* CSS Document */