@charset "UTF-8";
@-webkit-keyframes purupuru {
  15% {
    -webkit-transform: translateX(3px) rotate(1deg);
            transform: translateX(3px) rotate(1deg);
  }
  30% {
    -webkit-transform: translateX(-3px) rotate(-1deg);
            transform: translateX(-3px) rotate(-1deg);
  }
  45% {
    -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg);
  }
  75% {
    -webkit-transform: translateX(1px) rotate(1deg);
            transform: translateX(1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translateX(-1px) rotate(-1deg);
            transform: translateX(-1px) rotate(-1deg);
  }
}
@keyframes purupuru {
  15% {
    -webkit-transform: translateX(3px) rotate(1deg);
            transform: translateX(3px) rotate(1deg);
  }
  30% {
    -webkit-transform: translateX(-3px) rotate(-1deg);
            transform: translateX(-3px) rotate(-1deg);
  }
  45% {
    -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg);
  }
  75% {
    -webkit-transform: translateX(1px) rotate(1deg);
            transform: translateX(1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translateX(-1px) rotate(-1deg);
            transform: translateX(-1px) rotate(-1deg);
  }
}

/* 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;
}

/* 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;
}


article .article-body h2 {
  margin-bottom: 25px;
  padding: 20px 10px 15px 75px;
  background: url(img/bg_ttl02.png) no-repeat left bottom;
  font-size: 24px;
}

@media only screen and (max-width: 640px) {
  article .article-body h2 {
    margin: 0 -5px 10px;
    padding: 10px 10px 5px 45px;
    background-size: auto 40px;
    font-size: 18px;
  }
}

.page02 article .article-body h3 {
  margin: 0 0 25px;
  padding: 1px 10px;
  text-align: center;
  font-size: 17px;
  border-radius: 30px;
}

.page03 article .article-body h3, .page06 article .article-body h3 {
  margin: 0 0 25px;
  padding: 1px 10px;
  background: #98b730;
  color: white;
  text-align: center;
  font-size: 17px;
  border-radius: 30px;
}

@media only screen and (max-width: 640px) {
  .page02 article .article-body h3, .page03 article .article-body h3 {
    margin-bottom: 10px;
  }
}

.page01 article .article-body .area-page01_05 .section-body > h3, .page02 article .article-body h4 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #c6d987;
  font-size: 17px;
  line-height: 1.2;
}

@media only screen and (max-width: 640px) {
  .page01 article .article-body .area-page01_05 .section-body > h3, .page02 article .article-body h4 {
    font-size: 22px;
  }
}

/*!
 * 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: 960px;
  line-height: 1.231;
  background: #fcfce8;
  color: #3f2909;
  font-size: 15px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", YuGothic, "Yu Gothic", 游ゴシック体, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -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: #3f2909;
}

a:hover {
  color: #3f2909;
  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 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 640px) {
  .inner {
    width: auto;
  }
}

/* -------------------------------------
	ヘッダー
------------------------------------- */
#page header[role="banner"] {
  padding: 20px 0 45px;
}
#page .HeaderImg {
  padding: 18px 0 2px;
  background: url(img/bg_x.png) repeat-x left -2px;
}

#page header[role="banner"].ForM {
  padding: 40px 0 5px;
}

#page header[role="banner"] > .inner:after {
  content: "";
  display: block;
  clear: both;
}

#page header[role="banner"] .logo {
  float: left;
/*  width:40%;*/
}

#page header[role="banner"] .logo h1 a {
  text-decoration: none;
  color: #563214;
}

#page header[role="banner"] .logo h1 a p {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  font-family:"Rounded Mplus 1c";
}

#page header[role="banner"] .logo h1 a p img {
    width: 70px;
    height: auto;
}

#page header[role="banner"] nav {
  float: right;
}

#page header[role="banner"] nav ul {
  padding-right: 5px;
  background: url(img/glue_nav.png) repeat-y right top;
}

#page header[role="banner"] nav ul:after {
  content: "";
  display: block;
  clear: both;
}

#page header[role="banner"] nav ul li {
  float: left;
  min-width: 80px;
  text-align: center;
  padding: 2px 0 2px 5px;
  margin-left: 3px;
  background: url(img/glue_nav.png) repeat-y;
}

#page header[role="banner"] nav ul li a {
  display: block;
  padding: 6px 10px;
  text-decoration: none;
  border-radius: 5px;
  transition: none .5s ease-in-out;
  transition-property: background-color, color;
}

#page header[role="banner"] nav ul li a:hover {
  background-color: #f9f7ca;
}

#page header[role="banner"] nav ul li a:hover .image {
  -webkit-animation: purupuru .3s ease-in-out;
          animation: purupuru .3s ease-in-out;
}

#page header[role="banner"] nav ul li a span {
  display: block;
}

#page header[role="banner"] nav ul li a span.text {
  margin-top: 7px;
}

#page header[role="banner"] nav ul li.state-active a {
  background-color: #f9f7ca;
}

/* -------------------------------------
	ヘッダー ハンバーガーメニュー
------------------------------------- */    

.nav-unshown {
    display: none;
}

@media only screen and (max-width: 640px) {
#nav-drawer {
  position: relative;
  display: block;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: .3s ease-in-out;
}

/* メニューボタン */
    
/*アイコンのスペース*/
#nav-open {
  position: relative;
  width: 30px;
  height: 24px;
  vertical-align: middle;
  margin-right: 15px;
  cursor: pointer;
  display: block;
  float: right;
  z-index: 100;
  margin-top: -115px;/*アイコンの高さ*/
}

#nav-open::before {
	-webkit-box-shadow: #8d6520 0 10px 0;/*アイコンの色*/
	box-shadow: #8d6520 0 10.5px 0;/*アイコンの色*/
}
#nav-open::after {
	bottom: 0;
}
#nav-open::before,
#nav-open::after {
	width: 28px;
	height: 3px;
	background: #8d6520;/*アイコンの色*/
	display: block;
	content: '';
	position: absolute;
	-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
	transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
    border-radius: 3em;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
}
    
/* 開閉時のアニメーション */
    
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
    
}

.nav-unshown:checked ~ #nav-open::before {
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	-webkit-transform: rotate(45deg) translate3d(4px, 11px, 0);
	transform: rotate(45deg) translate3d(4px, 11px, 0);
}
.nav-unshown:checked ~ #nav-open::after {
	-webkit-transform: rotate(-45deg) translate3d(4px, -11px, 0);
	transform: rotate(-45deg) translate3d(4px, -11px, 0);
}
.nav-unshown/:checked ~ #nav-content {
	left: 0;
}
    
/*中身*/
    
#page header[role="banner"] nav#nav-content {
  width: 60%;
    }
#nav-content {
  overflow: auto;
  /*position: absolute;*/
  position:fixed;
  right:-5px;/*背景の右位置*/
  top: 60px;/*背景の高さ*/
  z-index: 9999;
  width: 60%;
  max-width: 330px;
  background: #fff;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  /*padding-bottom: 10px;*/
}

#page header[role="banner"] nav ul {
    display: block;
    padding: 10px 0;
    text-align: center;
}
    
#nav-content ul li {
    padding-bottom: 20px;
    border-bottom: 1px dotted #999;
    width: 90%;
    margin: 10px auto;
    text-align: left;
}
    
#page header[role="banner"] nav ul li + li {
    margin-left: 0;
}

#nav-content ul li a,#nav-content ul li a:active {
    text-decoration: none;
    color: #333;
    } 
#page header[role="banner"] nav ul li.state-active a {
    background-color: #fff;
}
    } 


/* -------------------------------------
	フッター
------------------------------------- */
#page footer[role="contentinfo"] {
/*  padding-bottom: 18px;*/
/*  background: url(img/bg_x.png) repeat-x left bottom;*/
  text-align: center;
}
#page footer[role="contentinfo"] div.FooterImg {
  padding-bottom: 18px;
  background: url(img/bg_x.png) repeat-x left bottom;
  text-align: center;
}

#page footer[role="contentinfo"] > .inner {
  background: url(img/bg_footer.png) no-repeat center bottom;
  padding-top: 30px;
  padding-bottom: 34px;
}

#page footer[role="contentinfo"] .footerNav {
  padding: 0 0 20px;
}

#page footer[role="contentinfo"] .footerNav ul li {
  display: inline-block;
  margin-left: 10px;
}

#page footer[role="contentinfo"] .footerNav ul li:before {
  content: "|";
  padding-right: 15px;
}

#page footer[role="contentinfo"] .footerNav ul li:first-child:before {
  content: none;
}

#page footer[role="contentinfo"] .copyright small {
  font-size: 14px;
}

/* -------------------------------------
	トップ＆下層共通
------------------------------------- */
#contents {
  line-height: 1.8;
}

section {
  margin: 0 0 60px;
}

section .section-body p, section .section-body ul, section .section-body ol, section .section-body table {
  margin-bottom: 1em;
}

/* -------------------------------------
	トップページ
------------------------------------- */
/* メインビジュアル
------------------------------------- */
#mainvisual {
  position: relative;
  width: 928px;
  margin: 0 auto 40px;
  text-align: center;
}

/*#mainvisual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
  background: url(img/mainvisual_mask.png) no-repeat;
  background-size: cover;
}*/
#mainvisual .slider{
  border-radius: 220px 220px 220px 220px;
}
#mainvisual > div[id] img {
  max-width: 100%;
  height: auto;
}

#mainvisual > div[id] img + img {
  display: none;
}
#mainvisual .decoA {
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 91;
}

#mainvisual .decoB {
  position: absolute;
  right: 0;
  bottom: 2px;
  z-index: 91;
}

/* トップページのコンテンツ
------------------------------------- */
#contents .area-lead {
  margin: 0 30px 40px;
}

#contents .area-lead .grid-image .image {
  position: relative;
  width: 279px;
  display: table-cell;
  vertical-align: middle;
}

/*#contents .area-lead .grid-image .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
  background: url(img/top_lead_mask.png) no-repeat;
  background-size: cover;
}*/
/*
#contents .area-lead .grid-image .image img {
  border-radius: 50% 48% 50% 50% / 40% 45% 50% 32%;
}
*/
#contents .area-lead .grid-image .text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
  font-size: 18px;
}

#contents .area-lead .grid-image .text p {
  margin-bottom: 1em;
}

#contents .area-lead .grid-image .text p:last-of-type {
  margin-bottom: 0;
}

#contents .area-message {
  margin-bottom: 33px;
  padding: 10px 30px 20px;
  background: #f3fcc3;
  border-radius: 5px;
}

#contents .area-message h2 {
  margin-bottom: 23px;
  padding: 20px 10px 10px 80px;
  background: url(img/bg_message.png) no-repeat left bottom;
  font-size: 24px;
}

#contents .area-message .section-body {
  padding: 0 45px;
}

#contents .area-message .section-body:after {
  content: "";
  display: block;
  clear: both;
}

#contents .area-message .section-body .image {
  float: right;
  margin-left: 30px;
  margin-bottom: 15px;
}
/*
#contents .area-message .section-body .image img {
  border-radius: 50% 48% 50% 50% / 40% 45% 50% 32%;
}
*/
#contents .area-message .section-body .text {
  overflow: hidden;
}

#contents .area-news {
  padding: 10px 30px 30px;
  background: #fcf8c7;
  border-radius: 5px;
}

#contents .area-news h2 {
  margin-bottom: 23px;
  padding: 20px 10px 15px 80px;
  background: url(img/bg_news.png) no-repeat left bottom;
  font-size: 24px;
}

#contents .area-news .section-body {
  padding: 25px 30px;
  background: white;
  border-radius: 5px;
}

#contents .area-news .section-body dl dt .time {
  display: inline-block;
  width: 10em;
  color: #e4860c;
}

#contents .area-news .section-body dl dt .ttl {
  font-weight: bold;
}

#contents .area-news .section-body dl dd {
  margin-bottom: 15px;
  padding-left: 10em;
  padding-bottom: 15px;
  border-bottom: 2px solid #fbf4c8;
}

#contents .area-news .section-body dl dd:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

/* -------------------------------------
	下層ページ
------------------------------------- */
article > header {
  position: relative;
  width: 927px;
  margin: 0 auto 33px;
}

article > header h1 {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  margin-top: -.5em;
  text-align: center;
  color: white;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: .1em;
  text-indent: -.1em;
  text-shadow: 1px 1px 5px rgba(37, 31, 5, 0.8);
}

article > header .mainvisual {
  /*
			&:before {
				content: "";
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background: url(img/pagettl_mask.svg) no-repeat center;
			}
*/
}
/*
article > header .mainvisual img {
  border-radius: 95px;
}
*/
/*
article > header .mainvisual svg {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
*/

article .article-body {
  padding: 0 30px;
}

article .article-body .tR {
  text-align: right;
}

article .article-body .imgC {
  text-align: center;
}

article .article-body .table-col {
  margin-left: 20px;
}

article .article-body .table-col table {
  display: block;
}

article .article-body .table-col table tr, article .article-body .table-col table tbody, article .article-body .table-col table th, article .article-body .table-col table td {
  display: block;
}

article .article-body .table-col table tbody {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

article .article-body .table-col table tr {
  margin-right: 5px;
  min-width: 100px;
}

article .article-body .table-col table th {
  margin-bottom: 5px;
  padding: 12px 15px;
  background: #f9d069;
  text-align: center;
  font-weight: normal;
}

article .article-body .table-col table td {
  padding: 12px 15px;
  background: white;
  text-align: center;
}
/*
article .article-body .table-col.deco {
  padding-bottom: 30px;
  background: url(img/bg_deco_01.png) no-repeat 95% bottom;
}
*/
/*--- NEW---*/
article .article-body .table-col .DecoImg {
float:right;
padding-top: 59px;
}

article .article-body .table-col .note {
  font-size: 85%;
}

article .article-body .table-row table {
  width: 60%;
  border-collapse: separate;
  border-spacing: 5px;
}

article .article-body .table-row table th {
  width: 30%;
  padding: 12px 18px;
  background: #f9d069;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

article .article-body .table-row table td {
  padding: 12px 18px;
  background: white;
}

/* page01 専用
------------------------------------- */
.page01 article .article-body .area-page01_01 .col3 {
  margin-left: -40px;
}

.page01 article .article-body .area-page01_01 .col3:after {
  content: "";
  display: block;
  clear: both;
}

.page01 article .article-body .area-page01_01 .col3 .item {
  box-sizing: border-box;
  float: left;
  width: 33.3%;
  padding-left: 40px;
}

.page01 article .article-body .area-page01_01 .col3 .item:nth-child(3n+1) {
  clear: both;
}

.page01 article .article-body .area-page01_01 .col3 .item .image {
  position: relative;
  margin: 0 auto 15px;
  width: 219px;
  text-align: center;
}

/*
.page01 article .article-body .area-page01_01 .col3 .item .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(img/page01_col3_mask.png) no-repeat center;
}
*/
/*
.page01 article .article-body .area-page01_01 .col3 .item .image img {
  border-radius: 50% 48% 50% 50% / 40% 45% 50% 32%;
}
*/
.page01 article .article-body .area-page01_01 .col3 .item h3 {
  margin: 0 0 8px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.page01 article .article-body .area-page01_01 .col3 .item p {
  font-size: 14px;
}

.page01 article .article-body .schedule-day {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page01 article .article-body .schedule-day .item {
  width: 48%;
}

.page01 article .article-body .schedule-day .item h3 {
  margin: 0 0 15px;
  padding: 3px 10px;
  background: #f9d069;
  border-radius: 25px;
  text-align: center;
}

.page01 article .article-body .schedule-day .item dl {
  font-size: 15px;
}

.page01 article .article-body .schedule-day .item dl dt {
  clear: both;
  float: left;
  width: 100px;
  padding-left: 45px;
}

.page01 article .article-body .schedule-day .item dl dd {
  margin-bottom: 7px;
  padding: 0 0 7px 145px;
  border-bottom: 2px solid #f9e4b0;
}

.page01 article .article-body .schedule-year {
  margin-top: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.page01 article .article-body .schedule-year .item {
  width: 23.5%;
}

.page01 article .article-body .schedule-year .item h3 {
  margin: 0 0 15px;
  padding: 3px 10px;
  background: #ccc;
  border-radius: 25px;
  text-align: center;
}

.page01 article .article-body .schedule-year .item dl {
  font-size: 15px;
}

.page01 article .article-body .schedule-year .item dl dt {
  clear: both;
  float: left;
  width: 3em;
  margin-bottom: 7px;
}

.page01 article .article-body .schedule-year .item dl dd {
  margin-bottom: 7px;
  padding: 0 0 0 3em;
}

.page01 article .article-body .schedule-year .item.spring h3 {
  background-color: #f8ceda;
}

.page01 article .article-body .schedule-year .item.summer h3 {
  background-color: #b6e886;
}

.page01 article .article-body .schedule-year .item.autumn h3 {
  background-color: #f5c28a;
}

.page01 article .article-body .schedule-year .item.winter h3 {
  background-color: #b2e5eb;
}

.page01 article .article-body .area-page01_05 .section-body ul.schedule-all {
  margin-left: 3px;
  font-size: 15px;
}

.page01 article .article-body .area-page01_05 .section-body ul.schedule-all li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 5px;
}

.page01 article .article-body .area-page01_05 .section-body ul.schedule-all li:before {
  content: "・";
}

/* page02 専用
------------------------------------- */

.page02 article .article-body .schedule-year .item.spring h3,
.page02 article .article-body .item.spring .table-row table th {
  background-color: #f8ceda;
}

.page02 article .article-body .schedule-year .item.summer h3,
.page02 article .article-body .item.summer .table-row table th {
  background-color: #b6e886;
}

.page02 article .article-body .schedule-year .item.autumn h3 ,
.page02 article .article-body .item.autumn .table-row table th {
  background-color: #f5c28a;
}

.page02 article .article-body .schedule-year .item.winter h3,
.page02 article .article-body .item.winter .table-row table th{
  background-color: #b2e5eb;
}

.page02 article .article-body .grid-image {
    margin-bottom: 15px;
}

.page02 article .article-body .schedule-year .image {
    position: relative;
    width: 279px;
    display: table-cell;
    vertical-align: middle;
}

.page02 article .article-body .schedule-year .grid-image .text {
  display: table-cell;
  vertical-align: top;
  padding-left: 40px;
}

.page02 article .article-body .schedule-year.grid-image .text p {
  margin-bottom: 1em;
}

.page02 article .article-body .grid-image .text p:last-of-type {
  margin-bottom: 0;
}

.page02 article .article-body .table-row {
    margin-top :20px;
}

.page02 article .article-body .table-row table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
}

.page02 article .article-body .tsunen{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page02 article .article-body .tsunen .item{
  width: 48%;
}
.page04 article .article-body .staff{
    margin-right: -32px;
}
.page04 article .article-body .staff .item{
    display: inline-block;
    width: 46%;
    margin-right: 32px;
}
.page02 article .article-body .tsunen .item h3 {
  margin: 0 0 15px;
  padding: 3px 10px;
  background: #f9d069;
  border-radius: 25px;
  text-align: center;
}

.page02 article .article-body .tsunen .item .image {
    text-align: left;
    float:left;
    margin-bottom: 15px;
    padding-right: 10px;
}

/* page03 専用
------------------------------------- */
.page03 article .article-body h3 ~ h3 {
  margin-top: 40px;
}

.page03 article .article-body h4 {
  margin-top: 35px;
}
.page03 article .article-body .area-page03_02 h4 {
     margin-bottom: 10px;
     padding-bottom: 5px;
     border-bottom: 2px solid #c6d987;
     font-size: 17px;
     line-height: 1.2;
}
.page03 article .article-body h4 ~ p {
  margin-left: 20px;
}

.page03 article .article-body .flow .item {
  padding-bottom: 10px;
}

.page03 article .article-body .flow .item:after {
  content: "";
  display: block;
  clear: both;
}

.page03 article .article-body .flow .item:last-child h3:before {
  content: none;
}

.page03 article .article-body .flow .item h3 {
  position: relative;
  float: left;
  width: 200px;
  margin-right: 20px;
  background: #f9d069;
  color: #3f2909;
}

.page03 article .article-body .flow .item h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2em;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-top: 11px solid #f9d069;
  border-right: 12px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 12px solid transparent;
}

.page03 article .article-body .flow .item p {
  overflow: hidden;
  margin: 0;
  padding-top: 3px;
}


/* page04 専用
------------------------------------- */

.page04 article .article-body .staff .item h3 {
  margin: 0 0 15px;
  padding: 3px 10px;
  background: #f9d069;
  border-radius: 25px;
  text-align: center;
}

.page04 article .article-body .staff .item_in {
     display: table;
    margin-bottom: 30px;
}

.page04 article .article-body .staff .item .image {
    text-align: right;
    margin-bottom: 15px;
    padding-right: 10px;
    display: table-cell;
    vertical-align: top;
}

.page04 section.area-page04_01 {
/*    background: url(img/bg_deco_03.png) no-repeat right bottom;*/
    padding-bottom: 0;/*100px;*/
margin:0 0 0;
}

.page04 .P4_DecoImg div.DecoImg {
float:right;
    padding-top: 0px;
    margin-bottom: 60px;
}

.page04 div.P4_DecoImg {
    padding-bottom: 100px;
/*margin-bottom:60px;*/
}

.page04 article .article-body .area-page04_02 .col3 {
  margin-left: -30px;
}

.page04 article .article-body .area-page04_02 .col3:after {
  content: "";
  display: block;
  clear: both;
}

.page04 article .article-body .area-page04_02 .col3 .item {
  box-sizing: border-box;
  float: left;
  width: 33.3%;
  padding-left: 30px;
}

.page04 article .article-body .area-page04_02 .col3 .item:nth-child(3n+1) {
  clear: both;
}

.page04 article .article-body .area-page04_02 .col3 .item .image {
  position: relative;
  margin: 0 auto 15px;
  width: 240px;
  text-align: center;
}

.page04 article .article-body .area-page04_02 .col3 .item h3 {
  margin: 0 0 8px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.page04 article .article-body .area-page04_02 .col3 .item p {
  font-size: 14px;
  margin-bottom:30px;
}

/* page05 専用
------------------------------------- */
/*
.page05 .area-page05_01 {
    background: url(img/bg_deco_04.png) no-repeat right bottom;
    padding-bottom: 20px;
}
*/
.page05 .area-page05_01 .DecoImg {
float:right;
/*    padding-bottom: 20px;*/
}

.page05 article .article-body .table-row table {
    width: 80%;
    border-collapse: separate;
    border-spacing: 5px;
    margin: 0 auto;
}

.page05 article .article-body .table-row table tr:first-child th {
    border-radius: 9px 0 0 0;
}

.page05 article .article-body .table-row table tr:first-child td {
    border-radius: 0 9px 0 0;
}

.page05 article .article-body .table-row table tr:last-child th {
    border-radius:  0 0 0 9px;
}

.page05 article .article-body .table-row table tr:last-child td {
    border-radius: 0 0 9px 0;
}


/* page06 専用
------------------------------------- */
/*
.page06 article .article-body .area-access .section-body {
  background: url(img/bg_deco_02.png) no-repeat 270px bottom;
}
*/
.page06 article .article-body .area-access .section-body .mapDeco {
    padding-top: 85px;
float:right;
}
.page06 article .article-body .area-access .section-body:after {
  content: "";
  display: block;
  clear: both;
}

.page06 article .article-body .area-access .section-body .map {
  float: right;
  margin-left: 30px;
}

.page06 article .article-body .area-access .section-body .address {
  overflow: hidden;
/*  padding-bottom: 140px;*/
}

.page06 article .article-body .area-contact .area-tel {
  margin-bottom: 50px;
  text-align: center;
}

.page06 article .article-body .area-contact .area-tel .tel {
  font-size: 28px;
  color: #fc9040;
}

.page06 article .article-body .area-contact .area-tel .tel p {
  display: inline-block;
  margin: 0;
  padding: 5px 0 5px 40px;
  background: url(img/icon_tel.png) no-repeat left center;
}

.page06 article .article-body .area-contact .area-tel dl {
  text-align: center;
}

.page06 article .article-body .area-contact .area-tel dl dt, .page03 article .article-body .area-contact .area-tel dl dd {
  display: inline-block;
}

.page06 article .article-body .area-contact table.formTable {
  width: 70%;
  margin: 0 auto 20px;
  border-collapse: separate;
  border-spacing: 5px;
}

.page06 article .article-body .area-contact table.formTable tr:first-child th {
  border-radius: 9px 0 0 0;
}

.page06 article .article-body .area-contact table.formTable tr:first-child td {
  border-radius: 0 9px 0 0;
}

.page06 article .article-body .area-contact table.formTable tr:last-child th {
  border-radius: 0 0 0 9px;
}

.page03 article .article-body .area-contact table.formTable tr:last-child td {
  border-radius: 0 0 9px 0;
}

.page06 article .article-body .area-contact table.formTable th {
  width: 180px;
  text-align: left;
  vertical-align: middle;
  padding: 15px;
  background: #f9d069;
  font-weight: normal;
}

.page06 article .article-body .area-contact table.formTable th font {
  margin-left: 7px;
  padding: 2px 7px;
  background: #69501d;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.page06 article .article-body .area-contact table.formTable td {
  padding: 15px;
  background: white;
}

.page06 article .article-body .area-contact table.formTable td input[type="text"] {
  box-sizing: border-box;
  padding: 5px;
  width: 80%;
  border: 1px solid #d9d1bf;
  border-radius: 5px;
}

.page06 article .article-body .area-contact table.formTable td textarea {
  vertical-align: top;
  box-sizing: border-box;
  margin: 0;
  padding: 5px;
  width: 100%;
  height: 150px;
  border: 1px solid #d9d1bf;
  border-radius: 5px;
}

.page06 article .article-body .area-contact .btn.form {
  margin: 0 auto 60px;
  text-align: center;
}

.page06 article .article-body .area-contact .btn.form input {
  box-sizing: border-box;
  width: 280px;
  padding: 15px 5px;
  border: 0;
  color: white;
  background: #f1863b;
  border: 0;
  border-radius: 7px;
  font-size: 20px;
  -webkit-appearance: none;
  cursor: pointer;
  transition: all .8s ease;
}

.page06 article .article-body .area-contact .btn.form input:hover {
  color: white;
  background: #98b730;
}

@media only screen and (max-width: 640px) {
  /* -------------------------------------
	スマホ用スタイル
------------------------------------- */
  /* -------------------------------------
	要素
------------------------------------- */
  body {
    min-width: 0;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  /* -------------------------------------
	全体
------------------------------------- */
  /* -------------------------------------
	ヘッダー
------------------------------------- */
  #page header[role="banner"],
  #page header[role="banner"].ForM {
    padding: 13px 0 0;
/*    background-position: left -1px;*/
/*    background-size: auto 9px;*/
  }
#page .HeaderImg {
padding: 9px 0 0;
background-position: left -1px;
background-size: auto 9px;
}
  #page header[role="banner"] .logo {
    float: none;
    margin: 0 auto 15px;
    text-align: center;
  }
  #page header[role="banner"] .logo h1 {
    display: inline-block;
    max-width: 80%;/*65%;*/
  }
#page header[role="banner"] .logo h1 a p {
  display: block;
}

 /*  #page header[role="banner"] nav {
    float: none;
    margin: 0 10px 20px;
  }
  #page header[role="banner"] nav ul {
display: table;
width: 100%;
    padding-right: 0;
  }
  #page header[role="banner"] nav ul li {
display: table-cell;
float: none;*/
/*    box-sizing: border-box;*/
/*    min-width: 0;*/
/*    width: 33.3%;*/
/*    margin-left: 0;
padding: 0;*/
/*    padding-right: 8px;*/
 /*   font-size: 14px;
  }*/
    
#page header[role="banner"] nav ul li { 
    background: none;}
  #page header[role="banner"] nav ul li:first-child {
    display: none;
  }
  #page header[role="banner"] nav ul li a {
    padding: 8px 2px;
      display: flex;
  }
  #page header[role="banner"] nav ul li a img {
    width: 27px;
  }
  #page header[role="banner"] nav ul li a span.text {
    margin-top: 3px;
  }
    
  #page header[role="banner"] nav ul li a span.image {
      display: 1;
      margin-right: 5px;
  }
  /* -------------------------------------
	フッター
------------------------------------- */
  #page footer[role="contentinfo"] div.FooterImg {
    background-size: auto 9px;
    padding-bottom: 9px;
  }
  #page footer[role="contentinfo"] > .inner {
    background-size: 90% auto;
    padding-top: 5px;
    padding-bottom: 20px;
  }
  #page footer[role="contentinfo"] .footerNav {
    padding: 0;
    text-align: center;
  }
  #page footer[role="contentinfo"] .footerNav ul {
    margin: 0;
    border-top: 1px solid #c5d56d;
  }
  #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-bottom: 1px solid #c5d56d;
    border-right: 1px solid #c5d56d;
    font-size: 14px;
  }
  #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"] .copyright {
    padding: 30px 10px 0;
    text-align: center;
    text-shadow: 0 1px 0 white;
  }
  #page footer[role="contentinfo"] .copyright small {
    font-size: 12px;
  }
  /* -------------------------------------
	トップ＆下層共通
------------------------------------- */
  section {
    margin: 0 10px 45px;
  }
  /* -------------------------------------
	トップページ
------------------------------------- */
  /* メインビジュアル
------------------------------------- */
  #mainvisual {
    margin: 0 5px 40px;
    width: auto;
  }
  #mainvisual .decoA {
    top: 0;
  }
  #mainvisual .decoA img {
    width: 57px;
  }
  #mainvisual .decoB {
    bottom: 0;
  }
  #mainvisual .decoB img {
    width: 87px;
  }
  /* トップページのコンテンツ
------------------------------------- */
  #contents .area-lead {
    margin: 0 10px 40px;
  }
  #contents .area-lead .grid-image .image {
    position: static;
    display: block;
    float: left;
    width: 35%;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  #contents .area-lead .grid-image .image:before {
    content: none;
  }
  #contents .area-lead .grid-image .image img {
    border-radius: 50%;
  }
  #contents .area-lead .grid-image .text {
    display: block;
    padding-left: 0;
    font-size: 15px;
  }
  #contents .area-lead .grid-image .text p {
    margin-bottom: 1em;
  }
  #contents .area-lead .grid-image .text p:last-of-type {
    margin-bottom: 0;
  }
  #contents .area-message {
    margin-bottom: 15px;
    padding: 10px 5px 5px;
  }
  #contents .area-message h2 {
    margin-bottom: 15px;
    padding: 10px 10px 5px 50px;
    background-size: auto 40px;
    font-size: 18px;
  }
  #contents .area-message .section-body {
    padding: 0 10px;
  }
  #contents .area-message .section-body .image {
    margin-left: 15px;
    max-width: 35%;
  }
  #contents .area-message .section-body .image img {
    border-radius: 50% 48% 50% 50% / 40% 45% 50% 32%;
  }
  #contents .area-message .section-body .text {
    overflow: visible;
  }
  #contents .area-news {
    padding: 5px 10px 10px;
    background: #fcf8c7;
    border-radius: 5px;
  }
  #contents .area-news h2 {
    margin: 0 -5px 10px;
    padding: 10px 10px 5px 45px;
    background-size: auto 40px;
    font-size: 18px;
  }
  #contents .area-news .section-body {
    padding: 15px 15px;
  }
  #contents .area-news .section-body dl {
    line-height: 1.5;
  }
  #contents .area-news .section-body dl dt {
    margin-bottom: 5px;
  }
  #contents .area-news .section-body dl dt .time {
    display: block;
    width: auto;
    color: #e4860c;
  }
  #contents .area-news .section-body dl dt .ttl {
    display: block;
  }
  #contents .area-news .section-body dl dd {
    margin-bottom: 15px;
    padding-left: 0;
    padding-bottom: 15px;
    border-bottom: 2px solid #fbf4c8;
  }
  #contents .area-news .section-body dl dd:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  /* -------------------------------------
	下層ページ
------------------------------------- */
  #contents article > header {
    width: auto;
    margin: 0 5px 20px;
  }
  #contents article > header h1 {
    font-size: 22px;
  }
  #contents article > header .mainvisual:before {
    background-size: cover;
  }
  #contents article > header .mainvisual img {
    vertical-align: middle;
  }
  #contents article .article-body {
    padding: 0;
  }
  #contents article .article-body .table-col {
    margin-left: 0;
  }
  #contents article .article-body .table-col table {
    display: table;
    table-layout: fixed;
    width: 100%;/*80%;*/
    border-collapse: separate;
    border-spacing: 5px;
  }
  #contents article .article-body .table-col table tbody {
    display: table-row-group;
  }
  #contents article .article-body .table-col table tr {
    display: table-row;
    margin-right: 0;
    min-width: 0;
  }
  #contents article .article-body .table-col table th {
    display: table-cell;
    padding: 12px 10px;
width:40%;/*--ADD--*/
  }
  #contents article .article-body .table-col table td {
    display: table-cell;
    padding: 12px 10px;
width:60%;/*--ADD--*/
  }
  #contents article .article-body .table-col.deco {
    padding-bottom: 0;/*15px;*/
    background-position: right 5%;
    background-size: 50px auto;
  }
/*--ADD--*/
  #contents article .article-body .table-col.deco div.DecoImg {
display:none;
}

  #contents article .article-body .table-row table {
    width: 100%;
  }
  #contents article .article-body .table-row table th {
    width: 40%;
    padding: 12px 10px;
  }
  #contents article .article-body .table-row table td {
    padding: 12px 10px;
  }
  /* page01 専用
------------------------------------- */
  .page01 article .article-body .area-page01_01 .col3 {
    margin: 0 auto;
  }
  .page01 article .article-body .area-page01_01 .col3 .item {
    float: none;
    width: auto;
    margin-bottom: 30px;
    padding-left: 0;
  }
  .page01 article .article-body .area-page01_01 .col3 .item .image {
    margin: 0 auto 10px;
    width: auto;
    max-width: 219px;
  }
  .page01 article .article-body .area-page01_01 .col3 .item .image:before {
    background-size: cover;
  }
  .page01 article .article-body .schedule-day {
    display: block;
  }
  .page01 article .article-body .schedule-day .item {
    width: auto;
    margin-bottom: 20px;
  }
  .page01 article .article-body .schedule-day .item h3 {
    margin: 0 0 10px;
  }
  .page01 article .article-body .schedule-day .item dl {
    font-size: 14px;
  }
  .page01 article .article-body .schedule-day .item dl dt {
    width: 70px;
    padding-left: 5px;
  }
  .page01 article .article-body .schedule-day .item dl dd {
    margin-bottom: 7px;
    padding: 0 0 7px 75px;
  }
  .page01 article .article-body .schedule-year {
    display: block;
  }
  .page01 article .article-body .schedule-year .item {
    width: auto;
    margin-bottom: 25px;
  }
  .page01 article .article-body .schedule-year .item h3 {
    margin: 0 0 10px;
    padding: 2px 10px;
  }
  .page01 article .article-body .schedule-year .item dl {
    margin: 0 15px;
  }
  .page01 article .article-body .schedule-year .item dl dt {
    clear: both;
    float: left;
    margin-bottom: 5px;
  }
  .page01 article .article-body .schedule-year .item dl dd {
    margin-bottom: 5px;
  }
  .page01 article .article-body .schedule-year .item.spring h3 {
    background-color: #f8ceda;
  }
  .page01 article .article-body .schedule-year .item.summer h3 {
    background-color: #b6e886;
  }
  .page01 article .article-body .schedule-year .item.autumn h3 {
    background-color: #f5c28a;
  }
  .page01 article .article-body .schedule-year .item.winter h3 {
    background-color: #b2e5eb;
  }
  .page01 article .article-body .area-page01_05 .section-body ul.schedule-all {
    font-size: 14px;
  }
  .page01 article .article-body .area-page01_05 .section-body ul.schedule-all li strong {
    font-size: 15px;
  }
    
  /* page02 専用
------------------------------------- */
    
.page02 article .article-body .schedule-year .image {
    width: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 10px;
}
    
.page02 article .article-body .schedule-year .grid-image .text {
    display: table-cell;
    vertical-align: top;
    padding-left: 0px;
}
    
#contents.page02 article .article-body .table-row table th {
    width: 20%;
}

.page02 article .article-body .tsunen {
    display: block;
}
.page04 article .article-body .staff {
    display: block;
	margin-right:0;
}   
.page02 article .article-body .tsunen .item, .page04 article .article-body .staff .item {
    width: 100%;
}
    
.page02 article .article-body .tsunen .item .image {
    text-align: center;
    float: none;
}
    
    
  /* page03 専用
------------------------------------- */
  .page03 article .article-body h4 ~ p {
    margin-left: 0;
  }
  .page03 article .article-body .flow .item {
    position: relative;
    padding-bottom: 30px;
  }
  .page03 article .article-body .flow .item:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-top: 11px solid #f9d069;
    border-right: 12px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 12px solid transparent;
  }
  .page03 article .article-body .flow .item:last-child:before {
    content: none;
  }
  .page03 article .article-body .flow .item h3 {
    position: static;
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .page03 article .article-body .flow .item p {
    overflow: visible;
    margin: 0 10px;
    padding-top: 0;
  }
.page03 article .article-body .area-page03_02 h4{
     font-size: 22px;
}

    
  /* page04 専用
------------------------------------- */
.page04 article .article-body .staff .item {
    margin-bottom: 30px;
}
.page04 article .article-body .staff .item_in {
    display: table;
    margin-bottom: 0px;
}
.page04 article .article-body .staff li.item {
margin-bottom:30px;
}
.page04 div.P4_DecoImg {
    padding-bottom: 40px;
}
.page04 .P4_DecoImg div.DecoImg {
display:none;
}
.page04 section.area-page04_01 {
margin:0 10px 0;
}
.page04 article .article-body .staff .item .image {
    text-align: center;
    margin-bottom: 15px;
    padding-right: 0px;
    display: block;
    width: 100%;
}
.page04 article .article-body .staff .item{
    margin-right: 0px;
}
.page04 article .article-body .staff li.item:last-child {
    margin-bottom: 0;
}

.page04 .area-page04_01 {
    background-size:100px auto; 
    padding-bottom: 20px;
}
    
.page04 article .article-body .area-page04_02 .col3 {
    margin-left: 0;
}
    
.page04 article .article-body .area-page04_02 .col3 .item {
    box-sizing: border-box;
    float: none;
    width: 100%;
    padding-left: 0px;
}
    
  /* page05 専用
------------------------------------- */
    
.page05 .area-page05_01 {
/*    background-size:110px auto; */
/*    padding-bottom: 60px;*/
}
.page05 .area-page05_01 div.DecoImg {
padding:5px 5px;
max-width:40%;
}

  /* page06 専用
------------------------------------- */
  .page06 article .article-body .area-access {
    margin-bottom: 0;
  }
/*--ADD--*/
  .page06 article .article-body .area-access .section-body div.mapDeco {
    display:none;
  }
/*
  .page06 article .article-body .area-access .section-body {
    background: url(img/bg_deco_02.png) no-repeat right bottom;
    background-size: 80px auto;
  }
*/
  .page06 article .article-body .area-access .section-body .map {
    float: none;
    margin: 0 auto 15px;
  }
  .page06 article .article-body .area-access .section-body .address {
    overflow: hidden;
    padding-bottom: 45px;/*85px;*/
width:100%;
  }
  .page06 article .article-body .area-contact .area-tel .tel {
    font-size: 24px;
  }
  .page06 article .article-body .area-contact .area-tel .tel p {
    display: inline-block;
    padding: 5px 0 5px 35px;
    background-position: left .5em;
    background-size: 26px auto;
  }
  .page06 article .article-body .area-contact table.formTable {
    width: 100%;
    margin: 0 auto 20px;
    display: block;
  }
  .page06 article .article-body .area-contact table.formTable tr, .page06 article .article-body .area-contact table.formTable tbody, .page06 article .article-body .area-contact table.formTable th, .page06 article .article-body .area-contact table.formTable td {
    display: block;
    width: auto;
  }
  .page06 article .article-body .area-contact table.formTable tr:first-child th {
    border-radius: 9px 9px 0 0;
  }
  .page06 article .article-body .area-contact table.formTable tr:first-child td {
    border-radius: 0;
  }
  .page06 article .article-body .area-contact table.formTable tr:last-child th {
    border-radius: 0;
  }
  .page06 article .article-body .area-contact table.formTable tr:last-child td {
    border-radius: 0 0 9px 9px;
  }
  .page06 article .article-body .area-contact table.formTable th {
    padding: 10px 15px;
  }
  .page06 article .article-body .area-contact table.formTable th:after {
    content: "";
    display: block;
    clear: both;
  }
  .page06 article .article-body .area-contact table.formTable th font {
    float: right;
  }
  .page06 article .article-body .area-contact table.formTable td {
    margin-bottom: 5px;
    padding: 15px;
  }
  .page06 article .article-body .area-contact table.formTable td input[type="text"] {
    width: 100%;
    font-size: 16px;
  }
  .page06 article .article-body .area-contact table.formTable td textarea {
    height: 120px;
    font-size: 16px;
  }
}
