@charset "UTF-8";


/*--------------------------------------------------------------------
=== [TOP] ====================================
 -------------------------------------------------------------------*/

.section_ttl h2 {
	font-size: min(3.125vw, 40px);
	font-weight: bold;
	letter-spacing: 0.12em;
}

.section_ttl h2 span {
	display: block;
	color: #BA4700;
	font-size: min(1.563vw, 20px);
}

/*=== [mvArea] ===*/
#mvArea {
	position: relative;
	padding: 0;
	}
#mvArea .catch {
	background-color: rgba(255,255,255,0.70);
	border-bottom-left-radius: min(2.083vw, 30px);
	border-top-left-radius: min(2.083vw, 30px);
	padding: min(5.208vw, 75px);
    position: absolute;
    right: 0;
    bottom: min(4.167vw, 60px);
	font-size: min(3.472vw, 50px);
	font-weight: 900;
	}
#mvArea .catch span {
	display: block;
	font-size: min(1.389vw, 20px);
	font-weight: bold;
}


#mvArea .slick-dots {
	position: absolute;
	left: max(2.083vw, calc((100vw - 1200px) / 2));
	bottom: 20px;
	display: flex;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#mvArea .slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0;
}

#mvArea .slick-dots li button {
	width: 10px;
	height: 10px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #FFFFFF;
	font-size: 0;
}

#mvArea .slick-dots li button::before {
	display: none;
}

#mvArea .slick-dots li.slick-active button {
	background: #BA4700;
}
#mvArea ul .slick-slide {
	height: min(48.611vw, 700px)!important;;
	overflow: hidden;
}

#mvArea ul .slick-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.slick-slide {
    height: inherit!important;
	}
  
/*=== [newsArea] ===*/
#newsArea{	background-color: #F6EFE8;padding-bottom: min(6.944vw, 100px);}
#newsArea .inner {
	display: flex;
	}

#newsArea .lBox {
	width: min(27.778vw, 400px);
	}
#newsArea .rBox {
	width:min(55.556vw, 800px);
	text-align: center;
	}
#newsArea .rBox ul {
	border-top: dashed 1px #432103;	
	margin-bottom: min(4.167vw, 60px);
	text-align: left;
	}
#newsArea .rBox ul li {
	padding: min(2.778vw, 40px) 0;
	display: flex;
	border-bottom: dashed 1px #432103;
	align-items: center;
	}

#newsArea .rBox ul li span {
	margin-right: min(1.389vw, 20px);
	}
#newsArea .rBox ul li a {
	width: 100%;
	display: flex;
	align-items: center;
	gap:min(0.694vw, 10px);
	}
#newsArea .rBox ul li a:after {
	content:"";
	background-image: url("../img/ico_arw.svg");
	width: min(2.778vw, 40px);
	height:min(2.778vw, 40px);
	background-size: cover;
	display: inline-block;
	margin-left: auto;
	flex-shrink: 0;
	}
#newsArea .rBox ul li a.pdfLink:after {
	content:none;
}

#newsArea .rBox ul li .pdfFile {
	width: min(2.083vw, 30px);
	}

#newsArea .btn_more a {
	color: #432103;
	background-color: #fff;
	display: inline-flex;
	gap:5px;
	padding:min(0.694vw, 10px) min(1.389vw, 20px);
	border-radius: min(2.083vw, 30px);
	align-items: center;
	margin-top: min(2.778vw, 40px);
	line-height: 1;
	}

#newsArea .btn_more a:before {
	content:"";
	background-image: url("../img/ico_arw_s.svg");
	width: 8px;
	height: 10px;
	background-size: cover;
	display: inline-block;
	}

/*=== [aboutArea] ===*/
#aboutArea {
	background-color: #fff;
	padding-bottom: 0;
}

#aboutArea .section_ttl_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: min(3.472vw, 50px);
}
#aboutArea .section_ttl_wrap .btn_more a {
	color: #fff;
	background-color: #BA4700;
	font-size: 20px;
	display: inline-flex;
	padding:min(1.389vw, 20px) min(5.556vw, 80px);
	border-radius: min(2.083vw, 30px);
	align-items: center;
	line-height: 1;
	}

#aboutArea ul {
	margin-top: min(5.556vw, 80px);
}

#aboutArea .col2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap:min(4.167vw, 60px);	
}

#aboutArea .btn_more a {
	color: #432103;
	display: inline-flex;
	gap:5px;
	align-items: center;
	line-height: 1;
	margin-top: min(2.083vw, 30px);
	font-weight: bold;
	}


/*--------------------------------------------------------------------
=== [BTM] ====================================
 -------------------------------------------------------------------*/
#page_ttl {
	background-image: url("../img/pagettl.jpg");
	background-size: cover;
	height: min(17.361vw, 250px);
	margin-bottom: min(2.778vw, 40px);
	}
#page_ttl .inner {
	display: flex;
	align-items: center;
    height: min(17.361vw, 250px);	
	}
#page_ttl h1 {
	color: #fff;
	font-weight: 900;
	font-size: min(3.906vw, 50px);
	}
#breadcrumbs{
	max-width: 1200px;
	margin: 0 auto;
	font-size: min(1.094vw, 14px);
	font-weight: bold;
	}
#breadcrumbs ul {
	display: flex;
		    flex-wrap: wrap;
	}
#breadcrumbs ul li a {
	text-decoration: underline;
}
#breadcrumbs ul li {
	display: flex;
}
#breadcrumbs ul li + li:before {
	content:"／";
	margin: 0 min(0.694vw, 10px);
	}
#breadcrumbs ul br {
	display: none;
	}
.btm_sec > .inner {
	padding-bottom:min(6.944vw, 100px);
	border-bottom: 2px solid #432103;
	}

.btm_sec:last-of-type .inner {
	border-bottom: none;
}

.hd_xl {
	font-size: min(3.125vw, 40px);
	font-weight: 900;
	display: flex;
	align-items: center;
	gap:min(1.389vw, 20px);
	margin-bottom:min(2.778vw, 40px);
	}
.hd_xl:before {
	content:"";
	width: 40px;
	height: 6px;
	background-color: #BA4700;
	display: inline-block;
	}
.hd_l {
	font-size:min(2.344vw, 30px);
	font-weight: bold;
	margin-bottom:min(2.778vw, 40px);
	}


/*=== [FAQ] ===*/
#faqArea .faq_cont h2 {
	font-size: min(2.344vw, 30px);
	border-bottom: 1px solid #432103;
	border-top: 1px solid #432103;
	line-height: 1;
	padding: min(2.083vw, 30px) 0;
	margin-bottom: min(2.083vw, 30px);
	font-weight: 900;
	display: flex;
	gap:min(1.389vw, 20px);
}

#faqArea .faq_cont .note {
	color: #e62525;
	padding:0 min(1.389vw, 20px) min(1.389vw, 20px);
}

.primary {
	display: flex;
	align-items: center;
	background-color: #F6F6F6;
	padding:min(1.389vw, 20px);
	padding-right: calc(min(2.083vw, 30px) + 40px);
	font-size: min(2.031vw, 26px);
	font-weight: bold;
	gap: min(0.694vw, 10px);
	border-radius: min(0.347vw, 5px);
	margin-bottom: min(1.389vw, 20px);
	position: relative;
	cursor: pointer;
	transition: 0.3s;
}

.primary span {
	display: block;
}

.secondary {
	padding: 0 min(2.083vw, 30px) min(3.472vw, 50px);
	display: none;
	flex-direction: column;
}

.secondary.is-open {
	display: flex;
}

.secondary dt {
	font-size: min(1.563vw, 20px);
	border-bottom: 1px solid #432103;
	padding: min(1.389vw, 20px) min(2.778vw, 40px) min(1.389vw, 20px) 0;
	position: relative;
	cursor: pointer;
	transition: 0.3s;
	display: flex;
    align-items: center;
    gap: min(1.389vw, 20px);
}

.secondary dt + dd {
	display: none;
}

.secondary dt.is-open + dd {
	display: flex;
}

.secondary dd {
	padding: min(2.083vw, 30px) min(0.694vw, 10px) min(3.472vw, 50px);
	flex-direction: column;
	gap: min(2.083vw, 30px);
}

.secondary dd ol {
	padding-left: 0.2em;
    text-indent: -0.2em;
}
.secondary dd ol li + li {
	padding-top: 20px;
}

.primary:hover,
.secondary dt:hover {
	opacity: 0.7;
}

/* =========================
   +- アイコン
========================= */

.primary::before,
.primary::after,
.secondary dt::before,
.secondary dt::after {
	content: "";
	position: absolute;
	top: 50%;
	background-color: #432103;
	transform: translateY(-50%);
	transition: 0.3s;
}

.primary.notAco::before,
.primary.notAco::after,
.secondary dt.notAco::before,
.secondary dt.notAco::after {
	content: none;
}

/* 横線 */
.primary::before,
.secondary dt::before {
	right: min(2.083vw, 30px);
	width: min(1.389vw, 20px);
	height: min(0.139vw, 2px);
}

/* 縦線 */
.primary::after,
.secondary dt::after {
	right: min(2.708vw, 39px);
	width: min(0.139vw, 2px);
	height: min(1.389vw, 20px);
}

/* 開いているときは - */
.primary.is-open::after,
.secondary dt.is-open::after {
	opacity: 0;
}

.secondary dt span {
	margin-right: min(1.389vw, 20px);
}

.secondary dd figure {
	width: min(20.833vw, 300px);
}

.secondary dd .img_txt {
	display: flex;
	gap: min(2.778vw, 40px);
}

.secondary table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #432103;
	font-size: min(1.25vw, 16px);
}

.secondary th,
.secondary td {
	border: 1px solid #432103;
	padding: 0.694vw;
	vertical-align: middle;
}

.secondary th {
	background: #F6F6F6;
	text-align: left;
	min-width: min(6.944vw, 100px);
}

.secondary ul,.secondary ol {
	display: flex;
	flex-direction: column;
	gap: min(0.694vw, 10px);
	padding-left: 1em;
	text-indent: -1em;
}

.secondary ol {
	list-style:auto ;
	}

.btn_anc a {
	display: inline-flex;
	color: #0071eb;
	border: 1px solid #0071eb;
	padding: min(0.347vw, 5px) min(1.389vw, 20px);
	border-radius: min(1.389vw, 20px);
	align-items: center;
	gap:min(0.694vw, 10px);
	font-size: min(1.406vw, 18px);
}

.btn_anc a:before {
	content:"";
	background-image: url("../img/ico_arw_bl.svg");
	width: 8px;
	height: 10px;
	background-size: cover;
	display: inline-block;
	}

.faq_list .faq_item dt {
	position: relative;
	margin: 0;
	padding:min(1.389vw, 20px)min(2.083vw, 30px);
	background: #f5e8dc;
	border-radius: min(0.694vw, 10px);
	font-size:min(1.563vw, 20px);
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
}

.faq_list .faq_item dt::before,
.faq_list .faq_item dt::after {
	content: "";
	position: absolute;
	top: 50%;
	right: min(1.389vw, 20px);
	width: min(1.389vw, 20px);
	height: min(0.208vw, 3px);
	background: #f39a3d;
	transform: translateY(-50%);
	transition: 0.3s;
}

.faq_list .faq_item dt::after {
	transform: translateY(-50%) rotate(90deg);
}

.faq_list .faq_item.open dt::after {
	transform: translateY(-50%) rotate(180deg);
	opacity: 0;
}

.faq_list .faq_item dd {
	display: none;
	margin: 0;
	padding: min(1.389vw, 20px) ;
	line-height: 2;
}

/*=== [ACCESS] ===*/

.map iframe {
	width: 100%;
	margin-bottom: min(2.778vw, 40px);
	}
/*=== [NEWS] ===*/

#btm_news .date {
	text-align: right;
	font-size: min(1.25vw, 16px);
	margin-bottom: min(1.389vw, 20px);
	}

#newsArea.btm_news_list {
	background-color: #fff;
	padding-bottom: auto;
}

.archive {
	width: 100%;
	max-width: 220px;
	padding-left: 20px;
	border-left: 2px solid #BA4700;
}

.archive ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.archive ul li + li {
	margin-top: 18px;
}

.archive ul li a {
	display: inline-block;
	position: relative;
	color: #432103;
	text-decoration: none;
	font-size: min(1.528vw, 22px);
	font-weight: 700;
	line-height: 1.2;
	padding-left: 18px;
	transition: 0.3s;
}

.archive ul li a::before {
	content: "";
	position: absolute;
	left: -26px;
	top: 50%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #BA4700;
	transform: translateY(-50%);
}

.archive ul li a::after {
	content: "";
	position: absolute;
	left: 18px;
	bottom: -4px;
	width: 0;
	height: 1px;
	background: #432103;
	transition: 0.3s;
}



.archive ul li a:hover::after {
	width: calc(100% - 18px);
}
