@charset "utf-8";

/*---------------------------------------------

accessページスタイル

-----------------------------------------------*/

@media print, screen and (min-width: 768px) {

/* ▼全体PC */

/* ▼access PC */
#access .inner {
	padding: 90px 0 50px 0;
	position: relative;
	box-sizing: border-box;
}

#access h1 {
	font-size: 24px; font-size: 2.4rem;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	color: #830036;
	margin-bottom: 25px;
	position: absolute;
}

#access h1 span {margin-right: 30px;}

#access h1 img {
	width: 187px;
	image-rendering: -webkit-optimize-contrast;
	vertical-align: bottom;
}

.pagemenu {
	width: 435px;
	margin: 0 0 50px auto;
}

.pagemenu ul {margin-bottom: 16px;}

.pagemenu li {margin-bottom: 8px;}

.pagemenu li a {
	display: block;
	color: #830036;
	font-weight: bold;
	background: #f2f2f2;
	text-decoration: none;
	text-align: center;
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	padding: 10px 0;
}

.pagemenu li a:hover {text-decoration: underline;}

.accessbox {
	padding: 30px 0 80px 0;
	position: relative;
}

.accessbox h2 {
	font-size: 24px; font-size: 2.4rem;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	color: #830036;
	margin-bottom: 20px;
}

.gmap {margin-bottom: 30px;}

.maptxt {
	font-size: 14px; font-size: 1.4rem;
	font-feature-settings: "palt" 1;
	font-weight: bold;
}

.maptxt span {margin-right: 10px;}

.accesstxt {
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
}

.accesstxt strong {font-weight: bold;}

.mapimg {
	width: 660px;
	margin: 0 auto;
}

.mapimg img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.bluetxt {
	background: #02a0e9;
	color: #fff;
	font-weight: bold;
	padding: 12px;
	font-size: 20px; font-size: 2.0rem;
	font-feature-settings: "palt" 1;
	margin-bottom: 25px;
}

.noribox {
	width: 100%;
	border-top: solid 1px #c9caca;
}

.noribox th, .noribox td {
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	padding: 25px 0;
	box-sizing: border-box;
	vertical-align: middle;
	border-bottom: solid 1px #c9caca;
}

.noribox th {
	width: 115px;
	font-weight: bold;
	text-align: center;
	background: #f7f8f8;
}

.noribox td {
	padding-left: 16px;
	padding-right: 16px;
}

.noribox td.icon01 {
	background: url("../img/access/nori_icon01.png") center left 16px no-repeat;
	background-size: 26px;
	image-rendering: -webkit-optimize-contrast;
	padding-left: 60px;
	font-weight: bold;
}

.noribox td.icon02 {
	background: url("../img/access/nori_icon02.png") center left 16px no-repeat;
	background-size: 26px;
	image-rendering: -webkit-optimize-contrast;
	padding-left: 60px;
	font-weight: bold;
}

.chuui {margin: 10px 0 24px 20px;}

.chuui li {
	list-style: disc;
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	margin-bottom: 15px;
}

.other {display: flex;}

.other > p:first-of-type {
	width: 65px;
	font-weight: bold;
}

.other > p {
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
}

}

@media only screen and (max-width: 767px) {

/* ▼全体SP */

/* ▼access SP */
#access .inner {
	padding: 14vw 0 12vw 0;
	position: relative;
	box-sizing: border-box;
}

#access h1 {
	font-size: 5vw;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	color: #830036;
	text-align: center;
	margin-bottom: 10vw;
}

#access h1 span {
	display: block;
	margin-bottom: 4vw;
}

#access h1 img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
	vertical-align: bottom;
}

.pagemenu {
	width: 100%;
	margin: 0 auto 8vw auto;
}

.pagemenu ul {margin-bottom: 4vw;}

.pagemenu li {margin-bottom: 2vw;}

.pagemenu li a {
	display: block;
	color: #830036;
	font-weight: bold;
	background: #f2f2f2;
	text-decoration: none;
	text-align: center;
	font-size: 3.4vw;
	font-feature-settings: "palt" 1;
	padding: 3vw 0;
}

.pagemenu li a:hover {text-decoration: underline;}

.accessbox {padding: 8vw 0;}

.accessbox h2 {
	font-size: 5vw;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	line-height: 1.4;
	color: #830036;
	margin-bottom: 4vw;
	text-align: center;
}

.gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 4vw;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.maptxt {
	font-size: 3.5vw;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	text-align: center;
}

.maptxt span {
	display: block;
	margin-bottom: 2vw;
}

.accesstxt {
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
}

.accesstxt strong {font-weight: bold;}

.mapimg {
	width: 100%;
	margin: 0 auto;
}

.mapimg img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.bluetxt {
	background: #02a0e9;
	color: #fff;
	font-weight: bold;
	padding: 3.5vw 0;
	text-align: center;
	font-size: 4.2vw;
	font-feature-settings: "palt" 1;
	margin-bottom: 5vw;
}

.noribox {
	width: 100%;
	border-top: solid 1px #c9caca;
}

.noribox th, .noribox td {
	display: block;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	padding: 4vw 0;
	box-sizing: border-box;
}

.noribox th {
	font-size: 4vw;
	font-weight: bold;
	text-align: center;
	background: #f7f8f8;
}

.noribox td {
	font-size: 3.6vw;
	padding-left: 2vw;
	padding-right: 2vw;
	border-bottom: solid 1px #c9caca;
}

.noribox td.icon01 {
	background: url("../img/access/nori_icon01.png") center left 3vw no-repeat;
	background-size: 7vw;
	image-rendering: -webkit-optimize-contrast;
	padding-left: 14vw;
	font-weight: bold;
}

.noribox td.icon02 {
	background: url("../img/access/nori_icon02.png") center left 3vw no-repeat;
	background-size: 7vw;
	image-rendering: -webkit-optimize-contrast;
	padding-left: 14vw;
	font-weight: bold;
}

.chuui {margin: 6vw 0 8vw 5vw;}

.chuui li {
	list-style: disc;
	font-size: 3.6vw;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	margin-bottom: 5vw;
}

.other > p:first-of-type {
	text-align: center;
	font-weight: bold;
	font-size: 4vw;
	margin-bottom: 1vw;
}

.other > p {
	font-size: 3.6vw;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
}

}
