@charset "utf-8";
.pc { display: block; margin: 0 auto; }
.sp { display: none !important; }

@media screen and (max-width: 800px) {
.pc,aside { display: none !important; }
.sp { display: block !important; }
body{ min-width: 100%; -webkit-text-size-adjust: 100%; font-size: 110%;}
img { max-width: 100%; vertical-align: middle; height: auto; }
html,body {
  -webkit-text-size-adjust: none;
}
header,
.main_visual,
.about,
.news,
.facility,
.access,
.copy,
.header_contents,
.top_contents,
.about h2 span,
.about ul,
.news h2 span,
.facility h2 span,
.facility ul,
.access_contents,
footer,
.copy_contents,
.page-template-page article,
.single article,
.category article,
.page-template-default article,
aside,
.sp_nav {
	width: 100%;
	clear: both;
	float: inherit;
	display: block;
	box-sizing: border-box;
}
.main,
.top_contents,
.news_contents {
	width: 94%;
	margin: 50px 3%;
	box-sizing: border-box;
}
.breadcrumbs {
	width: 94%;
	margin: 0 3%;
	box-sizing: border-box;
}
header,.header_contents {
	background: #fff;
	overflow: hidden;
	height: auto;
	padding: 0 !important;
}
header h1 {
	display: block;
	text-align: center;
	width: 100%;
	float: inherit;
	margin: 40px 0;
}
.menu-menu-1-container {
	display: none;
}
.nav_flxed {
  position: inherit!important;
  top: 0;
  left: 0;
  width: 100%;
}
.nav_title {
	margin-top: 5%;
	padding: 5% 3%;
	box-sizing: border-box;
	font-size: 5vw;
	background-color: #666;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #666;
}
.menu-menu-1-container li {
	position: relative;
}
.menu-menu-1-container li a {
	padding: 30px 15px;
	box-sizing: border-box;
	border-bottom: 1px solid #666;
	display: block;
	width: 100%;
}
.menu-menu-1-container li a{
	padding: 4% 5%;
	font-size: 4vw;
	display: block;
	border-bottom: 1px solid #666;
	color: #333;
	font-weight: bold;
	box-sizing: border-box;
}
.sub-menu li a {
	border-bottom: 0 !important;
	font-weight: normal;
}
.sub-menu li:last-child a {
	border-bottom: 1px solid #666 !important;
}
.menu-menu-1-container li a:before {
	content: "\f105";
	font-family: FontAwesome;
	padding-right: 5%;
}
.sub-menu li a {
	padding-left: 10%;
}
.main_visual {
    position: relative;
    top: 0;
	display: block;
	overflow: hidden;
	text-align: center;
}
.main_visual img {
	width: 100%;
	height: auto;
}

.main_visual p {
    font-family: "Sawarabi Mincho";
    font-size: 5vw;
    position: absolute;
    color: #000;
    top: 30%;
    left: 45%;
    line-height: 7vw;
    text-shadow: 1px 2px 3px #fff;
    font-weight: bold;
}
.page .main_visual,
.single .main_visual,
.category .main_visual {
    background: url(../img/page_h2_bg.jpg)no-repeat center;
    overflow: hidden;
    background-size: 100% auto;
    height: 150px;
    text-align: center;
    margin-bottom: 30px;
}
.page .main_visual h2,
.single .main_visual h2,
.category .main_visual h2 {
    font-size: 6vw;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000;
    margin-top: 65px;
    letter-spacing: 0.1em;
}
.top_contents h2 {
    font-size: 5vw;
}
.about h2 span,
.news h2 span,
.facility h2 span {
    font-size: 5vw;
    color: #fff;
    padding: 50px 0 50px 3%;
    display: block;
    text-shadow: 1px 2px 3px #000;
	box-sizing: border-box;
}
.about ul {
    margin: 50px auto;
}
.about li {
	display: block;
	width: 80%;
	margin: 0 auto 50px;
	text-align: center;
	box-sizing: border-box;
}
.about li:nth-child(2) {
	margin: 0 auto 50px;
}
.news_contents ul {
    overflow: hidden;
    margin: 50px auto;
	font-size: 0;
}
.news_contents li {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
	font-size: 4vw;
	padding: 3%;
}

.news_contents a p {
    padding-top: 10px;
    font-size: 90%;
    padding-left: 0;
    line-height: 130%;
}
.facility ul {
    margin: 50px auto;
}
.facility li {
	display: block;
	width: 80%;
	margin: 0 auto 50px;
	text-align: center;
	box-sizing: border-box;
}
.facility li:nth-child(2) {
	margin: 0 auto 50px;
}
.facility li:first-child p {
	height: auto;
}
.facility li p {
	height: auto;
}
.access {
	background: url(http://tsuokanoki.jp/webpage/wp/wp-content/uploads/2017/11/08.jpg) no-repeat center;
	background-size: auto 100%;
	overflow: hidden;
	padding: 50px 0;
}
.access_contents {
	padding: 40px;
	box-sizing: border-box;
	background: rgba(50,50,50,0.5);
	color: #fff;
	width: 90%;
	text-align: center;
	margin-bottom: 50px;
}
.access_contents li {
	display: block;
	width: 100%;
}
.access_contents p {
	margin: 30px 0 20px;
	clear: both;
	text-align: left;
	line-height: 130%;
}
.access_contents dl {overflow: hidden;}
.access_contents dt {
	width: 100%;
	float: inherit;
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #fff;
	text-align: left;
	line-height: 130%;
}
.access_contents dd {
	width: 100%;
	float: inherit;
	display: block;
	padding: 10px 0 20px;
	text-align: left;
	line-height: 130%;
}
.access_contents02 {
	display:block;
	margin-top:20px;
}
.access_contents03 {
	width:100%;
}

.tb_box table th {
    padding: 5%;
    width: 38%;
	font-size: 4vw;
}
.tb_box table td {
    padding: 5%;
	line-height: 150%;
	font-size: 4vw;
}
.tb_box3 table th,
.tb_box3 table td{
	width: 100%;
	display: block;
}
.page article h2,.single article h2,.archive article h2 {
    margin-left: 0;
}
.page article h3 span,.single article h3 span,.archive article h3 span {
    position: absolute;
    left: 3%;
	top: 0;
    color: #6eb92b;
    font-size: 5vw;
	text-align: left;
	display: block;
	width: 100%;
}
.page article h3,.single article h3,.archive article h3 {
    padding-left: 0;
    padding-top: 30px;
}
.page article h3 span .fa,.single article h3 span .fa,.archive article h3 span .fa {
    color: #6eb92b;
    display: block;
    text-align: center;
}
.page-id-10 article h3 {
    padding-left: 0;
    padding-top: 30px;

}
.page-id-10 article h3 span {
    position: absolute;
    left: 3%;
	top: 0;
    color: #6eb92b;
    font-size: 20px;
	text-align: left;
	display: block;
	width: 100%;
}
.page-id-10 article h3 span .fa {
    color: #6eb92b;
    display: inline-block;
    text-align: left;
}
.tb_box2 ul, .tb_box ul {
    margin: 20px 0 0;
}
.tb_box2 li, .tb_box li {
    font-size: 16px;
    display: block;
    width: 100%;
    vertical-align: top;
	margin-bottom: 20px;
}
#page-top {
    position: fixed;
    bottom: 40px;
    right: 20px;
    font-size: 120%;
}
#page-top a {
    background: rgba(50,50,50,0.85);
    text-decoration: none;
    color: #fff;
    width: 70px;
    padding: 20px 0 25px;
    text-align: center;
    display: block;
    border-radius: 0;
}
.google-maps {
position: relative;
padding-bottom: 250px; /*高さは250pxで固定*/
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}



}