@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------

spmenu

------------------------------------------------- */
/* PC */
@media print, screen and (min-width:769px) {
#spmenu {
	display: none;
}
}
/* Tablet*/
@media screen and (max-width:768px) {
.spButton a:before {
	width: 45px;
	height: 45px;
	position: absolute;
	display: block;
	right: 15px;
	top: 25px;
	content: "\f0c9";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 45px;
	color: #8e5fbc;
}
.spMenu {
	color: #fff;
	margin: 70px 15px 0;
}
.spMenu a {
	color: #fff;
}
.spMenu > section:last-of-type {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	margin-bottom: 20px;
}
.spMenu > section > h6 {
	border-top: 1px solid rgba(255,255,255,0.2);
	padding: 12px 10px;
	cursor: pointer;
	position: relative;
	font-weight: 700;
	font-size: 0.9em;
	display: block;
}
.spMenu > section > h6:before {
	position: absolute;
	right: 10px;
	content: "\f078";
	font-family: "Font Awesome 5 Free";
}
.spMenu > section > h6.BtnOP:before {
	content: "\f077";
}
.spMenu > section > h6:not(.subOn):before {
	content: "\f054";
}
.spMenu > section > h6:not(.subOn) a{
	display: block;
}
.spMenu > section > ul {
	display: none;
	background-color: #7f51ab;
	padding: 15px 20px;
}
.spMenu > section ul li.sub {
	padding-left: 15px;
}
.spMenu > section > ul li a{
	display: block;
	padding: 3px 0;
	font-size: 0.9em;
}
.spMenu > section > ul li span{
	display: block;
	padding: 5px 0;
	font-size: 0.9em;
}
.spMenu > ol {
	display: table;
	margin: 0 auto 15px;
}
.spMenu > ol li {
	display: inline-block;
}
.spMenu > ol li a:before {
	font-size: 1.7em;
	margin: 0 10px;
	font-family: "Font Awesome 5 Brands";
}
.spMenu > ol li:nth-child(1) a:before {
	content: "\f39e";
}
.spMenu > ol li:nth-child(2) a:before {
	content: "\f099";
}
.spMenu > ol li:nth-child(3) a:before {
	content: "\f16d";
}
.spMenu > ol li:nth-child(4) a:before {
	content: "\f3c0";
}
.spMenu > div {
	width: auto;
	height: auto;
	margin: 0 auto 20px;
	display: table;
}
.spMenu > div p {
	float: left;
	padding: 5px 15px 8px 0;
	margin-right: 15px;
	border-right: 1px solid rgba(255,255,255,0.2);
	font-weight: 700;
}
.spMenu > div p a:first-child:before {
	content: "\f2dc";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 1.2em;
	margin-right: 5px;
}
.spMenu > div a {
	display: block;
	text-align: right;
}
.spMenu > div ul {
	float: right;
	margin-top: 6px;
}
.spMenu > div ul li {
	float: left;
	font-weight: 700;
	line-height: 150%;
}
.spMenu > div ul li a {
	display: inline-block;
}
.spMenu > div ul li:nth-child(2):before, .spMenu > div ul li:nth-child(4):before, .spMenu > div ul li:nth-child(5):before {
	content: "/";
	padding: 0 4px;
	font-weight: normal;
}
.spMenu > div ul li:nth-child(3) {
	clear: both;
}
}
	
	
	

/* -------------------------------------------------

wrapper headerFixed

------------------------------------------------- */
#wrapper{
	background-color:#f9f6f3;
	z-index: 1;
}
/* Tablet */
@media screen and (max-width:768px) {
.headerFixed{
	position: fixed;
	width: 100%;
	height: 95px;
	z-index: 6;
	background-color: #fff;
	box-shadow:0px 3px 5px 0px rgba(0,0,0,0.1);
}
#wrapper{
	padding-top: 95px;
}
}

/* -------------------------------------------------

commonHeader

------------------------------------------------- */
.commonHeader {
	background: url(../images/common_header_bg.gif);
	height: 21px;
}
.commonHeader > div {
	background: linear-gradient(90deg, #044da5 0%, #044da5 50%, transparent 50%, transparent 100%);
}
.commonHeader > div p {
	background: url(../images/common_header_bg.gif);
	line-height: 100%;
	font-size: 0;
}
.commonHeader > div p img {
	width: auto!important;
	height: 21px;
}
/* PC */
@media print, screen and (min-width:769px) {
.commonHeader > div p {
	width: 1150px;
	margin: 0 auto;
}
}

/* -------------------------------------------------

header

------------------------------------------------- */
header {
	height: auto;
	margin: 0 auto;
	position: relative;
	font-size: 0.95em;
	color: #555;
}
header > h1 a img {
	width: 100%;
}
header a {
	color: #555;
}
header a:hover {
	opacity: 0.7;
}
/* PC */
@media print, screen and (min-width:769px) {
header {
	width: 1100px;
	padding: 20px 0;
}
header > h1 {
	width: 200px;
	margin: -7px auto 0;
	position: absolute;
	left: calc(50% - 65px);
}
header > dl {
	width: calc(50% - 140px);
	height: auto;
	float: left;
	padding-top: 5px;
}
header > dl dt {
	float: left;
	font-weight: 700;
	line-height: 250%;
	width: 60px;
}
header > dl dd {
	float: left;
	width: calc(100% - 60px);
	line-height: 130%;
}
header > div {
	width: calc(50% - 140px);
	height: auto;
	float: right;
}
header > div > div {
	float: right;
	padding:0 20px 0 0;
	margin-right: 20px;
	border-right: 1px solid #ddd;
	text-align: right;
}
header > div > div p:first-child{
	margin-bottom: 3px;
}
header > div > div p:first-child a:before{
	content: "\f2dc";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 1.2em;
	margin-right: 5px;
	color:#00afe2;
}
header > div > div p{
	font-weight: 700;
}
header > div ul {
	float: right;
}
header > div ul li {
	float: left;
	font-weight: 700;
	line-height: 165%;
}
header > div ul li a {
}
header > div ul li:nth-child(3):before {
	content: "/";
	padding: 0 5px;
	font-weight: normal;
}
header > div ul li:nth-child(2){
	clear: both;
}
}
/* Tablet */
@media screen and (max-width:768px) {
header {
	padding: 20px 0 10px;
}
header > h1 {
	width: 200px;
	margin: -8px 0 0 20px;
	/*margin: 0 0 0 20px;*/
}
header > dl,
header > div{
	display: none!important;
}
}


/* -------------------------------------------------

nav

------------------------------------------------- */

/* PC */
@media print, screen and (min-width:769px) {
nav {
	background-color: #8d62b8;
}
nav.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5;
}
nav > ul {
	width: 1001px;
	height: auto;
	margin: 0 auto;
}
nav > ul > li {
	position: relative;
	float: left;
	text-align: center;
	transition: 0.5s;
}
nav > ul > li > a {
	position: relative;
	display: block;
	height: 100%;
	line-height: 65px;
	color: #fff;
	z-index: 10;
	width: 142px;
	border-left: 1px solid #a279ca;
	font-size: 0.9em;
}
nav > ul > li > a img{
	vertical-align: middle;
	margin-right: 7px;
}
nav > ul > li > a.rows2 {
	line-height: 120%;
}
nav > ul > li > a.rows2 > span {
	height: 65px;
	display: block;
	padding-top: 12px;
	box-sizing: border-box;
}
nav > ul > li > a.rows2 > span > img{
	float: left;
	margin: 8px 8px 0 22px;
}
nav > ul > li > a.rows2 > span > span {
	display: block;
	float: left;
	text-align: left;
}
nav > ul > li:not(:last-child):hover {
	background: #af88d3;
}
nav > ul > li > ul {
	visibility: hidden;
	position: absolute;
	top: 55px;
	z-index: -1;
	opacity: 0;
}
nav > ul > li:hover > ul {
	visibility: visible;
	transition: 0.3s;
	top: 65px;
	z-index: 10;
	padding: 10px 10px;
	border-radius: 0 0 10px 10px;
	background: #af88d3;
	opacity: 1;
}
nav > ul > li > ul > li {
	width: 230px;
	height: 35px;
}
nav > ul > li > ul > li > a,
nav > ul > li > ul > li > span {
	display: block;
	line-height: 35px;
	font-size: 0.9em;
	text-align: left;
	padding: 0 10px;
	color: #fff;
}
nav > ul > li > ul > li.rows2 {
	height:auto!important;
}
nav > ul > li > ul > li.rows2 a{
	line-height: 160%;
	padding-top: 8px;
}
nav > ul > li > ul > li:not(:first-child) > a,
nav > ul > li > ul > li:not(:first-child) > span{
	border-top: 1px dotted #c6a2e7;
}
/* SNS */
nav > ul > li:last-child{
	position: relative;
	display: block;
	z-index: 10;
	border-left: 1px solid #a279ca;
	width: 142px;
}
nav > ul > li:last-child > span a:before{
	font-family: "Font Awesome 5 Brands";
	color:#fff;
	font-size: 1.55em;
	margin-left: 10px;
	line-height: 65px;
	transition: 0.4s;
	display: inline-block;
}
nav > ul > li:last-child > span.iconFb a:before{
	content: "\f39e";
}
nav > ul > li:last-child > span.iconTw a:before{
	content: "\f099";
}
nav > ul > li:last-child > span.iconIn a:before{
	content: "\f16d";
}
nav > ul > li:last-child > span.iconLi a:before{
	content: "\f3c0";
}
nav > ul > li:last-child > span a:hover:before{
	transform: translate(0,-3px);
}
}

/* Tablet */
@media screen and (max-width:768px) {
nav {
	display: none;
}
}
/* -------------------------------------------------

pageTit
topicPath

------------------------------------------------- */
.pageTit {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
}
.pageTit > h2 {
	font-family: 'Miriam Libre', sans-serif;
	font-weight: 700;
}
.pageTit > p {
	font-size: 0.95em;
	letter-spacing: 1px;
	font-weight: 700;
}
/* topicPath */
.topicPath > p {
	font-size: 0.85em;
	display: inline;
	font-weight: bold;
}
.topicPath > p:not(:last-child):after {
	content: "│";
	padding: 0 5px 0 7px;
	font-size: 0.9em;
}
.topicPath > p a {
	font-weight: normal;
}
/* pageTitSub */
h3.pageTitSub {
	font-weight: 700;
	font-size: 1.4em;
	border-bottom: 2px solid #30b06f;
	color: #30b06f;
	padding: 20px 0 10px;
}

/* PC */
@media print, screen and (min-width:769px) {
.pageTit {
	height: 380px;
	padding-top: 120px;
}
.pageTit > h2 {
	font-size: 3em;
}
/* topicPath */
.topicPath {
	width: 1030px;
	margin: 0 auto;
	padding: 10px 0;
}
/* pageTitSub */
h3.pageTitSub {
	width: 1030px;
	margin: 0 auto 30px;
}
}

/* Tablet */
@media screen and (max-width:768px) {
.pageTit {
	height: 280px;
	padding-top: 90px;
}
.pageTit > h2 {
	font-size: 2.5em;
}
/* topicPath */
.topicPath {
	padding: 8px 10px;
	background-color: #ebebeb;
	line-height: 100%;
}
/* pageTitSub */
h3.pageTitSub {
	margin: 0 30px 30px;
}
}

/* SP縦向き */
@media screen and (max-width:640px) and (orientation: portrait) {
.pageTit {
	height: 200px;
	padding-top: 60px;
}
.pageTit > h2 {
	font-size: 2.3em;
}
/* pageTitSub */
h3.pageTitSub {
	margin: 0 20px 20px;
}
}

/* -------------------------------------------------

contents

------------------------------------------------- */
.cate.newsIconA {
	background-color: #385ea3;
}
.cate.newsIconB {
	background-color: #b8ab90;
}
.cate.newsIconC {
	background-color: #7db3cd;
}
.cate.newsIconD {
	background-color: #7bb49d;
}
.cate.newsIconE {
	background-color: #9e94d2;
}
.cate.newsIconF {
	background-color: #91a96b;
}
.cate.newsIconG {
	background-color: #c59b85;
}
.cate.newsIconH {
	background-color: #bb8b96;
}
/* WPlinkText */
.cate.newsIcon {
	background-color: #385ea3;
}
.cate.newsIcon-new {
	background-color: #385ea3;
}
.cate.newsIcon-news {
	background-color: #b8ab90;
}
.cate.newsIcon-topics {
	background-color: #7db3cd;
}
.cate.newsIcon-emergency {
	background-color: #f00;
}
.cate.newsIcon-uncategorized {
	background-color: #9e94d2;
}
.cate.newsIcon-cat_f {
	background-color: #91a96b;
}
.cate.newsIcon-cat_g {
	background-color: #c59b85;
}
.cate.newsIcon-cat_h {
	background-color: #bb8b96;
}
.cate.newsIcon-news {
	background-color: #7db3cd;
}
.cate.newsIcon-information {
	background-color: #7bb49d;
}
/* linkText */
.linkText1 a{
	display: inline-block;
	border:1px solid #222;
	font-size: 0.9em;
	padding: 7px 40px;
	margin: 0 10px;
}
.linkText1 a:hover{
	padding: 7px 50px;
	margin: 0 0;
}
.linkText2,
.linkText3{
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
.linkText2 li,
.linkText3 li{
	float: left;
}
.linkText2 li{
	width: calc(50% - 15px);
}
.linkText2 li:nth-child(2n){
	margin-left: 30px;
}
.linkText3 li{
	width: calc(33.33% - 20px);
}
.linkText3 li:nth-child(3n+2){
	margin-left: 30px;
	margin-right: 30px;
}
.linkText2 a,
.linkText3 a{
	display: block;
	border:1px solid #222;
	font-size: 0.9em;
	padding: 7px 10px;
	text-align: center;
	margin:0 10px;
}
.linkText2 a:hover,
.linkText3 a:hover{
	padding: 7px 20px;
	margin:0;
}
/* PC */
@media print, screen and (min-width:769px) {
.linkText2,
.linkText3{
	width: 1030px;
}
}
/* Tablet */
@media screen and (max-width:768px) {

}
/* SP縦向き */
@media screen and (max-width:640px) and (orientation: portrait) {
.linkText1 a{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 7px 10px;
}
.linkText2 li,
.linkText3 li{
	float: none;
	width: 100%;
	margin-bottom: 15px;
}
.linkText2 li:nth-child(2n){
	margin-left:0;
}
.linkText3 li:nth-child(3n+2){
	margin-left:0;
	margin-right:0;
}
}

/* -------------------------------------------------

photoLinkCommon

------------------------------------------------- */
.photoLinkCommon{
	height: auto;
	text-align: center;
}
.photoLinkCommon > div section{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color:#fff;
	cursor: pointer;
	transition: 0.3s;
	float: left;
}
.photoLinkCommon > div section:hover{
	opacity: 0.8;
}
.photoLinkCommon > div section:hover p:last-child:after{
	transform: translate(5px,0);
}
.photoLinkCommon > div section h3{
	font-family: 'Miriam Libre', sans-serif;
	line-height: 130%;
}
.photoLinkCommon > div section h3 span{
	font-size: 0.4em;
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
}
.photoLinkCommon > div section p:last-child{
	font-size: 0.9em;
	margin-top: 20px;
}
.photoLinkCommon > div section p:last-child:after{
	content: "〉";
	font-size: 1.2em;
	margin-left: 15px;
	vertical-align: middle;
	display: inline-block;
	transition: 0.3s;
}
/* PC */
@media print, screen and (min-width:769px) {
.photoLinkCommon > div section{
	height: 380px;
	padding-top: 120px;
}
.photoLinkCommon > div section h3{
	font-size: 2.4em;
}
}
/* Tablet */
@media screen and (max-width:768px) {
.photoLinkCommon > div section{
	height: 200px;
	padding-top: 50px;
}
.photoLinkCommon > div section h3{
	font-size: 2em;
}
}
/* SP縦向き */
@media screen and (max-width:640px) and (orientation: portrait) {
.photoLinkCommon > div section{
	width: 100%!important;
	height: 300px;
	float: none;
	padding-top: 100px;
}
.photoLinkCommon > div section h3{
	font-size: 2.3em;
}
}

/* -------------------------------------------------

photoLinkCommon2

------------------------------------------------- */
.photoLinkCommon2 > div{
  display: flex;
	text-align: center;
}
.photoLinkCommon2 > div section{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color:#fff;
	cursor: pointer;
	transition: 0.3s;
  border-radius: 10px;
  margin:0 10px;
}
.photoLinkCommon2 > div section:hover{
	opacity: 0.8;
}
.photoLinkCommon2 > div section:hover p:last-child:after{
	transform: translate(5px,0);
}
.photoLinkCommon2 > div section > i{
	font-size: 1.8em;
  margin-bottom: 10px;
}
.photoLinkCommon2 > div section h3{
	font-family: 'Miriam Libre', sans-serif;
	line-height: 130%;
}
.photoLinkCommon2 > div section h3 span{
	font-size: 0.4em;
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
}
.photoLinkCommon2 > div section p:last-child{
	font-size: 0.9em;
	margin-top: 20px;
}
.photoLinkCommon2 > div section p:last-child:after{
	content: "〉";
	font-size: 1.2em;
	margin-left: 15px;
	vertical-align: middle;
	display: inline-block;
	transition: 0.3s;
}
/* PC */
@media print, screen and (min-width:769px) {
.photoLinkCommon2{
  max-width: 1050px;
  margin: 0 auto;
  padding: 50px 0;
}
.photoLinkCommon2 > div section{
	height: 380px;
	padding-top: 120px;
}
.photoLinkCommon2 > div section h3{
	font-size: 2.4em;
}
}
/* Tablet */
@media screen and (max-width:768px) {
.photoLinkCommon2{
  margin:0 10px;
  padding: 30px 0;
}
.photoLinkCommon2 > div section{
	height: 200px;
	padding-top: 30px;
}
.photoLinkCommon2 > div section h3{
	font-size: 2em;
}
}
/* SP縦向き */
@media screen and (max-width:640px) and (orientation: portrait) {
.photoLinkCommon2 > div{
  display: block;
}
.photoLinkCommon2 > div section{
	width: 100% !important;
	height: 300px;
	float: none;
	padding-top: 80px;
  margin: 0;
}
.photoLinkCommon2 > div section:not(:first-child){
	margin-top: 10px;
}
.photoLinkCommon2 > div section h3{
	font-size: 2.3em;
}
}


/* -------------------------------------------------

plEnjoy

------------------------------------------------- */
.plEnjoy > div section{
	width: 50%;
}
.plEnjoy > div section:nth-child(1){
	background-image: url(../images/photolink_gourmet.jpg);
}
.plEnjoy > div section:nth-child(2){
	background-image: url(../images/photolink_shopping.jpg);
}
.plEnjoy > div section:nth-child(3){
	background-image: url(../images/photolink_attractions.jpg);
}
/* -------------------------------------------------

plGourmet

------------------------------------------------- */
.plGourmet > div section{
	width: 100%;
}
.plGourmet > div section:nth-child(1){
	background-image: url(../images/photolink_shopping.jpg);
}
/* -------------------------------------------------

plShopping

------------------------------------------------- */
.plShopping > div section{
	width: 50%;
}
.plShopping > div section:nth-child(1){
	background-image: url(../images/photolink_gourmet.jpg);
}
.plShopping > div section:nth-child(2){
	background-image: url(../images/photolink_online.jpg);
}
/* -------------------------------------------------

plLocation

------------------------------------------------- */
.plLocation > div section{
	width: 50%;
}
.plLocation > div section:nth-child(1){
	background-image: url(../images/photolink_sightseeing.jpg);
}
.plLocation > div section:nth-child(2){
	background-image: url(../images/photolink_stay.jpg);
}
/* -------------------------------------------------

plAccess

------------------------------------------------- */
.plAccess > div section{
	width: 33.33%;
}
.plAccess > div section:nth-child(1){
	background-image: url(../images/photolink_car.jpg);
}
.plAccess > div section:nth-child(2){
	background-image: url(../images/photolink_train.jpg);
}
.plAccess > div section:nth-child(3){
	background-image: url(../images/photolink_bus.jpg);
}

/* -------------------------------------------------

footer

------------------------------------------------- */
footer {
	background-color: #007372;
}
footer > p {
	display: none;
}
footer > div {
	height: auto;
	color: #fff;
}
footer > div a {
	color: #fff;
}
footer > div a:hover {
	opacity: 0.7;
}
/* footerAdd */
.footerAdd {
	font-size: 0.95em;
}
.footerAdd > h6 {
	width: 220px;
}
.footerAdd > h6 img {
	width: 100%;
}
.footerAdd > p {
	margin: 0 0 30px;
	line-height: 200%;
}
.footerAdd > ol {
	margin: 0 0 30px;
}
.footerAdd > ol li {
	display: inline-block;
}
.footerAdd > ol li a:before {
	font-size: 1.5em;
	margin: 0 15px 0 0;
	font-family: "Font Awesome 5 Brands";
}
.footerAdd > ol li:nth-child(1) a:before {
	content: "\f39e";
}
.footerAdd > ol li:nth-child(2) a:before {
	content: "\f099";
}
.footerAdd > ol li:nth-child(3) a:before {
	content: "\f16d";
}
.footerAdd > ol li:nth-child(4) a:before {
	content: "\f3c0";
}
.footerAdd > ul li {
	display: inline;
	line-height: 200%;
}
.footerAdd > ul li:not(:first-child):before {
	content: "│";
	padding: 0 3px;
}
/* footerMap */
.footerMap > h6 {
	margin: 0 0 10px;
	width: 160px;
}
.footerMap > h6 img {
	width: 100%;
}
.footerMap > section{
	border:1px solid #fff;
	border-radius: 10px;
}
.footerMap > section h6{
	font-size: 1em;
	font-weight: bold;
}
.footerMap > section ul{
	height: auto;
}
.footerMap > section ul li{
	float: left;
	text-align: center;
	margin: 15px 0 0;
}
.footerMap > section ul li img{
	display: block;
	width: 26px!important;
	margin: 0 auto 5px;
}
.footerMap > section ul li span{
	display: block;
	text-align: center;
	font-size: 0.8em;
	line-height: 110%;
}
/* footerList */
.footerList {
	border-bottom: 1px solid #fff;
}
.footerList > section {
	border-top: 1px solid #fff;
}
.footerList > section > h6 {
	font-family: 'Miriam Libre', sans-serif;
	font-weight: 700;
	padding: 10px 0 10px 10px;
}
.footerList > section > div table th,
.footerList > section > div table td {
	vertical-align: top;
	text-align: left;
	line-height: 180%;
	letter-spacing: 1px;
}
.footerList > section > div table th {
	padding-right: 20px;
	width: 85px;
	font-weight: 500;
  
  /* 花アイコン消す */
  display: none;
}
.footerList > section > div table td {
	color: #ffe555;
}
.footerList > section > div table td span {
	font-weight: 700;
}
.footerList > section > div table th.subTh{
	color:rgba(255,255,255,0.3);
	text-align: right;
	line-height: 100%;
	font-size: 1.1em;
}
.footerList > section > div table th img{
	width: 17px!important;
}
.footerList > section > div table td,
.footerList > section > div table th.dotted{
	border-bottom:1px dotted rgba(255,255,255,0.5);
}
.footerList > section > div table tr:last-child td{
	border-bottom: 0;
}
/* copyRight */
footer > div > p {
	clear: both;
	font-size: 0.75em;
	margin-bottom: 20px;
}

/* PC */
@media print, screen and (min-width:769px) {
footer {
	padding: 50px 0;
}
footer > div {
	width: 1100px;
	margin: 0 auto;
}
/* footerAdd */
.footerAdd {
	width: 300px;
	float: left;
}
.footerAdd > h6 {
	margin-bottom: 210px;
}
.footerAdd > ul li{
  font-size: 0.9em;
}
.footerAdd > ul li:nth-child(2n+1):not(:first-child):before {
	content: "\A";
	white-space: pre;
}
/* footerMap */
.footerMap {
	width: 361px;
	float: left;
}
.footerMap > div {
	width: 361px;
	height: 308px;
	background: url(../images/map.png) no-repeat center center;
	position: relative;
	margin-top: -50px;
}
.footerMap > div p {
	position: absolute;
	width: 19px;
	height: 19px;
	background-image: url(../images/footer_circle.png);
	background-repeat: no-repeat;
	background-position: center center;
	transition: 0.5s;
}
.fMapA {
	background-image: url(../images/footer_circle_active.png)!important;
}
.fMap01 {
	top: 46px;
	left: 272px;
}
.fMap02 {
	top: 158px;
	left: 255px;
}
.fMap03 {
	top: 175px;
	left: 246px;
}
.fMap04 {
	top: 170px;
	left: 256px;
}
.fMap05 {
	top: 176px;
	left: 234px;
}
.fMap06 {
	top: 181px;
	left: 218px;
}
.fMap07 {
	top: 190px;
	left: 221px;
}
.fMap08 {
	top: 197px;
	left: 212px;
}
.fMap09 {
	top: 190px;
	left: 183px;
}
.footerMap > section{
	margin: 50px 20px 0;
	padding: 20px;
}
.footerMap > section ul li{
	width: 25%;
}
/* footerList */
.footerList {
	width: 415px;
	float: right;
}
.footerList > section {
	height: auto;
}
.footerList > section > h6 {
	width: 110px;
	float: left;
	font-size: 1em;
	line-height: 100%;
}
.footerList > section > div table {
	width: calc(100% - 110px);
	float: left;
}
.footerList > section > div table th,
.footerList > section > div table td {
	font-size: 0.75em;
}
.footerList > section > div table th{
	padding: 6px 0;
}
.footerList > section > div table td{
	padding: 6px 0 6px 10px;
}
}
/* Tablet */
@media screen and (max-width:768px) {
footer {
	padding: 30px 0 20px;
}
footer > div {
	margin: 0 20px;
}
/* footerAdd */
.footerAdd {
	margin-bottom: 20px;
}
.footerAdd > h6 {
	margin-bottom: 20px;
}
/* footerMap */
.footerMap > div {
	display: none;
}
.footerMap > section{
	margin: 0 0 20px;
	padding: 15px;
}
.footerMap > section ul li{
	width: 12.5%;
}
/* footerList */
.footerList {
	margin-bottom: 20px;
}
.footerList > section > h6 {
	cursor: pointer;
	font-size: 1.2em;
	position: relative;
}
.footerList > section > h6:after {
	position: absolute;
	right: 10px;
	content: "\f078";
	font-family: "Font Awesome 5 Free";
}
.footerList > section > h6.accLangOn:after {
	content: "\f077";
}
.footerList section > div {
	display: none;
}
.footerList section > div table {
	width: 100%;
	margin-bottom: 10px;
	border-top: 1px solid rgba(255,255,255,0.3);
}
.footerList section > div table th,
.footerList section > div table td {
	font-size: 0.9em;
}
.footerList section > div table th {
	padding: 10px 0 10px 10px;
}
.footerList section > div table td {
	padding: 10px 5px 10px 10px;
}
}

/* SP縦向き */
@media screen and (max-width:640px) and (orientation: portrait) {
/* footerAdd */
.footerAdd > h6 {
	width:200px;
}
/* footerMap */
.footerMap > section ul li{
	width:25%;
}
}
/* -------------------------------------------------

gotop

------------------------------------------------- */
.gotop {
	position: fixed;
	bottom: 0;
	padding-top: 15px;
	z-index: 5;
}
.gotop a {
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
	background-color: #7644a6;
	border-radius: 50%;
	font-size: 0.8em;
}

/* PC */
@media print, screen and (min-width:769px) {
.gotop {
	right: 20px;
	padding-bottom: 20px;
}
.gotop a {
	width: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.gotop a:hover {
	transform: translate(0, -5px);
}
}
/* Tablet */
@media screen and (max-width:768px) {
.gotop {
	right: 10px;
	padding-bottom: 10px;
}
.gotop a {
	width: 40px;
	line-height: 40px;
}
}
