@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/**************************
property reset,tool
**************************/

html {
	font-size: 100%;
}

* {
	margin: 0;
	padding: 0;
	line-height: 1;
	box-sizing: border-box;
}

ul,
li {
	list-style-type: none;
}

img {
	border: 0;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

table,
th,
td {
	border: none;
}

table,
table th,
table td {
	border-collapse: collapse;
}

#contents td.col_blue {
	background-color: #e5f7ff;
	font-size: 120%;
	font-weight: 900;
}

br.clear,
p.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}

#contents p.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	margin: 0 1em 0;
}

.clear {
	clear: both;
}

a {
	overflow: hidden;
	color: #5299D3;
	transition: 0.3s;
}

a:visited {
	color: #551a8b;
}

a:active {
	color: #ee0000;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

a:hover img {
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
	filter: alpha(opacity=80);
}

.overflow {
	overflow: hidden;
}

.relative {
	position: relative;
}


/**************************
Layout
**************************/

body {
	text-align: center;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	padding: 0;
	background: #FFF;
	min-width: 950px;
}

#blockskip {
	position: absolute;
	top: 0;
	left: calc(50% - 91px);
	z-index: 999;
}

#blockskip a {
	height: 0;
	font-size: 0;
	text-decoration: none;
	color: transparent;
}

#blockskip a.show {
	display: inline-block;
	font-size: 90%;
	height: auto;
	width: 100%;
	background: #005900;
	color: #FFF;
	padding: 6px 10px 6px;
	border-radius: 0 0 4px 4px;
}

#header {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	text-align: right;
	position: relative;
}

#siteID {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

#toggle {
	display: none;
}

#gNavi {
	height: 90px;
}

#gNavi ul#menu {
	width: 100%;
	max-width: 490px;
	margin: 0 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#gNavi ul#menu li {
	height: 90px;
	font-size: 1rem;
	display: table;
	padding: 25px 0;
}

#gNavi ul#menu li a {
	color: #333;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;

}

#gNavi ul#menu li.kifu a {
	background: #E84700;
	color: #FFF;
	padding: 10px 15px;
	border-radius: 4px;
}

#gNavi ul#menu li a:hover {
	color: #E84700;
}

#gNavi ul#menu li.kifu a:hover {
	color: #FFF;
	background: #ef5e20;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.menu-trigger {
	position: relative;
	width: 30px;
	height: 21px;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #003E63;
	border-radius: 2px;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 9px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.motion span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-315deg);
	transform: translateY(10px) rotate(-315deg);
	background-color: #003E63;
}

.menu-trigger.motion span:nth-of-type(2) {
	opacity: 0;
}

.menu-trigger.motion span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(315deg);
	transform: translateY(-10px) rotate(315deg);
	background-color: #003E63;
}

a.menu-trigger {
	overflow: visible;
}

.menu-trigger::after {
	content: 'Menu';
	font-size: 12px;
	position: absolute;
	bottom: -20px;
	left: 0;
	color: #003E63;
}

.menu-trigger.motion::after {
	content: 'Close';
}

#mainPhoto {
	margin-bottom: 120px;
	position: relative;
}

#playButton {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#playButton button {
	padding: 3px 5px;
	background: #EEE;
	color: #333;
	border: 1px solid #CCC;
	border-radius: 3px;
	font-size: 0.75rem;
	cursor: pointer;
}

#playButton button.active {
	background: #333;
	color: #FFF;
}

.slick-slide img {
	opacity: 0.7;
	transition: all 1s;
}

.slick-slide.slick-active img {
	opacity: 1;
}

#slide li {
	margin: 0 6px;
}

#osusume {
	width: 100%;
	max-width: 1100px;
	margin: auto;
}

#osusume h2 {
	font-size: 2rem;
	color: #333;
	margin-bottom: 10px;
}

.engTitle {
	font-size: 1rem;
	color: #254985;
	margin-bottom: 50px;
}

#osusumeLink {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

#osusumeLink p {
	width: calc(100%/3 - 25px);
	margin-bottom: 25px;
}

.kifuButton {
	display: flex;
	justify-content: center;
	margin-bottom: 80px;
}

.kifuButton p {
	margin: 0 25px;
	width: 100%;
	max-width: 310px;
}

.kifuButton p a {
	display: block;
	background: #6C6C6C;
	color: #FFF;
	text-decoration: none;
	font-size: 1.375rem;
	font-weight: 700;
	padding: 20px;
	border-radius: 4px;
	position: relative;
}

.kifuButton p a::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 5px);
	right: 20px;
}

.kifuButton p a:hover {
	opacity: 0.8;
}

.kifuButton p a.kifu {
	background: #E84700;
}

#links {
	background: #F0F8F0;
	padding: 40px 0;
	margin-bottom: 60px;
}

#links h2 {
	font-size: 1.5rem;
	color: #333;
	margin-bottom: 45px;
}

.w955 {
	width: 100%;
	max-width: 955px;
	margin: 0 auto;
}

#links .w955 ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#links .w955 ul li {
	width: calc(100%/3 - 40px);
	margin: 0 20px 20px;
}

#meikan {
	border: 1px solid #CCC;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 65px;
	padding: 30px 35px 20px;
	text-align: left;
	background: url(images/stamp.png) no-repeat right bottom 10px;
	border-radius: 4px;
}

#meikan h2 {
	font-size: 1.375rem;
	color: #008001;
	margin-bottom: 20px;
}

#meikan p {
	line-height: 1.5;
	margin-bottom: 10px;
}

footer {
	background: #008001;
	color: #FFF;
	font-size: 1rem;
}

#toTop {
	position: absolute;
	top: -30px;
	right: 0;
}

#footer {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	padding: 40px 0 35px;
}

#footer p {
	line-height: 1.8;
	margin-bottom: 10px;
}

#footerID {
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 10px;
}

address {
	font-style: normal;
	margin-bottom: 15px;
}

address span,
#phoneNumber span {
	display: inline-block;
}

#phoneNumber {
	margin-bottom: 20px;
}

a.spTel {
	color: #FFF;
	text-decoration: none;
	pointer-events: none;
}

footer a {
	color: #FFF;
}

#toHome {
	position: absolute;
	top: 8px;
	left: 0;
}

#toHome a {
	border: 1px solid #FFF;
	padding: 4px 20px 4px 30px;
	border-radius: 16px;
	font-size: 0.75rem;
	color: #FFF;
	text-decoration: none;
	background: url(images/liTriangle.png) no-repeat left 15px center;
}

#toHome a:hover {
	background: url(images/liTriangle.png) no-repeat left 15px center #FFF;
	color: #008001;
}

#copyright {
	padding: 18px;
	font-size: 0.875rem;
	color: #999;
	background: #FFF;
}

#catePhoto {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(images/cateBack.jpg) no-repeat center center;
	background-size: cover;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
}

#catePhoto h1 {
	font-size: 1.75rem;
}

#topicPathWrap {
	background: #EDEDED;
	padding: 20px 0;
	position: relative;
}

#topicPath {
	width: 100%;
	max-width: 1100px;
	margin: 20px auto 20px;
	text-align: left;
	font-size: 0.875rem;
	color: #333;
	padding-right: 50px;
}

#topicPath a {
	color: #333;
	text-decoration: none;
}

#printButton {
	position: absolute;
	top: calc(50% - 18px);
	right: calc(50% - 550px);
}

#contentsWrap {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 0 130px;
	text-align: left;
}

article {
	width: 900px;
	margin: auto;
}

#contents * {
	line-height: 1.8;
}

.gsc-search-button {
	box-sizing: content-box !important;
}

.gsc-control-cse {
	padding: 0 !important;
	background: none !important;
	border: none !important;
}

.cse .gsc-control-cse,
.gsc-control-cse {
	background: none !important;
	border: none !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
	padding: 0 !important;
}

.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
	padding: 5px 27px !important;
}

#contents h2 {
	font-size: 137.5%;
	line-height: 1.5;
	color: #333;
	margin: 0 0 40px;
	padding: 15px 0;
	border-top: 1px solid #979797;
	border-bottom: 1px solid #979797;
}

#contents h3 {
	display: inline-block;
	font-size: 112.5%;
	line-height: 1.5;
	color: #FFF;
	background: #565147;
	margin: 0 0 15px;
	padding: 8px 18px 10px;
	border-radius: 6px;
}

#contents h4 {
	font-size: 112.5%;
	line-height: 1.5;
	color: #B2007A;
	margin: 0 0 15px;
}

#contents h5 {
	font-size: 100%;
	color: #333;
	margin: 0 0 10px;
}

#contents h6 {
	font-size: 100%;
	color: #333;
	margin: 0 0 10px;
}

#contents p+h2,
#contents ul+h2,
#contents ol+h2,
.last+h2 {
	margin-top: 50px;
}

#contents p+h3,
#contents ul+h3,
#contents ol+h3,
.last+h3 {
	margin-top: 40px;
}

#contents p+h4,
#contents ul+h4,
#contents ol+h4,
.last+h4 {
	margin-top: 40px;
}

#contents p {
	font-size: 100%;
	margin: 0 0 15px;
}

#contents ul {
	margin: 0 0 30px 20px;
}

#contents ul li {
	background: url(images/liStandard.svg) no-repeat left 11px;
	padding-left: 17px;
}

#contents ol {
	margin: 0 0 30px 30px;
}

#contents ol li {
	list-style-type: decimal;
	margin-left: 0.5em;
}

#contents ol.alpha li {
	list-style-type: lower-alpha;
}

#contents li {
	margin: 0 auto 10px;
	font-size: 100%;
}

#contents ul li ul {
	margin: 5px 0 20px;
}

#contents ul li ul li {
	background: url(images/liTriangle.png) no-repeat left 10px;
}

#contents ol li ul {
	margin: 5px 0 20px;
}

#contents ol li ul li {
	list-style-type: none;
	background: url(images/liTriangle.png) no-repeat left 10px;
}

#contents dl {
	margin-left: 20px;
	font-size: 100%;
}

#contents dt {
	font-weight: bold;
}

#contents dd {
	margin: 10px 0 30px 1em;
}

hr {
	border: dotted #999;
	border-width: 1px 0px 0px 0px;
	height: 1px;
	overflow: hidden;
	margin: 8px 0 16px;
	clear: both;
}

#contents table {
	max-width: 100%;
	margin: 0 0 20px;
	border-collapse: collapse;
	border: 1px solid #999;
	empty-cells: show;
}

#contents caption {
	color: #333;
	text-align: left;
	margin-bottom: 5px;
}

#contents td,
#contents th {
	border: 1px solid #999;
	padding: 10px 15px;
	vertical-align: top;
}

#contents th {
	color: #000;
	background: #F8F8F8;
	text-align: left;
}

#contents th p,
#contents td p {
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-align: left;
}

#contents td ul {
	margin: 0;
	padding: 0;
}

#contents td ol {
	margin: 0 0 0 15px;
	padding: 0;
}

#contents th.thCenter {
	text-align: center;
}

#contents th.thRignt {
	text-align: right;
}

#contents table td.vMiddle {
	vertical-align: middle;
}

#contents blockquote {
	color: #333;
	margin: 10px 0 10px 40px;
	font-size: 93.75%;
	font-style: italic;
}

.otoiawase {
	border: 1px solid #979797;
	border-radius: 4px;
	padding: 5px 5px 10px;
	margin: 50px 0 15px;
}

#contents .otoiawase h2 {
	background: #D8D8D8;
	color: #333;
	font-size: 100%;
	padding: 5px 15px;
	margin: 4px 4px 15px;
	border: none;
	border-radius: 4px;
}

#contents .otoiawase p {
	margin: 0 10px 10px 20px;
}

#contents .otoiawase p img {
	vertical-align: middle;
}

#contents .otoiawase ul {
	margin: 10px 30px;
}

#questionnaire {
	border: 1px solid #979797;
	border-radius: 4px;
	padding: 25px;
	font-size: 87.5%;
	margin: 100px 0 10px;
}

#contents #questionnaire h2 {
	background: #ECECEC;
	padding: 10px;
	color: #B2007A;
	font-size: 1rem;
	border: none;
	border-radius: 4px;
	margin-bottom: 10px;
}

#contents #questionnaire h3 {
	color: #B85732;
	background: none;
	border-bottom: 2px dotted #CCC;
	margin: 10px;
	padding: 0 0 4px;
	font-size: 100%;
}

#contents #questionnaire div {
	margin: 0 0 30px 10px;
}

#questionnaire label {
	margin-left: 10px;
	margin-right: 20px;
	cursor: pointer;
}

#questionnaire input {
	cursor: pointer;
}

fieldset {
	border: none;
}

input#FormSubmit {
	margin-top: 20px;
	margin-left: 10px;
	height: 30px;
	width: 100px;
	background: #EEE;
	border: 1px solid #CCC;
	border-radius: 6px;
	cursor: pointer;
}

#contents .formTable {
	width: 100%;
}

#contents .formTable th {
	width: 200px;
}

#contents .formTable th,
#contents .formTable td {
	padding: 10px;
}

#contents .formTable td span {
	color: #666;
	font-size: 80%;
}

#contents .formTable input {
	font-size: 100%;
	padding: 3px 6px;
}

#contents .formTable select {
	font-size: 100%;
	padding: 2px 0;
}

#contents .kakomiSingle label {
	font-size: 100%;
}

#formBt input {
	padding: 5px 10px;
	border-style: none;
	border-radius: 8px;
	background: #DDD;
	font-size: 18px;
	cursor: pointer;
}

#contents .formTable td ul li {
	float: left;
	display: block;
	background: none;
	padding: 0 20px 10px 0;
}

#contents #searchResult table {
	margin: 0;
}

#contents form table th,
#contents form table td {
	padding: 10px;
}



.dottedLine {
	border: dotted 2px #999;
	padding: 10px 30px;
}

.kakomiSingle {
	margin: 0 0 20px;
	border: 1px #CCC solid;
	padding: 10px 10px 0;
}

.kakomiDouble {
	margin: 0 0 20px;
	border: 3px #CCC double;
	padding: 10px 10px 0;
}

#contents .kakomiSingle h2,
#contents .kakomiDouble h2 {
	background: #F5F4F2;
	padding: 4px 15px;
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 10px;
	color: #001F3B;
	border-radius: 0;
}

#contents .kakomiSingle p,
#contents .kakomiDouble p {
	margin: 0 10px 15px;
}

.textRight {
	text-align: right;
}

.textCenter {
	text-align: center;
}

#contents p.textRight {
	text-align: right;
}

#contents p.textCenter {
	text-align: center;
}

.textRed {
	color: red;
}

.textPurple {
	color: #6A5ACD;
}

.textGreen {
	color: #00827D;
}

.textGray {
	color: #999;
}

.textGraySmall {
	color: #999;
	font-size: 80%;
}

.textSmall {
	font-size: 80%;
}

.textSmall2 {
	font-size: 70%;
}

.textStandard {
	font-size: 90%;
}

.textSmallRight {
	font-size: 84%;
	text-align: right;
}

.textBackBlue {
	color: #FFF;
	background-color: #036;
	padding: 2px 5px;
}

.textLarge {
	font-size: 120%;
}

#contents .textRed {
	color: red;
}

#contents .textPurple {
	color: #6A5ACD;
}

#contents .textGreen {
	color: #00827D;
}

#contents .textGray {
	color: #999;
}

#contents .textGraySmall {
	color: #999;
	font-size: 80%;
}

#contents .textSmall {
	font-size: 80%;
}

#contents .textSmall2 {
	font-size: 70%;
}

#contents .textStandard {
	font-size: 90%;
}

#contents .textSmallRight {
	font-size: 84%;
	text-align: right;
}

#contents .textBackBlue {
	color: #FFF;
	background-color: #036;
	padding: 2px 5px;
}

#contents .textLarge {
	font-size: 120%;
}



#contents table.tableBorderNone,
#contents .tableBorderNone th,
#contents .tableBorderNone td {
	border: none;
	padding: 0;
}

#contents table.tableBorderNone2,
#contents .tableBorderNone2 th,
#contents .tableBorderNone2 td {
	border: none;
}

#contents .tableBorderNone2 th,
#contents .tableBorderNone2 td {
	padding: 10px;
}

#contents table.tableBorderNone3,
#contents .tableBorderNone3 th,
#contents .tableBorderNone3 td {
	border: none;
}

#contents .tableBorderNone3 th,
#contents .tableBorderNone3 td {
	padding: 20px;
}

a.pdfLink {
	padding: 5px 0 5px 20px;
	background: url(images/pdf.png) no-repeat left 5px;
}

a.wordLink {
	padding: 5px 0 5px 22px;
	background: url(images/word.png) no-repeat left 5px;
}

a.excelLink {
	padding: 5px 0 5px 22px;
	background: url(images/excel.png) no-repeat left 5px;
}

#contents ul li.pdfLink {
	padding: 5px 0 5px 25px;
	background: url(images/pdf.png) no-repeat left 5px;
}

#contents p.comment1 {
	background: url(images/diamonds.gif) no-repeat left 3px;
	padding-left: 20px;
}

#contents p.comment2 {
	text-indent: -1em;
	margin-left: 2em;
}

.arrowRight {
	background: url(images/arrowRight.gif) no-repeat left center;
	padding-left: 20px;
}

.arrowRight2 {
	background: url(images/arrowRight.gif) no-repeat left 7px;
	padding-left: 20px;
}

#contents .indexMenu {
	margin: 0 0 50px;
}

#contents .indexMenu ul,
#contents .indexMenu2 ul,
#contents .indexMenu2w ul {
	margin: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#contents .indexMenu ul li,
#contents .indexMenu2 ul li,
#contents .indexMenu2w ul li {
	width: calc(50% - 10px);
	background: none;
	padding: 0;
	margin: 0 0 10px;
	border: 1px solid #d774c0;
	border-radius: 4px;
	display: table;
}

#contents .indexMenu.wide ul li {
	width: 100%;
}

#contents .indexMenu2 ul,
#contents .indexMenu2w ul {
	margin-bottom: 40px;
}

#contents .indexMenu2 ul li,
#contents .indexMenu2w ul li {
	border: 1px solid #CCC;
}

#contents .indexMenu ul li a,
#contents .indexMenu2 ul li a,
#contents .indexMenu2w ul li a {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 30px 15px 30px;
	position: relative;
}

#contents .indexMenu ul li a::after,
#contents .indexMenu2 ul li a::after,
#contents .indexMenu2w ul li a::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #CCC;
	border-right: 2px solid #CCC;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 5px);
	right: 15px;
}

#contents .indexMenu ul li:hover,
#contents .indexMenu2 ul li:hover,
#contents .indexMenu2w ul li:hover {
	background: #FFF3FB;
}

.linkBox {
	background: #F5F4F2;
	padding: 20px 20px 15px;
	margin: 20px 0;
}

#contents .linkBox p {
	background: url(images/linkBoxBack.gif) no-repeat right center #FFF;
	border: 1px solid #CCC;
	padding: 8px 20px;
	margin: 0 0 5px;
}

#contents .linkBox p a {
	display: block;
}

#contents #siteResult table,
#contents #siteResult th,
#contents #siteResult td {
	border: none;
	margin: 0;
}


.photoAreaL {
	float: left;
	margin: 0 20px 30px 0;
}

.photoAreaR {
	float: right;
	margin: 0 0 30px 20px;
}

#contents .photoAreaL p,
#contents .photoAreaR p {
	margin: 0;
	padding: 5px;
	background: #EEE;
	font-size: 80%;
	line-height: 120%;
	color: #333;
}

#contents p.marginZero {
	margin: 0;
	padding: 1px;
}

#contents p.marginZero img {
	border: 4px solid #FFF;
}

#contents p.imgLeft {
	float: left;
	margin-right: 20px;
}

#contents p.imgRight {
	float: right;
	margin-left: 20px;
}

#blogList article {
	overflow: hidden;
	border-bottom: 1px dotted #CCC;
	padding: 20px 10px 10px;
}

#blogList article:hover {
	background: #EEE;
	border-radius: 8px;
}

#blogList .blogPhoto {
	float: left;
	width: 220px;
}

#blogList .blogContents {
	float: right;
	width: 530px;
}

#blogList .blogStaff {
	text-align: right;
}

section {
	overflow: hidden;
}

.sticky {
	position: sticky;
	top: 0;
}

#localNavi {
	margin-bottom: 20px;
}

#localNavi h2 {
	background: #D8D8D8;
	color: #333;
	font-size: 87.5%;
	padding: 8px;
	text-align: center;
	margin-bottom: 6px;
}

#localNavi ul li {
	font-size: 87.5%;
	border-bottom: 1px solid #CCC;
}

#localNavi ul li a {
	padding: 15px 10px 15px 5px;
	color: #666;
	text-decoration: none;
	display: block;
	position: relative;
}

#localNavi ul li a:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #979797;
	border-right: 1px solid #979797;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	right: 2px;
}

#localNavi ul li a:hover,
#localNavi ul li a.active {
	background: #FFF3FB;
}

.googleSearch {
	background: #EEE;
	padding: 15px 10px;
	border-radius: 4px;
	margin-bottom: 15px;
}

#searchBox {
	display: flex;
}

#searchInput {
	width: 100%;
}

#searchButton {
	width: 52px;
	height: 30px;
	background: #B2007A;
	border-radius: 0 4px 4px 0;
}

#tmp_query {
	height: 30px;
	width: 100%;
	padding: 0 10px;
	border: 1px solid #B2007A;
	border-radius: 4px 0 0 4px;
}

#tmp_query:focus {
	background: #FFF !important;
}

#banners p {
	margin-bottom: 20px;
}

#banners p a {
	display: block;
	border: 1px solid #979797;
	border-radius: 4px;
	text-align: center;
	padding: 20px 10px;
	color: #333;
	text-decoration: none;
	font-size: 1.25rem;
	font-weight: 700;
}

#banners p a:hover {
	background: #FFF3FB;
}

#snsArea {
	border: 1px solid #CCC;
	padding: 10px;
	margin-bottom: 20px;
}

#snsArea ul {
	display: table;
	width: 100%;
}

#snsArea ul li {
	display: table-cell;
	text-align: center;
}

#snsArea4 {
	margin-bottom: 20px;
}

#snsArea4 ul {
	display: flex;
	justify-content: space-between;
}

#snsArea4 ul li {
	width: 22%;
	text-align: center;
}

#snsArea4 ul li img {
	max-width: 100%;
	height: auto;
}

.zoom::before {
	content: url(images/zoom.png);
	margin-right: 10px;
}

.iframeBlock {
	width: 560px;
	margin: 0 auto 30px;
}

#kohoIndex ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
}

#kohoIndex ul li {
	background: none;
	padding: 0;
	margin: 0 0 50px 0;
	text-align: center;
	width: calc(25% - 25px);
}

#kohoIndex ul li:nth-child(4n) {
	margin-right: 0;
}

#kohoIndex ul li img {
	width: 100%;
	height: auto;
	border: 1px solid #CCC;
}

.kohoSummary {
	margin-bottom: 30px;
	text-align: center;
}

.kohoSummary img {
	border: 1px solid #CCC;
	width: 300px;
	height: auto;
}

.kohoContents {
	overflow: hidden;
}

.colWrap {
	overflow: hidden;
	width: 100%;
}

.colAreaL {
	width: 50%;
	float: left;
	padding-right: 10px;
	margin-bottom: 10px;
}

.colAreaR {
	width: 50%;
	float: right;
	padding-left: 10px;
	margin-bottom: 10px;
}

.colBox {
	padding: 10px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}

#contents .colBox h3 {
	padding: 2px 10px;
	font-size: 16px;
}

#contents .calendar table {
	width: 100%;
}

#contents .calendar table th {
	text-align: center;
}

#contents .calendar table th:nth-child(-n+2) {
	width: 70px;
}

#contents .calendar table td:first-child {
	text-align: center;
}

#contents .calendar table td:nth-last-of-type(2) {
	text-align: center;
}

img.wcv_ww_fileicon,
img.wcv_ww_newwindowicon {
	vertical-align: middle;
	margin-left: 4px;
}

.cateNews {
	border: 1px solid #CCC;
	padding: 20px 20px 5px;
	margin-bottom: 50px;
	border-radius: 4px;
}

#contents .cateNews h2 {
	background: #FFF5F0;
	padding: 5px 20px;
	border-top: none;
	border-bottom: 1px solid #e5cbbe;
}

#contents .newsIchiran ul li,
#contents .cateNews ul li {
	color: #666;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.cateNews ul li img,
.newsIchiran ul li img {
	vertical-align: baseline;
	margin-left: 10px;
}

#result #contents table,
#result #contents th,
#result #contents td {
	border: none;
}

.giin {
	border: 1px solid #CCC;
	border-radius: 10px;
	padding: 20px 20px 5px;
	overflow: hidden;
	margin-bottom: 30px;
}

.profile {
	overflow: hidden;
	padding-left: 20px;
}

.hoikuBlog {
	border: 1px solid #CCC;
	border-radius: 10px;
	padding: 15px 15px 20px;
	margin-bottom: 40px;
	background: #FFF;
	box-shadow: 3px 3px 8px rgb(0 0 0 / 15%);
}

#contents .hoikuBlog h2 {
	background: #fffbdf;
}

#contents .update {
	text-align: right;
	font-size: 0.875rem;
	color: #666;
}

.photoRow {
	display: flex;
	justify-content: space-between;
}

#contents .photoRow p {
	width: calc(33% - 3px);
}

#contents .photoRow p img {
	width: 100%;
	height: auto;
}

#contents .comment p {
	background-image: linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 98%, #8c844e 100%);
	background-size: 100% 32px;
	font-size: 14px;
	line-height: 32px;
	margin: 0;
}

.googleCalendar iframe {
	width: 100%;
}

ul.horizon {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#contents ul.horizon li {
	margin: 0 30px 20px 0;
	background: url(images/liTriangle.png) no-repeat left 11px;
}

ul.horizon2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#contents ul.horizon2 li {
	width: 20%;
	margin: 0 30px 20px 0;
	padding: 0;
	background: none;
}

#contents ul.horizon2 li::before {
	content: '●';
	color: #ffe7d2;
	margin-right: 5px;
}



/* 599 */
@media screen and (max-width:599px) {
	body {
		min-width: 100%;
		-webkit-text-size-adjust: 100%;
	}

	body * {
		max-width: 100%;
	}

	body.gray {
		overflow: hidden;
	}

	body.gray::before {
		content: '';
		display: block;
		width: 100%;
		height: 100vh;
		background: #000C;
		position: fixed;
		z-index: 1;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	.pcShow {
		display: none !important;
	}

	.spShow {
		display: block;
	}

	table.spShow {
		display: table;
	}

	#toggle {
		display: block;
		position: absolute;
		top: 20px;
		right: 25px;
		z-index: 10;
	}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}

	.menu-trigger {
		position: relative;
		width: 30px;
		height: 20px;
	}

	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #000;
		border-radius: 2px;
	}

	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}

	.menu-trigger span:nth-of-type(2) {
		top: 9px;
	}

	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}

	.menu-trigger.motion span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-315deg);
		transform: translateY(10px) rotate(-315deg);
		background-color: #FFF;
	}

	.menu-trigger.motion span:nth-of-type(2) {
		opacity: 0;
	}

	.menu-trigger.motion span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(315deg);
		transform: translateY(-10px) rotate(315deg);
		background-color: #FFF;
	}

	a.menu-trigger {
		overflow: visible;
	}

	.menu-trigger::after {
		content: 'Menu';
		font-size: 9px;
		position: absolute;
		bottom: -14px;
		left: 4px;
		color: #333;
	}

	.menu-trigger.motion::after {
		content: 'Close';
		color: #FFF;
	}

	#gNavi {
		width: 80px;
		height: 80px;
		position: absolute;
		top: 4px;
		right: 0;
		z-index: 999;
	}

	#gNavi>ul#menu {
		display: none;
		background: #FFF;
		position: fixed;
		top: 120px;
		left: 0;
		width: calc(100% - 40px);
		margin: 0 20px;
		padding: 20px;
		border-radius: 10px;
		max-height: 90vh;
		overflow-y: scroll;
	}

	#gNavi ul#menu li a {
		display: block;
		text-align: left;
		padding: 20px 0;
	}

	#gNavi ul#menu>li {
		width: 100%;
		height: auto;
		display: block;
		font-size: 1.125rem;
		border-right: none;
		border-bottom: 1px solid #CCC;
		padding: 10px;
	}

	#gNavi ul#menu>li:nth-child(3) {
		padding: 20px 0;
	}

	#gNavi ul#menu>li.closeButton {
		border-bottom: none;
		padding: 40px 0 5px;
		text-align: center;
	}

	.closeButton button {
		padding: 10px 20px;
		background: #FFF;
		border: 1px solid #CCC;
		border-radius: 4px;
	}

	#header {
		height: 80px;
	}

	#siteID {
		top: 0;
		left: 20px;
	}

	#siteID img {
		width: 100px;
		height: auto;
	}

	#mainPhoto * {
		max-width: initial;
	}

	#slide li img {
		height: 200px;
	}

	.slick-arrow {
		display: none !important;
	}

	#osusume h2 {
		font-size: 1.5rem;
	}

	#osusumeLink {
		padding: 0 20px;
	}

	#osusumeLink p {
		width: calc(50% - 10px);
	}

	.kifuButton {
		display: block;
	}

	.kifuButton p {
		margin: 0 auto 10px;
	}

	#links h2 {
		font-size: 1.25rem;
	}

	#links .w955 ul li {
		width: calc(50% - 25px);
		margin: 0 10px 20px;
	}

	#meikan {
		background: url(images/stamp.png) no-repeat right -50px top -40px;
	}

	#footer {
		padding: 40px 15px 25px;
	}

	#toTop {
		right: 10px;
	}

	a.spTel {
		pointer-events: initial;
	}

	#copyright {
		font-size: 0.75rem;
	}

	#catePhoto {
		height: 140px;
	}

	#catePhoto h1 {
		font-size: 1.5rem;
	}

	#topicPath {
		display: none;
	}

	#contentsWrap {
		border-top: 3px solid #EEE;
		display: block;
	}

	article {
		padding: 0 15px;
	}

	article h1 {
		padding: 60px 0 0;
		text-align: center;
		font-size: 1.5rem;
	}

	article h1::before {
		top: -15px;
		left: calc(50% - 25px);
		width: 50px;
		height: 50px;
	}

	#contents ul.horizon2 li {
		width: 40%;
	}
}