@charset "UTF-8";
@font-face {
  font-family: mplus-1c-regular;
  src: url("mplus-1c-regular.ttf") format("truetype");
}

.eye h2, #contents .inner .area-news h2, #contents .inner .area-guide h2, #contents .inner .area-check h2 {
  margin-bottom: 20px;
  font-family: mplus-1c-regular, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", YuGothic, "Yu Gothic", 游ゴシック体, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 20px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .eye h2, #contents .inner .area-news h2, #contents .inner .area-guide h2, #contents .inner .area-check h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

/* Pタグ装飾設定 */
img.slant_box_l {
	transform: rotate(-5deg);
}
img.slant_box_r {
	transform: rotate(5deg);
}
img.shadow_box_black {
	box-shadow:3px 3px 10px #000000;
}
img.shadow_box_gray {
	box-shadow:3px 3px 10px #aaaaaa;
}
img.frame_box_gray {
border:solid 2px #aaaaaa;
}
img.frame_box_black {
border:solid 6px #aaaaaa;
}
img.radius_box {
	        border-radius: 15px;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
}
img.circle_box {
	        border-radius: 50%;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
}

img {
  box-sizing:border-box;
}


#contents .inner .area-guide .section-body .grid-image h3, #contents .inner .area-check h3, #contents article .article-body h2, #contents article .article-body .grid-image h3 {
  color: #1e99a8;
  font-size: 20px;
}

#contents .inner .area-guide .section-body span > h3, #contents article .article-body .area-att h3,
#contents article .article-body .area-course h3,
#contents article .article-body .area-option h3, #contents article .article-body .area-contact h3 {
  font-size: 18px;
}

#contents .inner .area-guide .section-body span > h3:before, #contents article .article-body .area-att h3:before,
#contents article .article-body .area-course h3:before,
#contents article .article-body .area-option h3:before, #contents article .article-body .area-contact h3:before {
  content: "●";
  color: #1e99a8;
}

/* LINK設定 */
div.extlinkbox {
	text-align: left;
}
div.extlinkbox.dispcenter {
	text-align: center;
}
div.extlinkbox.dispright {
	text-align: right;
}
div.extlinkbox img {
	height: 30px;
	margin: 2px 5px 2px 2px;
}


/*!
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
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, main, 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;
}

/* -------------------------------------
	PC用スタイル
------------------------------------- */
/* -------------------------------------
	要素
------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  min-width: 840px;
  line-height: 1.231;
  background: #fff;
  color: #333;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", YuGothic, "Yu Gothic", 游ゴシック体, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: 500;
  -webkit-text-size-adjust: none;
}

textarea,
input {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", YuGothic, "Yu Gothic", 游ゴシック体, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

iframe,
img {
  vertical-align: top;
}

ul {
  list-style: none;
}

small {
  font-size: 80%;
}

a {
  color: #2c2c38;
}

a:hover {
  text-decoration: none;
}

sup {
  vertical-align: top;
  font-size: 65%;
}

sub {
  vertical-align: bottom;
  font-size: 65%;
}

iframe {
  max-width: 100%;
}

h2, h3, h4, h5 {
  font-weight: normal;
}

/* -------------------------------------
	全体
------------------------------------- */
.inner {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}

/* -------------------------------------
	ヘッダー
------------------------------------- */
#page header[role="banner"] > .inner {
  position: relative;
}

#page header[role="banner"] .tagline {
  height: 16px;
  padding: 8px 0;
  background: #eee;
  font-size: 12px;
}

#page header[role="banner"] .contact {
  position: absolute;
  top: -32px;
  right: 0;
}

#page header[role="banner"] .contact dl {
  background: #ed7275;
  color: white;
  font-size: 12px;
}

#page header[role="banner"] .contact dl dt, #page header[role="banner"] .contact dl dd {
  display: table-cell;
  vertical-align: middle;
}

#page header[role="banner"] .contact dl dt {
  padding: 8px 10px;
}

#page header[role="banner"] .contact dl dd {
  padding: 8px 10px;
  background: #f2999b;
}

#page header[role="banner"] .contact dl dd strong {
  font-size: 18px;
}

#page header[role="banner"] .logo {
  padding-top: 45px;
  margin-bottom: 15px;
  text-align: center;
}

#page header[role="banner"] .logo p {
  margin-bottom: 5px;
  font-size: 12px;
}

#page header[role="banner"] .logo h1 {
  font-size: 34px;
  font-family: mplus-1c-regular, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", YuGothic, "Yu Gothic", 游ゴシック体, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: normal;
  letter-spacing: .1em;
}

#page header[role="banner"] .logo h1 a {
  text-decoration: none;
}

#page header[role="banner"] nav {
  margin: 0 0 20px;
  padding: 0;
}

#page header[role="banner"] nav ul {
  display: table;
  table-layout: fixed;
  font-family: mplus-1c-regular, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", YuGothic, "Yu Gothic", 游ゴシック体, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

#page header[role="banner"] nav ul li {
  float: none;
  display: table-cell;
  width: 300px;
  font-size: 16px;
  text-align: center;
}

#page header[role="banner"] nav ul li a {
  display: block;
  padding: 12px 5px;
  text-decoration: none;
  border-radius: 30px;
  transition: none 0.5s ease-in-out;
  transition-property: background-color, color;
}

#page header[role="banner"] nav ul li a:hover {
  background-color: #ecf8f9;
}

#page header[role="banner"] nav ul li a:active,
#page header[role="banner"] nav ul li.state-active a {
  color: white;
  background: #1e99a8;
}

/* -------------------------------------
	フッター
------------------------------------- */
#page footer[role="contentinfo"] {
/*  margin-top: 80px;*/
  padding: 0;
  background: #1e99a8;
  font-size: 12px;
}

#page main {
  margin-bottom: 80px;
}

#page footer[role="contentinfo"] a {
  color: white;
}

#page footer[role="contentinfo"] .footerInfo {
  padding: 20px 0;
  color: white;
}

#page footer[role="contentinfo"] .footerInfo .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#page footer[role="contentinfo"] .footerInfo .sitename {
  text-align: center;
  font-family: mplus-1c-regular, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", YuGothic, "Yu Gothic", 游ゴシック体, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

#page footer[role="contentinfo"] .footerInfo .sitename p {
  margin-bottom: 5px;
}

#page footer[role="contentinfo"] .footerInfo .sitename h2 {
  font-size: 22px;
}

#page footer[role="contentinfo"] .footerInfo .contact dl dt, #page footer[role="contentinfo"] .footerInfo .contact dl dd {
  display: table-cell;
  vertical-align: middle;
}

#page footer[role="contentinfo"] .footerInfo .contact dl dt {
  padding-right: 15px;
}

#page footer[role="contentinfo"] .footerInfo .contact dl dd strong {
  font-size: 18px;
}

#page footer[role="contentinfo"] .footerNav {
  clear: both;
  background: white;
  padding: 12px 0;
}

#page footer[role="contentinfo"] .footerNav ul {
  text-align: center;
}

#page footer[role="contentinfo"] .footerNav ul li {
  display: inline-block;
  margin-left: 3px;
}

#page footer[role="contentinfo"] .footerNav ul li:before {
  content: "|";
  padding-right: 8px;
}

#page footer[role="contentinfo"] .footerNav ul li:first-child:before {
  content: none;
}

#page footer[role="contentinfo"] .footerNav ul li a {
  text-decoration: none;
  color: #333;
}

#page footer[role="contentinfo"] .footerNav ul li a:hover {
  text-decoration: underline;
}

#page footer[role="contentinfo"] .copyright {
  text-align: center;
  padding: 10px;
  background: #136068;
  color: white;
}

#page footer[role="contentinfo"] .copyright small {
  font-size: 12px;
}

/* -------------------------------------
	トップページ
------------------------------------- */
/* メインビジュアル
------------------------------------- */
#mainvisual {
  max-width: 832px;
  margin: 30px auto 30px;
  text-align: center;
  overflow: hidden;
}

/*#mainvisual .sliderWrap {
  border: 4px solid #d3ebee;
  border-radius: 200px;
  overflow: hidden;
}
*/
#mainvisual .slider {
  border-radius: 191px;
}

#mainvisual img + img {
  display: none;
}

/* アイキャッチ
------------------------------------- */
.eye {
  margin-bottom: 60px;
  text-align: center;
  background: #ecf8f9;
  padding: 38px 0;
}

.eye h3 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #1e99a8;
  font-family: mplus-1c-regular, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", YuGothic, "Yu Gothic", 游ゴシック体, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.eye p {
  margin: 0;
  font-size: 16px;
}

/* コンテンツ
------------------------------------- */
#contents .inner > section {
  margin-bottom: 60px;
}

#contents .inner > section .section-body p, #contents .inner > section .section-body ul, #contents .inner > section .section-body ol, #contents .inner > section .section-body table {
  margin-bottom: 20px;
}

#contents .inner .area-news .section-body:after {
  content: "";
  display: block;
  clear: both;
}

#contents .inner .area-news .section-body .news-item {
  box-sizing: border-box;
  float: left;
  width: 25%;
  padding: 0 10px;
}

#contents .inner .area-news .section-body .news-item .image {
  margin: 0 auto 10px;
  text-align: center;
}
/*
#contents .inner .area-news .section-body .news-item .image img {
  border-radius: 50%;
}
*/
#contents .inner .area-news .section-body .news-item .text p {
  margin: 0;
  font-size: 14px;
}

#contents .inner .area-news .section-body .news-item .text p.time {
  font-size: 12px;
}

#contents .inner .area-guide .section-body dl {
  margin-left: 1em;
}

#contents .inner .area-guide .section-body dl dt {
  font-size: 15px;
  font-weight: bold;
}

#contents .inner .area-guide .section-body dl dt small {
  font-weight: normal;
}

#contents .inner .area-guide .section-body dl dd {
  margin-bottom: 10px;
  margin-left: 1em;
}

#contents .inner .area-guide .section-body .grid-image {
  margin-bottom: 30px;
}

#contents .inner .area-guide .section-body .grid-image:after {
  content: "";
  display: block;
  clear: both;
}

#contents .inner .area-guide .section-body .grid-image .image {
  float: left;
  margin-right: 25px;
}
/*
#contents .inner .area-guide .section-body .grid-image .image img {
  border-radius: 8px;
}
*/
#contents .inner .area-guide .section-body .grid-image .text {
  overflow: hidden;
}

#contents .inner .area-check .section-body {
  margin-left: -30px;
}

#contents .inner .area-check .section-body:after {
  content: "";
  display: block;
  clear: both;
}

#contents .inner .area-check .section-body .check-item {
  float: left;
  width: 260px;
min-height:auto;
  margin: 0 0 0 30px;
}

#contents .inner .area-check .section-body .check-item .image {
  margin-bottom: 5px;
}
/*
#contents .inner .area-check .section-body .check-item .image img {
  border-radius: 8px;
}
*/
/* -------------------------------------
	下層ページ
------------------------------------- */
#contents {
  line-height: 1.8;
}

#contents .mainvisual {
  margin: 0 auto 55px;
  text-align: center;
}

#contents .mainvisual img {
  max-width: 1280px;
  width: 100%;
}

#contents article > header {
  margin-bottom: 50px;
  padding: 33px 0;
  background: #1e99a8;
  color: white;
}

#contents article > header h1 {
  text-align: center;
  font-size: 24px;
  font-family: mplus-1c-regular, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", YuGothic, "Yu Gothic", 游ゴシック体, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: normal;
  line-height: 1.2;
}

#contents article section {
  margin-bottom: 60px;
}

#contents article section:last-child {
  border-bottom: 0;
}

#contents article .article-body {
  padding: 0;
}

#contents article .article-body h2 {
  margin-bottom: 20px;
  font-size: 24px;
}

#contents article .article-body .grid-image {
  margin-bottom: 60px;
}

#contents article .article-body .grid-image:after {
  content: "";
  display: block;
  clear: both;
}

#contents article .article-body .grid-image .image {
  float: left;
  margin-right: 25px;
}
/*
#contents article .article-body .grid-image .image img {
  border-radius: 8px;
}
*/
#contents article .article-body .grid-image .text {
  overflow: hidden;
}

/* 各ページ固有スタイル
------------------------------------- */
#contents article .article-body .area-staff .director {
  margin-bottom: 30px;
}

#contents article .article-body .area-staff .director:after {
  content: "";
  display: block;
  clear: both;
}

#contents article .article-body .area-staff .director .image {
  float: right;
}
/*
#contents article .article-body .area-staff .director .image img {
  border-radius: 8px;
}
*/
#contents article .article-body .area-staff .director .text {
  overflow: hidden;
}

#contents article .article-body .area-staff .director .text .name {
  font-size: 26px;
}

#contents article .article-body .area-staff .director .text h3 {
  font-size: 18px;
}

#contents article .article-body .area-staff .director .text h4 {
  font-weight: bold;
}

#contents article .article-body .area-staff .director .text dl {
  margin-bottom: 15px;
}

#contents article .article-body .area-staff .director .text dl dt {
  clear: both;
  float: left;
  min-width: 6em;
}

#contents article .article-body .area-staff .director .text dl dd {
  overflow: hidden;
}

#contents article .article-body .area-staff .staff {
  margin-left: -30px;
}

#contents article .article-body .area-staff .staff:after {
  content: "";
  display: block;
  clear: both;
}

#contents article .article-body .area-staff .staff-item {
  float: left;
  margin: 0 0 0 30px;
  line-height: 1.4;
}

#contents article .article-body .area-staff .staff-item .image {
  margin-bottom: 8px;
}
/*
#contents article .article-body .area-staff .staff-item .image img {
  border-radius: 8px;
}
*/
#contents article .article-body .area-staff .staff-item h3 {
  margin: 0 0 3px;
}

#contents article .article-body .area-staff .staff-item p {
  font-size: 20px;
}

#contents article .article-body .area-equipment .gallery {
  margin-left: -40px;
}

#contents article .article-body .area-equipment .gallery:after {
  content: "";
  display: block;
  clear: both;
}

#contents article .article-body .area-equipment .gallery .item {
  float: left;
  width: 400px;
  margin: 0 0 40px 40px;
}

#contents article .article-body .area-equipment .gallery .item:nth-child(2n+1) {
  clear: both;
}

#contents article .article-body .area-equipment .gallery .item p {
  font-size: 18px;
  margin: 0;
}

#contents article .article-body .area-equipment .gallery .item p.image {
  margin: 0 auto 10px;
}
/*
#contents article .article-body .area-equipment .gallery .item p.image img {
  border-radius: 8px;
}
*/
#contents article .article-body .area-att h2,
#contents article .article-body .area-course h2,
#contents article .article-body .area-option h2 {
  margin-bottom: 10px;
}

#contents article .article-body .area-att h2 + h3,
#contents article .article-body .area-course h2 + h3,
#contents article .article-body .area-option h2 + h3 {
  margin-top: 0;
}

#contents article .article-body .area-att h3,
#contents article .article-body .area-course h3,
#contents article .article-body .area-option h3 {
  margin-bottom: 10px;
}

#contents article .article-body .area-att table,
#contents article .article-body .area-course table,
#contents article .article-body .area-option table {
  width: 100%;
  margin-bottom: 10px;
}

#contents article .article-body .area-att table th,
#contents article .article-body .area-course table th,
#contents article .article-body .area-option table th {
  width: 23%;
  padding: 10px 15px;
  background: #eee;
  border: 1px solid #a3a3a3;
  font-weight: normal;
  text-align: left;
}

#contents article .article-body .area-att table td,
#contents article .article-body .area-course table td,
#contents article .article-body .area-option table td {
  padding: 10px 15px;
  border: 1px solid #a3a3a3;
}

#contents article .article-body .area-option h3 {
  margin: 25px 0 5px;
}

#contents article .article-body .area-access .grid-image .text h3 {
  margin: 0 0 5px;
  color: #333;
  font-size: 24px;
  font-family: mplus-1c-regular, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", YuGothic, "Yu Gothic", 游ゴシック体, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

#contents article .article-body .area-access .grid-image .text .tel {
  margin: 10px 0;
  font-size: 24px;
  font-weight: bold;
}

#contents article .article-body .area-access .grid-image .text dl dt {
  margin-top: 10px;
  font-weight: bold;
}

#contents article .article-body .area-contact h2 {
  margin-bottom: 10px;
}

#contents article .article-body .area-contact h3 {
  margin-bottom: 10px;
}

#contents article .article-body .area-contact .area-tel {
  margin-bottom: 60px;
}

#contents article .article-body .area-contact .area-tel:after {
  content: "";
  display: block;
  clear: both;
}

#contents article .article-body .area-contact .area-tel .tel {
  float: left;
  font-size: 26px;
  font-weight: bold;
  margin-right: 50px;
}

#contents article .article-body .area-contact .area-tel ul {
  overflow: hidden;
  padding-top: 8px;
}

#contents article .article-body table.formTable {
  width: 100%;
}

#contents article .article-body table.formTable th {
  text-align: left;
  vertical-align: top;
  padding-right: 30px;
  padding-bottom: 25px;
  width: 190px;
}

#contents article .article-body table.formTable th font.required {
  float: right;
  margin-left: 7px;
  padding: 2px 10px;
  background: #ed7275;
  color: #fff;
  font-size: 12px;
border-radius:3px;
}

#contents article .article-body table.formTable td {
  padding-bottom: 25px;
}

#contents article .article-body table.formTable td ul {
  margin: 0;
}

#contents article .article-body table.formTable td ul:after {
  content: "";
  display: block;
  clear: both;
}

#contents article .article-body table.formTable td ul li {
  float: left;
  width: 33.3%;
  margin-bottom: 10px;
}

#contents article .article-body table.formTable td input[type="text"] {
  box-sizing: border-box;
  padding: 5px;
  width: 70%;
}

#contents article .article-body table.formTable td textarea {
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 150px;
}

#contents article .article-body .btn.form {
  margin: 0 auto 60px;
  text-align: center;
}

#contents article .article-body .btn.form input {
  width: 40%;
  padding: 5px;
  border: 0;
  border-bottom: 2px solid #aa151a;
  color: white;
  background: #ed7275;
  border-radius: 8px;
  font-size: 20px;
  -webkit-appearance: none;
  cursor: pointer;
}

@media only screen and (max-width: 640px) {
  /* -------------------------------------
	スマホ用スタイル
------------------------------------- */
  /* -------------------------------------
	要素
------------------------------------- */
  body {
    min-width: 0;
    background-size: 160px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  /* -------------------------------------
	全体
------------------------------------- */
  .inner {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  /* -------------------------------------
	ヘッダー
------------------------------------- */
  #page header[role="banner"] .tagline {
    height: auto;
    padding: 5px 10px;
    font-size: 10px;
  }
  #page header[role="banner"] .contact {
    position: static;
    margin-bottom: 15px;
  }
  #page header[role="banner"] .contact dl {
    background: none;
    font-size: 11px;
    display: table;
    width: 100%;
  }
  #page header[role="banner"] .contact dl dt {
    background: #ed7275;
    padding: 7px 10px;
  }
  #page header[role="banner"] .contact dl dd {
    padding: 7px 10px;
  }
  #page header[role="banner"] .contact dl dd strong {
    font-size: 16px;
  }
  #page header[role="banner"] .logo {
    padding-top: 15px;
    margin: 0 auto 15px;
    text-align: center;
  }
  #page header[role="banner"] .logo h1 {
    margin: 0;
    font-size: 24px;
    font-size: 7.5vw;
    letter-spacing: 0;
  }
  #page header[role="banner"] nav {
    margin: 0 5px 15px;
    padding: 0;
  }
  #page header[role="banner"] nav ul {
    display: table;
    table-layout: fixed;
  }
  #page header[role="banner"] nav ul li {
    float: none;
    display: table-cell;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
  }
  #page header[role="banner"] nav ul li:first-child {
    display: none;
  }
  #page header[role="banner"] nav ul li a {
    display: table-cell;
    vertical-align: middle;
    width: 300px;
    height: 3em;
    padding: 5px 7px;
    border-radius: 15px;
  }
  /* -------------------------------------
	フッター
------------------------------------- */
/*  #page footer[role="contentinfo"] {
    margin-top: 50px;
  }*/
  #page footer[role="contentinfo"] .footerInfo {
    padding: 20px 10px;
    color: white;
  }
  #page footer[role="contentinfo"] .footerInfo .inner {
    display: block;
  }
  #page footer[role="contentinfo"] .footerInfo .sitename {
    margin-bottom: 15px;
    text-align: center;
    font-family: mplus-1c-regular, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", YuGothic, "Yu Gothic", 游ゴシック体, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  }
  #page footer[role="contentinfo"] .footerInfo .sitename p {
    margin-bottom: 5px;
  }
  #page footer[role="contentinfo"] .footerInfo .sitename h2 {
    font-size: 20px;
  }
  #page footer[role="contentinfo"] .footerInfo .contact {
    text-align: center;
  }
  #page footer[role="contentinfo"] .footerInfo .contact dl dt, #page footer[role="contentinfo"] .footerInfo .contact dl dd {
    display: block;
  }
  #page footer[role="contentinfo"] .footerInfo .contact dl dt {
    margin-bottom: 5px;
    padding-right: 0;
  }
  #page footer[role="contentinfo"] .footerInfo .contact dl dd strong {
    font-size: 18px;
  }
  #page footer[role="contentinfo"] .footerNav {
    float: none;
    padding: 0;
    text-align: center;
  }
  #page footer[role="contentinfo"] .footerNav ul {
    margin: 0;
  }
  #page footer[role="contentinfo"] .footerNav ul:after {
    content: "";
    display: block;
    clear: both;
  }
  #page footer[role="contentinfo"] .footerNav ul li {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 50%;
    margin: 0;
    /*border-top: 1px solid #1e99a8;*/
    border-right: 1px solid #1e99a8;
    border-bottom: 1px solid #1e99a8;
  }
  #page footer[role="contentinfo"] .footerNav ul li:before {
    content: none;
  }
  #page footer[role="contentinfo"] .footerNav ul li:nth-child(2n+1) {
    border-left: 0;
  }
  #page footer[role="contentinfo"] .footerNav ul li a {
    display: block;
    padding: 15px 10px;
    text-decoration: none;
  }
  #page footer[role="contentinfo"] .footerNav .copyright {
    text-align: center;
  }
  #page footer[role="contentinfo"] .footerNav .copyright small {
    font-size: 11px;
  }
  /* -------------------------------------
	トップページ
------------------------------------- */
  /* メインビジュアル
------------------------------------- */
  #page #mainvisual {
    margin: 0 5px 25px;
  }
  #page #mainvisual > div[id] {
    height: auto;
  }
  /* アイキャッチ
------------------------------------- */
  .eye {
    margin-bottom: 30px;
    padding: 18px 15px;
  }
  .eye h2 {
    font-size: 16px;
  }
  .eye h3 {
    margin-bottom: 15px;
    font-size: 20px;
    text-align: left;
  }
  .eye p {
    margin: 0;
    font-size: 13px;
    text-align: left;
  }
  /* コンテンツ
------------------------------------- */
  #contents .inner > section {
    margin: 0 10px 50px;
  }
  #contents .inner > section .section-body p, #contents .inner > section .section-body ul, #contents .inner > section .section-body ol, #contents .inner > section .section-body table {
    margin-bottom: 20px;
  }
  #contents .inner .area-news .section-body .news-item {
    width: 50%;
    margin-bottom: 20px;
  }
  #contents .inner .area-news .section-body li.news-item:nth-child(2n+1){
clear: both;
}
  #contents .inner .area-news .section-body .news-item .image {
    max-width: 70%;
    margin: 0 auto 10px;
  }
  #contents .inner .area-guide .section-body .grid-image {
    margin-bottom: 30px;
  }
  #contents .inner .area-guide .section-body .grid-image .image {
    float: none;
    margin: 0 auto 10px;
    text-align: center;
  }
  #contents .inner .area-guide .section-body .grid-image .text {
    overflow: visited;
  }
  #contents .inner .area-check .section-body {
    margin-left: 0;
  }
  #contents .inner .area-check .section-body .check-item {
    float: none;
    width: auto;
    margin: 0 auto 20px;
  }
  #contents .inner .area-check .section-body .check-item .image {
    text-align: center;
  }
  /* -------------------------------------
	下層ページ
------------------------------------- */
  #contents .mainvisual {
    margin: 0 auto 30px;
  }
  #contents article > header {
    margin-bottom: 30px;
  }
  #contents article .article-body .grid-image {
    margin: 0 10px 30px;
  }
  #contents article .article-body .grid-image .image {
    float: none;
    width: auto;
    margin: 0 auto 10px;
    text-align: center;
  }
  #contents article .article-body .grid-image .text {
    float: none;
    width: 98%;/*auto;*/
  }
  #contents article .article-body section .grid-image {
    margin: 0 0 30px;
  }
  /* -------------------------------------
	各ページ固有スタイル
------------------------------------- */
  #contents article .article-body .area-staff .director .image {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  #contents article .article-body .area-staff .director .text {
    overflow: visited;
  }
  #contents article .article-body .area-staff .director .text dl {
    margin-bottom: 15px;
  }
  #contents article .article-body .area-staff .director .text dl dt {
    margin-bottom: 5px;
  }
  #contents article .article-body .area-staff .director .text dl dd {
    margin-bottom: 5px;
  }
  #contents article .article-body .area-staff .staff {
    margin-left: -10px;
  }
  #contents article .article-body .area-staff .staff-item {
    box-sizing: border-box;
    width: 50%;
    margin: 0;
    padding-left: 10px;
  }
  #contents article .article-body .area-staff .staff-item .image {
    text-align: center;
  }
  #contents article .article-body .area-staff .staff-item h3 {
    font-size: 12px;
  }
  #contents article .article-body .area-staff .staff-item p {
    font-size: 18px;
  }
  #contents article .article-body .area-equipment .gallery {
    margin-left: -10px;
  }
  #contents article .article-body .area-equipment .gallery .item {
    box-sizing: border-box;
    width: 50%;
    margin: 0 auto 30px;
    padding-left: 10px;
  }
  #contents article .article-body .area-equipment .gallery .item p {
    font-size: 14px;
    margin: 0;
  }
  #contents article .article-body .area-equipment .gallery .item p.image {
    margin: 0 auto 5px;
    text-align: center;
  }
  #contents article .article-body .area-att table th,
  #contents article .article-body .area-course table th,
  #contents article .article-body .area-option table th {
    width: 35%;
    padding: 8px 10px;
  }
  #contents article .article-body .area-att table td,
  #contents article .article-body .area-course table td,
  #contents article .article-body .area-option table td {
    padding: 8px 10px;
  }
  #contents article .article-body .area-contact .area-tel {
    margin-bottom: 60px;
  }
  #contents article .article-body .area-contact .area-tel .tel {
    float: none;
    font-size: 24px;
    margin-right: 0;
  }
  #contents article .article-body .area-contact .area-tel ul {
    overflow: visited;
  }
  #contents article .article-body table.formTable {
    display: block;
  }
  #contents article .article-body table.formTable tr, #contents article .article-body table.formTable tbody {
    display: block;
  }
  #contents article .article-body table.formTable th {
    display: block;
    padding-right: 0;
    padding-bottom: 5px;
    width: auto;
  }
  #contents article .article-body table.formTable th span {
    font-size: 11px;
  }
  #contents article .article-body table.formTable td {
    display: block;
    padding-bottom: 25px;
  }
  #contents article .article-body table.formTable td ul {
    margin: 0;
  }
  #contents article .article-body table.formTable td ul li {
    float: none;
    width: auto;
  }
  #contents article .article-body table.formTable td input[type="text"] {
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
  }
  #contents article .article-body table.formTable td textarea {
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
    height: 150px;
  }
  #contents article .article-body .btn.form input {
    width: 85%;
    padding: 10px 0;
  }
}
