﻿@charset "utf-8";

/* --------------------------------
 * base
 * -------------------------------- */
html {
	overflow-y:scroll;
}

body {
	position: relative;
	left: 0;
	color: #333;
	height: 100%;
	line-height: 1.2;
	font-size: 16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #EBF3F9;
	-webkit-text-size-adjust:100%; /* スマホ横向き時の文字拡大を防ぐ */

}

*, *::before, *::after {
  box-sizing: border-box;
}

button, input, select, textarea {
	font-family : inherit;
	font-size : 100%;
}

select {
	margin: 6px 0;
}

textarea {
	line-height: normal;
	width: 96%;
	height: 100px;
}
@media print, screen and (min-width: 768px) {
	textarea {
		width: 500px;
		height: 100px;
		margin-left: 10px;
	}
}

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

a:link, a:visited, a:hover, a:active {
  color: #333;
  text-decoration: none;
}

/* IE 画像が荒くなるのを回避 */
img { -ms-interpolation-mode: bicubic; }

img {
	width: 100%;
	height: 100%;
}

button {
    width: auto;
    padding:0;
    margin:0;
    background:none;
    border:0;
    line-height:0;
   /* overflow:visible; */
    cursor:pointer;
}

button:active {
	outline:none;
}

area:active {
	outline:none;
}

*:focus {
	outline: none;
}

/*　hiddenにするためのクラス　*/
.hidden-style {
	display: none;
}

.pc-hidden {
}
@media print, screen and (min-width: 768px) {
	.pc-hidden {
		display: none;
	}
}

.sp-hidden {
	display: none;
	height: 0;
}
@media print, screen and (min-width: 768px) {
	.sp-hidden {
		display: block;
	}
}

table.list-table tr td.point {
	width: 20px;
	vertical-align: top;
	display: table-cell;
}

/* --------------------------------
 * parts
 * -------------------------------- */
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

h1 {
	width: 260px;
	height: auto;
}
@media print, screen and (min-width: 768px) {
	h1 {
		width: 490px;
	}
}

h2 {
	width: 100%;
	height: 40px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 10px 10px 10px 20px;
	background-color: #5054c0;
}
@media print, screen and (min-width: 768px) {
	h2 {
		width: 960px;
	}
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #5054c0;
	text-shadow: 1px 1px 1px #ccc;
}

h3 .deco {
	font-size: 20px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0;
}
@media print, screen and (min-width: 768px) {
	h4 {
		margin: 15px 0 15px 20px;
	}
}

input {
	margin: 0 1%;
}

input[type="text"],
input[type="tel"]{
	width: 98%;
}
@media print, screen and (min-width: 768px) {
	input[type="text"],
	input[type="tel"]
	{
		margin: 0 10px;
		width: 200px;
	}
}

select {
	margin: 0 1%;
}
@media print, screen and (min-width: 768px) {
	select {
		margin: 0 10px;
	}
}

/* --------------------------------
 * all
 * -------------------------------- */
.background-wrapper {
	width: 100%;
	min-height: 100%;
	position: relative;
}

.content-wrapper {
	width: 100%;
	padding: 10px 2%;
	background-color: #fff;
}
@media print, screen and (min-width: 768px) {
	.content-wrapper {
		width: 980px;
		margin: 15px auto;
		padding: 10px;
	}
}

.link {
	float: right;
	line-height: 1.5;
}

.link a:hover{
	text-decoration: underline;
}

.link .arrow {
	width: 12px;
	height: 12px;
	margin: 4px 3px 0 0;
}

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* --------------------------------
 * header.php
 * -------------------------------- */
header {
	width: 100%;
	height: 90px;
	background-color: #fff;
	padding: 1%;
}
@media screen and (min-width: 768px) {
	header {
		padding: 5px 0 0;
	}
}

.header-wrapper {
	width: 100%;
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	.header-wrapper {
		width: 960px;
	}
}

.header-wrapper .up-area {
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
}

.header-wrapper .up-area h1 {
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	.header-wrapper .up-area h1 {
		margin: 0;
	}
}

.header-wrapper .down-area {
	width: 260px;
	height: 40px;
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	.header-wrapper .down-area {
		width: 100%;
		height: 40px;
		margin: 0;
	}
}

.header-wrapper .down-area #nav-drawer {
	float: left;
}

.header-wrapper .down-area #nav-drawer img{
	box-shadow: 1px 1px 1px #ccc;
}

.header-wrapper .down-area #nav-content {
	background-color: #EBF3F9;
}

.header-wrapper .down-area #nav-content li {
	border-bottom: 1px solid #fff;
	line-height: 3;
	padding-left: 10px;
}

.header-wrapper .down-area #nav-content li:last-child {
	border-bottom: none;
}

.header-wrapper .down-area .list-area {
	display: none;
}
@media screen and (min-width: 768px) {
	.header-wrapper .down-area .list-area {
		display: block;
		float: left;
		padding-top: 13px;
	}
}

.header-wrapper .down-area .list-area ul li{
	display: inline-block;
}

.header-wrapper .down-area .sitemap {
	display: none;
}
@media screen and (min-width: 768px) {
	.header-wrapper .down-area .sitemap {
		display: block;
		float: left;
		padding-top: 13px;
		font-size: 14px;
		margin-left: 120px;
	}
}

.header-wrapper .down-area .sitemap img {
	width: 12px;
	height: 12px;
	vertical-align: middle;
}

.header-wrapper .down-area .contact {
	float: left;
	width: 170px;
	height: 30px;
	margin-left: 5px;
}
@media screen and (min-width: 768px) {
	.header-wrapper .down-area .contact {
		float: right;
		margin-left: 0;
	}
}

.header-wrapper .down-area .contact img{
	box-shadow: 1px 1px 1px #ccc;
}

/* --------------------------------
 * footer.php
 * -------------------------------- */
#footer {
	width: 100%;
	background-color: #fff;
}
@media screen and (min-width: 768px) {
	#footer {
		height: 120px;
	}
}

#footer .footer-content {
	width: 100%;
	padding: 0 2%;
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 768px) {
	#footer .footer-content {
		width: 980px;
		height: 101px;
		margin: 0 auto;
		padding: 0;
		flex-direction: row;
		justify-content: center;
    	align-items: center;
	}
}

#footer .footer-content .link-area {
	width: 100%;
}

#footer .footer-content .link-area ul li {
	line-height: 2;
}
@media screen and (min-width: 768px) {
	#footer .footer-content .link-area ul li {
		display: inline-block;
		line-height: 1.2;
	}
}


@media screen and (min-width: 768px) {
	#footer .footer-content .link-area ul {
		margin-top: 10px;
	}
}

#footer .footer-content .link-area li {
	margin-right: 15px;
}

#footer .footer-content .contact-area {
	width: 100%;
	margin: 10px 0;
	line-height: 1.3;
	border-top: 1px solid #5054c0;
	padding-top: 10px;
}
@media screen and (min-width: 768px) {
	#footer .footer-content .contact-area {
		float: right;
		width: 500px;
		height: 50px;
		border: none;
		padding-top: 0;
	}
}

#footer .footer-content .contact-area .title{
	font-size: 18px;
	font-weight: bold;
}

#footer .footer-content .contact-area .title .sub {
	font-size: 13px;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	#footer .footer-content .contact-area .title .sub {
		font-size: 15px;
	}
}

#footer .copy-right {
	width: 100%;
	height: 20px;
	background-color: #5054c0;
	font-size: 14px;
	padding-top: 2px;
	color: #fff;
	text-align: center;
}

/* --------------------------------
 * index.php
 * -------------------------------- */

.top-image-area {
	width: 96%;
	height: auto;
	margin: 10px auto;
}
@media screen and (min-width: 768px) {
	.top-image-area {
		width: 960px;
		margin: 30px auto 30px;
	}
}

.bxslider {
	width: 100%;
	height: auto;
}
@media screen and (min-width: 768px) {
	.bxslider {
		width: 960px;
		height: 300px;
	}
}

.index-wrapper h2 {
	width: auto;
	height: auto;
	padding: 0;
	background-color: #fff;
	color: #5054c0;
	font-weight: bold;
	text-shadow: 1px 1px 1px #ccc;
}

.index-wrapper .intro-area {
	width: 100%;
	padding: 10px;
	margin: 10px auto 20px;
	background-color: #fff;
	border: 3px solid #5054c0;
	line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
	.index-wrapper .intro-area {
		height: 220px;
	}
}

.index-wrapper .intro-area .desc-area .illustration-1 {
	width: 30%;
	float: left;
	margin-right: 10px;
}
@media print, screen and (min-width: 768px) {
	.index-wrapper .intro-area .desc-area .illustration-1 {
		margin: 10px 20px 0 10px;
		width: 75px;
	}
}

.index-wrapper .intro-area .desc-area .desc {
	float: left;
	width: 65%;
}
@media print, screen and (min-width: 768px) {
	.index-wrapper .intro-area .desc-area .desc {
		margin-top: 30px;
		width: auto;
	}
}

/*
.index-wrapper .intro-area .desc-area {
	float: left;
}
*/
/*
@media print, screen and (min-width: 768px) {
	.index-wrapper .intro-area .desc-area {
		position: relative;
		height: 140px;
		width: 850px;
		padding-left: 20px;
		margin-top: 10px;
		float: left;
	}
}
*/
/*
.index-wrapper .intro-area .desc-area .desc {
}
@media print, screen and (min-width: 768px) {
	.index-wrapper .intro-area .desc-area .desc {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit- transform: translateY(-50%);
	}
}
*/
.index-wrapper .intro-area .desc-area a {
	color: #5054c0;
	text-decoration: underline;
}

.index-wrapper .intro-area .news-area {
}
@media print, screen and (min-width: 768px) {
	.index-wrapper .news-area {
		margin-top: 15px;
	}
}

.index-wrapper .news-area a:hover {
	text-decoration: underline;
}

.index-wrapper .news-area .news {
	width: 100%;
	height: auto;
	padding: 5px;
	margin: 0 auto 10px;
	background-color: #fff;
	border: 3px solid #5054c0;
}
@media print, screen and (min-width: 768px) {
	.index-wrapper .news-area .news {
		width: 470px;
		height: 200px;
		float: left;
		padding: 7px 5px;
		margin: 0;
	}
}

.index-wrapper .news-area .news:first-child {
}
@media print, screen and (min-width: 768px) {
	.index-wrapper .news-area .news:first-child {
		margin-right: 20px;
	}
}

.index-wrapper .news-area .news h2 {
	margin-bottom: 5px;
}

.index-wrapper .news-area .news .content {
}
@media print, screen and (min-width: 768px) {
	.index-wrapper .news-area .news .content {
		margin: 10px 0 0 10px;
	}
}

.index-wrapper .contents-area {
	margin-top: 20px;
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 768px) {
	.index-wrapper .contents-area {
		margin-top: 30px;
		width: 960px;
		height: 200px;
	}
}

.index-wrapper .contents-area .content {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}
@media print, screen and (min-width: 768px) {
	.index-wrapper .contents-area .content {
		width: 300px;
		height: 200px;
		float: left;
		margin: 0 20px 0 0;
	}
}

.index-wrapper .contents-area .content:last-child {
	margin-right: 0;
}

.index-wrapper .place-area {
	width: 100%;
	margin-top: 20px;
	padding: 5px;
	border: 3px solid #5054c0;
}
@media print, screen and (min-width: 768px) {
	.index-wrapper .place-area {
		width: 960px;
		margin-top: 30px;
		padding: 7px 5px;
	}
}

.index-wrapper .place {
	width: 100%;
	height: 120px;
	height: 130px;
}
@media print, screen and (min-width: 768px) {
	.index-wrapper .place {
		width: 310px;
		height: 150px;
		float:left;
		padding-top: 10px;
	}
}

.index-wrapper .place .photo-area {
	float: left;
	width: 120px;
	height: 130px;
	padding-top: 10px;
}
@media print, screen and (min-width: 768px) {
	.index-wrapper .place .photo-area {
		width: 140px;
		height: 140px;
		padding-top: 0;
	}
}

.index-wrapper .place .info-area {
	float: left;
	padding: 10px;
}
@media print, screen and (min-width: 768px) {
	.index-wrapper .place .info-area {
		padding: 5px;
		margin: 0;
		width: 170px;
	}
}

.index-wrapper .place .info-area .title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.index-wrapper .place .info-area a:hover {
	text-decoration: underline;
}

/* --------------------------------
 * intro.php
 * -------------------------------- */
.intro-wrapper .intro {
	width: 100%;
	margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
	.intro-wrapper .intro {
		padding: 0 10px;
	}
}

.intro-wrapper .intro .desc {
	width: 100%;
}
@media print, screen and (min-width: 768px) {
	.intro-wrapper .intro .desc {
		float: left;
		width: 600px;
	}
}

.intro-wrapper .intro .photo {
	width: 310px;
	height: 340px;
	margin: 10px auto 0;
}
@media print, screen and (min-width: 768px) {
	.intro-wrapper .intro .photo {
		float: right;
		margin: 0;
	}
}
.intro-wrapper .tool-area {
	width: 100%;
	margin: 20px 0;
}
@media print, screen and (min-width: 768px) {
	.intro-wrapper .tool-area {
		padding: 10px;
	}
}


.intro-wrapper .tool-area .intro-desc-area {
	margin: 10px 0 30px;
}

@media print, screen and (min-width: 768px) {
	.intro-wrapper .tool-area .intro-desc-area .desc {
		float: left;
		width: 630px;
	}
}

.intro-wrapper .tool-area .intro-desc-area .illustration-5 {
	width: 100px;
	float: right;
}
@media print, screen and (min-width: 768px) {
	.intro-wrapper .tool-area .intro-desc-area .illustration-5 {
		float: left;
		margin-top: -40px;
	}
}

.intro-wrapper .tool-area .tool-each {
	margin: 0 0 40px 0;
}

.intro-wrapper .tool-area .photo {
	width: 100%;
	height: auto;
	margin: 10px 0 5px;
}
@media print, screen and (min-width: 768px) {
	.intro-wrapper .tool-area .photo {
		width: 380px;
		height: 224px;
	}
}

/* --------------------------------
 * place.php
 * -------------------------------- */
.place-wrapper .intro {
	margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
	.place-wrapper .intro {
		padding: 10px;
	}
}

.place-wrapper .intro .desc-area .illustration-4 {
	width: 30%;
	float: left;
	margin-left: 10px;
}
@media print, screen and (min-width: 768px) {
	.place-wrapper .intro .desc-area .illustration-4 {
		width: 75px;
	}
}

.place-wrapper .intro .desc-area .desc {
	float: left;
	margin-left: 20px;
	margin-top: 30px;
	width: 60%;
}
@media print, screen and (min-width: 768px) {
	.place-wrapper .intro .desc-area .desc {
		margin-top: 50px;
		width: auto;
	}
}

.place-wrapper .intro .photo {
	width: 140px;
	height: 140px;
}

.place-wrapper .list-area {
	margin: 10px 0;
}
@media print, screen and (min-width: 768px) {
	.place-wrapper .list-area {
		margin-bottom: 10px;
	}
}

.place-wrapper .list-area .list {
	width: 100%;
	padding: 10px 0;
}
@media print, screen and (min-width: 768px) {
	.place-wrapper .list-area .list {
		padding: 20px 10px 15px;
	}
}

.place-wrapper .list-area .list:nth-child(odd){
	background-color: #EBF3F9;
}

.place-wrapper .list table {
	table-layout: fixed;
}

.place-wrapper .list td {
	padding-top: 10px;
}

.place-wrapper .list table .photo {
	display: none;
}
@media print, screen and (min-width: 768px) {
	.place-wrapper .list table .photo {
		display: table-cell;
		width: 140px;
		height: 140px;
	}
}

.place-wrapper .list table .title a {
	font-size: 18px;
	font-weight: bold;
}
@media print, screen and (min-width: 768px) {
	.place-wrapper .list table .title a {
		padding-left: 10px;
	}
}

.place-wrapper .list table .title a:hover {
	text-decoration: underline;
}

.place-wrapper .list table .content {
}
@media print, screen and (min-width: 768px) {
	.place-wrapper .list table .content {
		padding-left: 10px;
	}
}

.place-wrapper .list table .content a:hover{
	text-decoration: underline;
}

.place-wrapper .list table .content .map{
	width: 42px;
	height: 18px;
	margin-left: 10px;
}

.place-wrapper .list table .link {
	float: none;
	padding-left: 10px;
}

/* --------------------------------
 * detail-*.php
 * -------------------------------- */
.detail-wrapper .intro {
	margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
	.detail-wrapper .intro {
		padding: 10px;
	}
}

.detail-wrapper table {
	width: 100%;
}

.detail-wrapper td {
	display: block;
}
@media print, screen and (min-width: 768px) {
	.detail-wrapper td {
		display: table-cell;
	}
}

.detail-wrapper .intro .photo {
	width: 140px;
	height: 140px;
	margin: 0 auto 10px;
}
@media print, screen and (min-width: 768px) {
.detail-wrapper .intro .photo {
	margin: 0;
}
}

.detail-wrapper .intro table .content {
	padding: 10px 0;
}
@media print, screen and (min-width: 768px) {
	.detail-wrapper .intro table .content {
		padding: 0 0 0 10px;
	}
}

.detail-wrapper .intro table .content a {
	color: #5054c0;
	text-decoration: underline;
}

.detail-wrapper .desc-area {
	margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
	.detail-wrapper .desc-area {
		margin: 0 20px;
	}
}

.detail-wrapper .desc-area h3 {
	margin-bottom: 10px;
}

.detail-wrapper .desc-area h3 {
	margin-bottom: 10px;
}

.detail-wrapper .desc-area .content {
	margin: 0 0 0 20px;
}

.detail-wrapper .desc-area .content a {
	color: #5054c0;
	text-decoration: underline;
}

.detail-wrapper .desc-area .content .img-area {
	margin: 20px 0;
}

.detail-wrapper .desc-area .content .img-area.center {
	width: 100%;
}
@media print, screen and (min-width: 768px) {
	.detail-wrapper .desc-area .content .img-area.center {
		width: 320px;
		margin: 20px auto 0;
	}
}

.detail-wrapper .desc-area .content img {
	width: 100%;
	margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
	.detail-wrapper .desc-area .content img {
		width: 320px;
		height: auto;
		margin-right: 20px;
		margin-bottom: 0;
	}
}

.detail-wrapper .desc-area .content .text-area {
}
@media print, screen and (min-width: 768px) {
	.detail-wrapper .desc-area .content .text-area {
		width:460px;
		float: left;
	}
}

.detail-wrapper .desc-area .content .text-area .list {
	margin: 0 0 5px 0;
	line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
	.detail-wrapper .desc-area .content .text-area .list {
		margin: 0 0 5px 30px;
		line-height: 1.2;
	}
}

.detail-wrapper .desc-area .content .text-area .age{
	float: right;
	width: 130px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.detail-wrapper .map {
}
@media print, screen and (min-width: 768px) {
	.detail-wrapper .map {
		margin: 20px;
	}
}

.detail-wrapper .desc-area .content .photo-area {
}
@media print, screen and (min-width: 768px) {
	.detail-wrapper .desc-area .content .photo-area {
		float: left;
		margin-left: 40px;
	}
}

.detail-wrapper .desc-area .content .photo-area img {
	width: 100%;
}
@media print, screen and (min-width: 768px) {
	.detail-wrapper .desc-area .content .photo-area img {
		width: 280px;
	}
}

.detail-wrapper .desc-area .content .notice {
	margin: 20px 0;
}

.detail-wrapper .desc-area .link-area {
	margin-bottom: 20px;
}

.detail-wrapper .desc-area .link-area a {
	margin-right: 20px;
	line-height: 1.5;
	color: #5054c0;
	text-decoration: underline;
}

.detail-wrapper .desc-area .link-area .arrow {
	width: 12px;
	height: 12px;
	margin: 5px 2px 0 0;
}

.detail-wrapper .desc-area .map iframe {
	margin-top: 10px;
}

/* .detail-wrapper table.inner-table {
	width: 100%;
} */

.detail-wrapper table.inner-table {
	border-top: 1px solid #5054c0;
	border-right: 1px solid #5054c0;
	/* margin: 10px 0 10px 20px; */
}
@media print, screen and (min-width: 768px) {
	.detail-wrapper table.inner-table {
		width: 600px;
	}
}

.detail-wrapper table.inner-table td, 
.detail-wrapper table.inner-table th
{
	border-left: 1px solid #5054c0;
	border-bottom: 1px solid #5054c0;
	padding: 5px 10px;
	display: table-cell;
}

.detail-wrapper table.inner-table th {
	background-color: #EBF3F9;
	width: 30%;
}
@media print, screen and (min-width: 768px) {
	.detail-wrapper table.inner-table th {
		width: 160px;
	}
}

/* --------------------------------
 * schedule.php
 * -------------------------------- */
.schedule-wrapper h2 .sub {
	font-size: 16px;
	font-weight: bold;
}

.schedule-wrapper table {
	width: 100%;
	margin: 10px 0;
	table-layout: fixed;
	font-size: 16px;

}
@media print, screen and (min-width: 768px) {
	.schedule-wrapper table {
		margin: 20px 0;
	}
}

.schedule-wrapper table a {
	color: #5054c0;
	text-decoration: underline;
}

.schedule-wrapper tr {
	line-height: 1.7;
}
@media print, screen and (min-width: 768px) {
	.schedule-wrapper tr {
		height: 74px;
	}
}

.schedule-wrapper tr.title {
	display: none;
}
@media print, screen and (min-width: 768px) {
	.schedule-wrapper tr.title {
		display: table-row;
		height: 50px;
	}
}

.schedule-wrapper tr:nth-last-child(even) {
	background-color: #EBF3F9;
}

.schedule-wrapper th {
	display: none;
}
@media print, screen and (min-width: 768px) {
	.schedule-wrapper th {
		display: table-cell;
		background-color: #d3d5fe;
		font-weight: bold;
		padding: 10px;
	}
}

.schedule-wrapper th.date {
	width: 180px;
}

.schedule-wrapper th.name {
	width: 310px;
}

.schedule-wrapper th.place {
	width: 220px;
}

.schedule-wrapper th.host {
	width: 250px;
}

.schedule-wrapper td:first-child {
	padding-top: 10px;
}

.schedule-wrapper td:last-child {
	padding-bottom: 10px;
}

.schedule-wrapper td {
	display: block;
	padding-left: 5px;
}
@media print, screen and (min-width: 768px) {
	.schedule-wrapper td {
		display: table-cell;
		padding: 10px;
	}
}

.schedule-wrapper .illustration-area .illustration-2 {
	width: 100px;
	float: right;
	margin: 0 10px 20px 0;
}
@media print, screen and (min-width: 768px) {
	.schedule-wrapper .illustration-area .illustration-2 {
		margin: -20px 30px 20px 0;
	}
}

/* --------------------------------
 * outline.php
 * -------------------------------- */
.outline-wrapper .greeting {
	padding: 10px 2% 0;
}
@media print, screen and (min-width: 768px) {
	.outline-wrapper .greeting {
		padding: 20px 10px 10px;
	}
}

.outline-wrapper h3 {
	margin-bottom: 10px;
}

.outline-wrapper .greeting .photo {
	width: 270px;
	height: 210px;
	margin: 0 auto 10px;
}
@media print, screen and (min-width: 768px) {
	.outline-wrapper .greeting .photo {
		width: 270px;
		height: 210px;
		margin: 0;
		float: left;
	}
}

.outline-wrapper .greeting .desc {
	width: 100%;
}
@media print, screen and (min-width: 768px) {
	.outline-wrapper .greeting .desc {
		width: 630px;
		margin-left: 30px;
		float: left;
	}
}

.outline-wrapper .greeting .signature {
	height: 70px;
	margin-top: 50px;
	float: right;
	text-align: right;
}

.outline-wrapper .member {
	margin-top: 20px;
}

.outline-wrapper .member table {
	width: 100%;
}
@media print, screen and (min-width: 768px) {
	.outline-wrapper .member table {
		width: auto;
		margin: 10px;
	}
}

.outline-wrapper .member table tr {
}
@media print, screen and (min-width: 768px) {
	.outline-wrapper .member table tr {
		height: 30px;
	}
}

.outline-wrapper .member table .position {
	display: block;
	width: 100%;
	line-height: 2;
	padding-left: 5px;
	background-color: #EBF3F9;
}
@media print, screen and (min-width: 768px) {
	.outline-wrapper .member table .position {
		display: table-cell;
		width: 100px;
		padding-left: 0;
		background-color: #fff;
	}
}

.outline-wrapper .member table .person {
	display: block;
	width: 100%;
	line-height: 2;
	padding-left: 5px;
}
@media print, screen and (min-width: 768px) {
	.outline-wrapper .member table .person {
		display: table-cell;
		width: auto;
		padding-left: 0;
	}
}

.outline-wrapper .event{
	margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
	.outline-wrapper .event{
		height: 250px;
	}
}



.outline-wrapper .event .desc {
	width: 100%;
	height: 230px;
}
@media print, screen and (min-width: 768px) {
	.outline-wrapper .event .desc {
		float:left;
		width: 300px;
	}
}

.outline-wrapper .event .desc ol {
	padding: 10px 10px 10px 30px;
}

.outline-wrapper .event .desc ol li {
	list-style-type: decimal;
	height: 30px;
}

.outline-wrapper .event .desc ul {
	padding: 20px 0 10px;
}

.outline-wrapper .event .desc ul li {
	list-style-type: none;
	height: 30px;
}

.outline-wrapper .event .photo {
	width: 240px;
	margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
	.outline-wrapper .event .photo {
		float: left;
		width: 530px;
		margin-left: 60px;
	}
}

.outline-wrapper .event .photo img {
	width: 240px;
	height: 180px;
	margin: 10px 0 0;
}
@media print, screen and (min-width: 768px) {
	.outline-wrapper .event .photo img {
		margin: 0 0 0 20px;
	}
}

.outline-wrapper .event .photo .caption {
	margin: 10px 0;
	width: 100%;
	font-size: 16px;
	text-align: center;
}
@media print, screen and (min-width: 768px) {
	.outline-wrapper .event .photo .caption {
		margin: 10px auto 0;
		width: 440px;
		font-size: 16px;
	}
}

.outline-wrapper .contact {
	margin-top: 40px;
}

.outline-wrapper .contact div {
	line-height: 1.5;
	padding-left: 10px;
}
@media print, screen and (min-width: 768px) {
	.outline-wrapper .contact div {
		height: 25px;
	}
}

.outline-wrapper .contact .title {
	padding-left: 5px;
}
@media print, screen and (min-width: 768px) {
	.outline-wrapper .contact .title {
		padding-left: 10px;
	}
}

.outline-wrapper .relation {
	margin-top: 40px;
	height: 100px;
}

.outline-wrapper .relation div {
	padding: 0 10px;
	height: 24px;
}

.outline-wrapper .relation a{
	color: #5054c0;
	text-decoration: underline;
}

.outline-wrapper .illustration-area .illustration {
	width: 130px;
	margin: 0 10px 20px 10px;
}

.outline-wrapper .illustration-area .illustration .illustration-3 {
	width: 100%
	height: 100%;
}

.outline-wrapper .illustration-area .illustration .name {
	font-size: 8pt;
}

/* --------------------------------
 * download.php
 * -------------------------------- */
.download-wrapper .download-area {
	padding: 0 10px;
	width: 100%;
	margin-top: 20px;
}

.download-list {
	padding: 20px 0 0 20px;
}

a.download-link {
	text-decoration: underline;
	line-height: 2;
}

.excel-icon {
	height: 24px;
	width: 24px;
	margin-left: 10px;
}

.pdf-icon {
	height: 24px;
	width: 20px;
	margin-left: 10px;
}

 /* .outline-wrapper .greeting {
	padding: 10px 2% 0;
}
@media print, screen and (min-width: 768px) {
	.outline-wrapper .greeting {
		padding: 20px 10px 10px;
	}
}

.outline-wrapper h3 {
	margin-bottom: 10px;
}

.outline-wrapper .greeting .photo {
	width: 270px;
	height: 210px;
	margin: 0 auto 10px;
}
@media print, screen and (min-width: 768px) {
	.outline-wrapper .greeting .photo {
		width: 270px;
		height: 210px;
		margin: 0;
		float: left;
	}
}

.outline-wrapper .greeting .desc {
	width: 100%;
}
@media print, screen and (min-width: 768px) {
	.outline-wrapper .greeting .desc {
		width: 630px;
		margin-left: 30px;
		float: left;
	}
}

.outline-wrapper .greeting .signature {
	width: 220px;
	height: 70px;
	margin: 25px 15px 0 0;
	float: right;
}

.outline-wrapper .member {
	margin-top: 20px;
}

.outline-wrapper .member table {
	width: 100%;
}
@media print, screen and (min-width: 768px) {
	.outline-wrapper .member table {
		width: auto;
		margin: 10px;
	}
}

.outline-wrapper .member table tr {
}
@media print, screen and (min-width: 768px) {
	.outline-wrapper .member table tr {
		height: 30px;
	}
}

.outline-wrapper .member table .position {
	display: block;
	width: 100%;
	line-height: 2;
	padding-left: 5px;
	background-color: #EBF3F9;
}
@media print, screen and (min-width: 768px) {
	.outline-wrapper .member table .position {
		display: table-cell;
		width: 100px;
		padding-left: 0;
		background-color: #fff;
	}
}

.outline-wrapper .member table .person {
	display: block;
	width: 100%;
	line-height: 2;
	padding-left: 5px;
}
@media print, screen and (min-width: 768px) {
	.outline-wrapper .member table .person {
		display: table-cell;
		width: auto;
		padding-left: 0;
	}
}

.outline-wrapper .event{
	margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
	.outline-wrapper .event{
		height: 250px;
	}
}



.outline-wrapper .event .desc {
	width: 100%;
	height: 230px;
}
@media print, screen and (min-width: 768px) {
	.outline-wrapper .event .desc {
		float:left;
		width: 300px;
	}
}

.outline-wrapper .event .desc ol {
	padding: 10px 10px 10px 30px;
}

.outline-wrapper .event .desc ol li {
	list-style-type: decimal;
	height: 30px;
}

.outline-wrapper .event .desc ul {
	padding: 20px 0 10px;
}

.outline-wrapper .event .desc ul li {
	list-style-type: none;
	height: 30px;
}

.outline-wrapper .event .photo {
	width: 240px;
	margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
	.outline-wrapper .event .photo {
		float: left;
		width: 530px;
		margin-left: 60px;
	}
}

.outline-wrapper .event .photo img {
	width: 240px;
	height: 180px;
	margin: 10px 0 0;
}
@media print, screen and (min-width: 768px) {
	.outline-wrapper .event .photo img {
		margin: 0 0 0 20px;
	}
}

.outline-wrapper .event .photo .caption {
	margin: 10px 0;
	width: 100%;
	font-size: 16px;
	text-align: center;
}
@media print, screen and (min-width: 768px) {
	.outline-wrapper .event .photo .caption {
		margin: 10px auto 0;
		width: 440px;
		font-size: 16px;
	}
}

.outline-wrapper .contact {
	margin-top: 40px;
}

.outline-wrapper .contact div {
	line-height: 1.5;
	padding-left: 15px;
}
@media print, screen and (min-width: 768px) {
	.outline-wrapper .contact div {
		height: 25px;
		padding-left: 30px;
	}
}

.outline-wrapper .contact .title {
	padding-left: 5px;
}
@media print, screen and (min-width: 768px) {
	.outline-wrapper .contact .title {
		padding-left: 10px;
	}
}

.outline-wrapper .relation {
	margin-top: 40px;
	height: 100px;
}

.outline-wrapper .relation div {
	padding: 0 10px;
	height: 24px;
}

.outline-wrapper .relation a{
	color: #5054c0;
	text-decoration: underline;
}

.outline-wrapper .illustration-area .illustration {
	width: 130px;
	margin: 0 10px 20px 10px;
}

.outline-wrapper .illustration-area .illustration .illustration-3 {
	width: 100%
	height: 100%;
}

.outline-wrapper .illustration-area .illustration .name {
	font-size: 8pt;
} */

/* --------------------------------
 * news.php
 * -------------------------------- */
.news-wrapper h3 {
	margin: 20px 0 10px;
}

.news-wrapper .content {
	margin-left: 10px;
}

.news-wrapper img {
	width: 200px;
	height: auto;
	margin: 10px 0;
}
@media print, screen and (min-width: 768px) {
	.news-wrapper img {
		margin: 20px 0 0 20px;
	}
}

.news-wrapper img.exam {
	width: 300px;
	height: auto;
}
@media print, screen and (min-width: 768px) {
	.news-wrapper img.exam {
		margin: 10px 0 0 10px;
	}
}

/* --------------------------------
 * info.php
 * -------------------------------- */
.info-wrapper h2{
	margin-bottom: 20px;
}

.info-wrapper table.info-each {
	width: 100%;
	margin: 10px 0;
	line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
	.info-wrapper table.info-each {
		width: 960px;
		display: block;
	}
}

.info-wrapper table.info-each td {
	display: block;
}
@media print, screen and (min-width: 768px) {
	.info-wrapper table.info-each td {
		display: table-cell;
	}
}

.info-wrapper table.info-each .heading {
	width: 100%;
	background-color: #EBF3F9;
	border-bottom: 2px solid #fff;
	padding: 5px;
}
@media print, screen and (min-width: 768px) {
	.info-wrapper table.info-each .heading {
		width: 160px;
		text-align: center;
		padding: none;
	}
}

.info-wrapper table.info-each .content {
	width: 100%;
	padding: 5px 0;
}
@media print, screen and (min-width: 768px) {
	.info-wrapper table.info-each .content {
		width: 800px;
		padding: 15px 10px;
	}
}

.info-wrapper table.info-each .content .disc {
	margin-left: 15px;
}
@media print, screen and (min-width: 768px) {
	.info-wrapper table.info-each .content .disc {
		margin: 5px 15px;
	}
}

.info-wrapper table.info-each .inner-table {
	border-top: 1px solid #5054c0;
	border-right: 1px solid #5054c0;
	margin: 10px 0 10px 20px;
}
@media print, screen and (min-width: 768px) {
	.info-wrapper table.info-each .inner-table {
		width: 600px;
	}
}

.info-wrapper table.info-each .inner-table td {
	border-left: 1px solid #5054c0;
	border-bottom: 1px solid #5054c0;
	padding: 5px 10px;
	display: table-cell;
}
@media print, screen and (min-width: 768px) {
	.info-wrapper table.info-each .inner-table td {
	}
}

.info-wrapper table.info-each .inner-table td.heading {
	width: 30%;
}
@media print, screen and (min-width: 768px) {
	.info-wrapper table.info-each .inner-table td.heading {
		width: 160px;
	}
}

.info-wrapper a {
	cursor: pointer;
	text-decoration: underline;
	color: #5054c0;
}

/* --------------------------------
 * sitemap.php
 * -------------------------------- */
.sitemap-wrapper h2{
	margin-bottom: 20px;
}

.sitemap-wrapper .parent a,
.sitemap-wrapper .child a
{
	color: #5054c0;
	text-decoration: underline;
	line-height: 2;
}

.sitemap-wrapper .parent {
	margin-left: 10px;
}

.sitemap-wrapper .child {
	margin-left: 40px;
}

/* --------------------------------
 * ページトップボタン
 * -------------------------------- */

#pageTop {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 5%;
  z-index: 9999;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  background: url('../img/btn/btnPageTop_pc.png') no-repeat;
  width: 60px;
  height: 60px;
  opacity: 0.7;
}
@media print, screen and (min-width: 768px) {
	#pageTop a {
		opacity: 0.7;
	}
}


#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media print, screen and (min-width: 768px) {
  #pageTop a:hover {
	  opacity: 1;
	}
}
