@charset "utf-8";

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
【 header 】
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

header { padding-right: calc( 50 / 1100 * 100% ); padding-left: calc( 50 / 1100 * 100% ); }
header #headerInner { position: relative; max-width: 1000px; height: 167px; margin-right: auto; margin-left: auto; }
header #headerIntro { position: absolute; top: 10px; font-size: 1.3rem; line-height: 2.2rem; }
header #headerLogo { position: absolute; top: 42px; left: 0; font-size: 0; line-height: 0; }
header #headerLogo a { display: block; width: 275px; height: 44px; background-image: url(../images/header_logo.gif); background-size: cover; }
header #headerTel { display: none; }
header #headerNav { position: absolute; bottom: 0; left: 0; display: table; width: 100%; }
header #headerNav a { position: relative; display: table-cell; font-family: "Zen Maru Gothic"; font-size: 1.7rem; line-height: 2rem; color: #26426d; font-weight: 700; letter-spacing: 0.1em; text-align: center; text-decoration: none; padding: 20px 15px; }
header #headerNav a::before { position: absolute; right: 0; bottom: 0; left: 0; display: block; width: 0; height: 3px; background-color: #5987d1; content: ""; margin-right: auto; margin-left: auto; }
header #headerData { position: absolute; top: 0; right: 10px; width: 526px; border-radius: 0 0 20px 20px; box-shadow: 0px 0px 5px 0px rgba(204,204,204,0.65); padding: 18px 18px 11px; }
header #headerData #dataInner { position: relative; }
header #headerData #dataName { font-size: 1.6rem; line-height: 2rem; color: #5987d1; font-weight: 700; margin-bottom: 4px; }
header #headerData #dataTel { width: 250px; height: 33px; background-image: url(../images/header_tel2.gif); background-size: cover; font-size: 0; line-height: 0; }
header #headerData #dataTime { position: absolute; bottom: 0; right: 0; font-size: 1.2rem; line-height: 1.6rem; }
header #headerData #dataAnn { display: none; }

@media screen and (max-width: 1000px) {
	header #headerData { width: auto; padding: 10px 12px; }
	header #headerData #dataName { font-size: 1.4rem; margin-bottom: 0; }
	header #headerData #dataTel { margin-bottom: 2px; }
	header #headerData #dataTel dt { font-size: 1.4rem; }
	header #headerData #dataTel dd { font-size: 3.2rem; }
	header #headerData #dataTime { position: static; font-size: 1.1rem; }
	header #headerData #dataTime br { display: none; }
	header #headerNav a { letter-spacing: 0; }
}

@media screen and (min-width: 821px) {
	header #headerNav a,
	header #headerNav a::before { transition: 0.3s ease; }
	header #headerNav a:hover { color: #5987d1; }
	header #headerNav a:hover::before { width: 100%; }
}

@media screen and (max-width: 767px) {
	header { background-color: #ffffff; padding-right: 0; padding-left: 0; }
	header #headerInner { height: 84px; padding-right: calc( 15 / 320 * 100% ); padding-left: calc( 15 / 320 * 100% ); }
	header #headerConsole { position: relative; max-width: 500px; margin-right: auto; margin-left: auto; }
	header #headerIntro { top: 5px; left: 0; font-size: 1.2rem; line-height: 2.2rem; }
	header #headerLogo { top: 32px; left: 0; }
	header #headerLogo a { width: 219px; height: 35px; }
	header #headerTel { position: absolute; top: 31px; right: 68px; display: block; margin-right: calc( -15 / 290 * 100% ); }
	header #headerTel a { display: block; width: 38px; height: 38px; background-image: url(../images/header_tel1.gif); background-size: cover; border-radius: 6px; font-size: 0; line-height: 0; }
	header #headerNav { position: static; display: block; padding-top: 22px; margin-bottom: 30px; }
	header #headerNav a { position: relative; display: block; width: 100%; border-bottom: solid 1px #6b95d7; font-size: 2rem; line-height: 2.1rem; color: #ffffff; letter-spacing: 0.1em; text-align: left; padding: 14px 0; }
	header #headerNav a::after { position: absolute; top: 0; right: 3px; bottom: 0; display: block; width: 12px; height: 12px; border: solid #ffffff; border-width: 0 1px 1px 0; content: ""; margin-top: auto; margin-bottom: auto; transform: rotate(-45deg); }
	header #headerData { position: static; border-radius: 0; box-shadow: none; padding: 0; }
	header #headerData #dataInner { position: relative; }
	header #headerData #dataName { font-size: 1.6rem; line-height: 1.8rem; color: #ffffff; font-weight: 500; margin-bottom: 8px; }
	header #headerData #dataTel { width: auto; height: auto; background-image: none; background-color: #ffffff; border-radius: 10px; margin-bottom: 12px; }
	header #headerData #dataTel a { display: block; width: 100%; height: 72px; background: url(../images/header_tel2.gif) no-repeat center center; background-size: 250px 33px; padding: 15px; }
	header #headerData #dataTime { font-size: 1.5rem; line-height: 2.4rem; color: #ffffff; margin-bottom: 8px; }
	header #headerData #dataTime br { display: block; }
	header #headerData #dataAnn { display: table; font-size: 1.4rem; line-height: 2rem; color: #ffffff; }
	header #headerData #dataAnn dt,
	header #headerData #dataAnn dd { display: table-cell; vertical-align: top; }
}



/* ――――――――――――――――――――――――――――――
［ header Open Close ］
―――――――――――――――――――――――――――――― */

#headerOpen { position: absolute; top: 23px; right: 0; overflow: hidden; width: 54px; height: 54px; font-size: 0; line-height: 0; margin-right: calc( -15 / 290 * 100% ); }
#headerOpen div { position: relative; display: block; width: 23px; height: 18px; margin: 18px auto 0; }
#headerOpen div:before,
#headerOpen div:after,
#headerOpen span { position: absolute; display: block; width: 100%; height: 2px; background-color: #5987d1; content: ""; transition: 0.5s ease; }
#headerOpen div:before { top: 0; }
#headerOpen div:after { bottom: 0; }
#headerOpen span { overflow: hidden; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; }
	#headerInner.active #headerOpen div:before { transform: translateY(8px) translateX(0) rotate(-45deg); }
	#headerInner.active #headerOpen div:after { transform: translateY(-8px) translateX(0) rotate(45deg); }
	#headerInner.active #headerOpen span { opacity: 0; }

@media screen and (min-width: 768px) {
	#headerOpen { display: none; }
	#headerClose { display: block !important; }
}

@media screen and (max-width: 767px) {
	#headerClose { position: absolute; top: 84px; overflow: hidden; display: none; width: 100%; background-color: #5987d1; padding: 0 calc( 15 / 290 * 100% ) 30px; z-index: 10000; margin-left: calc( -15 / 320 * 100% ); }
	#headerClose #closeInner { max-width: 500px; padding-right: 10px; padding-left: 10px; margin-right: auto; margin-left: auto; }
}




/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
【 pageTitle 】
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

#pageTitle { display: table; max-width: 1100px; width: 100%; min-height: 100px; background: linear-gradient(90deg, #fdf7dc 0%, #d7f0fc 50%, #c9d9f3 100%); border-radius: 50px; font-family: "Zen Maru Gothic"; color: #26426d; font-weight: 700; text-align: center; letter-spacing: 2.2px; padding: 0 34px 2px 30px; margin-right: auto; margin-left: auto; }
#pageTitle .titleInner { display: table-cell; width: 100%; vertical-align: middle; }
#pageTitle .titleMain { display: block; font-size: 3rem; line-height: 4rem; letter-spacing: 0.1em; }
#pageTitle .titleSub { display: block; font-size: 1.8rem; line-height: 2.2rem; }

@media screen and (max-width: 767px) {
	#pageTitle { max-width: 550px; min-height: 64px; letter-spacing: 1px; padding-right: 22px; padding-left: 20px; }
	#pageTitle .titleMain { font-size: 2.4rem; line-height: 3.2rem; }
	#pageTitle .titleSub { font-size: 1.4rem; line-height: 1.8rem; }
}





/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
【 main 】
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

main { font-size: 1.8rem; line-height: 3.2rem; padding-bottom: 120px; }

@media screen and (max-width: 767px) {
	main { font-size: 1.6rem; line-height: 2.8rem; padding-bottom: 80px; }
}





/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
【 addInfo 】
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

#addInfo { padding: 0 calc( 50 / 1100 * 100% ) 100px; }
#addInfo ul { position: relative; max-width: 640px; border: solid #0094d4; border-width: 2px 0; font-size: 2rem; line-height: 3rem; padding: 30px 50px; margin-right: auto; margin-left: auto;}
#addInfo ul::before,
#addInfo ul::after { position: absolute; left: 0; display: block; width: 100%; height: 1px; background-color: #b2dff2; content: ""; }
#addInfo ul::before { top: 3px; }
#addInfo ul::after { bottom: 3px; }
	#categoryHome #addInfo ul li { position: relative; padding-left: 25px; }
	#categoryHome #addInfo ul li:not(:last-child) { margin-bottom: 14px; }
	#categoryHome #addInfo ul li::before { position: absolute; top: 6px; left: 0; display: block; width: 16px; height: 16px; background-color: #0094d4; border-radius: 50%; content: ""; }
	body:not(#categoryHome) #addInfo ul li { text-align: center; }
	body:not(#categoryHome) #addInfo ul li:nth-child(2) { display: none; }

@media screen and (max-width: 767px) {
	#addInfo { padding: 0 calc( 15 / 320 * 100% ) 60px; }
	#addInfo ul { max-width: 500px; font-size: 1.6rem; line-height: 2.6rem; padding: 28px 0; }
		#categoryHome #addInfo ul li:not(:last-child) { margin-bottom: 7px; }
}





/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
【 access 】
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

#access { padding-right: calc( 50 / 1100 * 100% ); padding-left: calc( 50 / 1100 * 100% ); }
#access .accessInner { max-width: 860px; margin: 0 auto 10px; }
#access .accessDate .dateTable { font-size: 1.8rem; line-height: 2.2rem; margin-bottom: 15px; }
#access .accessDate .dateTable dl { display: table; }
#access .accessDate .dateTable dl dt { display: table-cell; width: 19.6%; vertical-align: middle; }
#access .accessDate .dateTable dl dd { display: table-cell; width: 13.4%; text-align: center; vertical-align: middle; }
#access .accessDate .dateTable dl.tableDay { width: 100%; background-color: #0094d4; border-radius: 22px; color: #ffffff; padding: 11px 10px; }
#access .accessDate .dateTable dl.tableDay dt { font-size: 0; line-height: 0; }
#access .accessDate .dateTable dl.tableTime { width: calc( 100% - 20px ); border-bottom: solid #b2dff2; padding-top: 20px; padding-bottom: 20px; margin-right: auto; margin-left: auto; }
#access .accessDate .dateTable dl.tableTime:not(:last-child) { border-bottom-width: 1px; }
#access .accessDate .dateTable dl.tableTime:last-child { border-bottom-width: 2px; }
#access .accessDate .dateTable dl.tableTime dt { font-weight: 500; }
#access .accessDate .dateTable dl.tableTime dt span { display: block; font-size: 1.3rem; }
#access .accessDate .dateTable dl.tableTime dd { color: #0094d4; }
#access .accessDate .dateDetail { position: relative; font-size: 1.5rem; line-height: 2.4rem; padding-right: 10px; padding-left: 10px; }
#access .accessDate .dateDetail .detailList { margin-top: 25px; margin-bottom: 25px; }
#access .accessDate .dateDetail .detailList dl { display: table; }
#access .accessDate .dateDetail .detailList dl dt { display: table-cell; white-space: nowrap; }
#access .accessDate .dateDetail .detailList dl dd { display: table-cell; }
#access .accessDate .dateDetail .detailInfo { position: absolute; top: 0; right: 0; }
#access .accessData { position: relative; overflow: hidden; }
#access .accessData .dataMap { overflow: hidden; width: 100%; margin-bottom: 20px; }
#access .accessData .dataMap iframe { float: right; border: 0; width: 630px; height: 450px; border-radius: 20px; }
#access .accessData .dataBtn { float: right; width: 200px; }
#access .accessData .dataBtn a { display: block; border: solid 1px #26426d; border-radius: 16px; font-size: 1.5rem; line-height: 2rem; color: #26426d; text-align: center; text-decoration: none; padding: 5px; }
#access .accessData .dataBtn a span { position: relative;display: inline-block; padding-right: 28px; }
#access .accessData .dataBtn a span::after { position: absolute; top: 0; right: 0; bottom: 0; display: block; width: 12px; height: 12px; background-image: url(../images/access_arrow.svg); background-size: cover; content: ""; margin-top: auto; margin-bottom: auto; }
#access .accessData .dataTxt { font-size: 1.6rem; line-height: 2.6rem; }
#access .accessData .dataTxt th { padding-right: 20px; }
#access .accessData .dataImg { position: absolute; top: 0; left: 0; width: 220px; }
#access .accessData .dataImg div { overflow: hidden; border-radius: 20px; }
#access .accessData .dataImg div:nth-child(1) { margin-bottom: 10px; }
	#categoryHome #access { margin-bottom: 80px; }

@media screen and (max-width: 960px) {
	#access .accessData .dataMap iframe { float: none; width: 100%; }
	#access .accessData .dataImg { position: static; overflow: hidden; width: 450px; margin: 20px auto 0; }
	#access .accessData .dataImg div { width: 220px; }
	#access .accessData .dataImg div:nth-child(1) { float: left; margin-bottom: 0; }
	#access .accessData .dataImg div:nth-child(2) { float: right; }
}

@media screen and (min-width: 821px) {
	#access .accessData .dataBtn a { transition: 0.2s ease; }
	#access .accessData .dataBtn a:hover { background-color: #ecf3ff; }
}

@media screen and (max-width: 767px) {
	#access { padding-right: calc( 15 / 320 * 100% ); padding-left: calc( 15 / 320 * 100% ); }
	#access .accessInner { max-width: 500px; margin-bottom: 0px; }
	#access .accessDate { margin-bottom: 25px; }
	#access .accessDate .dateTable { font-size: 1.6rem; margin-bottom: 15px; }
	#access .accessDate .dateTable dl dt { width: 34%; }
	#access .accessDate .dateTable dl dd { width: 11%; }
	#access .accessDate .dateTable dl.tableDay { border-radius: 17px; padding: 6px 5px; }
	#access .accessDate .dateTable dl.tableTime { width: calc( 100% - 10px ); padding-top: 17px; padding-bottom: 17px; }
	#access .accessDate .dateTable dl.tableTime dt { font-size: 1.5rem; line-height: 1.8rem; }
	#access .accessDate .dateTable dl.tableTime dt span { font-size: 1.2rem; }
	#access .accessDate .dateDetail { font-size: 1.4rem; line-height: 2.2rem; padding-right: 0; padding-left: 0; }
	#access .accessDate .dateDetail .detailList { margin-top: 10px; margin-bottom: 10px; }
	#access .accessDate .dateDetail .detailInfo { position: static; }
	#access .accessData .dataMap { margin-bottom: 10px; }
	#access .accessData .dataMap iframe { height: 250px; border-radius: 20px; }
	#access .accessData .dataBtn { overflow: hidden; float: none; width: 100%; margin-bottom: 15px; }
	#access .accessData .dataBtn a { float: right; width: 170px; }
	#access .accessData .dataBtn a span { position: relative;display: inline-block; padding-right: 28px; }
	#access .accessData .dataBtn a span::after { position: absolute; top: 0; right: 0; bottom: 0; display: block; width: 12px; height: 12px; background-image: url(../images/access_arrow.svg); background-size: cover; content: ""; margin-top: auto; margin-bottom: auto; }
	#access .accessData .dataTxt { &,tbody,tr,th,td { display: block; } }
	#access .accessData .dataTxt { font-size: 1.5rem; line-height: 2.4rem; }
	#access .accessData .dataTxt tr:not(:last-child) { margin-bottom: 10px; }
	#access .accessData .dataTxt th { padding-right: 0; }
	#access .accessData .dataImg { width: 100%; }
	#access .accessData .dataImg div { width: calc( 140 / 290 * 100% ); }
		#categoryHome #access { margin-bottom: 60px; }
}





/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
【 pageTop 】
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

#pageTop a { position: relative; display: block; font-family: "Arial"; font-size: 1.3rem; line-height: 2rem; color: #26426d; font-weight: 700; text-align: center; text-decoration: none; padding: 32px 30px 13px; }
#pageTop a::before { position: absolute; top: 20px; right: 0; left: 0; display: block; width: 13px; height: 13px; border: solid #26426d; border-width: 2px 2px 0 0; content: ""; margin-right: auto; margin-left: auto; transform: rotate(-45deg); }

@media screen and (min-width: 821px) {
	#pageTop a::before { transition: 0.2s ease; }
	#pageTop a:hover::before { top: 16px; }
}





/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
【 footer 】
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

footer { background-color: #eef1f7; font-weight: 700; padding: 60px calc( 50 / 1100 * 100% ); }
footer #footerInner { overflow: hidden; max-width: 900px; margin: 0 auto 55px; }
footer #footerData { float: left; width: 400px; }
footer #footerData #dataLogo { display: block; width: 275px; height: 44px; background-image: url(../images/footer_logo.gif); background-size: cover; font-size: 0; line-height: 0; margin-bottom: 30px; }
footer #footerData #dataInfo { font-size: 1.6rem; line-height: 2.4rem; margin-bottom: 30px; }
footer #footerData #dataInfo tr th { text-align: justify; text-align-last: justify; white-space: nowrap; padding-right: 35px; }
footer #footerData #dataName { display: table; width: 100%; font-size: 0; line-height: 0; margin-bottom: 5px; }
footer #footerData #dataName span:nth-child(1) { display: table-cell; font-size: 1.6rem; line-height: 2rem; padding-right: 25px; }
footer #footerData #dataName span:nth-child(2) { display: table-cell; font-size: 1.4rem; line-height: 2rem; text-align: right; }
footer #footerData #dataTel { border: solid #b2bbc9; border-width: 1px 0; font-family: "Arial"; line-height: 1; text-align: center; padding: 14px; margin-bottom: 15px; }
footer #footerData #dataTel dt { display: inline-block; font-size: 1.5rem; padding-right: 5px; }	
footer #footerData #dataTel dd { display: inline-block; font-size: 4rem; }
footer #footerData #dataTime { font-size: 1.5rem; line-height: 2.2rem; margin-bottom: 8px; }
footer #footerData #dataAnn { display: table; font-size: 1.4rem; line-height: 2rem; }
footer #footerData #dataAnn dt,
footer #footerData #dataAnn dd { display: table-cell; vertical-align: top; }
footer #footerNav { float: right; width: 310px; margin-top: 20px; }
footer #footerNav a { position: relative; display: block; font-size: 1.6rem; line-height: 2.2rem; color: #26426d; text-decoration: none; padding: 9px 8px 9px 35px; }
footer #footerNav a::before { position: absolute; top: 0; bottom: 0; left: 14px; display: block; width: 7px; height: 7px; border: solid #26426d; border-width: 0 1px 1px 0; content: ""; margin-top: auto; margin-bottom: auto; transform: rotate(-45deg); }
footer #footerCredit { font-size: 1.4rem; line-height: 2.4rem; text-align: center; }
footer #footerCredit #creditCopy { font-family: "Arial"; }

@media screen and (max-width: 1000px) {
	footer #footerData { width: auto; }
}

@media screen and (min-width: 821px) {
	footer #footerNav a:hover { text-decoration: underline; }
}

@media screen and (max-width: 767px) {
	footer { padding: 30px calc( 15 / 320 * 100% ) 25px; }
	footer #footerInner { max-width: 500px; margin-bottom: 35px; }
	footer #footerData { float: none; width: 100%; margin-bottom: 20px; }
	footer #footerData #dataLogo { width: 219px; height: 35px; margin: 0 auto 25px; }
	footer #footerData #dataInfo { font-size: 1.4rem; line-height: 2.2rem; }
	footer #footerData #dataInfo tr th { padding-right: 20px; }
	footer #footerData #dataTel dd a { color: #26426d; text-decoration: none; }
	footer #footerNav { float: none; width: 100%; margin-top: 28px; }
	footer #footerNav a { font-size: 1.6rem; letter-spacing: 3px; padding: 5px 8px 5px 23px; }
	footer #footerNav a::before { left: 4px; width: 8px; height: 8px; }
	footer #footerCredit { font-size: 1.2rem; line-height: 2.4rem; }
}
