@charset "UTF-8";
/* CSS Document */

.slider img {
	width: 100%;
	max-height: 720px;
	object-fit: cover;
	object-position: center;
}

.top-information-wrapper {
	max-width: 1000px;
	margin: 100px auto 150px;
}
.space {
	content: "";
	display: inline-block;
	width: 24px;
}
.top-discription {
	position: relative;
	text-align: center;
}
.triangle1 {
	text-align: left;
}
.triangle2 {
	text-align: right;
}
.top-discription h4 {
	margin-bottom: 30px;
}
.top-discription h6 {
	line-height: 2.0;
}
.calendararea-wrapper {
	max-width: 1000px;
	margin: 130px auto;
}
.calendar-area {
	display: inline-block;
	background-color: #617B61;
	width: 535px;
	height: 525px;
	border-radius: 20px;
	color: #fff;
	text-align: center;
	margin-right: 30px;
}
.calendar-area h5 {
	padding: 25px 0 ;
	border-bottom: solid 1px;
}
.calendar-area iframe {
	width: 480px;
	height: 385px;
	margin: 20px;
}
.shop-info {
	width: 100%;
	height: 525px;
	vertical-align: middle;
	border-top: solid #333 1px;
	border-bottom: solid #333 1px;
	padding: 30px;
}
.shop-info_contents {
	max-width: 370px;
	margin-top: 80px;
}
.shop-info h5 {
	margin-bottom: 70px;
}
.shop-info_p {
	line-height: 3.0;
	font-size: 1.6rem;
}
.interval-img {
	margin-bottom: 150px;
}
.interval-img img {
	width: 100%;
	height: auto;
}

@media not all and (min-width: 1024px){
	.top-information-wrapper {
		width: 69.44%;
		margin: 50px auto;
	}
	.top-discription {
		margin-bottom: 80px;
	}
	.top-discription h6 {
		line-height: 2.0;
	}
	.top-discription h4 {
		margin-bottom: 20px;
	}
	.space {
		display: none;
	}
	.calendararea-wrapper {
		display: block;
		width: 100%;
		height: auto;
		border-top: solid 1px;
		margin: 0;
		padding-top: 20px;
	}
	.calendar-area {
		width: 100%;
		height: 100%;
		border-radius: 15px;
		padding-bottom: 10px;
	}
	.calendar-area h5 {
		padding: 10px 0 ;
	}
	.calendar-area iframe {
		width: 85.42%;
		min-height: 300px;
		margin: 10px 0 0;
	}
	.shop-info {
		width: 100%;
		height: auto;
		margin-top: 20px;
		padding: 0 0 20px;
		border-top: hidden;
	}
	.shop-info_contents  {
		max-width: 230px;
		margin: 20px auto 0;
	}
	.shop-info h5 {
		display: inline-block;
		margin-bottom: 15px;
	}
	.shop-info_p {
		display: inline-block;
		line-height: 1.6;
		font-size: 1.2rem;
	}
	.shop-info_p .map-link {
		margin-left: 44px;
	}
	.interval-img {
		margin-bottom: 80px;
	}
}


@media not all and (min-width: 480px){
	.top-information-wrapper {
		width: 87.2%;
		margin-right: 24px;
		margin-left: 24px;
	}
	.calendararea-wrapper {
		max-width: 375px;
		height: auto;
		margin: 30px auto 80px;
		border-top: solid 1px;
	}
	.calendar-area iframe {
		width: 295px;
		height: 295px;
	}
	.interval-img img {
		height: 150px;
	}
}


.induction {
	margin: 0 auto 150px;
	max-width: 1000px;
}
.induction_title {
	width: 680px;
	border-top: solid 1px;
	border-bottom: solid 1px;
	padding: 10px 0 20px;
	margin-bottom: 90px;
}
.about {
	float: right;
}
.induction_title h3 {
	margin-bottom: 45px;
}
.induction_title h6 {
	text-align: end;
}
.induction .flex {
	clear: both;
}
.induction-img_about {
	margin-right: 70px;
}
.induction-img_ice {
	margin-left: 70px;
}
.induction_discription-area {
	max-width: 450px;
	position: relative;
}
.link-btn {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 50px;
	background-color: #617B61;
	color: #fff;
	text-align: center;
}
.link-btn p {
	padding: 8px 0;
}
.arrow {
	display: block;
	position: absolute;
	right: 30px;
	top: 16px;
	content: "";
	width: 15px;
	height: 15px;
	border-top: solid 2px #fff;
	border-right : solid 2px #fff;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.inujima-flex {
	padding-top: 120px;
	max-width: 1000px;
	margin: 0 auto;
}
.induction-discription_inujima {
	max-width: 620px;
}
.induction-discription_inujima_sp {
	display: none;
}
.inujima-title {
	width: 400px;
	margin-left: 70px;
}
.inujima-title h3 {
	margin-bottom: 70px;
}
.section-inujima {
	width: 100%;
	background-color: rgba(237,221,198,0.40);
}
.infiniteslide {
	padding-bottom: 120px;
}
.infiniteslide li {
	margin-right: 20px;
	width: 400px;
	height: 400px;
}
.infiniteslide li img {
	max-width: 100%;
	height: auto; 
}

@media not all and (min-width: 1024px){
	.induction {
		margin: 0 24px 80px;
	}
	.induction_title,
	.inujima-title {
		width: 100%;
		padding: 20px 0;
		margin-bottom: 30px;
	}
	.induction_title h3,
	.inujima-title h3 {
		margin-bottom: 20px;
	}
	.induction-img_about img,
	.induction-img_ice img {
		width: 100%;
	}
	.induction-img_about {
		margin-right: 20px;
	}
	.induction-img_ice {
		margin-left: 20px;
	}
	.induction_discription-area {
		display: block;
		max-width: 600px;
	}
	.induction_discription {
		display: block;
		margin-bottom: 50px;
	}
	.link-btn {
		display: block;
		position: relative;
		width: 76%;
		height: 30px;
		margin: 0 auto;
	}
	.link-btn p {
		padding: 2px 0;
	}
	.arrow {
		top: 10px;
		width: 10px;
		height: 10px;
	}

	.section-inujima {
		padding: 80px 0 80px;
	}
	.inujima-flex {
		padding: 0;
		margin: 0 24px ;
	}
	.inujima-title {
		margin: 0 0 30px 0;
	}
	.induction-discription_inujima {
		margin-bottom: 30px;
		margin-right: 30px;
	}
	.infiniteslide {
		padding-bottom: 0;
	}
	.infiniteslide li {
		width: 200px;
		height: 200px;
	}
	.infiniteslide li img {
		max-width: 100%;
		height: auto; 
	}
	.induction-discription_inujima_sp {
		display: none;
	}
}
@media not all and (min-width: 600px){
	.ice-flex,
	.inujima-flex {
		flex-flow: column-reverse;
	}
	.about-flex {
		flex-flow: wrap;
	}
	.ice-flex,
	.inujima-flex {
		justify-content: center;
	}
	.induction-discription_inujima {
		display: none;
	}
	.induction-discription_inujima_sp {
		margin: 30px 24px 0;
		display: block;
	}
	
}

@media not all and (min-width: 480px){
	.induction_discription {
		margin: 20px 0 50px;
	}
	.induction-img_about,
	.induction-img_ice {
		margin: 0;
	}
}


