@charset "UTF-8";

/* ----------------------------------------------------
	基本設定
---------------------------------------------------- */
/*
	#font
------------------------------ */
.lp_header,
.main,
.lp_footer,
.h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 16px;
}

@media(max-width:768px) {

	.lp_header,
    .main,
    .lp_footer,
	.h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-size: 3.38542vw;
	}
}

/*
	#reset
------------------------------ */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.lp_header,
.main,
.lp_footer {
	background-color: #fff;
	line-height: 1.5;
	color: #595757;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-feature-settings: "pkna";
	letter-spacing: 0.05em;
}

p {
	margin-bottom: 1em;
	word-wrap: break-word;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

.h1,
h2,
h3,
h4,
h5,
h6,
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

.lp_header a,
.main a,
.lp_footer a {
	text-decoration: none;
	transition: all 0.5s ease 0s;
}

.lp_header a:hover,
.main a:hover,
.lp_footer a:hover {
	opacity: 0.7;
}

area {
	border: none;
	outline: none;
}

.lp_header img,
.main img,
.lp_footer img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/*
	表示設定
------------------------------ */
section {
	width: 100%;
}

.lp_container {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1040px;
	width: 100%;
}

@media(max-width:768px) {
	.lp_container {
		padding: 0 3.125vw;
	}
}

/*
	SP,PC表示切り替え
------------------------------ */
.pc {
	display: block;
}

.sp {
	display: none;
}

@media(max-width:768px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}

/*
	list
------------------------------ */
.normal li,
.list_style li {
	margin-left: 1em;
	text-indent: -1em;
}

/* type */
.list_style.type1 li::before {
	content: "●";
}

/* note */
.list_style.note {
	font-size: calc(1em - 2px);
}

.list_style.note li::before {
	content: "※";
}

/* ----------------------------------------------------
	header
---------------------------------------------------- */
.header {
    height: auto;
}
.lp_header {
	height: 67.87685vw;
	position: relative;
}

@media(max-width: 768px) {
.header {
    height: 50px;
}
	.lp_header {
		height: auto;
	}
}

/*
	mv
------------------------------ */
.lp_header .lp_mv {
	background-image: url(../img/mv_bg.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100vw;
}

@media(max-width: 768px) {
	.lp_header .lp_mv {
		background-image: url(../img/sp_mv_bg.jpg);
		height: 142vw;
	}

	.lp_header .lp_mv .h1 {
		width: 90%;
		margin: 0 auto;
	}
}

/*
	title
------------------------------ */
.lp_header .lp_header_title {
	width: 48.41661%;
	position: absolute;
	top: 11.10063vw;
	left: 2.04082%;
	z-index: 2;
}

@media(max-width: 768px) {
	.lp_header .lp_header_title {
		width: 82.03125%;
    	top: 10.10417vw;
    	left: 8.38542%;
	}
}

.lp_header .lp_header_title .inner {
	position: relative;
}

.lp_header .lp_header_title .inner svg {
	width: 6%;
	height: auto;
	fill: #fff;
	stroke-width: 0px;
	position: absolute;
	top: 27%;
	right: 0;
}

@media(max-width: 768px) {
	.lp_header .lp_header_title .inner svg {
		width: 9%;
		top: 14.5%;
		left: 7.5%;
		right: 0;
	}	
}

/*
	text
------------------------------ */
.lp_header .lp_header_text {
	position: absolute;
	bottom: -2.85151vw;
	left: 9.00774%;
	background-color: rgba(235, 102, 134, 0.8);
	color: #fff;
	width: 28.6%;
	text-align: center;
	padding: 50px 0 30px;
}

.lp_header .lp_header_text dt img {
	width: auto;
	max-height: 49px;
	height: 3.44828vw;
}

.lp_header .lp_header_text dd p {
	margin: 1em 0;
}

.lp_header .lp_header_text dd p {
	font-size: calc(1em + 9px);
}

.lp_header .lp_header_text dd .period {
	font-size: calc(1em + 7px);
}

@media(max-width: 1220px) {
	.lp_header .lp_header_text dd p {
		font-size: 2.04918vw;
	}

	.lp_header .lp_header_text dd .period {
		font-size: 1.88525vw;
	}
}

@media(max-width: 768px) {
	.lp_header .lp_header_text {
		display: block;
		width: 100%;
		position: relative;
		bottom: 0;
		left: 0;
		background-color: rgba(235, 102, 134, 1);
		padding: 30px 0;
	}

	.lp_header .lp_header_text dt img {
		width: auto;
		max-height: 59px;
		height: 7.68229vw;
	}

	.lp_header .lp_header_text dd p {
		font-size: 4.55729vw;
	}

	.lp_header .lp_header_text dd .period {
		font-size: 4.29688vw;
	}
}

/*
	site name
------------------------------ */
.lp_header .site_name {
	width: 10.83744%;
	position: relative;
	left: 30px;
	padding: 20px 0;
}

@media(max-width: 768px) {
	.lp_header .site_name {
		width: 27.47396%;
	}
}

/*
	anime
------------------------------ */
.fadeUp {
	animation-duration: 3s;
	animation-fill-mode: forwards;
	opacity: 0;
}

/* opacity */
.fadeUp {
	animation-name: fadeUpAnime;
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.delay1 {
	animation-delay: 0.5s;
}

.delay2 {
	animation-delay: 1s;
}

.delay3 {
	animation-delay: 1.5s;
}

.delay4 {
	animation-delay: 2s;
}

/* ---------------------------------------------------
	footer
---------------------------------------------------- */
.lp_footer {
	background: #fff;
	padding-top: 110px;
	position: relative;
	z-index: 10;
}

.lp_footer .lp_container {
	max-width: 980px;
}

.lp_footer .lp_footer_title {
	margin-bottom: 2em;
	text-align: center;
}

.lp_footer .lp_footer_title img {
	width: auto;
	height: 32px;
}

@media (max-width: 768px) {
	.lp_footer {
		padding-top: 13.02083vw;
	}

	.lp_footer .lp_footer_title img {
		height: 5.20833vw;
	}
}

/*
	footer lead
------------------------------ */
.lp_footer .lp_footer_lead {
	margin-bottom: 2em;
	line-height: 2;
	text-align: center;
}

/*
	banner list
------------------------------ */
.lp_footer .bnr_list {
	margin: 0 auto;
	max-width: 750px;
}

.lp_footer .bnr_list li {
	margin-bottom: 2em;
}

/*
	note
------------------------------ */
.lp_footer .note {
	margin: 0 auto;
	max-width: 750px;
	text-align: center;
}

/*
	hotel list
------------------------------ */
.lp_footer .lp_hotel_list {
	padding: 55px 0;
	line-height: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.lp_footer .lp_hotel_list,
.lp_footer .lp_hotel_list li a {
	color: #595757;
}

.lp_footer .lp_hotel_list li {
	margin-bottom: 0.5rem;
	white-space: nowrap;
}

.lp_footer .lp_hotel_list::before,
.lp_footer .lp_hotel_list li::after {
	content: "｜";
}

.lp_footer .lp_hotel_list li a {
	padding: 0 1em;
	display: inline-block;
}

@media (max-width: 768px) {
	.lp_footer .lp_hotel_list {
		padding: 7.81250vw 0;
		line-height: 3;
		text-align: center;
		display: block;
	}

	.lp_footer .lp_hotel_list li a {
		padding: 0 0.5em;
	}

	.lp_footer .lp_hotel_list::before {
		content: "";
	}

	.lp_footer .lp_hotel_list li::before {
		content: "｜";
	}
}

/* copy */
.lp_footer .copy {
	padding-bottom: 2rem;
	color: #888;
	font-size: 12px;
	text-align: center;
}

/* ----------------------------------------------------
	pagetop
---------------------------------------------------- */
#pageTop a {
	background: rgba(235, 102, 134, 0.8);
	width: 64px;
	height: 64px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 10;
	transform: rotate(-90deg);
}

#pageTop a img {
	width: 24px;
	height: auto;
}
@media (max-width: 768px) {
#pageTop a {
    bottom: 100px;
    }
}
/* ----------------------------------------------------
	taiken
---------------------------------------------------- */
.taiken {
	/* padding-top: 50px; */
}

.taiken .taiken_title {
	margin: 3em auto 1em;
	max-width: 1000px;
	line-height: 1;
	color: #64CC96;
	font-size: calc(1em * 2.25);
	font-weight: bold;
	text-align: center;
	position: relative;
}

@media (max-width: 768px) {
	.taiken .taiken_title {
		font-size: calc(1em + 8px);
	}
}

/* ----------------------------------------------------
	hotel
---------------------------------------------------- */
.lp_hotel {
	background-position: center top 50px;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 100px;
	padding: 100px 0;
	text-align: center;
	position: relative;
}

.lp_hotel .lp_container {
	position: relative;
}

.lp_hotel .lp_container::before {
	display: block;
	position: absolute;
	content: "";
}

.hotel,
.lp_hotel a {
	color: #3E3A39;
}

.lp_hotel a {
	text-decoration: underline;
}

.lp_hotel a:hover {
	text-decoration: none;
}

.lp_hotel::before {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 70px;
	width: 100%;
	height: 100px;
	display: block;
	position: absolute;
	top: 0;
	content: "";
}

.lp_hotel .slideTitle {
	margin: 50px 0 1em;
	font-size: calc(1em + 10px);
	font-weight: bold;
}

.lp_hotel .slideTitle small {
	color: #64CC96;
	font-size: calc(1rem + 6px);
	display: block;
}

@media (max-width: 768px) {
	.lp_hotel {
		background-position: center top 6.51042vw;
		margin-top: 13.02083vw;
		padding: 13.02083vw 0;
	}

	.lp_hotel::before {
		background-size: auto 9.11458vw;
		height: 13.02083vw;
	}

	.lp_hotel .slideTitle {
		margin: 6.51042vw 0 1em;
		font-size: calc(1em + 4px);
	}

	.lp_hotel .slideTitle small {
		font-size: 0.85em;
		display: block;
	}
}

/* 京都清水 */
.lp_hotel.kyoto {
	background-image: url(../img/bgarea.jpg);
}

.lp_hotel.kyoto::before {
	background-image: url(../img/number01.svg);
}

@media (max-width: 768px) {
	.lp_hotel.kyoto .lp_container::before {
		display: none;
	}
}

/* 沖縄 */
.lp_hotel.okinawa {
	background-image: url(../img/bgarea.jpg);
}

.lp_hotel.okinawa::before {
	background-image: url(../img/number02.svg);
}

@media (max-width: 768px) {
	.lp_hotel.okinawa .lp_container::before {
		display: none;
	}
}

/* 新横浜 */
.lp_hotel.shinyokohama {
	background-image: url(../img/bgarea.jpg);
}

.lp_hotel.shinyokohama::before {
	background-image: url(../img/number03.svg);
}

@media (max-width: 768px) {
	.lp_hotel.shinyokohama .lp_container::before {
		display: none;
	}
}

/* 川越 */
.lp_hotel.kawagoe {
	background-image: url(../img/bgarea.jpg);
}

.lp_hotel.kawagoe::before {
	background-image: url(../img/number04.svg);
}

@media (max-width: 768px) {
	.lp_hotel.kawagoe .lp_container::before {
		display: none;
	}
}

/*
	slide
------------------------------ */
.lp_hotel .hotelSlide {
	margin: 0 auto 100px;
	max-width: 750px;
}

@media (max-width: 768px) {
	.lp_hotel .hotelSlide {
		margin: 0 0 13.02083vw;
	}
}

/* dot */
.lp_hotel .slick-dots {
	line-height: 1;
	display: flex;
	justify-content: center;
	bottom: -30px;
}

.lp_hotel .slick-dots li {
	margin: 0 0.5em;
	width: auto;
	height: auto;
	display: block;
}

.lp_hotel .slick-dots li button {
	padding: 0;
	width: 8px;
	height: 8px;
}

.lp_hotel .slick-dots li button::before {
	background: #fff;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	opacity: 1;
	content: "";
}

.lp_hotel .slick-dots li.slick-active button::before {
	background: #64CC96;
}

/*
	contents
------------------------------ */
.lp_hotel .contents {
	margin: 0 auto;
	max-width: 650px;
	position: relative;
}

@media (max-width: 768px) {
	.lp_hotel .contents {
		max-width: 100%;
	}
}

/*
	nop
------------------------------ */
.lp_hotel .nop img {
	margin-bottom: 1em;
}

.lp_hotel .nop img {
	width: auto;
	height: 45px;
}

@media (max-width: 768px) {
	.lp_hotel .nop img {
		height: 10.02604vw;
	}
}

/*
	hotel_title
------------------------------ */
.lp_hotel .hotel_title {
	margin: 0 auto 1em;
	padding: 1em 0;
	max-width: 500px;
	color: #3E3A39;
	font-size: calc(1em + 8px);
	font-weight: bold;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}

@media (max-width: 768px) {
	.lp_hotel .hotel_title {
		max-width: 100%;
		font-size: calc(1em + 6px);
	}
}

/*
	hotel_lead
------------------------------ */
.lp_hotel .hotel_lead {
	color: #ed9586;
	font-size: calc(1em + 6px);
	font-weight: bold;
}

/*
	hotel_detail
------------------------------ */
.lp_hotel .hotel_detail dt {
	font-weight: bold;
}

.lp_hotel .hotel_detail dt span.note{
	font-size: calc(1em - 4px);
	font-weight: normal;
}

.lp_hotel .hotel_detail dt span.note::before {
	content: "";
}

.lp_hotel .hotel_detail dt .note {
	font-size: calc(1em - 2px);
	font-weight: normal;
	display: inline-block;
}

.lp_hotel .hotel_detail dt .note::before {
	content: "※";
}

.lp_hotel .hotel_detail dd {
	margin: 0 auto;
	max-width: 500px;
	line-height: 1.8;
	text-align: left;
}

.lp_hotel .hotel_detail dd .date {
	margin: 1em 0 0;
	text-align: center;
	display: block;
}

.lp_hotel .hotel_detail dd .hotel_text {
	margin: 1em 0;
}

.lp_hotel .hotel_detail dd .hotel_text.reset {
	margin-bottom: 0;
}

.lp_hotel .hotel_detail dd .note {
	font-size: calc(1em - 3px);
	text-align: center;
}

.lp_hotel .hotel_detail dd .note.ta_l {
	text-align: left;
}

@media (max-width: 768px) {
	.lp_hotel .hotel_detail dd {
		max-width: 100%;
	}
}

/*
	hotel_link
------------------------------ */
.lp_hotel .hotel_link {
	margin-top: 1em;
}

.lp_hotel .hotel_link a {
	background: #EB6686;
	min-height: 68px;
	color: #fff;
	font-size: calc(1em + 6px);
	font-weight: bold;
	text-decoration: none;
	border-radius: 4px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
}

.lp_hotel .hotel_link a.insta {
	background: #64CC96;
	padding: 0.75em 0;
	line-height: 1.2;
}

.lp_hotel .hotel_link a.insta small {
	width: 100%;
	font-size: 1rem;
	text-align: center;
	display: block;
}

.lp_hotel .hotel_link a .icon {
	width: 30px;
	height: auto;
	fill: #fff;
	stroke-width: 0px;
	position: absolute;
	top: 50%;
	left: 1.5em;
	transform: translateY(-50%);
}

.lp_hotel .hotel_link a .arrow {
	fill: none;
	stroke: #fff;
	stroke-miterlimit: 10;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
}


@media (max-width: 768px) {
	.lp_hotel .hotel_link a {
		background-size: auto 3.90625vw;
		height: 18.22917vw;
	}

	.lp_hotel .hotel_link a.insta {
		height: auto;
	}

	.lp_hotel .hotel_link a .icon {
		width: 6vw;
		left: 1rem;
	}

	.lp_hotel .hotel_link a.insta small {
		font-size: 11px;
	}	
}

/* ----------------------------------------------------
	lead
	instagram
	experience
---------------------------------------------------- */
.section {
	padding: 100px 0;
	text-align: center;
}

.lp_lead {
	background: rgb(253,213,228);
	background: linear-gradient(142deg, rgba(253,213,228,1) 0%, rgba(254,229,232,1) 29%, rgba(253,215,205,1) 47%, rgba(253,195,187,1) 75%, rgba(252,156,157,1) 100%);
	padding: 100px 0 50px;
}

.experience {
	background: #FFEDED;
}

@media (max-width: 768px) {
	.section {
		padding: 13.02083vw 0;
	}
}

/*
	sectionTitle
------------------------------ */
.sectionTitle {
	font-size: calc(1em + 8px);
	font-weight: bold;
}

@media (max-width: 768px) {
	.sectionTitle {
		font-size: calc(1em + 6px);
	}
}

.lp_lead .sectionTitle,
.instagram .sectionTitle {
	margin-bottom: 30px;
}

.apply .sectionTitle {
	margin-bottom: 20px;
	font-size: calc(1em * 1.63);
}

.lp_lead .sectionTitle {
	color: #EB6686;
}

.apply .sectionTitle,
.experience .sectionTitle {
	color: #EB6686;
}

.instagram .sectionTitle {
	background: url(../img/icon_instagram.svg) center top no-repeat;
	padding-top: 90px;
	background-size: 60px;
}

.experience .sectionTitle {
	margin-bottom: 1em;
	color: #3E3A39;
}

@media (max-width: 768px) {

	.lp_lead .sectionTitle,
	.experience .sectionTitle {
		margin-bottom: 6.51042vw;
	}

	.apply .sectionTitle {
		margin-bottom: 4.68750vw;
		font-size: calc(1em + 8px);
	}

	.instagram .sectionTitle {
		background-size: 50px auto;
		margin-bottom: 11.71875vw;
	}
}

/*
	lead
------------------------------ */
.lp_lead .lead_text {
	line-height: 2;
	color: #464646;
	font-size: calc(1em + 1px);
	margin-bottom: 40px;
}

@media (max-width: 768px) {
	.lp_lead .lead_text {
		margin-bottom: 20px;
	}
	
	.lp_lead .lp_container::before {
		max-width: 100%;
		width: 15vw;
		height: 275px;
		right: 5%;
		bottom: -24vw;
		content: "";
	}
}

/*
	apply
------------------------------ */
.apply {
	padding-bottom: 0;
}

.apply .list_style {
	margin-bottom: 3em;
	font-size: 1em;
}

.apply .apply_list {
	margin: 0 auto;
	max-width: 480px;
}

.apply .apply_item {
	margin-bottom: 3em;
	padding-bottom: 3em;
	border-bottom: solid 1px #C5AD92;
}

.apply .apply_item .apply_item-title {
	width: 50%;
	margin: 0 auto 1em;
}

.apply .apply_item .apply_item-title span {
	background: #C5AD92;
	padding: 0.5rem 1rem;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	position: relative;
}

.apply .apply_item .apply_item-title span svg {
	margin-left: 0.25em;
	width: auto;
	height: 21px;
	fill: none;
	stroke: #fff;
	stroke-miterlimit: 10;
	stroke-width: 4px;
}

.apply .apply_item .apply_item-title span::before {
	border-style: solid;
	border-width: 16px 8px 0 8px;
	border-color: #C5AD92 transparent transparent transparent;
	display: inline-block;
	position: absolute;
	bottom: -14px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
}

@media (max-width: 768px) {
	.apply .apply_list {
		max-width: 100%;
	}
}

/* title */
.apply .apply_item .title {
	margin-bottom: 1em;
	position: relative;
}

.apply .apply_item .title::before {
	width: 100%;
	height: 1px;
	border-top: solid 1px #d5b094;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	content: "";
}

.apply .apply_item .title span {
	background: #fff;
	padding: 0 1.5em;
	display: inline-block;
	position: relative;
	z-index: 2;
}

.apply .apply_item .title span img {
	width: auto;
	height: 40px;
}

@media (max-width: 768px) {
	.apply .apply_item .title span img {
		height: 7.8125vw;
	}
}

/* detail */
.apply .apply_item .detail dt {
	font-size: calc(1em + 7px);
	font-weight: bold;
	color: #464646;
}

.apply .apply_item .detail dd {
	margin-top: 1em;
}

.apply .apply_item .detail dd h4 {
	font-size: calc(1em + 5px);
	font-weight: bold;
	display: inline-block;
	position: relative;
}

.apply .apply_item .detail dd ol {
	font-size: calc(1em + 4px);
}

.apply .apply_item .detail dd ol li {
	margin-top: 0.5em;
	font-weight: bold;
}

.apply .apply_item .detail dd ol li::before {
	background: #EB6686;
	margin-right: 0.5em;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	border-radius: 100%;
	display: inline-block;
}

.apply .apply_item .detail dd ol li:nth-child(1)::before {
	content: "1";
}

.apply .apply_item .detail dd ol li:nth-child(2)::before {
	content: "2";
}

@media (max-width: 768px) {
	.apply .apply_item .detail dt {
		font-size: calc(1em + 3px);
	}

	.apply .apply_item .detail dd ol {
		font-size: calc(1em + 2px);
	}

	.apply .apply_item .detail dd ol li::before {
		width: 6.25vw;
		height: 6.25vw;
		line-height: 6.25vw;
	}
}

/* link */
.apply .apply_item .detail dd .link {
	margin-top: 1em;
}

.apply .apply_item .detail dd .link a {
	background-color: #EB6686;
	margin: 0 auto;
	width: 80%;
	height: 60px;
	color: #fff;
	font-size: calc(1em + 4px);
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}

.apply .apply_item .detail dd .link a svg {
	margin-right: 0.5em;
	fill: #fff;
	width: auto;
	height: 30px;
}

@media (max-width: 768px) {
	.apply .apply_item .detail dd .link a {
		width: 100%;
		height: 18.22917vw;
	}
}

/* text link */
.apply .textlink {
	margin-bottom: 1em;
}

.apply .textlink a {
	color: #595757;
	text-decoration: underline;
}

.apply .textlink a:hover {
	text-decoration: none;
}

/*
	instagram
------------------------------ */
.instagram .note {
	font-size: calc(1em - 1px);
}

/*
	experience
------------------------------ */
/* list */
.experience .experience_list {
	display: flex;
	flex-wrap: wrap;
}

.experience .experience_item {
	margin: 0 2% 86px 0;
	width: calc((100% - 6%) / 4);
	display: flex;
	flex-direction: column;
}

.experience .experience_item:nth-child(4n) {
	margin-right: 0;
}

.experience .experience_item .image {
	margin-bottom: 1em;
}

@media (max-width: 768px) {
	.experience .experience_item {
		margin: 0 3% 11.19792vw 0;
		width: calc((100% - 3%) / 2);
		font-size: calc(1em - 2px);
	}

	.experience .experience_item:nth-child(2n) {
		margin-right: 0;
	}
}

/* detail */
.experience .experience_item .detail {
	line-height: 1.8;
}

.experience .experience_item .detail dt {
	margin-bottom: 0.5em;
	font-weight: bold;
}

.experience .experience_item .detail dd {
	margin-bottom: 1em;
}

.experience .experience_item .link {
	margin-top: auto;
}

.experience .experience_item .link a {
	background: #EB6686 url(../img/arrow.svg) right 1em center no-repeat;
	height: 50px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 1000px) {
	.experience .experience_item .detail {
		font-size: 1.6vw;
	}
}

@media (max-width: 768px) {
	.experience .experience_item .detail {
		font-size: 3.25521vw;
	}

	.experience .experience_item .link a {
		background-size: 10% auto;
		height: 10.54688vw;
	}
}

/* banner */
.experience .banner {
	margin: 0 auto;
	max-width: 750px;
}

.experience .banner dt {
	margin-bottom: 1em;
	font-size: calc(1em + 6px);
	font-weight: bold;
}

/* ----------------------------------------------------
	fadeIn
---------------------------------------------------- */
/*
	共通初期設定
	パターン1：透明度が変化
------------------------------ */
.fadeBlock {
	opacity: 0;
	transition: all 1s;
}

.fadeBlock.fadeIn {
	opacity: 1;
}

/*
	パターン2：下から
------------------------------ */
.fadeBottom {
	transform: translateY(100px);
}

.fadeBottom.fadeIn {
	transform: translateY(0);
}

.lp_header,
.main,
.lp_footer {
	font-weight: normal;
}

.lp_wrap a[target='_blank']:after,
.main a[target='_blank']:after,
.lp_footer a[target='_blank']:after {
	display: none;
}

.header-tel-cont p,
.header-reserve > p,
.header-fix.fixed .header-tel > p,
.header-fix.fixed .header-reserve > p,
p.link,
.footer p {
	margin-bottom: 0;
}

@media screen and (max-width: 736px) {
    .header-logo {
        padding-left: 120px;
    }
}