@charset "UTF-8";
/* CSS Document */

/* =========================================================
PAGE COMMON
========================================================= */
a {}
a:link {}
a:visited {}
a:hover {}
a:active {}

body {
}

#allWrap {
}

main {
	/*padding: 0 3%;*/
}

article {
}

/* ==================================================
MAP
================================================== */
#mapArea {
	margin-bottom: 40px;
}

#mapArea dl {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	margin-bottom: 30px;
	font-family: urw-din, a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 700;
	font-size: 3.6rem;
	padding: 3px 15px;
	background: rgba(255,255,255,0.8);
	border-radius: 12px;
}

#mapArea dl dt {
	/*! margin: 0 5px; */
}

#mapArea dl dt::after {
	content: "：";
	display: inline-block;
	margin: 0 8px 0 5px;
}

#mapArea dl dd {
	/*! margin: 0 5px; */
}

#mapArea dl dd b {
	display: inline-block;
	letter-spacing: 0;
}

#mapArea dl dd b:not(:first-child) {
	margin-left: 8px;
}

#mapArea .box {
}


#googleMap {
	width: 100%;
	height: 60vh;
	min-height: 400px;
	max-height: 700px;
	border-radius: 16px;
	max-width: 1400px;
	margin: 0 auto;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	border: 6px solid #000;
}

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 768px) {
#mapArea {
}

#mapArea dl {
	display: block;
	font-size: 2.6rem;
}

#mapArea dl dt {
	font-size: 90%;
}

#mapArea dl dt::after {
	display: none;
}

#mapArea dl dd {
}

#mapArea dl dd b {
}

#mapArea dl dd b:not(:first-child) {
}

#mapArea .box {
}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* ==================================================
GUIDE
================================================== */
#guideArea {
}

#guideArea .borderBox {
	border-color: #0095e2;
	max-width: 860px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 30px 20px;
}

#guideArea .borderBox > div {
	width: calc(50% - 40px);
	margin: 0 20px;
}

/* .img */
#guideArea .borderBox .img {
}

#guideArea .borderBox .img a {
}

#guideArea .borderBox .img a:hover {
	opacity: 1;
}

#guideArea .borderBox .img a .pct {
	margin-bottom: 15px;
	overflow: hidden;
	display: inline-block;
}

#guideArea .borderBox .img a .pct img {
	transition: all 0.4s ease-out 0s;
}

#guideArea .borderBox .img a:hover .pct img {
	transform: scale(1.08);
}

#guideArea .borderBox .img a .linkBtn {
	display: block;
	background: #0095e2;
	color: #fff;
	padding: 5px 25px 5px 10px;
	border-radius: 100px;
	font-family: urw-din, a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	position: relative;
	width: 200px;
	margin: 0 auto;
	transition: all 0.4s ease-out 0s;
}

#guideArea .borderBox .img a:hover .linkBtn {
	opacity: 0.6;
}

#guideArea .borderBox .img a .linkBtn::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/icon_arrow_white.svg) no-repeat center center;
	background-size: 100%;
	position: absolute;
	top: calc(50% - 8px);
	right: 15px;
}

/* .txt */
#guideArea .borderBox .txt {
	text-align: left;
}

#guideArea .borderBox .txt h3 {
	color: #0095e2;
	font-size: 2.2rem;
	position: relative;
	padding: 10px 0 30px 0;
}

#guideArea .borderBox .txt h3::after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: #0095e2;
	border-radius: 10px;
	position: absolute;
	bottom: 16px;
}

#guideArea .borderBox .txt ul {
	margin-bottom: 30px;
}

#guideArea .borderBox .txt ul li {
	font-size: 1.6rem;
	margin-bottom: 0.8em;
}

#guideArea .borderBox .txt .attention {
}

#guideArea .borderBox .txt .attention .ttl {
	margin-bottom: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#guideArea .borderBox .txt .attention .ttl span {
	margin: 0 5px;
	font-size: 2rem;
	color: #e3001a;
}

#guideArea .borderBox .txt .attention .ttl span img {
}

#guideArea .borderBox .txt .attention .note {
	text-indent: -16px;
	padding: 0 0 0 16px;
}

#guideArea .borderBox .txt .attention .note::before {
	content: "※";
	display: inline-block;
	width: 16px;
	text-indent: 0;
}

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 768px) {
#guideArea {
}

#guideArea .borderBox {
	padding: 20px 30px 30px;
}

#guideArea .borderBox > div {
	width: 100%;
	margin: 0;
}

/* .img */
#guideArea .borderBox .img {
	order: 2;
	margin-top: 30px;
}

#guideArea .borderBox .img a {
}

#guideArea .borderBox .img a:hover {
}

#guideArea .borderBox .img a .pct {
}

#guideArea .borderBox .img a .pct img {
}

#guideArea .borderBox .img a:hover .pct img {
}

#guideArea .borderBox .img a .linkBtn {
}

#guideArea .borderBox .img a:hover .linkBtn {
}

#guideArea .borderBox .img a .linkBtn::after {
}

/* .txt */
#guideArea .borderBox .txt {
}

#guideArea .borderBox .txt h3 {
}

#guideArea .borderBox .txt h3::after {
}

#guideArea .borderBox .txt ul {
}

#guideArea .borderBox .txt ul li {
}

#guideArea .borderBox .txt .attention {
}

#guideArea .borderBox .txt .attention .ttl {
}

#guideArea .borderBox .txt .attention .ttl span {
}

#guideArea .borderBox .txt .attention .ttl span img {
}

#guideArea .borderBox .txt .attention .note {
}

#guideArea .borderBox .txt .attention .note::before {
}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */

/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
/* ##########　MEMO　################################################################################## */
/* #################################################################################################### */
/* #################################################################################################### */

/* ==================================================
大見出し
================================================== */

/* 中見出し（他、説明など）
------------------------------ */

/* ### 小見出し 1 ### */
/* ### ----- ### */

/* 小見出し 2 */
/* ----- */

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 768px) {

} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */

