@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap');

body.home {
    max-width: 700px;
    margin: auto;
}

#h_slide {
	position: relative;
	min-height: 411px;
	overflow: hidden;
}

#h_slide::after {
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
    /* padding-top: 100%; */
    padding-top: 127.5%;
    /* padding-top: 140%; */
    background-color: #fff;
    content: "";
    opacity: 1;
    transition: opacity .7s ease-in;
    background-image: url(/asset/img/bg_logo-wht-back-v2.webp);
    background-size: cover;
}

#h_slide.is-ready::after {
    opacity: 0;
}

#h_slide .slides {
    position: absolute;
    top: 0;
    left: 0;
}

#h_slide .slides img {
	width: 100%;
	height: auto;
}

.to_message_btn {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	background-color: #ca9e35;
	color: #fff;
}

.philosophy_text {
	margin-bottom: 70px;
	/* padding-top: 50px; */
}

.philosophy_text img {
	width: 100%;
	height: auto;
}

.top_block_heading {
	margin-bottom: 25px;
	text-align: center;
}

/* ********* メッセージ ********** */
.message_block {
	/* margin-bottom: 50px; */
	padding-top: 50px;
}

.message_lead {
	margin-bottom: 20px;
}

.message_item_list dt {
	position: relative;
}

.message_item_list dt .message_open_btn {
	position: absolute;
	right: 0;
	bottom: 0;
	overflow: hidden;
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	background: #c89c35;
}

.message_item_list dt .message_open_btn span {
	display: none;
}

.message_item_list dt .message_open_btn .fa:before  {
	content: '＋';
	vertical-align: middle;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
}

.message_item_list dt .message_open_btn.active .fa:before  {
	content: '\f106';
}

.message_item_list dd {
	display: none;
	padding: 15px 0 30px;
}

.message_item_lead {
	margin-bottom: 17px;
	font-family: "Noto Serif JP", serif;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.05em;
}

.message_item_photo,
.message_item_photo_list,
.message_item_text {
	margin-bottom: 15px;
}

.message_item_photo_list {
	overflow: hidden;
}

.message_item_photo_list li {
	width: 45%;
	min-width: 146px;
}

.message_item_photo_list li:first-child {
	float: left;
}

.message_item_photo_list li + li {
	float: right;
}

.message_item_photo img,
.message_item_photo_list img {
	width: 100%;
	height: auto;
}

/* ********* エピソード ********** */
.episode_block {
	padding-top: 50px;
}

.episode_lead {
	margin-bottom: 25px;
}

.episode_link_list img {
	width: 100%;
	height: auto;
}

.episode_link_list li:first-child {
	margin-bottom: 10px;
}

/* ********* 一日の流れ ********** */
.oneday_block {
	padding: 50px 0 50px;
	background-color: #f5f5f5;
}

.oneday_lead {
	margin-bottom: 35px;
}

#oneday_slide {
	position: relative;
	min-height: 322px;
}

#oneday_slide .slides img {
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}

.oneday_slide_text {
	border-left: solid 3px #ca9e35;
	padding-left: 13px;
	font-size: 13px;
}

.flex-direction-nav a {
	top: auto;
	bottom: 40%;
	width: 45px;
	height: 45px;
	text-align: left !important;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 45px 45px;
}
.flex-direction-nav a.flex-prev {
	left: 0;
	background-image: url(../../images/index/oneday_slide_left_sp.png);
}
.flex-direction-nav a.flex-next {
	right: 0;
	background-image: url(../../images/index/oneday_slide_right_sp.png);
}

.flex-direction-nav a.flex-prev:before,
.flex-direction-nav a.flex-next:before {
	content: '';
}

.flex-control-nav {
	bottom: 55px;
}

.flex-control-paging li a {
	background: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	opacity: .6;
}

.flex-control-paging li a.flex-active {
	background: #ca9e35;
}

/* ********* キャリアプラン ********** */
.careerplan_block {
	padding-top: 50px;
}

.careerplan_lead {
	margin-bottom: 20px;
}

.careerplan_link_list li {
	margin-bottom: 25px;
}

.careerplan_link_list li img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

/* ********* 「ラ・パルレ」について ********** */
.aboutus_block {
	/* margin-bottom: 18px; */
	padding-top: 50px;
}

.aboutus_lead {
	margin-bottom: 25px;
}

.careerplan_link_list li {
	margin-bottom: 10px;
}

.careerplan_link_list li img {
	width: 100%;
	height: auto;
}

/* ********* エントリー ********** */
.entry_heading {
	margin-bottom: 25px;
	padding: 27px 0;
	text-align: center;
	background-color: #533c34;
}

.entry_flow_head {
	margin-bottom: 25px;
	text-align: center;
}

/* .entry_flow_tab {
	display: table;
	width: 100%;
	margin-bottom: 12px;
} */

.entry_flow_tab {
    display: table;
    width: 100%;
    margin-bottom: 12px;
    border-bottom: 8px solid #c89c35;
    position: relative;
}

.entry_flow_tab::after {
	content: "";
	display: block;
	clear: both;
}

/* .entry_flow_tab li {
	display: table-cell;
	width: 50%;
	padding: 13px 0;
	text-align: center;
	background-color: #91827d;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
} */

.entry_flow_tab li {
    float: left;
    display: block;
    width: 44%;
    margin: 2% 3% -8px;
    padding: 13px 0;
    text-align: center;
    background-color: #91827d;
    color: #fff;
    font-size: 14px;
    background-color: #c89c35;
    opacity: .6;
    border-radius: 8px 8px 0 0;
}

.entry_flow_tab li::before {
    content: "▷ ";
}

.entry_flow_tab li.active {
	background-color: #c89c35;
	opacity: 1;
}

.entry_flow_tab li.active::before {
    content: "▶ ";
}

.entry_flow_list {
	margin-bottom: 15px;
}

.entry_flow_list li img {
	width: 100%;
	height: auto;
}

.entry_flow_list li + li {
	display: none;
}

.entry_flow_list + p {
	margin-bottom: 35px;
}

.entry_btn {
	margin-bottom: 50px;
	padding: 32px 0;
	text-align: center;
	background-color: #c89c35;
	display: none;
}

.entry_btn.active {
	display: block;
}

.to-entry_btn-wrap {
	margin: 50px auto;
	text-align: center;
}

.to-entry_btn-wrap .to-entry_btn-txt {
    font-size: 18px;
    font-family: serif;
    font-weight: bold;
    padding: .7em 1em;
    border: 1px solid #c89c35;
    display: inline-block;
}

@media (min-width: 360px) {
	.entry_flow_head img {
		width: 120px;
		height: auto;
	}
}