@charset "utf-8";

/* --- SP ---------- */

@media print,
screen and (max-width: 740px) {
	h2{
		margin-top: 0;
	}
}


/* --- PC ---------- */

@media print,
screen and (min-width: 741px) {

}


/*　メイン　*/


/* --- SP ---------- */

@media print,
screen and (max-width: 740px) {
	#index_main_photo{
		width:100%;
		background:#ffecec;
		top:91px;
	}
	#main_photo{
		max-width:1200px;
		width:100%;
		margin:0 auto;
	}
	.index_title{
		max-width:480px;
		width:100%;
		margin:0 auto;
	}
	.index_title h2{
		margin:0;
	}
	.index_story{
		max-width:1400px;
		width:100%;
		margin:10px auto 0;
		text-align:center;
		background:url(../img_sp/top/index_story_bk.jpg) center top no-repeat;
	}
	.index_story .left{
		display:none;
	}
	.index_story .right{
		display:none;
	}
	.index_story .center p{
		line-height:2.0;
		font-size: 90%;
		max-width: 280px;
		width: 100%;
		margin: 0 auto;
	}
	.index_point{
		width:100%;
		background:url(../img/top/bk.jpg) repeat;
		padding:10px 0;
	}
	.index_point_body{
		max-width:1400px;
		width:98%;
		margin:0 auto;
		text-align:center;
		line-height:2.0;
	}
	.index_point_body p{
		font-size: 90%;
		margin: 0;
	}
	.index_point_body h2{
		line-height:1.6;
	}

	.index_plan{
		width: 100%;
		padding: 10px 0;
		background-color: #fff;
		background-image: linear-gradient(90deg, rgba(100, 100, 100, 0.1) 10%, transparent 10%), linear-gradient(rgba(100, 100, 100, 0.1) 10%, transparent 10%);
		background-size: 8px 8px;
	}
	.index_plan_body{
		width: 98%;
		margin: 0 auto;
		text-align: center;
		line-height: 2.0;
	}
	.point_wrap{
		width:90%;
		margin: 10px auto 0;
		display: flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.index_point .point_box{
		padding:0 1%;
		box-sizing:border-box;
		width:50%;
	}

	.plan_wrap{
		width:100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.plan_box{
		background: #fff;
		padding-bottom: 10px;
		width: 32%;
	}
	.plan_box a:hover{
		text-decoration:none;
	}
	.plan_box p{
		margin:0;
		font-size:75%;
	}
	.plan_box h3,
	.plan_wrap02 h3,
	.bnr_box h3{
		margin:0;
		letter-spacing:1px;
	}
	.plan_wrap h3{
		font-size:90%;
		line-height:1.4;
	}
	.plan_wrap02{
		width:100%;
		margin:20px auto;
		display: flex;
		justify-content: space-between;
	}
	.plan_wrap02.sp_box{
		display: block;
	}
	.plan_wrap02 h3,
	.bnr_box h3{
		font-size: 90%;
		line-height: 1;
	}
	.index_plan .plan_box02{
		max-width: 580px;
		width: 49%;
		margin: 0;
	}

	.plan_box02{
		max-width:580px;
		width:100%;
		margin: 0 auto;
	}
	.reservation{
		width: 100%;
	}
	.reservation .bnr_box .bl-img{
		display: block;
		margin: 15px auto;
	}
	.reservation .bnr_box .opac.pc{
		display: none;
	}
	.reservation p span.sp{
		display: none;
	}
	.plan_box02 p,
	.bnr_box p{
		text-align:left;
		margin:0;
		line-height:1.7;
		display: none;
	}
	.plan_box02 a:hover{
		text-decoration:none;
	}

	.index_news{
		max-width:1200px;
		width:98%;
		margin:20px auto;
	}
	.index_news .left{
		width:100%;
	}
	.index_news .right{
		width:100%;
		margin-top:20px;
	}
	.news_box{
		width:100%;
		padding: 10px 0;
		border-top: 1px solid #eee;
	}
	.news_box .img{
		width:30%;
		float:left;
		border: 1px solid #eee;
	}
	.news_box .img img{
		vertical-align: bottom;
	}
	.news_box .text{
		width:65%;
		float:right;
	}
	.index_news_title h2{
		width:80%;
		float:left;
	}
	.index_news_title .arrow{
		float: right;
		padding-right: 20px;
	}
	.index_news_title .arrow a {
		position: relative;
	}
	.index_news_title .arrow a::after {
		position: absolute;
		content: "";
		border: solid #000;
		border-width: 0 2px 2px 0;
		display: inline-block;
		padding: 3px;
		transform: rotate(-45deg) translateY(-50%);
		top: -3px;
		right: -10px;
	}
	.news_box .date{
		font-size:80%;
		margin:0;
	}
	.news_box h3{
		margin:0;
		font-size:90%;
		text-decoration:underline;
	}

	.index_colletction{
		max-width:1400px;
		width:98%;
		margin:15px auto;
		text-align:center;
	}

	.index_colletction .right{
		width:100%;
	}
	.index_colletction .right h2{
		margin: 0;
	}
	.index_colletction .right p{
		margin: 8px 0 0;
		line-height:2.0;
	}
	.collection_select_box{
		width:80%;
		margin:10px auto;
	}
	.collection_select_box .en{
		text-align:left;
		margin:0;
	}
	.collection_img {
		max-width:700px;
		width:90%;
		margin: 30px auto 0;
	}
	.index_access{
		width:100%;
		background:#ffecec;
		padding:15px 0;
	}
	.index_access_body{
		max-width:1000px;
		width:98%;
		margin:0 auto;
		text-align:center;
	}
	.index_access_body .left{
		width:100%;
	}
	.index_access_body .left h2{
		line-height:1.7;
		margin: 0;
	}
	.index_access_body .left p{
		line-height:1.7;
		margin: 8px 0;
		font-size: 90%;
	}
	.index_access_body .right{
		max-width:520px;
		width:80%;
		margin:20px auto 0;
	}
	.index_access_body .btn_black{
		margin-top:40px;
	}
	.access_sns{
		width:220px;
		margin:20px auto 0;
		display: flex;
		justify-content: center;
	}
	.access_sns_box{
		margin:0 3%;
	}

	.index_calendar {
		width: 100%;
		padding: 10px 0;
	}

	.index_calendar_body {
		max-width: 1000px;
		width: 95%;
		margin: 0 auto;
		text-align: center;
	}

	.index_calendar_body h2 {
		margin: 20px 0;
	}

	.bx-wrapper .bx-prev {
		left: 0px;
		background: url(../img_sp/top/prev.png) 0 0 no-repeat;
	}
	.bx-wrapper .bx-next {
		right: 0px;
		background: url(../img_sp/top/next.png) 0 0 no-repeat;
	}
	.bx-wrapper .bx-prev:hover {
		filter: alpha(opacity=70);
		-moz-opacity: 0.70;
		opacity: 0.70;
		background: url(../img_sp/top/prev.png) 0 0 no-repeat;
	}
	.bx-wrapper .bx-next:hover {
		filter: alpha(opacity=70);
		-moz-opacity: 0.70;
		opacity: 0.70;
		background: url(../img_sp/top/next.png) 0 0 no-repeat;
	}
	.bx-wrapper .bx-controls-direction a {
		position: absolute;
		top: 50%;
		margin-top: -15px;
		outline: 0;
		width: 30px;
		height: 30px;
		text-indent: -9999px;
		z-index: 400;
	}

	.index_colletction .bnr_box{
		max-width: 580px;
		width: 90%;
		margin: 30px auto 30px;
	}

	.index_colletction .bnr_box .img_box{
		margin-bottom: 15px;
	}

	.index_colletction .bnr_box .img_box:nth-child(2){
		margin-bottom: 15px;
	}
}


/* --- PC ---------- */

@media print,
screen and (min-width: 741px) {
	#index_main_photo{
		width:100%;
		background:#ffecec;
		padding:50px 0;
	}

	#main_photo{
		max-width:1200px;
		width:90%;
		margin:0 auto;
	}
	.index_title{
		max-width:480px;
		width:100%;
		margin:0 auto;
	}
	.index_story{
		max-width:1400px;
		width:98%;
		margin:50px auto 0;
		text-align:center;
		display: flex;
		justify-content: space-between;
	}
	.index_story .left{
		max-width:420px;
		width:30%;
	}
	.index_story .center p{
		line-height:2.0;
	}
	.index_story .right{
		max-width:420px;
		width:30%;
	}
	.index_point{
		width:100%;
		background:url(../img/top/bk.jpg) repeat;
		padding:50px 0;
	}
	.index_point_body{
		max-width:1400px;
		width:98%;
		margin:0 auto;
		text-align:center;
		line-height:2.0;
	}
	.point_wrap{
		width:90%;
		margin:40px auto;
		display: flex;
		justify-content: center;
	}
	.index_point .point_box{
		padding:0 1%;
		box-sizing:border-box;
	}
	.index_plan{
		width: 100%;
		padding: 50px 0;
		background-color: #fff;
		background-image: linear-gradient(90deg, rgba(100, 100, 100, 0.1) 10%, transparent 10%), linear-gradient(rgba(100, 100, 100, 0.1) 10%, transparent 10%);
		background-size: 8px 8px;
	}

	.index_plan_body{
		max-width: 1400px;
		width: 98%;
		margin: 0 auto;
		text-align: center;
		line-height: 2.0;
	}

	.plan_wrap{
		width:90%;
		margin:40px auto;
		display: flex;
		justify-content: center;
	}
	.plan_box{
		background:#fff;
		margin:0 1%;
		padding-bottom:10px;
		text-align: center;
	}
	.plan_box a:hover{
		text-decoration:none;
	}
	.plan_box p{
		margin:5px 0 0;
		font-size:90%;
	}
	.plan_box h3,
	.plan_wrap02 h3,
	.bnr_box h3{
		margin:0;
		letter-spacing:1px;
	}
	.plan_wrap h3{
		font-size:140%;
		padding-bottom:10px;
	}

	.plan_wrap01{
		margin: 60px auto;
		width: 80%;
	}

	.plan_wrap02{
		width:90%;
		margin:40px auto;
		display: flex;
		justify-content: center;
	}
	.plan_wrap02 h3,
	.bnr_box h3{
		text-align:left;
	}
	.plan_box02{
		max-width:580px;
		width:100%;
		margin:0 1%;
	}
	.reservation{
		padding: 30px 0;
		width: 100%;
	}
	.reservation .bnr_box{
		width: 90%;
		margin: 0 auto;
	}
	.reservation .bnr_box .bl-img{
		display: block;
		margin: 30px auto;
	}
	.reservation .bnr_box .opac.sp{
		display: none;
	}
	.plan_box02 p,
	.bnr_box p{
		text-align:left;
		margin:0;
		line-height:1.7;
	}
	.plan_box02 a:hover{
		text-decoration:none;
	}

	.index_news{
		max-width: 1400px;
		width: 98%;
		margin: 50px auto;
	}
	.index_news_body{
		width: 90%;
		margin: auto;
	}
	.index_news .left{
		width:48%;
		float:left;
	}
	.index_news .right{
		width:48%;
		float:right;
	}
	.news_box{
		width: 100%;
		padding: 10px 0;
		border-top: 1px solid #eee;
	}
	.news_box:last-child{
		border-bottom: 1px solid #eee;
	}
	.news_box .img{
		width:16%;
		float:left;
		border: 1px solid #eee;
	}
	.news_box .img img{
		vertical-align: bottom;
	}
	.news_box .text{
		width:82%;
		float:right;
	}
	.index_news_title{
		margin: 0 0 20px;
	}
	.index_news_title h2{
		width:70%;
		float:left;
		margin: 0;
	}
	.index_news_title .arrow{
		float:right;
		margin: 0;
		font-weight: bold;
		padding-right: 20px;
	}
	.index_news_title .arrow a{
		position: relative;
	}
	.index_news_title .arrow a:hover{
		text-decoration: none;
		color: #e67578;
	}
	.index_news_title .arrow a::after{
		position: absolute;
		content: "";
		border: solid #000;
		border-width: 0 3px 3px 0;
		display: inline-block;
		padding: 3px;
		transform: rotate(-45deg) translateY(-50%);
		top: 45%;
		right: -20px;
	}
	.index_news_title .arrow a:hover::after{
		border: solid #e67578;
		border-width: 0 3px 3px 0;
	}


	.news_box .date{
		font-size:80%;
		margin:0;
	}
	.news_box h3{
		margin:8px 0;
		font-size:100%;
		text-decoration:underline;
	}


	.index_colletction{
		max-width:1400px;
		width:98%;
		margin:60px auto;
		text-align:center;
	}
	.index_colletction .left{
		width:56%;
		float:left;
	}
	.index_colletction .right{
		width:40%;
		float:right;
	}
	.index_colletction .right h2{
		margin-bottom:20px;
	}
	.index_colletction .right p{
		line-height:2.0;
	}
	.collection_select_box{
		width:80%;
		margin:10px auto;
	}
	.collection_select_box .en{
		text-align:left;
		margin:0;
	}


	.index_access{
		width:100%;
		background:#ffecec;
		padding:50px 0;
	}
	.index_access_body{
		max-width:1000px;
		width:98%;
		margin:0 auto;
		text-align:center;
	}
	.index_access_body .left{
		width:49%;
		float:left;
	}
	.index_access_body .left h2{
		line-height:1.7;
	}
	.index_access_body .left p{
		line-height:2.0;
	}
	.index_access_body .right{
		width:47%;
		float:right;
	}
	.index_access_body .btn_black{
		margin-top:40px;
	}
	.access_sns{
		width:220px;
		margin:40px auto 0;
		display: flex;
		justify-content: center;
	}
	.access_sns_box{
		margin:0 3%;
	}

	.index_calendar{
		width:100%;
		padding:50px 0;
	}
	.index_calendar_body{
		max-width:1000px;
		width:98%;
		margin:0 auto;
		text-align: center;
	}
	.index_calendar_body h2{
		margin-bottom: 40px;
	}




	.bx-wrapper .bx-prev {
		left: -25px;
		background: url(../img/top/prev.png) 0 0 no-repeat;
	}
	.bx-wrapper .bx-next {
		right: -25px;
		background: url(../img/top/next.png) 0 0 no-repeat;
	}
	.bx-wrapper .bx-prev:hover {
		filter: alpha(opacity=70);
		-moz-opacity: 0.70;
		opacity: 0.70;
		background: url(../img/top/prev.png) 0 0 no-repeat;
	}
	.bx-wrapper .bx-next:hover {
		filter: alpha(opacity=70);
		-moz-opacity: 0.70;
		opacity: 0.70;
		background: url(../img/top/next.png) 0 0 no-repeat;
	}
	.bx-wrapper .bx-controls-direction a {
		position: absolute;
		top: 50%;
		margin-top: -25px;
		outline: 0;
		width: 70px;
		height: 70px;
		text-indent: -9999px;
		z-index: 400;
	}

	.index_colletction .bnr_box{
		display: -webkit-flex;
		display: flex;
		max-width: 1200px;
		width: 90%;
		margin: 80px auto 40px;
		justify-content: space-around;	}

	.index_colletction .bnr_box .img_box{
		width: 47%;
	}

	.index_colletction .btn_black{
		max-width: 340px;
		width: 80%;
		margin: 70px auto 50px;
		text-align: center;
	}
}


/* --- あまのやECリンク ---------- */
.box-ec {
	text-align: right;
}
.box-ec p {
	display: inline-block;
	border: 2px solid #94569b;
	padding: 10px;
	text-align:center;
	background:#fff;
}
.box-ec .purple {
	color:#94569b;
	font-weight:bold;
}
.box-ec a {
	display:block;
}

@media print,
screen and (max-width: 740px) {
	.box-ec {
		text-align: center;
	}
}
