/*
Theme Name: minami-map
Theme URI: https://www.m-syakyo-kyoto.jp/fukushi-map/
Author: 南区地域福祉推進会議
Author URI: https://www.m-syakyo-kyoto.jp/fukushi-map/
*/

/*==================================================

	Reset

===================================================*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration:line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*==================================================

	Global

===================================================*/
*,*:before,*:after {
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
html,body {
	min-height:100%;
	-webkit-text-size-adjust:100%;
	font-size:10px;
}
html {
	overflow-y:scroll;
}
body {
	min-height:100%;
	font-family:'Kosugi Maru', sans-serif;
	font-size:1.5rem;
	line-height:2;
	letter-spacing:0;
	color:#333;
	background-color:#fff;
}
a {
	color:#333;/*#1a0dab*/
	text-decoration:none;
	transition:all 0.2s;
}
a:hover {
	color:#333;/*1a0dab*/
	text-decoration:underline;
}
a:visited {
	color:#609;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	line-height:1;
}
p {
	text-align:justify;
	text-justify:distribute;
}
em {
	font-style:normal;
}
ol,ul {
	list-style:none;
}
table {
	width:100%;
}
th {
	text-align:left;
	font-weight:normal;
}
button {
	border:0;
}
address {
	font-style:normal;
	font-weight:normal;
}
@media screen and (max-width:767px) {
body {
	font-size:1.3rem;
	line-height:1.6;
}
a:hover {
	text-decoration:none;
}
}

/*==================================================

	Common

===================================================*/
#page {
	min-height:100%;
}
.contents {
	width:100%;
	min-width:320px;
	background-color:#fff;
	margin:0 auto;
}
.container {
	width:960px;
	margin:0 auto;
}
.font-r {
	font-family:'Kosugi Maru', sans-serif;
}
.font-rm {
	font-family:'Kosugi Maru', sans-serif;
	font-weight:bold;
}
.font-rb {
	font-family:'Kosugi Maru', sans-serif;
	font-weight:bold;
}
.telhref span {
	text-decoration:underline;
}
/*==================================================
	Categories
===================================================*/
.works-categories .kosodate {
	background-color:rgba(242,131,184,0.1);
	border-color:rgb(242,131,184);
}
.works-categories .kourei {
	background-color:rgba(132,209,54,0.1);
	border-color:rgb(132,209,54);
}
.works-categories .shougai {
	background-color:rgba(118,198,204,0.1);
	border-color:rgb(118,198,204);
}
.category-tag.kosodate {
	background-color:rgba(242,131,184,0.5);
	border-color:rgb(242,131,184);
}
.category-tag.kourei {
	background-color:rgba(132,209,54,0.5);
	border-color:rgb(132,209,54);
}
.category-tag.shougai {
	background-color:rgba(118,198,204,0.5);
	border-color:rgb(118,198,204);
}
@media screen and (max-width:767px) {
.container {
	width:100%;
	padding:0 10px 0;
}
.container-shadow {
	width:100%;
}
}

/*==================================================

	Site Header

===================================================*/
.site-header {
	width:100%;
	min-width:960px;
	text-align:center;
	border-top:10px solid #ed9353;
}
@media screen and (max-width:767px) {
.site-header {
	min-width:auto;
	min-width:initial;
}
}
/*==================================================
	Header Title
===================================================*/
.header-title {
	margin:15px auto 10px;
}
.site-title {
	line-height:1;
}
.site-title img {
	width:290px;
}

@media screen and (max-width:767px) {
.header-title {
	width:60%;
	min-width:200px;
	max-width:290px;
	margin:10px auto;
}
}

/*==================================================

	Main

===================================================*/
.main {
	display:block;	/*for IE*/
	padding-bottom:80px;
}
@media screen and (max-width:767px) {
.main {
	padding-bottom:10px;
}
}

/*==================================================

	Site Footer

===================================================*/
.site-footer {
	width:100%;
	min-width:960px;
	font-size:1.3rem;
	text-align:center;
	color:#fff;
	background-color:#ed9353;
	padding-bottom:25px;
}
.site-footer a {
	color:#fff;
}
@media screen and (max-width:767px) {
.site-footer {
	min-width:auto;
	min-width:initial;
	font-size:1rem;
}
}
/*==================================================
	To Page Top
===================================================*/
.pagetop-container {
	position:relative;
	width:960px;
	margin:0 auto;
}
.pagetop {
	position:fixed;
	bottom:10px;
	width:960px;
	height:60px;
	text-align:right;
	margin:0 auto;
}
.pagetop a {
	display:block;
	position:absolute;
	right:0;
	width:60px;
	height:60px;
	font-size:24px;
	text-align:center;
	text-decoration:none;
	line-height:1;
	color:#fff;
	background-color:rgb(237,147,83);/*#ed9353*/
	border-radius:40px;
	padding-top:16px;
}
.pagetop a:hover {
	background-color:rgb(241,169,117);/*rgba(237,147,83,0.8)*/
}
.pagetop a i {
	padding-right:0;
}
@media screen and (max-width:767px) {
.pagetop {
	width:100%;
	height:40px;
}
.pagetop a {
	right:10px;
	width:40px;
	height:40px;
	font-size:18px;
	padding-top:10px;
}
}
/*==================================================
	Footer Navigation
===================================================*/
.footer-container {
	padding-top:25px;
}
.footer-column {
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
}
.footer-site-title {
	width:280px;
	margin-bottom:10px;
}
.footer-site-title img {
	width:280px;
}
.nav-footer {
	text-align:right;
	font-weight:bold;
	vertical-align:middle;
	margin-right:10px;
}
.nav-footer li {
	display:inline-block;
	position:relative;
	font-size:1.4rem;
	padding-left:1.25em;
}
.nav-footer li::before {
	position:absolute;
	top:3px;
	left:0;
	content:'\f04b';
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	font-size:0.8em;
}
@media screen and (max-width:767px) {
.footer-column {
	display:block;
}
.footer-site-title {
	width:200px;
}
.footer-site-title img {
	width:200px;
}
.nav-footer li {
	font-size:1.1rem;
}
}
/*==================================================
	Copyright
===================================================*/
.copyright {
	text-align:center;
	border-top:1px solid #fff;
	padding-top:10px;
	margin-top:10px;
}

/*==================================================

	Map

===================================================*/
.access-map {
}
#map-canvas {
	width:100%;
	max-width:960px;
	padding:0;
	margin:0;
}
#map-canvas .infowin {
	text-align:center;
	margin:5px;
}
#map-canvas .infowin > div {
	text-align:center;
	margin:5px;
}
#map-canvas .infowin > div:first-child {
	font-size:1.4rem;
}
#map-reset {
	text-align:right;
	margin-top:5px;
}
#map-reset button {
	color:#fff;
	background-color:#222;
	border-radius:4px;
	padding:5px 15px;
}
#map-reset button:hover {
	background-color:#767676;
}
/*	Button
===================================================*/
.button {
	width:calc(auto + 20px);
	max-width:80%;
	min-width:12em;
	text-align:center;
	margin:10px auto;
}
.button a {
	display:block;
	height:40px;
	text-decoration:none;
	line-height:40px;
	color:#333;
	background-color:#fff;
	border:1px solid rgb(50,170,100);
	border-radius:20px;
	padding:0 20px;
}
.button a:hover {
	background-color:rgba(50,170,100,0.1);
}
.button i {
	color:rgb(50,170,100);
	padding-left:10px;
	transition:all 0.2s linear;
}
.button a:hover i {
	transition:all 0.1s;
	transform:translateX(4px)
}
@media screen and (max-width:767px) {
.button {
	margin:5px auto;
}
}

/*==================================================

	Error

===================================================*/
.error-404 {
	padding:100px 0 60px;
}
.error-404 p {
	text-align:center;
}
