body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #333;
	background: url(../img/back.jpg) #b6e1ff center bottom no-repeat;
}
img {
	vertical-align: top;
}
a {
	color: #008000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:hover > img {
	opacity: 0.8;
}
a:visited {
	color: #5d2f9b;
}
header, div#wrap, footer {
	width: 960px;
	margin: 0 auto;
}
header {
	overflow: hidden;
	position: relative;
	padding-top: 15px;
}
header p.logo, h1 {
	float: left;
	width: 250px;
}
header h1 {
	margin-left: 20px;
}
header p#enPage {
	position: absolute;
	right: 0;
	top: 0;
}
header p#search {
	float: right;
	height: 35px;
	margin: 20px auto 6px;
	border-radius: 10px;
	background-color: #fff;
}
header p#search input.textBox {
	width: 180px;
	padding: 0 10px;
	border-width: 0;
	border-style:none; 
	background:transparent;
}
header p#search input.textBox:focus {
	outline: none;
}
header nav {
	clear: both;
	background: url(../img/g_navi_bg.jpg) left top repeat-x;
	border-radius: 10px;
}
header nav ul {
	overflow: hidden;
	height: 50px;
}
header nav ul li {
	float: left;
	margin: 15px 0 15px 38px;
}
header nav ul li a {
	font-size: 1.25em;
	color: #fff;
}
header nav ul li a:visited {
	color: #fff;
}
div#topImage {
	width: 980px;
	margin: 5px auto;
}
div#topImage section p#mainImage {
	margin-left: 10px;
}
div#topImage section nav {
	position: relative;
	top: -5px;
	height: 67px;
	background: url(../img/navi_top_bg.png) left top no-repeat;
}
div#topImage section nav ul {
	overflow: hidden;
	width: 960px;
	margin-left: 10px;
}
div#topImage section nav ul li {
	float: left;
	margin-top: 10px;
	padding: 0 7px;
}
div#topImage section nav ul li:first-child {
	padding-left: 0;
}
div#topImage section nav ul li:last-child {
	padding-right: 0;
}
div#topImage section nav ul li:first-child {
	margin: 10px 0 0;
}
div#topImage section nav ul li {
	background: url(../img/navi_top_line.png) right -10px no-repeat;
}
div#topImage section nav ul li:last-child {
	background: none;
}
div#topImage section nav ul li a {
	display: block;
	width: 180px;
	height: 47px;
	padding-top: 18px;
	text-align: center;
	font-size: 1.25em;
	color: #322315;
}
div#topImage section nav ul li a:hover,
div#topImage section nav ul li.current a {
	background: url(../img/navi_top_o.png) center top no-repeat;
	text-decoration: none;
	color: #008e44;
}
div#wrap {
	position: relative;
	overflow: hidden;
}
main {
	background-color: #fff;
	border-radius: 10px;
}
main {
	float: left;
	width: 670px;
}
aside {
	float: right;
}
main section article {
	margin: 5px 30px;
}
main section article h2 {
	height: 30px;
	text-indent: -9999px;
}
main section article#news h2 {
	background: url(../img/icon_new.png) left top no-repeat;
}
main section article#topics h2 {
	background: url(../img/icon_topics.png) left top no-repeat;
}
main section article dl {
	margin: 10px 0;
}
main section article#news dl {
	overflow: auto;
	height: 82px;
}
main section article#topics dl {
	overflow: auto;
	height: 200px;
}
main section article dl dd {
	margin-bottom: 10px;
}
main section article dl dd:last-child {
	margin-bottom: 0;
}
main section article dl dt {
	float: left;
	color: #777;
}
main section article dl dd {
	padding-left: 120px;
	letter-spacing: -0.6px;
}
main section article#topics dl dt p {
	width: 64px;
	margin: 5px auto 0;
}
main section article#topics dl dd p.title {
	margin-bottom: 5px;
	font-weight: bold;
}
main section article#topics dl dd p.detail {
	text-align: right;
}
main section article#topics dl dd p.detail a {
	color: #0066be;
}
main section article#contact {
	overflow: hidden;
	margin-left: 20px;
	padding: 10px 0 5px 0;
}
main section article#contact p {
	font-size: 1.08em;
}
main section article#contact p.title {
	/*color: #b76456;*/
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1.3;
}
main section article#contact p.tel {
	font-size: 1.5em;
}
main section div.contactWrapper {
	background: url(../img/contact_bg.png) left top repeat-y;
}
main section div.contactWrapperHead {
	overflow: hidden;
	padding-top: 10px;
	background: url(../img/contact_head.png) left top no-repeat;
}
main section article#contact div.contactBox01,
main section article#contact div.contactBox02 {
	float: left;
}
main section article#contact div.contactBox01 {
	padding-left: 155px;
}
main section article#contact div.contactBox02 {
	margin-left: 30px;
}
main section article#contact p.contactBox03 {
	clear: left;
	padding-left: 155px;
}
aside ul {
	width: 270px;
	margin: 0 auto;
	padding: 10px 0;
	border-radius: 10px;
	background-color: #fff;
	text-align: center;
}
aside ul li {
	margin-bottom: 10px;
}
aside div#weather {
	height: 150px;
	margin-bottom: 20px;
	border-radius: 10px;
	background-color: #fff;
}
footer {
	overflow: hidden;
	margin-top: 10px;
	color: #fff;
}
footer nav {
	display: inline-block;
	width: 890px;
	padding: 0 35px;
	border-radius: 10px;
	background-color: #fff;
	color: #000;
}
footer nav ul {
	float: left;
	width: 170px;
	margin: 25px 10px 25px 0;
}
footer nav ul:last-child {
	margin-right: 0;
}
footer nav ul li {
	line-height: 2;
	font-size: 1.17em;
}
footer nav ul li a {
	color: #000;
}
footer p.copy {
	clear: both;
	margin: 20px 0 30px;
	text-align: center;
}
footer p.sitepolicy {
	clear: both;
	margin: 20px 0 30px;
	text-align: right;
}

/*----- 下層ページ -----*/
div.facilites {
	width: 980px;
	margin: 0 auto;
}
div.facilites main {
	float: none;
	background: none;
	width: 967px;
}
nav#breadCrumbs ul {
	overflow: hidden;
	margin: 15px 0 10px 15px;
}
nav#breadCrumbs ul li {
	float: left;
	font-weight: bold;
	color: #000;
}
div.facilites main section {
}
div.facilites main section h2 {
	height: 47px;
	padding: 10px 0 0 54px;
	background: url(../img/h2_facilities.png) left top no-repeat;
	font-size: 2em;
	color: #76583d;
}
div.facilites main section ul#menu {
	overflow: hidden;
	margin-left: 10px;
	min-height: 300px;
	padding: 40px 40px 15px 40px;
	border-radius: 0 0 10px 10px;
	background-color: #fff;
}
div.facilites main section ul#menu li {
	float: left;
	margin: 0 35px 15px 0;
}
div.facilites main section ul#menu li:nth-child(3n) {
	margin-right: 0;
}
div.facilites main section ul#menu li a {
	display: block;
	height: 67px;
	width: 258px;
	padding-top: 18px;
	background: url(../img/bg_item.png) left top no-repeat;
	font-size: 2em;
	color: #76583d;
	text-align: center;
}

div.facilites main section div#menu {
	overflow: hidden;
	margin-left: 10px;
	min-height: 300px;
	padding: 40px 40px 15px 40px;
	border-radius: 0 0 10px 10px;
	background-color: #fff;
}

div#wrap_center {
	overflow: hidden;
	position: relative;
	left: -5px;
	width: 970px;
	margin: 0 auto;
}
div.center main {
	float: right;
	width: 760px;
}
div.center main section {
	position: relative;
	margin-top: 54px;
	padding: 7px 20px 20px 20px;
}
div.center main section h2 {
	position: absolute;
	top: -54px;
	left: -7px;
	height: 44px;
	width: 726px;
	padding: 10px 0 0 40px;
	background: url(../img/h2_center.png) 1px top no-repeat;
	font-size: 2em;
	color: #76583d;
}
div.center main section h3 {
	margin-bottom: 15px;
	padding: 5px 0 0 20px;
	background: url(../img/icon_facilities.png) left top no-repeat;
	font-weight: bold;
	font-size: 1.33em;
	color: #76583d;
}
div.center main section h4 {
	margin-bottom: 15px;
	padding-left: 15px;
	border-left: 5px solid #9b7e63;
	font-size: 1.33em;
	font-weight: bold;
	color: #9b7e63;
}
div.center main section p {
	margin-bottom: 15px;
}
div.center main section ul.photo {
	overflow: hidden;
}
div.center main section ul.photo li {
	float: left;
	margin-right: 35px;
	font-size: 0.8em;
}
div.center main section ul.photo li:last-child {
	margin-right: 0;
}
div.center main section ul.photo li p {
	margin-top: 5px;
}
div.center aside {
	float: left;
}
div.center aside nav {
	position: relative;
	width: 186px;
	height: 600px;
	margin-left: 10px;
	padding-top: 10px;
	border-radius: 10px;
	background: #fbfdf2 url(../img/side_center_top.png) left top no-repeat;
}
div.center aside nav ul {
	position: absolute;
	width: 186px;
	top: 50px;
	left: -7px;
	padding: 0;
	text-align: left;
	background: none;
}
div.center aside nav ul li {
	margin-bottom: 5px;
	padding-top: 9px;
	background: url(../img/bg_side_top.png) left top no-repeat;
}
div.center aside nav ul li a {
	display: block;
	padding: 10px 0;
	background: url(../img/bg_side.png) left top repeat-y;
	font-size: 1.17em;
	font-weight: bold;
	color: #75573b;
	border-radius: 0 10px 10px 0;
}
div.center aside nav ul li a div {
	padding-left: 35px;
	background: url(../img/icon_bg_side.png) 10px 2px no-repeat;
}


/*--- japan-tenki ---*/
.japantenki {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.japantenki1 {
	margin: 0px 0px 0px 60px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	float: left;
}

.japantenki2 {
	margin: 0px 0px 0px 20px;
	padding: 0px 12px 0px 12px;
	text-align: center;
	float: left;
}

.japantenki3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	/*float: left;*/
}



/*--- top slide ---*/
#mainImage {
	width: 970px;
	height: 311px;
	overflow: hidden;
}

#mainImage #slider {
	margin-left: 10px;
	width: 100%;
	height: 100%;
}

#mainImage #slider h3.slider-text {
	color: #1f6bba;
	text-shadow: 2px  2px 5px #fff,
            -2px  2px 5px #fff,
             2px -2px 5px #fff,
            -2px -2px 5px #fff;
	font-size: 32px;
	font-weight: bold;
	font-family: Arial,'ＭＳ Ｐゴシック',sans-serif ;
	position: absolute;
	left: 30%;
	top: 50%;
	max-width: 100%;
	transform: translate(-50%,-50%);
}

.wp-block-columns {
  display: flex;
}
.wp-block-column {
  margin: 0 20px;
}
.wp-block-columns.has-3-columns {
    grid-auto-columns: 33.33333%;
}

@media (max-width: 764px) {
  .wp-block-columns.has-3-columns {
    display: block;
  }
  .wp-block-column {
    margin: 20px 0;
  }
}