@charset "utf-8";

/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */
/*                                                                 */
/*    【共通／スマートフォンここから】                                  */
/*                                                                 */
/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */
.common_fair p, .common_fair h1, .common_fair h2, .common_fair h3, .common_fair h4, .common_fair h5, .common_fair li, .common_fair label, .common_fair button {
	color: #534A30;
	font-family: "Yu Mincho", YuMincho, HiraMinProN-W3, "Roboto Slab", "EB Garamond", "Times New Roman", "MS PMincho", 'Sawarabi Mincho', serif;
	letter-spacing: 1px;
}

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

a{
	text-decoration: none;
}


/* トップフェア */
.fair_top_wrapper {
	padding: 30px 0 50px 0;
	background-color: #F6F8FF;
}

.recommend_fair {
	padding-bottom: 15px;
}

.fair_top_title {
	margin-bottom: 18px;
}

.fair_top_title h2 {
	font-family: 'Crimson Text', serif;
	text-align: center;
	font-size: 30px;
	letter-spacing: 3px;
	line-height: 22px;
	margin-bottom: 5px;
}

.fair_top_title p {
	text-align: center;
	font-size: 14px;
	font-family: 'Crimson Text', serif;
}

.view_all_btn {
	text-align: center;
}

.view_all_btn a {
	padding: 5px 18px;
	font-size: 16px;
	background-color: #364163;
	color: #FFFFFF;
	padding: 10px 52px;
}

.fair_top_slide {
	width: 100%;
	margin-top: 35px;
}

.fair_top_item {
	margin: 0 10px;
}

.fair_top_slide .slick-slide {
	width: 280px!important;
}

.top_fair_img img {
	width: 280px;
	height: 215px;
	object-fit: cover;
	border-radius: 5px 5px 0 0;
}

.top_fair_info {
	padding: 7px 15px 20px 15px;
	border-radius: 0 0 5px 5px;
	background-color: #FFFFFF;
	position: relative;
}

.top_fair_info p {
	text-align: center;
}

.top_fair_info .top_fair_date {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: bold;
	letter-spacing: 1.5px;
	text-align: right;
}

.top_fair_info .top_fair_date .year {
	font-size: 16px;
	margin-right: 2px;
}

.top_fair_info .top_fair_title {
	margin-bottom: 15px;
}

.top_fair_info .top_fair_title p {
	font-size: 1em;
	line-height: 25px;
}

.fair_detail_btn p {
	width: 100%;
	background: linear-gradient(180deg, rgba(212,185,141,1) 0%, rgba(178,135,63,1) 100%);
	color: #FFFFFF;
	border-radius: 30px;
	padding: 8px 0;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
}

.top_fair_point {
	position: absolute;
	top: -48px;
	left: 12px;
	width: 80px;
}

.select_experience h2 {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 35px;
	position: relative;
}

.select_experience h2:before, .top_consult h2:before {
	content: '';
    position: absolute;
    bottom: -10px;
    display: inline-block;
    width: 50px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #707070;
}

.top_experience {
	overflow-x: auto;
	margin-left: 12px;
	display: flex;
}

.top_experience::-webkit-scrollbar{
  display: none;
}

.top_experience li {
	width: 38%;
 	min-width: 38%;
 	margin-right: 12px;
}

.top_experience_img {
	position: relative;
	width: 100%;
}

.top_experience_img:before {
	content: "";
	display: block;
	padding-top: 135%;
}

.top_experience_img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
}

.top_experience .top_experience_title {
	background-color: #364163;
	font-size: 12px;
	color: #FFFFFF;
	border-radius: 0 0 10px 10px;
	padding: 5px 0px 10px 10px;
	text-align: left;
	display: flex;
	align-items: flex-start;
}

.top_consult {
	padding: 25px 28px 0 28px;
}

.top_consult h2 {
	text-align: center;
	font-size: 16px;
	position: relative;
	margin-bottom: 35px;
	font-weight: bold;
}

.top_consult_intro {
	margin-bottom: 20px;
}

.top_consult_intro p {
	background-color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	margin-bottom: 15px;
	padding: 7px 0;
	line-height: 20px;
}

.top_consult_intro p:last-of-type {
	margin-bottom: 0;
}

.top_consult_text {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	border-radius: 25px;
	margin-bottom: 20px;
}

.top_consult_btn {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	width: 90%;
	background-color: #364163;
	border-radius: 25px;
	padding: 7px 0;
}

.top_consult_btn p {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
}

/* 検索モーダル */
.search_schedule_modal, .search_experience_modal {
	padding: 5px 12px 10px 12px;
	border-radius: 10px !important;
	width: 100%;
}

.iziModal.hasScroll .iziModal-wrap::-webkit-scrollbar{
  display: none;
}

/* 開催日から探す */
.search_title {
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 2px;
	line-height: 0px;
	margin-top: 5px;
	margin-bottom: 22px;
}

.calendar {
	margin-bottom: 20px;
}

.calendar ul {
	display: flex;
	flex-wrap: wrap;
}

.calendar ul li {
	width: calc(100% / 7) ;
	display: flex;
	justify-content: center;
	align-items: center;
}

.calendar ul li p {
	letter-spacing: 2px;
}

.week li {
	background-color: #D8E1FF;
	font-weight: bold;
	font-size: 12px;
	padding: 3px 0;
	color: #171717;
}

.day {
	padding: 2px;
	background-color: #EDF1FF;
	overflow: scroll;
	height: 180px;
	-ms-overflow-style: none;
}

.day::-webkit-scrollbar{
  display: none;
}

.day li {
	font-size: 11px;
	border: 2px solid #EDF1FF;
	padding: 1.2vw 0;
	background-color: #FFFFFF;
	position: relative;
}

.day li p {
	color: #171717;
}

.day .current {
	background-color: #FFF0D7;
}

.day .non-active {
	background-color: #AAAAAA;
}

.day .non-active p {
	color: #555555;
}

.day .sat p, .week .sat, .date .sat {
	color: #2D5BB8;
}

.day .sun p, .week .sun, .date .sun {
	color: #C85762;
}

.check_icon {
	width: 70%;
}

.check_icon_inner {
	width: 100%;
	padding-top: 100%;
	height: 0;
	border-radius: 50%;
	position: relative;
}

.checked .check_icon_inner {
	background-color: #364163;
}

.check_icon_inner p {
	position: absolute;
	top: 50%;
	left: 53%;
	transform: translateY(-50%) translateX(-50%);
}

.checked .check_icon_inner p {
	color: #FFFFFF;
}

.month {
	position: absolute;
	top: -3px;
	left: 2px;
	line-height: 2;
}

.modal_close {
	display: flex;
	justify-content: flex-end;
	padding: 0;
}

.modal_close button {
	border: none;
	background-color: transparent;
	width: 12%;
}

.search_count {
	text-align: center;
	font-size: 12px;
	letter-spacing: 2px;
	margin-bottom: 15px;
}

.search_count span {
	font-size: 16px;
	margin-right: 5px;
}

.modal_btn_area {
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
	width: 100%;
}

.modal_btn_area button {
	border-radius: 10px;
	height: 45px;
	font-weight: bold;
}

.modal_btn_area button:first-of-type {
	border: 1px solid #858585;
	color: #858585;
	background-color: #FFFFFF;
	width: 38%;
}

.modal_btn_area button:last-of-type {
	width: 58%;
	border: none;
	background: linear-gradient(180deg, rgba(212,185,141,1) 0%, rgba(178,135,63,1) 100%);
	color: #FFFFFF;
	letter-spacing: 3px;
}

.search_btn_wrapper .modal_btn_area .non-active {
	background: #ACACAC;
}

.add_search_wrapper {
	padding: 0 5px;
	margin-bottom: 20px;
}

.add_search_wrapper {
	border: 1px solid #ebebeb;
}

.add_search_title {
	text-align: center;
	padding: 10px 0;
	position: relative;
}

.add_search_title::before {
	content: "";
	position: absolute;
	top: 45%;
	right: 23px;
	width: 10px;
	height: 1px;
	transform: rotate(90deg);
	background: #534A30;
	transition: all .3s ease-in-out;
}

.add_search_title::after {
	content: "";
	position: absolute;
	top: 45%;
	right: 23px;
	width: 10px;
	height: 1px;
	background: #534A30;
	transition: all .2s ease-in-out;
}

.add_search_title.open::before {
    transform: rotate(180deg);
}

.add_search_title.open::after {
    opacity: 0;
}

.add_search {
	display: none;
}

.add_search_inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/*overflow: scroll;
	height: 150px;*/
}

.add_search_inner::-webkit-scrollbar{
  display: none;
}

.add_search_inner li {
	width: 49%;
	margin-bottom: 5px;
}

.add_search_inner li p {
	width: 100%;
	text-align: center;
	background-color: #F6F8FF;
	font-size: 14px;
	padding: 5px 0;
	line-height: 2;
}

.add_search_inner .checked p {
	background-color: #374263;
	color: #FFFFFF;
}

/* 体験から探す */
.search_experience ul {
	overflow: scroll;
	height: 320px;
}

.search_experience ul::-webkit-scrollbar{
  display: none;
}

.search_experience ul li {
	display: flex;
	align-items: center;
	background-color: #F6F8FF;
	padding: 10px;
	margin-bottom: 10px;
}

.search_experience ul .checked {
	background-color: #374263;
}

.search_experience ul li:last-of-type {
	margin-bottom: 0;
}

.search_experience ul li img {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	object-fit: cover;
}

.search_experience ul li p {
	font-size: 14px;
	padding-left: 30px;
	line-height: 22px;
}

.search_experience ul .checked p {
	color: #FFFFFF;
}

.line {
	border-top: 1px solid #707070;
	width: calc(100% + 24px);
	margin-left: -12px;
}

.experience_search_result {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2px 10px;
}

.select_experience_num {
	font-size: 20px;
	text-align: center;
	letter-spacing: 3px;
}

.select_experience_num span {
	font-size: 24px;
}

.experience_search_count {
	font-size: 12px;
}

.experience_search_count span {
	font-size: 16px;
}

/* 追従ボタン */
.fair_fix_btn {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 1002;
}

.fair_fix_btn_inner {
	width: 100%;
	display: flex;
	height: 100px;
	position: relative;
}

.fair_fix_btn button {
	border: none;
	background-color: transparent;
	width: 50%;
}

.fair_fix_btn button:first-of-type {
	border-right: 1px solid #FFFFFF;
	background: rgba(73, 83, 114, 0.9);
}

.fair_fix_btn button:last-of-type {
	background: rgba(73, 104, 114, 0.9);
}

.fix_btn_icon {
	width: 17.5%;
	margin: 0 auto 7px auto;
}

.fair_fix_btn p {
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
}

.fair_fix_btn p span {
	font-size: 14px;
}

.top_btn {
	position: fixed;
	width: 50px;
	height: 50px;
    bottom: 20px;
	right: 5px;
	z-index: 1002;
	background-color: #364163;
}

.fair_fix_btn .top_btn {
	position: absolute;
	top: -70px;
	bottom: auto;
	right: 0;
}

.top_btn_icon {
	width: 11px;
	margin: 0 auto;
}

.top_btn p {
	font-family: 'Crimson Text', serif;
	font-size: 12px;
	text-align: center;
	line-height: 15px;
	color: #FFFFFF;
}

/* フェア一覧 */
#ID_FAIR_LIST {
	background-color: #F6F8FF;
}

.fair_list_wrapper {
	padding: 25px 0 40px 0;
}

.fair_list_title_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.fair_list_title {
	margin-bottom: 25px;
}

.fair_list_title h1 {
	font-size: 30px;
	font-family: 'Crimson Text', serif;
	letter-spacing: 3px;
	font-weight: normal;
	line-height: 40px;
}

.fair_list_title p {
	font-size: 12px;
	letter-spacing: 2px;
}

.fair_num {
	font-size: 10px;
	padding-left: 15px;
	letter-spacing: 2px;
	margin-bottom: 12px;
}

.fair_num span {
	font-size: 25px;
	font-weight: bold;
	margin-right: 5px;
}

.search_area {
	padding: 0 12px;
}

.search_area .search_open_btn {
	width: 100%;
	text-align: center;
	font-size: 14px;
	position: relative;
	color: #FFFFFF;
	padding: 11px 0;
	background-color: #364163;
}

.search_open_btn::before {
    content: "";
    position: absolute;
    top: 45%;
    right: 45px;
    width: 12px;
    height: 1px;
    transform: rotate(90deg);
    background: #FFFFFF;
    transition: all .3s ease-in-out;
}

.search_open_btn::after {
    content: "";
    position: absolute;
    top: 45%;
    right: 45px;
    width: 12px;
    height: 1px;
    background: #FFFFFF;
    transition: all .2s ease-in-out;
}

.search_open_btn.open::before {
    transform: rotate(180deg);
}

.search_open_btn.open::after {
    opacity: 0;
}

.fair_list_search {
	padding: 12px;
}

.search_filter_wrapper {
	margin-top: 20px;
	margin-bottom: 18px;
}

.search_filter {
	display: flex;
	flex-wrap: wrap;
	padding: 0 12px;
}

.search_filter li {
	background-color: #FFFFFF;
	text-align: center;
	margin-right: 10px;
	padding: 2px 22px;
	font-size: 12px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.fair_list_item {
	margin-bottom: 50px;
}

.fair_list_date {
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 24%, rgba(211,221,232,1) 100%);
	font-size: 18px;
	text-align: left;
	width: 100%;
	font-weight: bold;
	padding: 7px 23px;
	margin-bottom: 30px;
	letter-spacing: 2px;
	min-height: 45px;
}

.fair_list_date .year {
	font-size: 14px;
}

.fair_list_main {
	padding: 0 12px;
	margin-bottom: 30px;
	width: 100%;
}

.fair_list_main_img {
	position: relative;
	width: 100%;
}

.fair_list_main_img:before{
	content: "";
	display: block;
	padding-top: 54.28%;
}

.fair_list_main_img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	border-radius: 5px 5px 0 0;
}

.fair_list_main_title_wrapper {
	background-color: #374263;
	padding: 10px;
	border-radius: 0 0 5px 5px;
	position: relative;
}

.fair_list_main_title p {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;
	width: 80%;
	margin: 0 0 0 auto;
	line-height: 20px;
}

.fair_list_point_wrapper {
	position: absolute;
	top: -22px;
	left: 10px;
	display: flex;
	align-items: flex-start;
}

.fair_list_point {
	width: 30px;
	margin-right: 3px;
}

.fair_list_main .fair_list_point:first-of-type {
	width: 70px;
}

.fair_list_sub_wrapper {
	overflow-x: auto;
	margin-left: 12px;
	display: flex;
}

.fair_list_sub {
	width: 69%;
	min-width: 69%;
	margin-right: 12px;
}

.fair_list_sub_img {
	position: relative;
	width: 100%;
}

.fair_list_sub_img:before{
	content: "";
	display: block;
	padding-top: 60%;
}

.fair_list_sub_img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	border-radius: 5px 5px 0 0;
}

.fair_list_sub_title_wrapper {
	background-color: #FFFFFF;
	padding: 10px;
	border-radius: 0 0 5px 5px;
	position: relative;
}

.fair_list_sub_title p {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #374263;
	width: 100%;
	margin: 0 0 0 auto;
	line-height: 20px;
}

.add_fair_btn_wrapper {
	padding: 0 12px;
}

.add_fair_btn_wrapper .add_fair_btn {
	background-color: #FFFFFF;
	width: 100%;
	color: #374263;
	font-size: 16px;
	padding: 12px 0;
	border: 1px solid #364163;
	position: relative;
}

.add_fair_btn::before {
    content: "";
    position: absolute;
    top: 45%;
    right: 45px;
    width: 12px;
    height: 1px;
    transform: rotate(90deg);
    background: #364163;
    transition: all .3s ease-in-out;
}

.add_fair_btn::after {
    content: "";
    position: absolute;
    top: 45%;
    right: 45px;
    width: 12px;
    height: 1px;
    background: #364163;
    transition: all .2s ease-in-out;
}


.fair_list_search {
	background-color: #FFFFFF;
}

/* フェア詳細 */
.fair_detail_main {
	margin-bottom: 15px;
}

.fair_detail_img {
	position: relative;
	width: 100%;
}

.fair_detail_img:before {
	content: "";
	display: block;
	padding-top: 93%;
}

.fair_detail_img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
}

.fair_detail_title {
	font-size: 14px;
	font-weight: bold;
	padding: 0 25px;
    text-align: left;
}

.fair_date_input_wrapper {
	padding: 15px 12px 20px 12px;
}

.fair_date_inner {
	background-color: #F9F9F9;
	padding: 20px 33px;
}

.fair_date_input {
	display: flex;
	justify-content: space-between;
}

.fair_date_input_wrapper .fair_date_input:first-of-type {
	margin-bottom: 10px;
}

.fair_date_input p {
	color: #374263;
	font-size: 16px;
}

.select_wrapper {
	position: relative;
}

.select_wrapper::after {
	content: "";
	display: inline-block;
	position: absolute;
	background-size: 8px;
	width: 8px;
	height: 8px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url('../img/detail_select_icon.svg');
	right: 9%;
}

.fair_date_input select {
	background-color: #374263;
	color: #FFFFFF;
	border-radius: 25px;
	width: 200px;
	font-size: 16px;
	border: none;
	font-family: "Yu Mincho", YuMincho, HiraMinProN-W3, "Roboto Slab", "EB Garamond", "Times New Roman", "MS PMincho", 'Sawarabi Mincho', serif;
	letter-spacing: 2px;
	padding: 5px 0px 5px 22px;
	appearance: none;
}

.fair_date_input select option {
	background-color: #FFFFFF;
	color: #374263;
}

.detail_reserve_btn_wrapper .detail_reserve_btn {
	background: linear-gradient(180deg, rgba(212,185,141,1) 0%, rgba(178,135,63,1) 100%);
	width: 100%;
	height: 40px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	border-radius: 25px;
	letter-spacing: 1px;
}

.detail_point_wrapper {
	padding: 40px 12px;
	background-color: #F6F8FF
}

.detail_sub_title_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.detail_sub_title {
	position: relative;
	margin-left: 20px;
	margin-bottom: 28px;
}

.detail_sub_title:before {
	content: '';
    position: absolute;
    bottom: -5px;
    display: inline-block;
    width: 30px;
    height: 1px;
    left: 0;
    background-color: #CAB084;
}

.detail_sub_title p {
	font-family: 'Crimson Text', serif;
	font-size: 40px;
	line-height: 22px;
	margin-bottom: 8px;
	letter-spacing: 3px;
}

.detail_sub_title h2 {
	font-family: 'Crimson Text', serif;
	font-size: 18px;
	letter-spacing: 2px;
}

.detail_point {
	display: flex;
	justify-content: space-between;
	margin-bottom: 22px;
	width: 65%;
}

.detail_point_img {
	width: 32%;
}

.detail_content {
	background-color: #FFFFFF;
	padding: 20px 10px;
}

.detail_presents_wrapper {
	background-image: url('../img/presents_bg.jpg');
	background-size: cover;
	padding: 40px 12px;
}

.detail_presents_inner {
	padding: 35px 13px;
	background-color: rgba(255, 255, 255, 0.4);
}

.title_right .detail_sub_title:before {
	left: auto;
	right: 0;
}

.title_right .detail_sub_title p {
	text-align: right;
}

.title_right .detail_sub_title h2 {
	text-align: right;
}

.detail_presents_inner .visit {
	margin-bottom: 15px;
}

.detail_presents h3 {
	font-size: 16px;
	font-weight: bold;
	background-color: #364163;
	text-align: center;
	color: #FFFFFF;
	border-radius: 5px 5px 0 0;
	padding: 9px 0;
	letter-spacing: 2px;
}

.detail_presents_inner .contract h3 {
	background-color: #C85762;
}

.detail_presents ul {
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 0 0 5px 5px;
	padding: 15px 20px;
}

.detail_presents ul li {
	font-size: 12px;
	position: relative;
	padding-left: 13px;
	line-height: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}

.detail_presents ul li:last-of-type {
	margin-bottom: 0;
}

.detail_presents ul li::before {
	content: "";
	display: inline-block;
	position: absolute;
	background-image: url('../img/bullet.svg');
	background-size: 5px;
	width: 5px;
	height: 5px;
	top: 7px;
	left: 0;
}

.detail_experience_wrapper {
	padding: 40px 0 25px 0;
}

.experience_intro {
	font-size: 12px;
	margin-left: 20px;
	margin-bottom: 30px;
}

.experience_item {
	position: relative;
}

.detail_experience .experience_item:not(:first-of-type):not(:last-of-type):after {
	content: "";
	position: absolute;
	top: 0;
	left: 32px;
	display: inline-block;
	width: 1px;
	height: 100%;
	background-color: #534A30;
}

.experience_img {
	position: relative;
	width: 100%;
}

.detail_experience .experience_item:last-of-type .line_regulate:after {
	content: "";
	position: absolute;
	top: 0;
	left: 32px;
	display: inline-block;
	width: 1px;
	height: calc(100% + 38px);
	background-color: #534A30;
}

.experience_img:before {
	content: "";
	display: block;
	padding-top: 66%;
}

.experience_img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
}

.experience_info {
	padding: 30px 25px 40px 55px;
	position: relative;
}

.experience_info:before {
	content: "";
    position: absolute;
    top: 38px;
    left: 28px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #534A30;
}

.detail_experience .experience_item:last-of-type .experience_info {
	padding-bottom: 0;
}

.detail_experience .experience_item:first-of-type .line_regulate_2:after {
	content: "";
	position: absolute;
	top: 38px;
	left: 32px;
	display: inline-block;
	width: 1px;
	height: calc(100% - 38px);
	background-color: #534A30;
}

.experience_catch {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

.experience_item h3 {
	font-size: 20px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 10px;
}

.experience_content {
	font-size: 14px;
	line-height: 27px;
}

.detail_btn_area {
	padding: 0 12px 50px 12px;
}

.detail_line_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #374263;
	margin: 20px 10px 10px 10px;
	height: 50px;
}

.line_icon {
	width: 8.5%;
	margin-right: 10px;
}

.detail_line_btn p {
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 1px;
}

.detail_back_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 10px;
	border: 1px solid #374263;
	height: 50px;
}

.detail_back_btn p {
	color: #374263;
	font-size: 14px;
	letter-spacing: 1px;
}

.common_fair .fair_reserve_btn {
	background: linear-gradient(180deg, rgba(212,185,141,1) 0%, rgba(178,135,63,1) 100%);
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	position: fixed;
    bottom: 20px;
	right: 0;
	border-radius: 5px 0 0 5px;
	padding: 10px 15px;
}

.reserve_tel_modal {
	width: 90%;
}

.reserve_tel_modal_text {
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.reserve_tel_modal a {
	background: linear-gradient(180deg, rgba(212,185,141,1) 0%, rgba(178,135,63,1) 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 45px;
	margin: 0 auto 40px auto;
	border-radius: 10px;
}

.reserve_tel_modal a p {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

.err_txt {
	display: none;
	color: #cc0000!important;
	vertical-align: middle;
	font-size: 14px!important;
	margin-top: 5px;
}

/* フッター */
.fair_footer {
	background-color: #374263;
	height: 50px;
	color: #FFFFFF;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */
/*                                                                 */
/*    【PCここから】                                                 */
/*                                                                 */
/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */
@media screen and (min-width:769px){
	/* トップフェア */

	.recommend_fair {
		padding-bottom: 50px;
	}

	.fair_top_title {
		margin-bottom: 20px;
	}

	.fair_top_title h2 {
		font-size: 35px;
		margin-bottom: 10px;
	}

	.view_all_btn a {
		font-size: 18px;
	}

	.fair_top_slide {
		display: flex;
		justify-content: space-between;
		max-width: 1360px;
		margin: 40px auto 0 auto;
	}

	.fair_top_item {
		margin: 0;
		width: 19%;
	}
	
	.top_fair_img {
		position: relative;
		width: 100%;
	}
	
	.top_fair_img:before {
		content: "";
		display: block;
		padding-top: 76.7%;
	}

	.top_fair_img img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}

	.top_fair_info {
		padding: 10px 15px 20px 15px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.top_fair_info .top_fair_date {
		font-size: 20px;
	}
	
	.top_fair_info .top_fair_title {
		margin-bottom: 12px;
	}

	.top_fair_info .top_fair_title p {
		font-size: 15px;
	}

	.fair_detail_btn p {
		font-size: 14px;
	}

	.top_fair_point {
		top: -29px;
		width: 67px;
	}
	
	.top_search_btn {
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		width: 820px;
		margin-bottom: 30px;
	}
	
	.top_search_btn button {
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #364163;
		border: none;
		width: 400px;
		height: 80px;
		border-radius: 10px;
	}
	
	.top_search_btn button:hover {
		cursor: pointer;
		opacity: 0.8;
	}
	
	.top_search_btn_icon {
		width: 10%;
		margin-right: 30px;
	}
	
	.top_search_btn button p {
		color: #FFFFFF;
		font-size: 16px;
	}
	
	.top_search_btn button p span {
		color: #FFFFFF;
		font-size: 20px;
		font-weight: bold;
	}

	.select_experience h2:before, .top_consult h2:before {
		width: 100px;
	}

	.top_consult {
		width: 820px;
		padding: 23px 0 27px 0;
		margin: 0 auto;
		background-color: #FFFFFF;
	}

	.top_consult h2 {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 30px;
	}

	.top_consult_intro {
		margin-bottom: 15px;
	}

	.top_consult_intro p {
		background-color: #F6F8FF;
		width: 80%;
		margin: 0 auto 5px auto;
		font-size: 16px;
	}

	.top_consult_text {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.top_consult_btn {
		align-items: center;
		width: 300px;
		height: 40px;
		border-radius: 35px;
		padding: 0;
	}

	.top_consult_btn p {
		font-size: 14px;
	}
	
	/* 検索モーダル */
	.search_schedule_modal, .search_experience_modal, .search_schedule_modal_pc, .search_experience_modal_pc {
		padding: 10px 20px;
		border-radius: 10px !important;
		width: 100%;
	}

	/* 開催日から探す */
	.search_title {
		font-size: 20px;
		margin-bottom: 15px;
		font-weight: bold;
		line-height: normal;
	}

	.calendar {
		margin-bottom: 25px;
	}

	.calendar ul li p {
		font-size: 18px;
		font-weight: bold;
	}

	.week li {
		font-size: 16px;
		padding: 5px 0;
	}

	.day {
		padding: 3px;
		height: 280px;
	}

	.day li {
		border: 3px solid #EDF1FF;
		padding: 10px 0;
	}
	
	.day li:not(.non-active):hover {
		cursor: pointer;
	}

	.check_icon {
		width: 55%;
	}
	
	.month {
		top: -2px;
		left: 5px;
	}
	
	.modal_close button {
		width: 9%;
	}
	
	.modal_close button:hover {
		cursor: pointer;
	}

	.search_count {
		font-size: 14px;
	}

	.search_count span {
		font-size: 20px;
		margin-right: 0;
	}

	.modal_btn_area {
		justify-content: center;
	}

	.modal_btn_area button {
		height: 50px;
		font-size: 16px;
	}
	
	.modal_btn_area button:hover {
		cursor: pointer;
		opacity: 0.8;
	}

	.modal_btn_area button:first-of-type {
		width: 25%;
		margin-right: 15px;
	}

	.modal_btn_area button:last-of-type {
		width: 36%;
	}
	
	.add_search_wrapper {
		padding: 0 10px;
	}
	
	.add_search_title {
		font-size: 18px;
	}
	
	.add_search_title::before {
		content: none;
	}

	.add_search_title::after {
		content: none;
	}
	
	.add_search {
		display: block;
	}

	.add_search_inner {
		overflow: scroll;
		height: 150px;
	}
	
	.add_search_inner li {
		margin-bottom: 8px;
	}

	.add_search_inner li p {
		font-size: 16px;
		padding: 10px 0;
		font-weight: bold;
	}
	
	.add_search_inner li p:hover {
		cursor: pointer;
	}
	
	/* 体験から探す */
	.search_experience ul {
		height: 350px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.search_experience ul li {
		width: 100%;
		padding: 18px;
	}
	
	.search_experience ul li:hover {
		cursor: pointer;
	}
	
	.search_experience ul li p {
		font-size: 18px;
	}

	.experience_search_result {
		padding: 15px 100px;
	}
	
	.experience_search_count {
		font-size: 14px;
	}

	.experience_search_count span {
		font-size: 20px;
	}
	
	/* フェア一覧 */
	#ID_FAIR_LIST .st-Header {
		background-color: #FFFFFF;
	}

	.fair_list_wrapper {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 40px 0 80px 0;
	}

	.fair_list_title_wrapper {
		align-items: center;
		flex-direction: column;
	}

	.fair_list_title {
		margin-bottom: 8px;
	}

	.fair_list_title h1 {
		font-size: 35px;
		margin-bottom: 3px;
	}

	.fair_list_title p {
		font-size: 14px;
		letter-spacing: 1px;
		text-align: center;
	}

	.fair_num {
		font-size: 16px;
	}

	.fair_num span {
		font-size: 30px;
		margin-right: 10px;
	}

	.search_area {
		padding: 0;
	}

	.search_area .search_open_btn {
		width: 350px;
		font-size: 16px;
		padding: 9px 0;
		margin: 0 auto;
	}
	
	.search_open_btn:hover {
		cursor: pointer;
	}

	.search_filter_wrapper {
		margin-top: 30px;
		margin-bottom: 35px;
	}

	.search_filter {
		justify-content: center;
	}

	.search_filter li {
		margin-right: 12px;
		font-size: 14px;
		margin-bottom: 12px;
	}

	.fair_list_item {
		margin-bottom: 50px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.fair_list_main {
		padding: 0;
		width: 34%;
	}

	.fair_list_main_img img {
		border-radius: 10px 10px 0 0;
	}

	.fair_list_main_title_wrapper {
		padding: 10px 12px;
		border-radius: 0 0 10px 10px;
	}

	.fair_list_main_title p {
		font-size: 16px;
		line-height: 25px;
	}

	.fair_list_point_wrapper {
		top: -28px;
	}

	.fair_list_point {
		width: 38px;
	}

	.fair_list_main .fair_list_point:first-of-type {
		width: 80px;
	}

	.fair_list_sub_wrapper {
		overflow-x: visible;
		margin-left: 0;
		width: 62%;
	}

	.fair_list_sub {
		width: 300px;
		min-width: 300px;
		margin-right: 20px;
	}
	
	.slide-arrow {
		width: 35px;
		position: absolute;
		top: 38%;
		opacity: 0.9;
		transform: translateY(-50%);
		z-index: 10;
	}
	
	.slide-arrow:hover {
		cursor: pointer;
	}
	
	.prev-arrow {
		left: -15px;
	}
	
	.next-arrow {
		right: -15px;
	}
	
	.fair_list_sub_title p {
		font-size: 14px;
		line-height: 25px;
	}

	.add_fair_btn_wrapper {
		padding: 0;
		display: flex;
		justify-content: center;
	}

	.add_fair_btn_wrapper .add_fair_btn {
		width: 350px;
	}
	
	/* フェア詳細 */
	.detail_main_wrapper{
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-top: 40px;
		padding-bottom: 80px;
	}
	
	.fair_detail_main {
		margin-bottom: 0;
		width: 54%;
	}
	
	.fair_detail_img:before {
		padding-top: 76%;
	}
	
	.fair_detail {
		width: 46%;
		padding-left: 50px;
	}

	.fair_detail_title {
		font-size: 25px;
		padding: 0;
		line-height: 37px;
		margin-bottom: 25px;
	}

	.fair_date_input_wrapper {
		padding: 0;
	}

	.fair_date_inner {
		background-color: transparent;
		padding: 0;
	}

	.fair_date_input {
		background-color: #F9F9F9;
		padding-left: 40px;
		padding-right: 128px;
	}

	.fair_date_input_wrapper .fair_date_input:first-of-type {
		margin-bottom: 0;
		padding-bottom: 20px;
		padding-top: 35px;
	}
	
	.fair_date_input_wrapper .fair_date_input:nth-of-type(2) {
		padding-bottom: 35px;
	}

	.fair_date_input p {
		font-size: 18px;
		font-weight: bold;
	}

	.fair_date_input select {
		width: 210px;
		font-size: 18px;
		padding: 9px 0px 9px 25px;
	}
	
	.fair_date_input select:hover {
		cursor: pointer;
	}
	
	.detail_reserve_btn_wrapper {
		display: flex;
		justify-content: center;
		margin-top: 30px;
	}

	.detail_reserve_btn_wrapper .detail_reserve_btn {
		width: 350px;
		height: 60px;
		font-size: 16px;
		margin-top: 0;
		border-radius: 35px;
	}

	.detail_point_wrapper {
		padding: 50px 0;
	}
	
	.detail_point_content {
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
	}

	.detail_sub_title_wrapper {
		margin-bottom: 35px;
	}

	.detail_sub_title {
		margin-left: 0;
		margin-bottom: 40px;
	}
	
	.detail_experience_wrapper .detail_sub_title {
		margin-bottom: 23px;
	}

	.detail_sub_title:before {
		width: 40px;
	}

	.detail_sub_title p {
		font-size: 64px;
		margin-bottom: 12px;
	}

	.detail_sub_title h2 {
		font-size: 28px;
	}

	.detail_point {
		justify-content: right;
		margin-bottom: 0;
	}

	.detail_point_img {
		width: 102px;
	}

	.detail_content {
		padding: 40px 50px;
		font-size: 16px;
	}

	.detail_presents_wrapper {
		background-image: url('../img/presents_bg_pc.jpg');
		padding: 73px 0;
	}

	.detail_presents_inner {
		padding: 50px 45px 60px 45px;
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
	}
	
	.detail_presents_pc {
		display: flex;
		justify-content: space-between;
	}
	
	.detail_presents {
		width: 48%;
	}

	.detail_presents h3 {
		font-size: 18px;
	}

	.detail_presents ul {
		padding: 25px 22px;
	}

	.detail_presents ul li {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 12px;
	}

	.detail_experience_wrapper {
		padding: 80px 0 50px 0;
		background: linear-gradient(90deg, #FBFBF6 0%, #FBFBF6 37%, #FFFFFF 37%, #FFFFFF 100%);
	}
	
	.detail_experience_inner {
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
	}

	.experience_intro {
		font-size: 15px;
		margin-left: 0;
		margin-bottom: 50px;
	}

	.experience_item {
		margin-bottom: 60px;
	}
	
	.detail_experience .experience_item:last-of-type {
		margin-bottom: 0;
	}

	.detail_experience .experience_item:not(:first-of-type):not(:last-of-type):after {
		content: none;
	}

	.experience_img {
		width: 64%;
	}
	
	.detail_experience .experience_item:nth-child(even) .experience_img {
		margin: 0 0 0 auto;
	}

	.detail_experience .experience_item:last-of-type .line_regulate:after {
		content: none;
	}

	.experience_info {
		padding: 30px;
		position: absolute;
		width: 45%;
		bottom: 45px;
		right: 0;
		background-color: #FFFFFF;
		box-shadow: 0px 3px 17px -8px rgb(0 0 0 / 60%);
	}
	
	.detail_experience .experience_item:nth-child(even) .experience_info {
		right: auto;
		left: 0;
	}

	.experience_info:before {
		content: none;
	}

	.detail_experience .experience_item:last-of-type .experience_info {
		padding-bottom: 30px;
	}

	.detail_experience .experience_item:first-of-type .line_regulate_2:after {
		content: none;
	}

	.experience_item h3 {
		padding-left: 0;
	}
	.detail_btn_area {
		padding: 50px 0;
	}

	.detail_line_btn {
		margin: 0 auto 20px auto;
		width: 330px;
	}
	
	.detail_line_btn:hover {
		opacity: 0.8;
	}

	.line_icon {
		width: 10%;
	}

	.detail_back_btn {
		margin: 0 auto;
		width: 330px;
	}

	.common_fair .fair_reserve_btn {
		font-size: 16px;
		bottom: 50px;
		right: 10%;
		border-radius: 5px;
		padding: 15px 30px;
	}
	
	.reserve_tel_modal_text {
		font-size: 18px;
		margin-bottom: 25px;
	}
	
	.reserve_tel_modal a {
		width: 210px;
		height: 50px;
		margin: 0 auto 60px auto;
	}

	.reserve_tel_modal a p {
		font-size: 18px;
	}
}

