@charset "utf-8";

/* ===================================================
	Access CSS
====================================================== */
a.link_txt_line {
	text-decoration: underline;
}

/* ---------------------------------------------------
	Sec_lead
------------------------------------------------------ */
#sec_lead { padding: 120px 0 115px; }
#sec_lead h2 { margin-bottom: 45px; }

@media screen and (hover: hover) {
}

@media screen and (max-width: 600px) {
	#sec_lead { padding: 60px 0 50px; }
	#sec_lead h2 { margin-bottom: 20px; }
}


/* ---------------------------------------------------
	.map + sec_address
------------------------------------------------------ */
.map iframe {
	display: block;
	width: 100%;
	height: 600px;
	filter: grayscale(1);
}
#sec_address {
	display: flex;
	justify-content: space-between;
	padding: 100px 0 0;
}
#sec_address .txt {
	width: 635px;
	margin: 0 0 0 40px;
}
#sec_address .tit_address {
	margin: 10px 0;
	font-size: 22px;
}
#sec_address .cmn_dl_table {
	margin: 0 0 30px;
	border-top: none;
}
#sec_address .cmn_dl_table > div {
	display: flex;
	border-bottom: 1px solid #e5e0d3;
	line-height: 1.8;
}
#sec_address .cmn_dl_table > div > dt {
	font-weight: bold;
}
#sec_address .cmn_dl_table > div > dt,
#sec_address .cmn_dl_table > div > dd {
	padding: 20px;
}
#sec_address .googlemap_link {
	text-align: right;
}
#sec_address .googlemap_link a {
	display: inline-flex;
	align-items: center;
	font-size: 15px;
}
#sec_address .googlemap_link a::before {
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	margin: 0 5px 0 0;
	content: "";
	background: url(../img/icon_map.svg) no-repeat center center;
	background-size: 100% auto;
}

@media screen and (min-width: 601px) {
	#sec_address .cmn_dl_table > div > dt {
		width: 165px;
	}
}

@media screen and (max-width: 600px) {
	.map iframe {
		height: 60vw;
	}
	#sec_address {
		display: block;
		padding-top: 40px;
	}
	#sec_address .txt {
		width: auto;
		margin: 20px 0 0;
	}
	#sec_address .tit_address {
		margin: 0 0 5px;
		font-family: YakuHanMPs, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
		font-size: 18px;
		line-height: 1.6;
	}
	#sec_address .cmn_dl_table > div {
		display: block;
	}
	#sec_address .cmn_dl_table > div > dt,
	#sec_address .cmn_dl_table > div > dd {
		padding: 10px 15px;
	}
	#sec_address .cmn_dl_table > div > dt {
		padding-bottom: 5px;
	}
	#sec_address .cmn_dl_table > div > dd {
		padding-top: 0;
	}
}

/* ---------------------------------------------------
	#sec01
------------------------------------------------------ */
#sec01 {
	padding: 165px 0 0;
}
#sec01 .tit {
	color: var(--color-beige);
    font-size: 30px;
    margin-bottom: 45px;
}
#sec01 .tit span {
    display: block;
    font-size: 15px;
    margin-top: 10px;
}
#sec01 .attention {
	padding: 50px;
	margin: 0 0 50px;
	color: #d70000;
	background: #fff;
	border: 1px solid #d70000;
	line-height: 1.8;
}
#sec01 .attention dt {
	margin: 0 0 10px;
	font-weight: bold;
}
#sec01 .attention dd span {
	text-decoration: underline;
}
#sec01 .links {
	display: flex;
	justify-content: space-between;
	margin: 0 0 60px;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0;
}
#sec01 .links li {
	width: 270px;
	max-width: calc((100% - 60px) / 4);
}
#sec01 .links li .cap {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 75px;
	margin: 0 0 10px;
	color: #fff;
	background: #597252;
}
#sec01 .btn a {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 450px;
	min-height: 80px;
	padding: 10px 30px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #626262;
	border-radius: 999px;
	box-sizing: border-box;
}
#sec01 .btn a::before {
	width: 20px;
	height: 20px;
	margin: 0 0 0 30px;
	content: "";
	background: url(../img/icon_map.svg) no-repeat center center;
	background-size: 100% auto;
}
#sec01 .btn a::after {
	width: 15px;
	height: 15px;
	margin: 0 0 0 35px;
	content: "";
	background: url(../../access/img/arrow.svg) no-repeat center center;
	background-size: 100% auto;
	transform: rotate(-90deg);
}

@media screen and (max-width: 600px) {
	#sec01 {
		padding-top: 80px;
	}
	#sec01 .tit {
		font-size: 22px;
		margin-bottom: 20px;
	}
	#sec01 .tit span {
		font-size: 12px;
		margin-top: 5px;
	}
	#sec01 .attention {
		padding: 20px;
		margin-bottom: 30px;
	}
	#sec01 .links {
		display: block;
		margin-bottom: 40px;
	}
	#sec01 .links li {
		width: auto;
		max-width: none;
	}
	#sec01 .links li + li {
		margin: 20px 0 0;
	}
	#sec01 .links li .cap {
		min-height: 65px;
	}
	#sec01 .btn a {
		width: 100%;
		min-height: 70px;
		padding: 10px 20px;
		font-size: 14px;
	}
	#sec01 .btn a::before {
		margin: 0 5px;
	}
	#sec01 .btn a::after {
		margin-left: 10px;
	}
}

/* ---------------------------------------------------
	#sec02, #sec03
------------------------------------------------------ */
/* 共通パーツ */
.sec_route {
	font-size: 14px;
}
.sec_route .tit {
	color: var(--color-beige);
    font-size: 30px;
    margin-bottom: 45px;
}
.sec_route .tit span {
    display: block;
    font-size: 15px;
    margin-top: 10px;
}
.sec_route .route_img {
	margin: 0 0 45px;
}
.sec_route .cmn_list_note_01 {
	margin: 0 0 25px;
	line-height: 1.8;
}
.sec_route .cmn_list_note_01 li {
	padding: 0 0 0 1em;
    text-indent: -1em;
}
.sec_route .cmn_list_note_01 li::before {
	padding: 0 0 0 0.5em;
	text-indent: -0.5em;
	content: "*";
}
.sec_route .txt_links {
	display: flex;
	align-items: center;
	line-height: 1;
}
.sec_route .txt_links dt {
	flex-shrink: 0;
	padding: 0 20px 0 0;
	border-right: 1px solid #626262;
}
.sec_route .txt_links dd {
	padding: 0 0 0 25px;
}
.sec_route .txt_links dd ul {
	display: flex;
	flex-wrap: wrap;
}
.sec_route .txt_links dd li:not(:last-child) {
	margin-right: 30px;
}
.sec_route .txt_links dd a {
	display: flex;
	align-items: center;
}
.sec_route .txt_links dd a::after {
	width: 15px;
	height: 15px;
	margin: 0 0 0 5px;
	content: "";
	background: url(../img/icon_site_02.svg) no-repeat center center;
	background-size: 100% auto;
}

/* sectionごと */
#sec02 {
	padding: 200px 0 0;
}
#sec03 {
	padding: 200px 0 165px;
}

@media screen and (max-width: 600px) {
	/* 共通パーツ */
	.sec_route {
		font-size: 14px;
	}
	.sec_route .tit {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.sec_route .tit span {
		font-size: 12px;
		margin-top: 5px;
	}
	.sec_route .route_col {
		margin: 0 0 30px;
	}
	.sec_route .route_col dl {
		line-height: 1.6;
	}
	.sec_route .route_col dl + dl {
		margin: 20px 0 0;
	}
	.sec_route .route_col{
		color: #b7a886;
	}
	.sec_route .route_col li {
		list-style-type: none;
	}
	.sec_route .route_col .point {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		min-height: 55px;
		padding: 10px;
		text-align: center;
		background: #fff;
		border: 1px solid #d3cbb6;
	}
	.sec_route .route_col .point span {
		font-size: 12px;
	}
	.sec_route .route_col .goal {
		color: #fff;
		background: #597252;
	}
	.sec_route .route_col dt.point {
		position: relative;
		z-index: 0;
		padding: 10px 30px;
	}
	.sec_route .route_col dt.point::after {
		position: absolute;
		top: 50%;
		right: 15px;
		width: 12px;
		height: 12px;
		content: "";
		background: url(../../access/img/arrow02.svg) no-repeat center center;
		background-size: 100% auto;
		transition: transform 0.5s;
		transform: translateY(-50%);
	}
	.sec_route .route_col dt.point.active::after {
		transform: rotate(180deg) translateY(50%);
	}
	.sec_route .route_col .way {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.sec_route .route_col .way::before,
	.sec_route .route_col .way::after {
		width: 1px;
		height: 20px;
		content: "";
		background: #d3cbb6;
	}
	.sec_route .route_col .way > span {
		margin: 10px 0;
	}
	.sec_route .route_col h3 {
		margin: 0 0 10px;
		font-weight: bold;
	}
	.sec_route .route_col h3:not(:first-child) {
		margin-top: 30px;
	}
	.sec_route .txt_links {
		display: block;
		line-height: 1.6;
	}
	.sec_route .txt_links dt {
		padding: 0 0 5px;
		font-weight: bold;
		border-right: none;
	}
	.sec_route .txt_links dd {
		padding: 0;
	}
	.sec_route .txt_links dd li {
		margin: 5px 0;
	}
	.sec_route .txt_links dd li:not(:last-child) {
		margin-right: 20px;
	}

	/* sectionごと */
	#sec02 {
		padding-top: 80px;
	}
	#sec03 {
		padding: 80px 0;
	}
}

/* ---------------------------------------------------
	#sec04
------------------------------------------------------ */
#sec04 {
	padding: 180px 0 125px;
	background: #f4f4f4;
	font-size: 16px;
    line-height: 1.8;
}
#sec04 > div {
	display: flex;
    justify-content: space-between;
}
#sec04 .tit {
	color: #b7a886;
	flex-shrink: 0;
    justify-content: flex-end;
}
#sec04 .tit h2 {
	font-size: 28px;
	letter-spacing: 0.25em;
}
#sec04 .tit p {
	font-size: 11px;
}
#sec04 .con .img {
	margin: 0 0 25px;
}
#sec04 .con h3 {
	margin: 50px 0 15px;
	font-weight: bold;
	color: #b7a886;
}
#sec04 .con .cmn_dl_table {
	margin: 0 0 20px;
	letter-spacing: 0;
	border-bottom: 1px solid #ded9cd;
}
#sec04 .con .cmn_dl_table > div {
	display: flex;
	border-top: 1px solid #ded9cd;
	letter-spacing: 0.14em;
}
#sec04 .con .cmn_dl_table > div > dt {
	line-height: 1.6;
	background: #f3f1eb;
	align-items: stretch;
	justify-content: stretch;
	background-color: #eeebe5;
	box-sizing: border-box;
	font-size: 14px;
}
#sec04 .con .cmn_dl_table > div > dt span {
	font-size: 12px;
}
#sec04 .con .cmn_dl_table > div > dd {
	box-sizing: border-box;
	font-size: 15px;
}
#sec04 .con .cmn_dl_table > div > dd li {
	padding: 0 0 0 1em;
    text-indent: -1em;
}
#sec04 .con .cmn_dl_table > div > dd li::before{
	content: '・';
	letter-spacing: 0.5em;
}
#sec04 .con .cmn_note_01 {
	font-size: 14px;
}
@media screen and (min-width: 601px) {
	#sec04 .tit {
		width: 120px;
		margin: 0 0 0 clamp(0rem, -16.302rem + 25.773vw, 6.25rem);
	}
	#sec04 .con .cmn_dl_table > div > dt,
	#sec04 .con .cmn_dl_table > div > dd {
		padding: 27px 30px;
	}
	#sec04 .con .cmn_dl_table > div > dt {
		width: 220px;
	}
	#sec04 .con .cmn_dl_table > div > dd {
		width: calc(100% - 220px);
	}
}
@media screen and (max-width: 600px) {
	#sec04 {
		padding: 60px 0;
		font-size: 14px;
	}
	#sec04 > div {
		display: block;
	}
	#sec04 .tit.v_rl {
        writing-mode: horizontal-tb;
    }
	#sec04 .tit {
		margin-bottom: 20px;
		text-align: center;
	}
	#sec04 .tit h2 {
		font-size: 20px;
	}
	#sec04 .tit p {
		font-size: 10px;
	}
	#sec04 .con .img {
		margin-bottom: 20px;
	}
	#sec04 .con h3 {
		margin: 30px 0 10px;
	}
	#sec04 .con .cmn_dl_table {
		margin: 0 0 20px;
		letter-spacing: 0;
	}
	#sec04 .con .cmn_dl_table > div {
		display: block;
	}
	#sec04 .con .cmn_dl_table > div > dt{
		font-weight: normal;
		padding: 8px 5%;
	}
	#sec04 .con .cmn_dl_table > div > dd{
		font-size: 14px;
		line-height: 2;
		padding: 12px 5%;
	}
}

/* ---------------------------------------------------
	#sec05
------------------------------------------------------ */
#sec05 {
	padding: 115px 0 135px;
	margin-bottom: 55px;
	color: #948c77;
	text-align: center;
	font-size: 16px;
}
#sec05 h2 {
	margin: 0 0 35px;
}
#sec05 .note {
	margin: 0 0 70px;
}
#sec05 .img {
	display: flex;
	justify-content: space-between;
	margin: 0 0 65px;
}
/* #sec05 .img div {
	max-width: calc((100% - 40px) / 2);
} */
#sec05 .img + p {
	line-height: 1.8;
}
#sec05 .link {
	margin: 25px 0 0;
}
#sec05 .link .cmn_link {
	color: #948c77;
	position: relative;
    z-index: 0;
    display: inline-block;
    padding: 0 5px 10px;
    font-size: 14px;
    border-bottom: 1px solid #dfdcd6;
}
#sec05 .link .cmn_link::after {
	position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    content: "";
    transition: width 0.5s;
	background: #948c77;
}

@media screen and (hover: hover) {
	#sec05 .link .cmn_link:hover {
		opacity: 1;
	}
	#sec05 .link .cmn_link:hover::after {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	#sec05 {
		padding: 60px 0;
		margin-bottom: 0;
		font-size: 14px;
	}
	#sec05 h2 {
		margin-bottom: 20px;
	}
	#sec05 h2 img {
		width: 100px;
	}
	#sec05 .note {
		margin-bottom: 30px;
	}
	#sec05 .img {
		display: block;
		margin-bottom: 30px;
	}
	#sec05 .img div {
		max-width: none;
	}
	#sec05 .img div + div {
		margin: 5px 0 0;
	}
}
