@charset "utf-8";
/*
---------------------------------------------

    base settings

*/
body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  clear: both;
}
ul,
ol,
dl,
p,
img,
form,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
}
li {
  list-style: none;
}
input,
textarea {
  font-size: 12px;
}
img {
  vertical-align: bottom;
}
a {
  color: #333;
}
a:active,
a:hover {
  color: #56b105;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  text-decoration: none;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
  font-weight: normal;
}
/* microclearfix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
/** For IE 6/7 only */
.cf {
  *zoom: 1;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.forPC {
  display: block;
}
.forSP {
  display: none;
}
/* microclearfix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
/*
---------------------------------------------

    headArea

*/
#headArea {
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  min-width: 1000px;
  position: relative;
}
#headArea .head-nav {
  width: 100%;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.9);
}
#headArea .head-nav h1 {
  padding-bottom: 15px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #00844a;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: italic;
}
#headArea .head-nav .gNav {
  text-align: center;
}
#headArea .head-nav .gNav ul.mainMenu {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  flex-wrap: wrap;
}
#headArea .head-nav .gNav ul.mainMenu li {
  display: inline;
}
#headArea .head-nav .gNav ul.mainMenu li a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
#headArea .head-nav .gNav ul.mainMenu li a:hover {
  color: #56b105;
}
#headArea .mv_logo {
  width: 260px;
  height: 90px;
  padding: 20px;
  margin: 10px 0 0 -130px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  top: 50%;
  left: 50%;
  text-align: center;
}
#headArea.low .mv_logo {
  margin: 0 0 0 -150px;
  padding: 20px;
  height: auto;
  width: 300px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #00844a;
  text-shadow:#fff 1px 1px 3px, #fff -1px 1px 3px,
             #fff 1px -1px 3px, #fff -1px -1px 3px;

  font-weight: bold;
  font-size: 28px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#headArea.top {
  height: 600px;
  background: url(img/pic1.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
#headArea.low {
  height: 350px;
  background: url(img/pic3.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
/*
---------------------------------------------

    sideBar

*/
/*
---------------------------------------------

    footArea

*/
#footArea {
  margin: 0;
  font-size: 14px;
  background: #f3eee7;
  min-width: 1000px;
}
#footArea .footer {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 25px 0;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footArea .footer .logo {
  width: 20%;
}
#footArea .footer .logo p {
  padding-top: 10px;
  line-height: 1.3;
}
#footArea .footer .logo p span {
  display: block;
}
#footArea .footer .logo img {
  width: 170px;
}
#footArea .footer .footLink {
  width: 80%;
  
}
#footArea .footer .footLink .upper {
  margin-bottom: 20px;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footArea .footer .footLink .upper dl {
  width: 67%;
  padding: 10px 15px;
  background: #fff;
}
#footArea .footer .footLink .upper dl dt {
  padding: 0 0 5px 0;
  font-size: 18px;
  font-weight: bold;
  color: #ffb658;
  position: relative;
}
#footArea .footer .footLink .upper dl dt img {
  position: absolute;
  top: -20px;
  right: 0;
}
#footArea .footer .footLink .upper ul {
  width: 25%;
  text-align: right;
}
#footArea .footer .footLink .upper ul li {
  padding: 0 0 0 10px;
display: inline-block;
}
#footArea .footer .footLink .upper ul li a img {
  padding: 2px 0 0 0;
  vertical-align: text-bottom;
}
#footArea .footer .footLink .under ul {
display:flex;
justify-content: flex-end;
}
#footArea .footer .footLink .under ul li {
  padding: 0 18px 0 0;
  line-height: 1;
}
#footArea .footer .footLink .under ul li:last-child {
padding:0;
}
#footArea .footer .footLink .under ul li a {
  padding: 0 0 0 8px;
  background: url(img/arrow_green1.svg) no-repeat left center;
  background-size: 5px 8px;
  font-size: 14px;
  text-decoration: none;
}
#footArea .footer .footLink .under ul li a:hover {
  text-decoration: underline;
}
#footArea .copyright {
  width: 100%;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
  background: #9fbf9b;
  color: #fff;
}
#footArea .copyright a {
  text-decoration: none;
  color: #fff;
}
#footArea .copyright a:hover {
  text-decoration: underline;
}
.pagetop {
  z-index: 99;
  position: fixed;
  bottom: 80px;
  right: 20px;
  top: inherit;
}
.pagetop a {
  width: 60px;
  height: 60px;
  display: block;
}
.pagetop a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/*
---------------------------------------------

    common

*/
#contentsArea {
  margin: 0 auto;
  padding: 10px 0 0 0;
  min-width: 1000px;
}
#contentsArea #mainArea {
  text-align: left;
}
#contentsArea #sideBar {
  width: 240px;
  margin: 0;
  padding: 0;
  float: right;
}
#breadcrumb {
  margin: 0 auto;
  padding: 10px 0;
  font-size: 12px;
}
#breadcrumb ul li {
  margin-right: 15px;
  display: inline-block;
  line-height: 1;
}
#breadcrumb ul li a {
  padding: 0 18px 0 0;
  background: url(img/arrow_green1.svg) no-repeat right center;
  background-size: 5px 8px;
}
#contentsArea.low {
  width: 1000px;
  margin: 0 auto;
}
#contentsArea.low #mainArea {
  width: 1000px;
  padding: 20px 0 60px 0;
  text-align: center;
}
#contentsArea.low #mainArea h1 {
  text-align: center;
}
#contentsArea.low #mainArea h2 {
  margin-bottom: 20px;
  border-bottom: solid 1px #eee;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
#contentsArea.low #mainArea h3 {
  margin: 40px 0 10px 0;
  display: inline-block;
  padding: 0 25px;
  border-bottom: solid 1px #0b6b2b;
  font-size: 22px;
  font-weight: bold;
  color: #0b6b2b;
}
#contentsArea.low #mainArea h3:first-of-type {
  margin-top: 10px;
}
.single_navi {
  margin: 50px 0;
  padding-top: 20px;
  border-top: solid 1px #eee;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
}
.single_navi div a {
  text-decoration: none;
  color: #56b105;
}
.single_navi div a:hover {
  text-decoration: underline;
}
.single_navi div.return {
  width: 40%;
  text-align: center;
}
.single_navi div.return a {
  padding: 5px 15px;
  display: inline-block;
  background: #56b105;
  color: #fff;
  font-weight: bold;
}
.single_navi div.post_previous {
  width: 25%;
  text-align: left;
  font-size: 16px;
}
.single_navi div.post_next {
  width: 25%;
  text-align: right;
  font-size: 16px;
}
.single_navi.forSP {
  display: none;
}
/*
---------------------------------------------

    top

*/
#contentsArea.top #mainArea {
  padding: 20px 0 0 0;
}
#contentsArea.top #mainArea h2 {
  margin: 0 0 40px 0;
  padding: 0 0 25px 0;
  background: url(img/icon_leaf.svg) no-repeat center bottom;
  background-size: 55px auto;
  text-align: center;
  font-size: 32px;
  color: #00844a;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#contentsArea.top #mainArea p {
  margin: 0 0 1em 0;
}
#contentsArea.top #mainArea p.btn {
  text-align: center;
}
#contentsArea.top #mainArea p.btn a {
  padding: 8px 40px 8px 25px;
  display: inline-block;
  border: solid 2px #00844a;
  background: url(img/arrow_green1.svg) no-repeat right 15px center;
  background-size: 10px;
  text-decoration: none;
  color: #00844a;
  font-weight: bold;
  font-size: 20px;
}
#contentsArea.top #mainArea p.btn a:hover {
  background: #00844a url(img/arrow_white2.svg) no-repeat right 15px center;
  background-size: 10px;
  color: #fff;
}
#contentsArea.top #mainArea #section1 {
  width: 1000px;
  margin: 0 auto 50px auto;
}
#contentsArea.top #mainArea #section1 ul {
  width: 70%;
  margin: 0 auto;
}
#contentsArea.top #mainArea #section1 ul li {
  margin-bottom: 20px;
  padding: 0 15px;
  border-bottom: dashed 1px #7daf27;
}
#contentsArea.top #mainArea #section1 ul li h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
#contentsArea.top #mainArea #section1 ul li h3:before {
  content: "";
  position: absolute;
  background: #a9e77b;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: -15px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
#contentsArea.top #mainArea #section2 {
  margin-bottom: 50px;
  background: #eee;
  padding: 50px 0;
}

#contentsArea.top #mainArea #section2 p.special {
  width: 1000px;
  margin: 0 auto 50px auto;
}

#contentsArea.top #mainArea #section2 p.special a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#contentsArea.top #mainArea #section2 p.special img {
  width: 100%;
}

#contentsArea.top #mainArea #section2 ul {
  width: 1040px;
  margin: 0 auto;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
}
#contentsArea.top #mainArea #section2 ul li {
  margin: 0 10px 40px 10px;
  background: #fff;
  width: 320px;
}
#contentsArea.top #mainArea #section2 ul li a {
  padding: 15px 10px;
  display: block;
  text-decoration: none;
  position: relative;
}
#contentsArea.top #mainArea #section2 ul li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  color: #333;
}
#contentsArea.top #mainArea #section2 ul li a p {
  margin-bottom: 10px;
}
#contentsArea.top #mainArea #section2 ul li a p img {
  width: 100%;
  height: auto;
}
#contentsArea.top #mainArea #section2 ul li a p.thumb {
  height: 200px;
  overflow: hidden;
}
#contentsArea.top #mainArea #section2 ul li a p.date {
  position: absolute;
  width: 200px;
  padding: 4px 8px;
  top: -27px;
  left: 50%;
  margin-left: -100px;
  background: #72c00c;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
#contentsArea.top #mainArea #section2 ul li a h3 {
  padding: 0 20px 0 0;
  background: url(img/arrow_green1.svg) no-repeat right center;
  background-size: 10px;
  line-height: 1.3;
}
#contentsArea.top #mainArea #section3 {
  padding: 0 0 50px 0;
}
#contentsArea.top #mainArea #section3 .column2 {
  width: 1000px;
  margin: 0 auto 70px auto;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
}
#contentsArea.top #mainArea #section3 .column2 .leftBox {
  width: 50%;
}
#contentsArea.top #mainArea #section3 .column2 .leftBox dl {
  margin-bottom: 20px;
}
#contentsArea.top #mainArea #section3 .column2 .leftBox dl dt {
  font-size: 20px;
  font-weight: bold;
}
#contentsArea.top #mainArea #section3 .column2 .leftBox dl dt .access {
  padding-right: 5px;
  color: #a9e77b;
}
#contentsArea.top #mainArea #section3 .column2 .leftBox .btn {
  text-align: left;
}
#contentsArea.top #mainArea #section3 .column2 .rightBox {
  width: 50%;
}
#contentsArea.top #mainArea #section3 .column2 li a {
  display: block;
  width: 480px;
  padding: 15px 25px 15px 110px;
  background: #ffb658;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  color: #fff;
}
#contentsArea.top #mainArea #section3 .column2 li a img {
  position: absolute;
  top: -10px;
  left: 20px;
}
#contentsArea.top #mainArea #section3 .column2 li a h3 {
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
#contentsArea.top #mainArea #section3 .column2 li a h3 .pd10 {
  padding-right: 10px;
}
#contentsArea.top #mainArea #section3 .column2 li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
#contentsArea.top #mainArea #section4 {
  background: #f0f9ee;
  padding: 50px 0;
}
#contentsArea.top #mainArea #section4 .column2 {
  margin: 0 auto;
  width: 1000px;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
}
#contentsArea.top #mainArea #section4 .column2 li {
  width: 480px;
  padding: 0 0 30px 0;
}
#contentsArea.top #mainArea #section4 .column2 li img {
  width: 100%;
}
#contentsArea.top #mainArea #section4 .column2 li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/*
---------------------------------------------

    event

*/
#contentsArea.event {
  width: 1040px;
}
#contentsArea.event #mainArea {
  width: 1040px;
}
#contentsArea.event #mainArea .eventList h2 {
  margin-bottom: 50px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #56b105;
  background: linear-gradient(transparent 65%, #c6e5aa 65%);
}
#contentsArea.event #mainArea .eventList h2#other {
  color: #00a0e9;
  background: linear-gradient(transparent 65%, #bde8fb 65%);
}
#contentsArea.event #mainArea .eventList h2#seminar {
  color: #ffa530;
  background: linear-gradient(transparent 65%, #ffdcaf 65%);
}
#contentsArea.event #mainArea .eventList h2#fair {
  color: #ff8896;
  background: linear-gradient(transparent 65%, #ffced4 65%);
}
#contentsArea.event #mainArea .eventList h2#fair2 {
  color: #4649df;
  background: linear-gradient(transparent 65%, #a9abf4 65%);
}
#contentsArea.event #mainArea .eventList h2#fair3 {
  color: #ff5c41;
  background: linear-gradient(transparent 65%, #ffb4a8 65%);
}

#contentsArea.event #mainArea .eventList .category {
  margin-bottom: 20px;
}
#contentsArea.event #mainArea .eventList ul {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
}
#contentsArea.event #mainArea .eventList ul li {
  margin: 0 10px 40px 10px;
  background: #eee;
  width: 320px;
}
#contentsArea.event #mainArea .eventList ul li a {
  padding: 15px 10px;
  display: block;
  text-decoration: none;
  position: relative;
}
#contentsArea.event #mainArea .eventList ul li a p {
  margin-bottom: 10px;
}
#contentsArea.event #mainArea .eventList ul li a p img {
  width: 100%;
  height: auto;
}
#contentsArea.event #mainArea .eventList ul li a p.thumb {
  height: 200px;
  overflow: hidden;
}
#contentsArea.event #mainArea .eventList ul li a p.date {
  position: absolute;
  width: 200px;
  padding: 4px 8px;
  top: -28px;
  left: 50%;
  margin-left: -100px;
  background: #a9e77b;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
#contentsArea.event #mainArea .eventList ul li a p.date.seminar {
  background: #ffa530;
}
#contentsArea.event #mainArea .eventList ul li a p.date.other {
  background: #00a0e9;
}
#contentsArea.event #mainArea .eventList ul li a p.date.fair {
  background: #ff8896;
}
#contentsArea.event #mainArea .eventList ul li a p.date.fair2 {
  background: #6a6de9;
}
#contentsArea.event #mainArea .eventList ul li a p.date.fair3 {
  background: #ff774d;
}
#contentsArea.event #mainArea .eventList ul li a h3 {
  display: block;
  margin: 0;
  padding: 0 20px 0 10px;
  border: none;
  background: url(img/arrow_green1.svg) no-repeat right center;
  background-size: 10px;
  line-height: 1.3;
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  color: #333;
}
#contentsArea.event #mainArea .eventList ul li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
#contentsArea.event #mainArea.single {
  font-size: 18px;
}
#contentsArea.event #mainArea.single p.thumb {
  margin-bottom: 20px;
}
#contentsArea.event #mainArea.single p.thumb img {
  max-width: 100%;
  height: auto;
}
#contentsArea.event #mainArea.single p.event_category {
  margin-bottom: 20px;
  display: inline-block;
  background: #a9e77b;
  padding: 6px 25px;
  color: #fff;
}
#contentsArea.event #mainArea.single p.event_category.seminar {
  background: #ffa530;
}
#contentsArea.event #mainArea.single p.event_category.other {
  background: #00a0e9;
}
#contentsArea.event #mainArea.single p.event_category.fair {
  background: #ff8896;
}
#contentsArea.event #mainArea.single p.event_category.fair2 {
  background: #6a6de9;
}
#contentsArea.event #mainArea.single p.event_category.fair3 {
  background: #ff774d;
}
#contentsArea.event #mainArea.single h2 {
  margin-bottom: 20px;
  border-bottom: solid 1px #eee;
  font-size: 30px;
}
#contentsArea.event #mainArea.single h3 {
  margin: 25px 0 10px 0;
  display: inline-block;
  padding: 0 25px;
  border-bottom: solid 1px #0b6b2b;
  font-size: 22px;
  font-weight: bold;
  color: #0b6b2b;
}
#contentsArea.event #mainArea.single .extra_img {
  margin: 30px 0 0 0;
  text-align:center;
}

#contentsArea.event #mainArea.single .extra_img img {
  padding:10px;
  width:50%;
  height: auto;
}

#contentsArea.event #mainArea.single .more_img img {
  margin: 30px 0 0 0;
  width:100%;
}

#contentsArea.event #mainArea p.btn-entry {
  text-align: center;
  margin: 3rem auto;
}

#contentsArea.event #mainArea p.btn-entry a {
  display: inline-block;
  padding: 1rem 2.5rem 1rem 2rem;
  background: #ffa530 url(img/arrow_white2.svg) no-repeat right 15px center;
  background-size: 10px auto;
  color: #fff;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
}

#contentsArea.event #mainArea p.btn-entry a:hover {
  opacity: 0.6;
}


#contentsArea.seminer-entry #mainArea {
  text-align: left;
}

#contentsArea.seminer-entry #mainArea p {
  font-size: 1.1rem;
  margin-bottom: 3rem;
}

#contentsArea.seminer-entry #mainArea form {
  background: #ecf5ea;
  padding: 2rem;
}

#contentsArea.seminer-entry #mainArea form p {
  margin-bottom: 2rem;
}
#contentsArea.seminer-entry #mainArea form p span.join-member select {
  font-size: 1.1rem;
}
#contentsArea.seminer-entry #mainArea form p.btn {
  text-align: center;
}
#contentsArea.seminer-entry #mainArea form input {
  width: 70%;
  padding: 0.4rem;
  font-size: 1.1rem;
}

#contentsArea.seminer-entry #mainArea form input.wpcf7-validates-as-number {
  width: 80px;
}
#contentsArea.seminer-entry #mainArea form input.wpcf7-validates-as-tel {
  width: 200px;
}
#contentsArea.seminer-entry #mainArea form input.wpcf7-validates-as-email {
  width: 500px;
}
#contentsArea.seminer-entry #mainArea form span.event_day input.wpcf7-validates-as-required {
  width: 150px;
}
#contentsArea.seminer-entry #mainArea .wpcf7-submit {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0.4rem 2rem;
  width: auto;
  -webkit-appearance: button;
  cursor: pointer;
}

#contentsArea.seminer-entry #mainArea .wpcf7-mail-sent-ok {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}

#contentsArea.seminer-entry #mainArea .screen-reader-response {
  color: #f00;
  margin-bottom: 2rem;
}
#contentsArea.seminer-entry #mainArea .screen-reader-response ul {
  display: none;
}
#contentsArea.seminer-entry #mainArea form span.wpcf7-not-valid-tip {
  display: block;
  color: #f00;
  font-size: 0.9rem;
}


/*
---------------------------------------------

    concours

*/
#contentsArea.concours #mainArea .concourList ul {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
}
#contentsArea.concours #mainArea .concourList ul li a {
  display: block;
  width: 320px;
  padding: 10px;
margin-bottom: 20px;
  background: #eee;
  text-decoration: none;
  box-shadow: 2px 3px 4px 0px #dedede;
}
#contentsArea.concours #mainArea .concourList ul li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  color: #666;
}
#contentsArea.concours #mainArea .concourList ul li h3 {
  margin: 0 0 6px 0;
  padding: 0;
  border: none;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
#contentsArea.concours #mainArea .concourList ul li .thumb {
  width: 300px;
  height: 200px;
  overflow: hidden;
}
#contentsArea.concours #mainArea .concourList ul li .thumb img {
  width: 100%;
  height: auto;
}
#contentsArea.concours #mainArea.single h2 {
  margin-bottom: 20px;
  border-bottom: solid 1px #eee;
  font-size: 30px;
  font-weight: bold;
}
#contentsArea.concours #mainArea.single h3 {
  display: inline-block;
  margin: 80px 0 40px 0;
  border: none;
  text-shadow: 0 0 2px white;
  font-size: 26px;
  font-weight: bold;
  position: relative;
}
#contentsArea.concours #mainArea.single h3:before {
  content: "";
  position: absolute;
  background: #ffde00;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
#contentsArea.concours #mainArea.single h3.second:before {
  background: #ffba77;
}
#contentsArea.concours #mainArea.single h3.third:before {
  background: #ffd0ce;
}
#contentsArea.concours #mainArea.single h3.ange:before {
  background: #c8ebc2;
}
#contentsArea.concours #mainArea.single dl dt {
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
#contentsArea.concours #mainArea.single dl dd img {
  max-width: 100%;
  height: auto;
}

#contentsArea.concours #mainArea.single ul {
  margin: 3rem auto;
}
#contentsArea.concours #mainArea.single ul li {
  margin:0 3rem 1.5rem;
  font-weight: bold;
  font-size: 1.2rem;
}

#contentsArea.concours #mainArea.single p {
margin: 0 8rem 1.5rem;
text-align:left;
}

#contentsArea.concours #mainArea.single .column3 {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
}
#contentsArea.concours #mainArea.single .column3 dl {
  width: 480px;
  margin: 0 10px 30px 10px;
}
#contentsArea.concours #mainArea.single .column3 dl dd img {
  max-height: 600px;
  width: auto;
}
/*
---------------------------------------------

    shop

*/
#contentsArea.shop #mainArea .flexslider {
  margin-bottom: 60px;
}
/*
---------------------------------------------

    season

*/
#contentsArea.season #mainArea .seasonList ul {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
}
#contentsArea.season #mainArea .seasonList ul li {
  margin: 0 15px 30px 15px;
  padding: 10px 15px;
  width: 460px;
  background: #d9e5d7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}
#contentsArea.season #mainArea .seasonList ul li h3 {
  position: relative;
  display: inline-block;
  margin: 0 auto 10px auto;
  border: none;
  padding: 0 55px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
#contentsArea.season #mainArea .seasonList ul li h3:before,
#contentsArea.season #mainArea .seasonList ul li h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px #81b27b;
  border-bottom: solid 1px #81b27b;
}
#contentsArea.season #mainArea .seasonList ul li h3:before {
  left: 0;
}
#contentsArea.season #mainArea .seasonList ul li h3:after {
  right: 0;
}
#contentsArea.season #mainArea .seasonList ul li .thumb {
  margin-bottom: 10px;
}
#contentsArea.season #mainArea .seasonList ul li .thumb img {
  width: 100%;
  height: auto;
}
#contentsArea.season #mainArea .seasonList ul li .comment {
  text-align: left;
}
/*
---------------------------------------------

    info

*/
#contentsArea.info #mainArea .charge {
  width: 650px;
  margin: 20px auto;
  border-top: solid 2px #9fbf9b;
  border-left: solid 2px #9fbf9b;
  border-right: solid 1px #9fbf9b;
  border-bottom: solid 1px #9fbf9b;
}
#contentsArea.info #mainArea .charge th {
  padding: 10px;
  background: #d9e5d7;
  border-right: solid 1px #9fbf9b;
  border-bottom: solid 1px #9fbf9b;
}
#contentsArea.info #mainArea .charge td {
  padding: 10px;
  border-right: solid 1px #9fbf9b;
  border-bottom: solid 1px #9fbf9b;
}
#contentsArea.info #mainArea .rule {
  width: 500px;
  margin: 20px auto;
  text-align: left;
}
#contentsArea.info #mainArea .rule h4 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  border-bottom: dashed 1px #ccc;
}
#contentsArea.info #mainArea .rule ul {
  padding: 0 40px;
}
#contentsArea.info #mainArea .rule ul li {
  list-style-type: disc;
}

p.covid-19 {
margin: 0 0 3rem;
font-size: 90%;

}
p.covid-19 span {
font-size: 110%;
color: #ff652f;
font-weight:bold;
}

/*
---------------------------------------------

    smartphone settings

*/
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 1.5;
    position: relative;
  }
  .forPC {
    display: none;
  }
  .forSP {
    display: block;
  }
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .open {
    opacity: 1;
    display: block;
  }
  /*
---------------------------------------------

    headArea

*/
  #headArea {
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: initial;
    min-width: auto;
  }
  #headArea.top {
    height: 400px;
  }
  #headArea .mv_logo {
    margin: -10px 0 0 -120px;
  }
  #headArea .head-nav {
    width: 100%;
    padding: 20px 15px;
    margin: 0;
    text-align: center;
  }
  #headArea .head-nav h1 {
    padding: 0 50px 0 0;
    text-align: left;
  }
  #headArea .head-nav .gNav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none;
    margin-top: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #headArea .head-nav .gNav p {
    padding: 10px;
    text-align: center;
  }
  #headArea .head-nav .gNav p img {
    width: 140px;
    padding: 10px;
  }
  #headArea .head-nav .gNav ul.mainMenu {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #headArea .head-nav .gNav ul.mainMenu li {
    display: block;
    width: 100%;
  }
  #headArea .head-nav .gNav ul.mainMenu li:first-child a {
    border-top: solid 1px #e0f1dd;
  }
  #headArea .head-nav .gNav ul.mainMenu li a {
    display: block;
    padding: 15px;
    background: none;
    border-bottom: solid 1px #e0f1dd;
    font-size: 20px;
    text-decoration: none;
  }
  #headArea .head-nav .gNav ul.sns {
    padding: 0 0 15px 0;
  }
  #headArea .head-nav .gNav ul.sns li {
    display: inline-block;
    padding: 0 15px;
  }
  #headArea .head-nav .gNav ul.sns li a img {
    width: 60px;
    height: auto;
  }
  #headArea #gNavLabel {
    width: 42px;
    height: 45px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
    background: #7c7c7d;
    border: solid 6px #7c7c7d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #headArea #gNavLabel span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  #headArea #gNavLabel span:nth-of-type(1) {
    top: 0;
  }
  #headArea #gNavLabel span:nth-of-type(2) {
    top: 10px;
  }
  #headArea #gNavLabel span:nth-of-type(3) {
    top: 20px;
  }
  #headArea #gNavLabel span:nth-of-type(4) {
    bottom: 10px;
    font-size: 10px;
    text-align: center;
    background: none;
    padding-top: 10px;
    color: #fff;
  }
  #headArea #gNavLabel:hover {
    color: #666;
  }
  #headArea #gNavLabel:active {
    color: #666;
  }
  #headArea #gNavLabel.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  #headArea #gNavLabel.active span:nth-of-type(2) {
    opacity: 0;
  }
  #headArea #gNavLabel.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }

  #headArea.low .mv_logo {
  width:260px;
  margin: 0 0 0 -130px;
  font-size:24px;
  padding: 10px;
  }

  #breadcrumb {
    padding: 0 15px;
  }
  /*
---------------------------------------------

    footArea

*/
  #footArea {
    margin: 0;
    padding: 20px 0 0 0;
    font-size: 14px;
    position: relative;
    min-width: initial;
    min-width: auto;
  }
  #footArea .contentsList {
    padding: 10px 0 0 0;
    text-align: center;
    color: #199fd4;
    font-size: 24px;
    font-weight: bold;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  #footArea .footer {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #footArea .footer .logo {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 15px 15px 15px;
    text-align: center;
  }
  #footArea .footer .logo img {
    width: 150px;
  }
  #footArea .footer .logo p span {
    display: inline;
  }
  #footArea .footer .footLink {
    width: 100%;
    padding: 0 15px;
  }
  #footArea .footer .footLink .upper {
    margin-bottom: 10px;
  }
  #footArea .footer .footLink .upper dl {
    width: 100%;
    margin-bottom: 10px;
    padding: 20px 15px 15px 15px;
  }
  #footArea .footer .footLink .upper dl dt {
    text-align: center;
  }
  #footArea .footer .footLink .upper dl dt img {
    margin-left: -80px;
    top: -40px;
    left: 50%;
  }
  #footArea .footer .footLink .upper ul {
    width: 100%;
    text-align: center;
  }
  #footArea .footer .footLink .upper ul li {
    padding: 0 10px;
  }
  #footArea .footer .footLink .upper ul li a img {
    width: 50px;
    height: auto;
  }
  #footArea .footer .footLink .under {
    display: none;
  }
  #footArea .footer .sitemap {
    text-align: center;
  }
  .copyright {
    width: 100%;
    padding: 10px 0;
    font-size: 11px;
    background: #aaa;
  }
  .pagetop {
    z-index: 99;
    bottom: 15px;
    right: 15px;
  }
  .pagetop a {
    width: 40px;
    height: 40px;
  }
  .pagetop a img {
    width: 40px;
    height: 40px;
  }
  /*
---------------------------------------------

    common

*/
  #contentsArea {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
  }
  #contentsArea #mainArea {
    width: 100%;
    float: none;
  }
  #contentsArea.low {
    width: 100%;
    padding: 10px 0 30px 0;
    min-width: initial;
    min-width: auto;
  }
  #contentsArea.low #mainArea {
    width: 100%;
    padding: 20px 15px 0 15px;
  }
  #contentsArea.low #mainArea img {
    width: 100%;
    height: auto;
  }
  #contentsArea.low #mainArea h2 {
    font-size: 24px;
  }
  #contentsArea.low #mainArea div.map {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    padding-top: 75%;
    height: 0;
    overflow: hidden;
  }
  #contentsArea.low #mainArea div.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #contentsArea.low #mainArea h3 {
    display: block;
    padding: 0;
    text-align: left;
  }
  #contentsArea.low #mainArea p {
    text-align: left;
  }

  #contentsArea.low #mainArea .phones p {
    text-align: center;
  padding-bottom: 15px;
  }

  #contentsArea.low #mainArea .scroll {
    width: 100%;
    overflow-x: scroll;
  }
  #contentsArea.low #mainArea .scroll::-webkit-scrollbar {
    height: 10px;
  }
  #contentsArea.low #mainArea .result_scroll::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #ccc;
    border-radius: 5px;
  }
  #contentsArea.low #mainArea .result_scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
  .single_navi.forPC {
    display: none;
  }
  .single_navi.forSP {
    margin-top: 0;
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    /*--- safari（PC）用 ---*/
    justify-content: space-around;
  }
  /*
---------------------------------------------

    top

*/
  #contentsArea.top {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    min-width: auto;
    min-width: initial;
  }
  #contentsArea.top #mainArea {
    padding: 30px 0 0 0;
  }
  #contentsArea.top #mainArea h2 {
    font-size: 24px;
  }
  #contentsArea.top #mainArea #section1 {
    width: 100%;
  }
  #contentsArea.top #mainArea #section1 ul {
    width: 100%;
    padding: 0 15px;
  }
  #contentsArea.top #mainArea #section2 {
    margin-top: 30px;
    padding: 30px 0;
  }

  #contentsArea.top #mainArea #section2 p.special {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 15px;
  }

  #contentsArea.top #mainArea #section2 ul {
    width: 100%;
    padding: 0 15px;
    margin-top: 50px;
  }
  #contentsArea.top #mainArea #section2 ul li {
    width: 100%;
    margin: 0 0 40px 0;
  }
  #contentsArea.top #mainArea #section2 ul li a {
    width: 100%;
  }

#contentsArea.top #mainArea #section2 ul li a p.thumb {
    height: 180px;
    overflow: hidden;
}

  #contentsArea.top #mainArea #section3 {
    width: 100%;
    padding: 0 15px;
  }
  #contentsArea.top #mainArea #section3 .column2 {
    width: 100%;
    -webkit-flex-direction: column-reverse;
    /*--- safari（PC）用 ---*/
    flex-direction: column-reverse;
  }
  #contentsArea.top #mainArea #section3 .column2 .leftBox {
    width: 100%;
  }
  #contentsArea.top #mainArea #section3 .column2 .leftBox dl dt {
    font-size: 18px;
  }
  #contentsArea.top #mainArea #section3 .column2 .leftBox .btn {
    text-align: center;
  }
  #contentsArea.top #mainArea #section3 .column2 .rightBox {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    padding-top: 75%;
    height: 0;
    overflow: hidden;
  }
  #contentsArea.top #mainArea #section3 .column2 .rightBox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #contentsArea.top #mainArea #section3 .column2.panf {
    -webkit-flex-direction: row;
    /*--- safari（PC）用 ---*/
    flex-direction: row;
    margin-bottom: 30px;
  }
  #contentsArea.top #mainArea #section3 .column2.panf li a {
    width: 100%;
    margin-bottom: 30px;
    padding: 15px 15px 5px 100px;
  }
  #contentsArea.top #mainArea #section3 .column2.panf li a img {
    width: 66px;
    height: auto;
    left: 15px;
  }
  #contentsArea.top #mainArea #section4 {
    padding: 30px 0;
  }
  #contentsArea.top #mainArea #section4 .column2 {
    width: 100%;
    padding: 0 20px;
  }
  #contentsArea.top #mainArea #section4 .column2 li {
    width: 100%;
    padding-bottom: 15px;
  }
  #contentsArea.top #mainArea #section5 .inner {
    width: 100%;
  }
  #contentsArea.top #mainArea #section5 .inner img.icon {
    width: 45px;
    top: -40px;
    left: 10px;
  }
  #contentsArea.top #mainArea #section5 h2 {
    font-size: 18px;
    line-height: 1.2;
    padding: 10px 0 10px 15px;
  }
  #contentsArea.top #mainArea #section5 h2 span {
    font-size: 24px;
  }
  #contentsArea.top #mainArea #section5 h2 br {
    display: inline;
  }
  #contentsArea.top #mainArea #section5 h2:after {
    margin-left: -15px;
  }
  #contentsArea.top #mainArea #section5 p.catch {
    margin-bottom: 20px;
    padding: 0 14px;
  }
  #contentsArea.top #mainArea #section5 .column2 {
    margin: 0 15px 0 15px;
  }
  #contentsArea.top #mainArea #section5 .column2 .circle {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  #contentsArea.top #mainArea #section5 .column2 .circle h3 {
    font-size: 22px;
  }
  #contentsArea.top #mainArea #section5 .column2 .circle p img {
    width: 80%;
  }
  #contentsArea.top #mainArea #section5 .column2 .box {
    width: 100%;
  }
  #contentsArea.top #mainArea #section5 .column2 .box h3 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.2;
  }
  #contentsArea.top #mainArea #section5 .column2 .box p.btn a {
    margin: 0 auto;
    padding: 10px 35px 10px 15px;
    width: 94%;
    font-size: 18px;
    background-position: right 10px center;
    background-size: 20px;
  }
  #contentsArea.top #mainArea #section5 .column2 .box p.btn a span {
    font-size: 24px;
  }
  #contentsArea.top #mainArea #section6 {
    width: 100%;
    margin-top: 30px;
  }
  #contentsArea.top #mainArea #section6 .column3 {
    margin: 0 15px;
  }
  #contentsArea.top #mainArea #section6 .column3 .title {
    width: 100%;
    margin-bottom: 15px;
  }
  #contentsArea.top #mainArea #section6 .column3 .title h2 {
    font-size: 24px;
    background-size: 60%;
    min-height: 150px;
  }
  #contentsArea.top #mainArea #section6 .column3 .title h2 span.of {
    font-size: 18px;
  }
  #contentsArea.top #mainArea #section6 .column3 .title h2 span.qa {
    font-size: 50px;
  }
  #contentsArea.top #mainArea #section6 .column3 .title h2 span.qa span {
    font-size: 30px;
  }
  #contentsArea.top #mainArea #section6 .column3 a {
    width: 100%;
  }
  /*
---------------------------------------------

    event

*/
  #contentsArea.event #mainArea .eventList ul li {
    width: 100%;
    margin: 0 0 50px 0;
  }
  #contentsArea.event #mainArea .eventList h2 {
    font-size: 24px;
  }


#contentsArea.event #mainArea .eventList ul li a p.thumb {
    height: 220px;
    overflow: hidden;
}

  #contentsArea.event #mainArea.single {
    padding: 20px 15px 50px 15px;
  }
  #contentsArea.event #mainArea.single h2 {
    padding-bottom: 5px;
    font-size: 24px;
    line-height: 1.3;
  }
  #contentsArea.event #mainArea.single .post {
    text-align: left;
  }
  #contentsArea.event #mainArea.single .post h3 {
    display: block;
    padding: 0;
  }
  /*
---------------------------------------------

    season

*/
  #contentsArea.season #mainArea .seasonList ul li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  /*

/*
---------------------------------------------

    concours

*/

#contentsArea.concours #mainArea.single ul {
  margin: 3rem auto;
}
#contentsArea.concours #mainArea.single ul li {
  margin:0 0 1.5rem;
  font-weight: bold;
  font-size: 1rem;
}
#contentsArea.concours #mainArea.single h2 {
font-size:1.3rem;
} 

#contentsArea.concours #mainArea.single p {
margin: 0 0 1.5rem;
text-align:left;
}

/*
---------------------------------------------

    shop

*/
  #mainArea .flex-direction-nav a {
    width: 20px;
    height: 40px;
    top: 40%;
  }
  #mainArea .flex-direction-nav a:before {
    font-size: 30px;
  }
  #contentsArea.shop #mainArea .flexslider {
    margin-bottom: 40px;
  }
  #contentsArea.info #mainArea .charge {
    width: 100%;
    margin: 20px 0;
  }
  #contentsArea.info #mainArea .charge th,
  #contentsArea.info #mainArea .charge td {
    white-space: nowrap;
  }
  #contentsArea.info #mainArea .rule {
    width: 100%;
  }
  #contentsArea.info #mainArea .rule ul {
    padding: 0 0 0 40px;
  }
  /* ---------------- */
}