﻿@charset "UTF-8";
/*!
 * 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; }

/* 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 #ffffff;
}
img.frame_box_black {
border:solid 6px #ffffff;
}
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;
}


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; }

/* 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;
}


/* 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%;
  background: #000; }

body {
  min-width: 960px;
  line-height: 1.231;
  background: #fff;
  color: #313131;
  font-size: 14px;
  font-weight: 400;
  font-family: YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", 游ゴシック体, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -webkit-text-size-adjust: none; }

textarea,
input {
  font-family: YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", 游ゴシック体, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; }

iframe,
img {
  vertical-align: top; }

ul {
  list-style: none; }

small {
  font-size: 80%; }

a {
  color: #000; }
  a:hover {
    color: #000;
    text-decoration: none; }

sup {
  vertical-align: top;
  font-size: 65%; }

sub {
  vertical-align: bottom;
  font-size: 65%;
}

iframe {
  max-width: 100%; }

/* -------------------------------------
	全体
------------------------------------- */
.inner {
  box-sizing: border-box;
  width: 960px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 640px) {
    .inner {
      width: auto; } }

/* -------------------------------------
	ヘッダー
------------------------------------- */
#page header[role="banner"] .header-main {
  display: table;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px; }
#page header[role="banner"] .logo {
  display: table-cell;
  vertical-align: bottom; }
  #page header[role="banner"] .logo h1 {
    font-size: 26px;
    margin-top: 6px;
    font-weight: normal;
    letter-spacing: .1em;
    max-width: 450px; }
    #page header[role="banner"] .logo h1 a {
      text-decoration: none; }
#page header[role="banner"] .tagline {
  font-size: 13px; }
#page header[role="banner"] nav {
  display: table-cell;
  vertical-align: bottom;
  text-align: right; }
  #page header[role="banner"] nav ul {
    display: inline-block; }
    #page header[role="banner"] nav ul li {
      display: table-cell;
      vertical-align: middle;
      font-size: 18px;
      text-align: center;
      box-sizing: border-box;
      padding-left: 32px; }
      #page header[role="banner"] nav ul li:first-child {
        padding-left: 0; }
      #page header[role="banner"] nav ul li a {
        display: block;
        color: #313131;
        text-decoration: none;
        transition: none .4s ease-in-out;
        transition-property: color;
        border-radius: 5px; }
      #page header[role="banner"] nav ul li.state-active a,
      #page header[role="banner"] nav ul li a:hover {
        color: rgba(49, 49, 49, 0.6); }

/* -------------------------------------
	フッター
------------------------------------- */
#page footer[role="contentinfo"] {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #313131;
  color: #fff; }
  #page footer[role="contentinfo"] a {
    text-decoration: underline;
    color: #fff; }
    #page footer[role="contentinfo"] a:hover {
      text-decoration: none; }
  #page footer[role="contentinfo"] > .inner {
    position: relative; }
  #page footer[role="contentinfo"] .pageTop {
    margin-bottom: 0;
    position: absolute;
    top: -110px;
    right: 20px;
    width: 40px;
    height: 40px; }
    #page footer[role="contentinfo"] .pageTop a {
      border-radius: 3px;
      display: block;
      background-color: #fff;
      width: 38px;
      height: 38px;
      border: 1px solid #a0a0a0;
      text-decoration: none;
      transition: none .2s ease-in-out;
      transition-property: background-color;
      position: absolute;
      text-indent: -9999px;
      overflow: hidden; }
      #page footer[role="contentinfo"] .pageTop a:hover {
        background-color: rgba(49, 49, 49, 0.6); }
        #page footer[role="contentinfo"] .pageTop a:hover:before {
          border-color: #fff; }
      #page footer[role="contentinfo"] .pageTop a:before {
        content: "";
        display: block;
        position: absolute;
        top: 17px;
        left: 50%;
        margin: 0 auto;
        width: 12px;
        height: 12px;
        margin-left: -7px;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
        transform: rotate(-45deg); }
  #page footer[role="contentinfo"] .footerNav ul {
    display: flex;
    justify-content: center; }
    #page footer[role="contentinfo"] .footerNav ul li {
      border-left: 1px solid #333;
      padding-left: 18px;
      margin-left: 18px;
      font-size: 13px; }
      #page footer[role="contentinfo"] .footerNav ul li:first-child {
        padding-left: 0;
        margin-left: 0;
        border-left: 0; }
  #page footer[role="contentinfo"] .copyright {
    margin-top: 25px;
    text-align: center; }
    #page footer[role="contentinfo"] .copyright small {
      font-size: 12px; }

/* -------------------------------------
	トップ＆下層共通
------------------------------------- */
#contents {
  line-height: 1.6;
  margin-bottom: 0; }

#contents[class*="page"] {
    border-top: 40px solid #eee;
    padding-top: 60px;
    margin-bottom: 110px; }

section {
  margin: 0 0 40px; }
  section .section-body p, section .section-body ul, section .section-body ol, section .section-body table {
    margin-bottom: 1em; }

/* -------------------------------------
	トップページ
------------------------------------- */
/* メインビジュアル
------------------------------------- */
#D001 {
  overflow: hidden;
  margin: 0 auto;
  background-color: #eee; }
  #D001 .slideWrap div[id] {
    text-align: center; }
    #D001 .slideWrap div[id] img {
      width: 100%;
      height: auto; }
      #D001 .slideWrap div[id] img + img {
        display: none; }

/* トップページのコンテンツ
------------------------------------- */
#contents .area-catchCopy {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #fef6f9; }
  #contents .area-catchCopy > .inner section {
    margin-bottom: 0; }
    #contents .area-catchCopy > .inner section:after {
      content: "";
      display: block;
      clear: both; }
  #contents .area-catchCopy .col-left {
    float: left;
    width: 55%; }
    #contents .area-catchCopy .col-left h1 {
      margin-top: 45px;
      font-size: 21px; }
      #contents .area-catchCopy .col-left h1 strong {
        color: #e97d8f; }
    #contents .area-catchCopy .col-left .lead {
      margin-top: 25px;
      font-size: 14px; }
  #contents .area-catchCopy .col-right {
    float: right;
    width: 43%; }
  #contents .area-catchCopy .imageList li img {
/*    padding: 5px;*/
    background-color: #fff;
/*    box-shadow: 0px 0px 2px 3px rgba(1, 1, 0, 0.2);*/
 }
  #contents .area-catchCopy .imageList li:nth-child(1) {
/*    transform: rotate(10deg);*/
    top: 0;
    position: relative;
    z-index: 100;
    margin-left: 10px;
    margin-top: 40px; }
  #contents .area-catchCopy .imageList li:nth-child(2) {
    margin-top: -40px;
    text-align: right;
/*    transform: rotate(345deg);*/
    right: 0; }
#contents .area-news {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fffde5; }
  #contents .area-news h2 {
    font-size: 18px;
    padding-left: 50px;
    background: url(img/bg_icon_news.png) 0 50% no-repeat;
    min-height: 35px;
    margin-bottom: 15px; }
  #contents .area-news .inner > section {
    margin-bottom: 0; }
  #contents .area-news .section-body .newsList li {
    margin-bottom: 20px; }
  #contents .area-news .section-body .newsList .time,
  #contents .area-news .section-body .newsList dl {
    display: table-cell;
    vertical-align: top;
    width: 100%; }
  #contents .area-news .section-body .newsList .time {
    width: 68px;
    min-width: 68px;
    padding: 12px;
    background-color: #fa822e;
    color: #fff;
    box-sizing: border-box; }
    #contents .area-news .section-body .newsList .timeYear, #contents .area-news .section-body .newsList .timeMonth {
      display: block;
      text-align: center; }
    #contents .area-news .section-body .newsList .timeMonth {
      font-size: 16px; }
  #contents .area-news .section-body .newsList dl {
    padding-left: 20px; }
    #contents .area-news .section-body .newsList dl dt {
      margin-bottom: 10px; }
    #contents .area-news .section-body .newsList dl dd {
      font-size: 12px; }

/* -------------------------------------
	下層ページ
------------------------------------- */
article > header {
  margin-bottom: 40px;
  text-align: center; }
  article > header h1 {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    letter-spacing: .1em;
    margin-bottom: 20px; }
  article > header .image {
    margin-bottom: 20px; }
  article > header .lead {
    margin-bottom: 20px; }
article .article-body > .inner {
  margin-left: auto;
  margin-right: auto;
  width: 900px; }
article .article-body .ttl02,
article .article-body h2 {
  font-size: 21px;
  font-weight: normal; }
  article .article-body .ttl02 + p,
  article .article-body h2 + p {
    margin-bottom: 25px; }
article .article-body .mainvisual {
  margin-bottom: 20px; }
article .article-body .lead {
  margin-bottom: 20px; }
article .article-body .itemList {
  margin-top: 15px; }
  article .article-body .itemList:after {
    content: "";
    display: block;
    clear: both; }
  article .article-body .itemList li {
    float: left;
    margin-left: 20px; }
    article .article-body .itemList li:nth-child(3n+1) {
      margin-left: 0; }
    article .article-body .itemList li:nth-child(n+4) {
      margin-top: 20px; }
article .article-body .area-note {
  margin-bottom: 30px;
  font-size: 13px; }


article .article-body .itemList li img {
/*	padding:5px 1px 5px 1px;*/
	border-sizing:border-box;
}


/* page01 専用
------------------------------------- */
.page01 article .article-body h2 {
  font-size: 21px; }
  .page01 article .article-body h2:before {
    content: "●";
    color: #ea8797;
    font-size: 12px;
    vertical-align: 2px;
    margin-right: 8px; }
.page01 article .article-body .itemList:after {
  content: "";
  display: block;
  clear: both; }
.page01 article .article-body .itemList li {
  float: left;
  margin-left: 3px; }
  .page01 article .article-body .itemList li:nth-child(3n+1) {
    margin-left: 0; }
  .page01 article .article-body .itemList li:nth-child(n+4) {
    margin-top: 3px; }

/* page02 専用
------------------------------------- */
.page02 article .article-body .area-plan {
  display: flex;
  margin-bottom: 90px;
  justify-content: space-around; }
  .page02 article .article-body .area-planItem {
    border: 1px solid #a0a0a0;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 24px;
    width: 294px; }
    .page02 article .article-body .area-planItem h2 {
      background: url(img/bg_diagonal.png);
      margin-bottom: 20px;
      margin-left: -24px;
      margin-right: -24px;
      padding-bottom: 2px;
      padding-top: 2px;
      text-align: center; }
    .page02 article .article-body .area-planItem .priceList {
      font-size: 20px;
      margin-bottom: 10px;
      text-align: center; }
      .page02 article .article-body .area-planItem .priceList li {
        display: inline-block; }
    .page02 article .article-body .area-planItem .noteList {
      font-size: 12px;
      text-align: center; }
      .page02 article .article-body .area-planItem .noteList li {
        display: inline-block; }
.page02 article .article-body .area-contact {
  text-align: center; }
  .page02 article .article-body .area-contact .lead {
    font-size: 14px;
    margin-bottom: 25px; }
  .page02 article .article-body .area-contact .tel {
    margin-bottom: 20px; }
    .page02 article .article-body .area-contact .tel strong {
      font-size: 24px;
      font-weight: normal;
      color: #fcaf12; }
  .page02 article .article-body .area-contact .btn_contact {
    margin-bottom: 0; }
    .page02 article .article-body .area-contact .btn_contact a {
      background-color: #fcaf12;
      border-radius: 10px;
      color: #fff;
      min-width: 462px;
      display: inline-block;
      padding: 16px;
      box-sizing: border-box;
      text-decoration: none;
      transition: none .4s ease-in-out;
      transition-property: background-color; }
      .page02 article .article-body .area-contact .btn_contact a img {
        margin-right: 10px;
        vertical-align: -1px; }
      .page02 article .article-body .area-contact .btn_contact a:hover {
        background-color: #fdc044; }

/* page03 専用
------------------------------------- */
.page03 article .article-body .area-shop {
  margin-bottom: 50px; }
  .page03 article .article-body .area-shop:after {
    content: "";
    display: block;
    clear: both; }
  .page03 article .article-body .area-shop .col-left {
    float: left;
    width: 450px; }
  .page03 article .article-body .area-shop .col-right {
    float: right;
    width: 420px; }
.page03 article .article-body .shop_info table th,
.page03 article .article-body .shop_info table td {
  padding: 0 5px 25px; }
.page03 article .article-body .shop_info table th {
  font-weight: normal;
  white-space: nowrap;
  width: 5em;
  padding-right: 15px;
  text-align: left; }
.page03 article .article-body .area-access {
  margin-bottom: 55px; }
.page03 article .article-body .area-page03_03 > .inner {
  max-width: 616px;
  margin-left: auto;
  margin-right: auto; }
.page03 article .article-body .area-page03_03 h2 {
  text-align: center;
  margin-bottom: 25px; }
.page03 article .article-body .area-page03_03 h3 {
  margin-bottom: 10px; }

.page03 article .article-body .formList {
  margin: 0 auto 30px;
  width: 100%; }
  .page03 article .article-body .formList .notice {
    font-size: 12px;
    color: #e93f65;
    margin-bottom: 10px; }

  .page03 article .article-body .formList tr {
float:left;
width:100%;
}
  .page03 article .article-body .formList th {
    margin-bottom: 10px;
vertical-align: top;
float:left;
 }
    .page03 article .article-body .formList th .required {
      color: #e93f65;
      font-size: 12px;
      margin-left: 1px;
      vertical-align: super;
 }
  .page03 article .article-body .formList td {
    margin-bottom: 15px;
float:left;
width:100%;
 }
    .page03 article .article-body .formList td input[type="text"] {
      background: #eee;
      box-sizing: border-box;
      padding: 5px;
      width: 100%;
      border: 0;
      border-radius: 7px;
    margin-bottom: 15px;
float:left;
width:100%;}
    .page03 article .article-body .formList td textarea {
      border: 0;
      background: #eee;
      border-radius: 7px;
      box-sizing: border-box;
      height: 150px;
      margin: 0;
      padding: 5px;
      width: 100%; }
.page03 article .article-body .btn.form {
  margin: 0 auto 60px;
  text-align: center; }
  .page03 article .article-body .btn.form input {
    background-color: #fcaf12;
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    padding: 6px;
    width: 280px;
    cursor: pointer;
    -webkit-appearance: none; }
.page03 article .article-body .area-contactTel {
  margin-bottom: 35px; }
  .page03 article .article-body .area-contactTel p font {
    margin-left: 20px;
    font-size: 24px;
    color: #fcaf12; }

@media only screen and (max-width: 640px) {
  /* -------------------------------------
  	スマホ用スタイル
  ------------------------------------- */
  /* -------------------------------------
  	要素
  ------------------------------------- */
  body {
    min-width: 0; }

  img {
    max-width: 100%;
    height: auto; }

  /* -------------------------------------
  	全体
  ------------------------------------- */
  /* -------------------------------------
  	ヘッダー
  ------------------------------------- */
  #page header[role="banner"] .header-main {
    display: block;
    width: auto;
    padding: 10px 10px 0; }
  #page header[role="banner"] .logo {
    display: block;
    margin-bottom: 10px; }
    #page header[role="banner"] .logo h1 {
      font-size: 26px;
      margin-top: 6px;
      font-weight: normal;
      letter-spacing: .1em;
      max-width: 450px; }
      #page header[role="banner"] .logo h1 a {
        text-decoration: none; }
  #page header[role="banner"] .tagline {
    font-size: 13px; }
  #page header[role="banner"] nav {
    margin-bottom: 0;
    display: block; }
    #page header[role="banner"] nav ul {
      margin-left: -10px;
      margin-right: -10px;
      display: block;
      border-top: 1px solid #313131;
      border-bottom: 1px solid #313131;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #page header[role="banner"] nav ul li {
        flex: 1;
        width: 33%;
        box-sizing: border-box;
        margin-left: 0;
        padding-left: 0; }
        #page header[role="banner"] nav ul li + li {
          border-left: 1px solid #313131; }
        #page header[role="banner"] nav ul li:first-child {
          display: none; }
        #page header[role="banner"] nav ul li:nth-child(2) {
          padding: 0;
          border-left: none; }
          #page header[role="banner"] nav ul li:nth-child(2) a {
            border-right: 0; }
        #page header[role="banner"] nav ul li:nth-child(3) {
          padding: 0; }
        #page header[role="banner"] nav ul li a {
          padding: 15px 3px;
          font-size: 12px;
          border-radius: 0; }
          #page header[role="banner"] nav ul li a img {
            height: 16px;
            vertical-align: -4px; }
        #page header[role="banner"] nav ul li.state-active a,
        #page header[role="banner"] nav ul li a:hover {
          background-color: #313131;
          color: #fff; }

  /* -------------------------------------
  	フッター
  ------------------------------------- */
  #page footer[role="contentinfo"] {
    padding-top: 0;
    padding-bottom: 15px; }
    #page footer[role="contentinfo"] .pageTop {
      margin-bottom: 0;
      position: absolute;
      top: -75px;
      right: 10px; }
      #page footer[role="contentinfo"] .pageTop a {
        border-radius: 3px;
        display: block;
        background-color: #fff;
        width: 38px;
        height: 38px;
        border: 1px solid #a0a0a0;
        text-decoration: none;
        transition: none .2s ease-in-out;
        transition-property: background-color;
        position: absolute;
        text-indent: -9999px;
        overflow: hidden; }
        #page footer[role="contentinfo"] .pageTop a:hover {
          background-color: rgba(49, 49, 49, 0.6); }
          #page footer[role="contentinfo"] .pageTop a:hover:before {
            border-color: #fff; }
        #page footer[role="contentinfo"] .pageTop a:before {
          content: "";
          display: block;
          position: absolute;
          top: 17px;
          left: 50%;
          margin: 0 auto;
          width: 12px;
          height: 12px;
          margin-left: -7px;
          border-top: 1px solid #333;
          border-right: 1px solid #333;
          transform: rotate(-45deg); }
    #page footer[role="contentinfo"] .footerNav {
      padding: 0;
      text-align: center; }
      #page footer[role="contentinfo"] .footerNav ul {
        display: block;
        margin: 0;
        border-top: 1px solid #fff; }
        #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;
          padding: 0;
          border-bottom: 1px solid #fff;
          border-right: 1px solid #fff;
          font-size: 13px; }
          #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.btn {
            clear: both;
            float: none;
            width: auto;
            margin: 0;
            padding: 0;
            border-left: 0; }
          #page footer[role="contentinfo"] .footerNav ul li a {
            display: block;
            padding: 15px 10px;
            text-decoration: none; }
    #page footer[role="contentinfo"] .copyright {
      margin-top: 15px;
      padding-left: 10px;
      padding-right: 10px; }
      #page footer[role="contentinfo"] .copyright small {
        font-size: 12px; }

  /* -------------------------------------
  	トップ＆下層共通
  ------------------------------------- */
  #contents {
    margin-bottom: 0; }
    #contents[class*="page"] {
      border-top: 0;
      padding-top: 20px;
      margin-bottom: 80px; }
    #contents > .inner {
      padding-left: 10px;
      padding-right: 10px; }

  .separation {
    width: 49px;
    height: 15px;
    margin: 30px auto;
    background-size: 49px 15px; }

  /* -------------------------------------
  	トップページ
  ------------------------------------- */
  /* メインビジュアル
  ------------------------------------- */
  #D001 {
    width: auto;
    margin: 0 auto 1px; }

  /* トップページのコンテンツ
  ------------------------------------- */
  #contents .area-catchCopy {
    overflow: visible;
    padding-top: 15px;
    padding-bottom: 20px;
    background-color: #fef6f9; }
    #contents .area-catchCopy > .inner {
      padding-left: 10px;
      padding-right: 10px; }
    #contents .area-catchCopy > .inner section {
      margin-bottom: 0; }
    #contents .area-catchCopy .col-left {
      float: none;
      width: auto; }
      #contents .area-catchCopy .col-left h1 {
        margin-top: 0;
        font-size: 20px; }
        #contents .area-catchCopy .col-left h1 strong {
          color: #e97d8f; }
      #contents .area-catchCopy .col-left .lead {
        margin-top: 20px; }
    #contents .area-catchCopy .col-right {
      float: none;
      width: auto; }
    #contents .area-catchCopy .imageList {
      max-width: 300px;
      margin-left: auto;
      margin-right: auto; }
      #contents .area-catchCopy .imageList li img {
        width: 160px; }
  #contents .area-news {
    padding: 30px 10px 50px; }
    #contents .area-news h2 {
      font-size: 18px;
      padding-left: 35px;
      background: url(img/bg_icon_news.png) 0 50% no-repeat;
      min-height: 25px;
      background-size: 30px 27px;
      margin-bottom: 15px; }
    #contents .area-news .inner > section {
      margin-bottom: 0; }
    #contents .area-news .section-body .newsList li {
      margin-bottom: 15px; }
    #contents .area-news .section-body .newsList .timeMonth {
      font-size: 16px; }
    #contents .area-news .section-body .newsList dl {
      padding-left: 15px; }

  /* -------------------------------------
  	下層ページ
  ------------------------------------- */
  #contents article > header {
    margin-bottom: 20px; }
    #contents article > header h1 {
      font-size: 22px;
      margin-bottom: 15px;
      padding-bottom: 8px; }
    #contents article > header .mainvisual {
      margin-bottom: 20px; }
    #contents article > header .lead {
      margin-bottom: 15px;
      text-align: left; }
    #contents article > header .itemList {
      margin-left: -8px;
      margin-right: -8px; }
      #contents article > header .itemList li {
        float: left;
        margin-left: 0;
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
        box-sizing: border-box; }
        #contents article > header .itemList li:nth-child(3n+1) {
          margin-left: 0; }
        #contents article > header .itemList li:nth-child(n+3), #contents article > header .itemList li:nth-child(n+4) {
          margin-top: 10px; }
  #contents article .article-body > .inner {
    width: auto; }
  #contents article .article-body .lead {
    margin-bottom: 20px; }
  #contents article .article-body .ttl02 + p,
  #contents article .article-body h2 + p {
    margin-bottom: 15px; }
  #contents article .article-body h3 {
    font-size: 18px;
    margin-bottom: 10px; }
  #contents article .article-body .mainvisual {
    margin-bottom: 15px; }
  #contents article .article-body .lead {
    margin-bottom: 15px; }
  #contents article .article-body .itemList {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 20px; }
    #contents article .article-body .itemList li {
      float: left;
      width: 50%;
      padding-left: 5px;
      padding-right: 5px;
      box-sizing: border-box;
      margin-left: 0; }
      #contents article .article-body .itemList li:nth-child(3n+1) {
        margin-left: 0; }
      #contents article .article-body .itemList li:nth-child(n+3), #contents article .article-body .itemList li:nth-child(n+4) {
        margin-top: 10px; }
  #contents article .article-body .area-note {
    margin-bottom: 20px;
    font-size: 13px; }

  /* page01 専用
  ------------------------------------- */
  .page01 article .article-body .area-page01_05 .grid-image:after {
    content: "";
    display: block;
    clear: both; }
  .page01 article .article-body .area-page01_05 .grid-image .text {
    float: none;
    margin-bottom: 20px; }
  .page01 article .article-body .area-page01_05 .grid-image .thumbnailList {
    float: none;
    width: 270px;
    margin-left: auto;
    margin-right: auto; }
    .page01 article .article-body .area-page01_05 .grid-image .thumbnailList li {
      float: left; }
      .page01 article .article-body .area-page01_05 .grid-image .thumbnailList li:nth-child(even) {
        margin-left: 10px; }
      .page01 article .article-body .area-page01_05 .grid-image .thumbnailList li:nth-child(n+3) {
        margin-top: 10px; }

  /* page02 専用
  ------------------------------------- */
  .page02 article .article-body .area-plan {
    display: block;
    margin-bottom: 45px;
    justify-content: auto; }
    .page02 article .article-body .area-planItem {
      border: 1px solid #a0a0a0;
      border-radius: 3px;
      box-sizing: border-box;
      padding: 16px;
      width: auto; }
      .page02 article .article-body .area-planItem + .area-planItem {
        margin-top: 15px; }
      .page02 article .article-body .area-planItem h2 {
        background: url(img/bg_diagonal.png);
        margin-bottom: 20px;
        margin-left: -16px;
        margin-right: -16px;
        padding-bottom: 2px;
        padding-top: 2px;
        text-align: center; }
      .page02 article .article-body .area-planItem .priceList {
        font-size: 20px;
        margin-bottom: 10px;
        text-align: center; }
        .page02 article .article-body .area-planItem .priceList li {
          display: inline-block; }
      .page02 article .article-body .area-planItem .noteList {
        font-size: 12px;
        text-align: center; }
        .page02 article .article-body .area-planItem .noteList li {
          display: inline-block; }
  .page02 article .article-body .area-contact .tel strong {
    display: block; }
  .page02 article .article-body .area-contact .btn_contact a {
    display: block;
    min-width: 0; }

  /* page03 専用
  ------------------------------------- */
.page03 article .article-body .formList td input[type="text"]{
width:100%;
}
.page03 article .article-body .formList th {
font-size:11px;
}

  .page03 article .article-body .area-shop {
    margin-bottom: 20px; }
    .page03 article .article-body .area-shop .col-left {
      float: none;
      width: auto; }
    .page03 article .article-body .area-shop .col-right {
      float: none;
      width: auto; }
  .page03 article .article-body .shop_info {
    margin-top: 20px; }
    .page03 article .article-body .shop_info table th,
    .page03 article .article-body .shop_info table td {
      padding: 0 5px 10px; }
  .page03 article .article-body .area-access {
    margin-bottom: 40px; }
  .page03 article .article-body .area-page03_03 h2 {
    margin-bottom: 15px;
    text-align: left; }
  .page03 article .article-body .btn.form {
    margin: 0 auto 30px; }
    .page03 article .article-body .btn.form input {
      padding: 12px; }
  .page03 article .article-body .area-contactTel {
    margin-bottom: 20px; }
    .page03 article .article-body .area-contactTel p span {
      display: block;
      margin-left: 0; } }
