@charset "utf-8";


/* ============================================================================================== */
/* common                                                                                         */
/* ============================================================================================== */

.section__point-header,
.section__point,
.section__aside,
.section__footer-nav {
	padding-bottom: 60px;
}


/* ============================================================================================== */
/* section__point-header                                                                          */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* section__point-header */

.section__point-header .point-ttl {
	text-align: center;
	margin-bottom: 20px;
}

.section__point-header .point-ttl .icon {
	width: 80px;
	height: 42px;
	stroke: rgba(91,40,68,1);
	stroke-width: 5px;
	margin-bottom: 10px;
}

.section__point-header .point-ttl .sub {
	font-size: .95em;
	margin-bottom: .25em;
}

.section__point-header .point-ttl .main {
	line-height: 1.3;
	font-size: 2.2rem;
}

.section__point-header .point-txt {
	text-align: justify;
}



/* ============================================================================================== */
/* section__point                                                                                 */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* swiper */

.section__point .swiper-container--outer {
	position: relative;
}

.section__point .swiper-container {
	border-radius: 5px;
}

.section__point .swiper-slide img {
	width:100%;
	vertical-align: bottom;
}

.section__point .swiper-button-prev,
.section__point .swiper-button-next {
	width: 40px !important;
	height: 40px !important;
	margin-top: -20px !important;
	background-size: 70% !important;
	background-position: center !important;
	background-color: rgba(255,255,255,.9);
	border-radius: 50%;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	        tap-highlight-color: rgba(0,0,0,0);
}

.section__point .swiper-button-next {
	background-image: url(../svg/icon_arrow-primary.svg) !important;
	right: -20px !important;
}

.section__point .swiper-button-prev {
	background-image: url(../svg/icon_arrow-primary.svg) !important;
	transform: scale(-1, 1) !important;
	left: -20px !important;
}


/* ----------------------------------------------------------------------- */
/* point-img--outer */

.section__point .point-img--outer {
	display: none;
}

.section__point .point-img {
	position: relative;
}

/* point03 */
.section__point .point03 .swiper-slide:before {
	font-size: 1.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 40px;
	background: rgba(255,255,255,1);
	position: absolute;
	right: 0;
	bottom: 0;
}

.section__point .point03 .swiper-slide.p03-2:before {
	content: '朝食例';
}

.section__point .point03 .swiper-slide.p03-3:before {
	content: '昼食例';
}

.section__point .point03 .swiper-slide.p03-4:before {
	content: '昼食例';
}

/* point05 */
.section__point .point05 .point-img--outer {
	display: block;
}

.section__point .point05 .point-img {
	position: relative;
	width: 100%;
	background: rgba(143,63,107,.1);
	border-radius: 5px;
}

.section__point .point05 .point-img:before {
	content:"";
	display: block;
	padding-top: 56%;
}

.section__point .point05 .p05-1--inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section__point .point05 .p05-1--inner img {
	width: 50%;
	max-width: 300px;
	height: auto;
	vertical-align: bottom;
}


/* ----------------------------------------------------------------------- */
/* point-txt--outer */

.point-txt--outer.l-block.grid1-2 > *:first-child {
	margin-bottom:0;
}


/* ----------------------------------------------------------------------- */
/* point-txt__ttl */

.point-txt__ttl {
	line-height: 1.5;
	padding: 35px 0 30px;
	position: relative;
}

.point-txt__ttl:before {
	font-size: 5rem;
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
	letter-spacing: .05em;
	text-transform: uppercase;
	position: absolute;
	top: -40px;
	left: 0;
	z-index: 10;
}

.point01 .point-txt__ttl:before { content: '#01'; }
.point02 .point-txt__ttl:before { content: '#02'; }
.point03 .point-txt__ttl:before { content: '#03'; }
.point04 .point-txt__ttl:before { content: '#04'; }
.point05 .point-txt__ttl:before { content: '#05'; }
.point06 .point-txt__ttl:before { content: '#06'; }
.point07 .point-txt__ttl:before { content: '#07'; }

.point-txt__ttl .ttl {
	line-height: 1.25;
	font-size: 2.5rem;
	margin-bottom: .25em;
}


/* ----------------------------------------------------------------------- */
/* point-txt__outline */

.point-txt__outline {
	padding: 30px 0 25px;
}

.point-txt__outline .outline__li {
	line-height: 1.5;
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}

.point-txt__outline .outline__li:last-child {
	margin-bottom: 0;
}

.point-txt__outline .outline__li .icon {
	width: 25px;
	height: 25px;
	stroke: rgba(91,40,68,1);
	stroke-width: 5px;
}

.point-txt__outline .outline__li .txt {
	width: calc(100% - 30px);
	font-size: 1.5rem;
}

.point-txt__outline .more-link--outer {
	margin: 20px 0;
}

.point-txt__outline .more-link {
	text-decoration: underline;
}

.point-txt__outline .more-link .lbl {
	font-size: 1em;
}

.point-txt__outline .more-link .icon {
	width: 20px;
	height: 20px;
}


/* ----------------------------------------------------------------------- */
/* point-txt__body */

.point-txt__body p {
	text-align: justify;
	margin-bottom: 1.5em;
}

.point-txt__body p:last-child {
	margin-bottom: 0;
}

.point-txt__body p.txt-left {
	text-align: left;
}

.point03 .point-txt__body p:last-of-type {
	margin-bottom: 2.5em;
}

.point05 .point-txt__body .list-style--reg {
	font-size: .9em;
}

.point05 .point-txt__body .list-style--reg li {
	margin-bottom: 0;
}


/* ============================================================================================== */
/* section__aside                                                                                 */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* external-banner */

.external-banner__anchor {
	line-height: 1.5;
	text-decoration: none;
	background: rgba(143,63,107,.1);
	border-radius: 10px;
	padding: 30px 20px 20px 20px;
	display: block;
	text-align: center;
}

.anchor--inner {
	margin-bottom: 15px;
}

.external-banner__anchor .img {
	width: 90%;
	max-width: 200px;
	margin: 0 auto 10px;
}

.external-banner__anchor .img img {
	width: 100%;
	vertical-align: bottom;
}

.external-banner__anchor .txt {
	font-size: .9em;
}

.external-banner__anchor .btn {
	width: 140px;
	height: 40px;
	margin: 0 auto;
	font-size: 1.2rem;
}

.external-banner__anchor:hover .btn {
	color: rgba(255,255,255,1);
	background: rgba(91,40,68,1);
}

.external-banner__anchor .btn .icon {
	width: 20px;
	height: 20px;
}

.external-banner__anchor:hover .btn .icon {
	stroke: rgba(255,255,255,1);
}


/* ============================================================================================== */
/* Media query                                                                                    */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* SmartPhone */

@media screen and (min-width: 375px) {

}

@media screen and (min-width: 414px) {

}

@media screen and (orientation:landscape) {

}

/* over iphone 6 plus landscape */
@media screen and (orientation:landscape) and (min-width: 736px) {

}


/* ----------------------------------------------------------------------- */
/* Tablet */

@media screen and (min-width: 768px) {

	/* section__point-header */
	.section__point-header .point-txt {
		text-align: center;
		margin: 0 auto;
	}

	/* swiper */
	.section__point .swiper-container--outer {
		display: none;
	}

	/* point-img--outer */
	.section__point .point-img--outer {
		display: block;
	}

	.section__point .l-block-50 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.section__point .l-block-50 > * {
		width: calc(50% - 5px);
	}

	.section__point .point-img--outer img {
		width:100%;
		vertical-align: bottom;
		border-radius: 5px;
	}

	.section__point .clip-img {
		overflow: hidden;
	}

	.section__point .clip-img img {
		height: 100%;
		object-fit: cover;
	}

	/* point01 */
	.section__point .point01 .point-img.p01-3 {
		height: 300px;
	}

	.section__point .point01 .l-block-50 {
		margin-bottom: 10px;
	}

	.section__point .point01 .point-img.p01-3 img {
		object-position: 50% 35%;
	}

	/* point02 */
	.section__point .point02 .l-block-50 .l-block-50 {
		margin-bottom: 10px;
	}

	.section__point .point02 .point-img.p02-1,
	.section__point .point02 .point-img.p02-2 {
		height: 160px;
	}

	.section__point .point02 .point-img.p02-3 {
		height: 280px;
	}

	.section__point .point02 .point-img.p02-4 {
		height: 450px;
	}

	.section__point .point02 .point-img.p02-4 img {
		object-position: 39% 50%;
	}

	/* point03 */
	.section__point .point03 .point-img:before {
		font-size: 1.3rem;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 80px;
		height: 40px;
		background: rgba(255,255,255,1);
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 1;
	}

	.section__point .point03 .point-img.p03-2:before {
		content: '朝食例';
	}

	.section__point .point03 .point-img.p03-3:before {
		content: '昼食例';
	}

	.section__point .point03 .point-img.p03-4:before {
		content: '昼食例';
	}

	.section__point .point03 .point-img.p03-1,
	.section__point .point03 .point-img.p03-2 {
		margin-bottom: 10px;
	}

	/* point05 */
	.section__point .point05 .point-img {
		height: 300px;
	}

	.section__point .point05 .point-img:before {
		content: none;
	}

	/* point07 */
	.section__point .point07 .point-img.p07-1,
	.section__point .point07 .point-img.p07-2 {
		margin-bottom: 10px;
	}

}


/* ----------------------------------------------------------------------- */
/* over ipad landscape */

@media screen and (orientation:landscape) and (min-width: 1024px) {

	/* common */
	.section__point-header {
		padding-bottom: 80px;
	}

	.section__point,
	.section__footer-nav {
		padding-bottom: 120px;
	}

	/* relation-movie */
	.section__point .point03 .relation-movie .relation-movie__img {
		width: 150px;
	}

	.section__point .point03 .relation-movie .relation-movie__txt {
		width: calc(100% - 170px);
	}

	/* section__point-header */
	.section__point-header .point-ttl {
		margin-bottom: 30px;
	}

	.section__point-header .point-ttl .icon {
		width: 105px;
		height: 55px;
		margin-bottom: 15px;
	}

	.section__point-header .point-ttl .sub {
		font-size: 1.8rem;
	}

	.section__point-header .point-ttl .main {
		font-size: 4.5rem;
	}

	/* point01 */
	.section__point .point01 .point-img.p01-3 {
		height: 400px;
	}

	/* point02 */
	.section__point .point02 .point-img.p02-1,
	.section__point .point02 .point-img.p02-2 {
		height: 200px;
	}

	.section__point .point02 .point-img.p02-3 {
		height: 390px;
	}

	.section__point .point02 .point-img.p02-4 {
		height: 600px;
	}

	/* point05 */
	.section__point .point05 .point-img.p05-1 {
		height: 400px;
	}

	/* point-txt--outer */
	.point-txt--outer.l-block.grid1-2 > * {
		width: calc(50% - 30px);
	}

	/* point-txt__ttl */
	.point-txt__ttl {
		padding: 60px 0 40px;
	}

	.point-txt__ttl:before {
		font-size: 8rem;
		top: -65px;
	}

	.point-txt__ttl .ttl {
		font-size: 4rem;
	}

	/* point-txt__outline */
	.point-txt__outline {
		padding: 40px 0 0;
	}

	.point-txt__outline .outline__li .icon {
		width: 35px;
		height: 35px;
	}

	.point-txt__outline .outline__li .txt {
		width: calc(100% - 40px);
		font-size: 2rem;
	}

	/* point-txt__body */
	.point-txt__body {
		padding-top: 60px;
	}

	/* external-banner */
	.external-banner__anchor {
		padding: 30px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		text-align: left;
	}

	.anchor--inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 0;
		width: calc(100% - 160px);
	}

	.external-banner__anchor .img {
		margin: 0;
		width: 200px;
	}

	.external-banner__anchor .txt {
		width: calc(100% - 220px);
	}

}


/* ----------------------------------------------------------------------- */
/* Desktop */

@media screen and (min-width: 1280px) {

	/* point-txt__ttl */
	.point-txt__ttl {
		padding: 80px 0 40px;
	}

	.point-txt__ttl:before {
		font-size: 10rem;
		top: -75px;
	}

	.point-txt__ttl .ttl {
		font-size: 5rem;
	}

	/* point-txt__body */
	.point-txt__body {
		padding-top: 80px;
	}

}


@media screen and (min-width: 1440px) {

	/* point-txt__outline */
	.point-txt__outline .outline__li {
		margin-bottom: 10px;
	}

	.point-txt__outline .outline__li .icon {
		width: 40px;
		height: 40px;
	}

	.point-txt__outline .outline__li .txt {
		width: calc(100% - 45px);
		font-size: 2.5rem;
	}

	/* point-txt__body */
	.point-txt__body p {
		line-height: 2;
	}

}
