/*
Theme Name: takaragaike_golf
*/


/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
/*
ol, ul, li {
  list-style: none;
}
*/
strong {
  font-weight: bold;
}
a:focus {
  outline: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  -webkit-text-size-adjust: none;
}



/* 全体の設定
---------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  background: #f1f0e1;
}
html {
  overflow-y: scroll;
}
body, input, select, textarea {
  color: #555;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
a {
  color: #555;
  text-decoration: none;
}
a:hover {
  color: #999;
}
a img:hover {
  filter: alpha(opacity=80);
  opacity: 0.80;
}
em, i {
  font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-weight: 400;
  margin: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  border: 0;
}
.clear {
  clear: both;
}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.pc {
  display: block;
}
.sp {
  display: none;
}



/* レイアウト PC
---------------------------------------------------------------------------*/
#wrapper {
  width: 100%;
  margin: 0 auto;
}
#under #wrapper {
  width: 100%;
  margin: 0 auto;
}
.inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.inner02 {
  width: 94%;
  max-width: 800px;
  margin: 0 auto;
}
#cont {
  float: left;
  width: calc(100% - 240px);
  padding: 0 60px 0 0;
}
#side {
  float: left;
  width: 240px;
  padding: 60px 0 0 0;
}



/* ヘッダー PC
---------------------------------------------------------------------------*/
header .inner {
  width: 94%;
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
}
.h_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  margin: 0 auto;
  z-index: 101;
}
h1.logo {
  float: left;
  width: 360px;
  margin: 24px 0 0 0;
}
h1.logo img {
  width: auto;
  height: 72px;
}
.h_nav {
  position: absolute;
  top: 10px;
  right: 0;
  width: calc(100% - 360px);
  text-align: right;
}
.h_nav li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.h_nav li.tel img {
  width: auto;
  height: 44px;
}
.h_nav li.tel .t1 {
  display: block;
}
.h_nav li.tel .t2 {
  display: none;
}
.h_nav li.contact img {
  width: auto;
  height: 72px;
}
.h_nav li.contact .t1 {
  display: block;
}
.h_nav li.contact .t2 {
  display: none;
}
ul.g_nav {
  float: right;
  display: block;
  margin: 86px 0 0 0;
  padding: 0;
  font-size: 0;
  text-align: right;
}
ul.g_nav li {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  border-right: 1px solid rgba(7, 145, 58, 0.66);
}
ul.g_nav li:first-child {
  border-left: 1px solid rgba(7, 145, 58, 0.66);
}
ul.g_nav li.tel {
  display: none;
}
ul.g_nav li.contact {
  display: none;
}
ul.g_nav li a {
  display: block;
  padding: 6px 21px;
  color: rgba(7, 145, 58, 1);
}
ul.g_nav li a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
ul.g_nav li a span {
  display: block;
  margin: 5px 0 0;
  color: rgba(7, 145, 58, 0.66);
  font-size: 13px;
  letter-spacing: 0em;
}
ul.g_nav li.line02 {
  display: none;
}
.openbtn {
  display: none;
}
.n_scroll h1.logo {
  width: 270px;
  margin: 13px 0 0 0;
}
.n_scroll h1.logo img {
  width: auto;
  height: 54px;
}
.n_scroll .h_nav {
  display: none;
}
.n_scroll ul.g_nav {
  margin: 10px 0 0 0;
}
.n_scroll ul.g_nav li a {
  display: block;
  padding: 6px 14px;
  color: rgba(7, 145, 58, 1);
}
.n_scroll ul.g_nav li.tel {
  display: inline-block;
  border-right: 0px solid rgba(7, 145, 58, 0.66);
}
.n_scroll ul.g_nav li.tel a {
  padding: 6px 4px 6px 10px;
}
.n_scroll ul.g_nav li.tel img {
  width: auto;
  height: 40px;
}
.n_scroll ul.g_nav li.contact {
  display: inline-block;
  border-right: 0px solid rgba(7, 145, 58, 0.66);
}
.n_scroll ul.g_nav li.contact a {
  padding: 6px 4px;
}
.n_scroll ul.g_nav li.contact img {
  width: auto;
  height: 40px;
}
.n_scroll ul.g_nav li.line02 {
  display: inline-block;
  border-right: 0px solid rgba(7, 145, 58, 0.66);
}
.n_scroll ul.g_nav li.line02 a {
  padding: 6px 0 6px 12px;
}
.n_scroll .h_box {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  z-index: 101;
}
#under h1.logo {
  width: 270px;
  margin: 13px 0 0 0;
}
#under h1.logo img {
  width: auto;
  height: 54px;
}
#under .h_nav {
  display: none;
}
#under ul.g_nav {
  margin: 10px 0 0 0;
}
#under ul.g_nav li a {
  display: block;
  padding: 6px 14px;
  color: rgba(7, 145, 58, 1);
}
#under ul.g_nav li.tel {
  display: inline-block;
  border-right: 0px solid rgba(7, 145, 58, 0.66);
}
#under ul.g_nav li.tel a {
  padding: 6px 4px 6px 10px;
}
#under ul.g_nav li.tel img {
  width: auto;
  height: 40px;
}
#under ul.g_nav li.contact {
  display: inline-block;
  border-right: 0px solid rgba(7, 145, 58, 0.66);
}
#under ul.g_nav li.contact a {
  padding: 6px 4px;
}
#under ul.g_nav li.contact img {
  width: auto;
  height: 40px;
}
#under ul.g_nav li.line02 {
  display: inline-block;
  border-right: 0px solid rgba(7, 145, 58, 0.66);
}
#under ul.g_nav li.line02 a {
  padding: 6px 0 6px 12px;
}
#under .h_box {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  z-index: 101;
}
#mainvisual {
  position: relative;
  height: 100vh;
}
#mainvisual .slider {
  width: 100%;
  height: 100vh;
}
.fs_inner {
  display: table;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  text-align: center;
}
.flexslider li img {
  width: 100%;
  height: auto;
}
.flexslider li {
  line-height: 0;
}
.flexslider li:nth-child(1) {
  background: url(./image/slide01.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.flexslider li:nth-child(2) {
  background: url(./image/slide04.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.flexslider li:nth-child(3) {
  background: url(./image/slide02.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.flexslider li:nth-child(4) {
  background: url(./image/slide03.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.flexslider li:nth-child(5) {
  background: url(./image/slide05.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}


/* フッター PC
---------------------------------------------------------------------------*/
footer {
  background: url(./image/footer.png) repeat-x;
  background-position: 50% 100%;
  background-size: auto 100%;  
  width: 100%;
  height: 360px;
  margin: 0 auto;
  padding: 0;
}
footer .inner {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 0;
}
.f_block {
  display: inline-block;
  background: rgba(7, 145, 58, 0.9);
  margin-right: 1em;
  margin-bottom: 12px;
  padding: 1.2em;
  width: auto;
  color: #fff;
  vertical-align: top;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.f_block.bnr {
  display: inline-block;
  background: none;
  margin-right: 1em;
  padding: 0em;
  width: auto;
  color: #fff;
  vertical-align: top;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.f_block.bnr img {
  max-width: 320px;
  height: auto;
}
.f_block.line_qr {
  display: inline-block;
  background: rgba(7, 145, 58, 0.9);
  margin-right: 1em;
  padding: 10px;
  width: auto;
  color: #fff;
  text-align: center;
  vertical-align: top;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
footer h2 {
  margin: -5px 0 5px 0;
  padding: 0 0 5px 0;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  border-bottom: 1px dotted rgba(255,255,255,0.5);
}
footer h3 {
  margin: -5px 0 5px 0;
  padding: 0 0 5px 0;
  color: #fff;
  font-size: 105%;
  font-weight: bold;
  border-bottom: 1px dotted rgba(255,255,255,0.5);
}
footer p {
  font-size: 92%;
}
.info {
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.66;
  border-top: 1px dotted rgba(255,255,255,0.5);
  overflow: auto;
}
.info dt {
  clear: both;
  width: 6em;
  float: left;
  padding: 8px 8px;
  color: #fff;
  font-weight: bold;
}
.info dd {
  padding: 8px 8px 8px 6.5em;
  text-align: left;
  border-bottom: 1px dotted rgba(255,255,255,0.5);
}
footer .copyright {
  width: 100%;
  padding: 40px 0 20px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}
footer .copyright br {
  display: none;
}
#pagetop {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 10002;
}
#pagetop img {
  width: 160px;
  height: auto;
}
#pagetop:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}



/* コンテンツ PC
---------------------------------------------------------------------------*/
section {
  padding-top: 50px; 
  padding-bottom: 100px;
  text-align: left;
}
section.box {
  display: block; 
  padding-top: 100px; 
  margin-top: -100px;
}
section#news {
  display: block; 
  background: rgba(7, 145, 58, 1);
  margin-bottom: 40px;
}
section#access {
  padding-bottom: 0;
}
h1.post_tit {
  margin: 24px 0 16px;
  padding: 4px 0 4px 10px;
  color: #555;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  border-left: 8px solid rgba(7, 145, 58, 0.66);
}
section h2.tit01 {
  margin: 0 0 16px 0;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 48px;
  text-align: center;
}
section h2.tit02 {
  display: inline-block;
  width: auto;
  margin: 0 0 24px 0;
  color: rgba(7, 145, 58, 1);
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid rgba(7, 145, 58, 1);
}
section h2.tit02 .en {
  display: block; 
  color: rgba(7, 145, 58, 0.5);
  font-family: 'Oswald', sans-serif;
  font-size: 60px;
  font-weight: 500;
  text-align: left;
  line-height: 1;
}
section h2.tit03 {
  margin: 0 0 16px 0;
  color: #ffff33;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
section h3.tit01 {
  display: inline-block;
  background: rgba(7, 145, 58, 1);
  width: auto;
  margin: 24px 0 24px 0;
  padding: 6px 18px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  line-height: 1;
}
section h3.tit02 {
  margin: 60px 0 20px 0;
  color: rgba(7, 145, 58, 1);
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
section h3.tit02 span {
  padding: 6px 18px;
  border-top: 3px dotted rgba(7, 145, 58, 0.5);
  border-bottom: 3px dotted rgba(7, 145, 58, 0.5);
}
.post ul.tag_list {
  margin: 0 0 1em 0;
}
.tag_list li {
  display: inline-block;
  list-style-type: none;
  margin: 0 10px 5px 0;
  color: #212121;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  line-height: 1.1;
}
.tag_list li a {
  display: block;
  background: #fff;
  padding: 6px 16px 6px 22px;
  color: #212121;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  line-height: 1;
  border: 2px solid rgba(7, 145, 58, 1);
}
.tag_list li a span {
  background: url(./image/arr.png) no-repeat;
  background-position: 96% 50%;
  background-size: 12px 12px;
  padding: 0 18px 0 0;
}
.link_btn li {
  display: block;
  list-style-type: none;
  width: 90%;
  max-width: 500px;
  margin: 0 auto 12px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
.link_btn li a {
  display: block;
  background: #fff;
  padding: 12px 16px;
  color: rgba(7, 145, 58, 1);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 1;
}
.link_btn li a span {
  background: url(./image/link_btn.svg) no-repeat;
  background-position: 100% 50%;
  background-size: 20px 20px;
  padding: 0 25px 0 0;
}
section #attention {
  color: #ffff33;
  font-size: 110%;
}
#attention .disc  {
  list-style-type: disc;
  margin: 0 0 1em 1em;
}
#attention .disc li {
  list-style-type: disc;
  color: #ffff33;
}
section p {
  font-size: 16px;
  margin: 0 0 1em 0;
  line-height: 1.8;
  text-align: left;
}
section p.date02 {
  font-size: 90%;
  margin: 0 0 1em 0;
}
section p.date02 span {
  background: url(./image/clock.png) no-repeat;
  background-size: 14px 14px;
  background-position: 2px 60%;
  padding: 1px 8px 1px 18px;
}
section p.lesson_price {
  font-size: 18px;
  margin: 10px 0 16px;
  padding: 0;
  line-height: 1.2;
  text-align: left;
  letter-spacing: 0.1em;
}
section p.lesson_price span {
  font-size: 150%;
  font-weight: 700;
}
section p.price {
  width: 100%;  
  letter-spacing: 0.1em;
  line-height: 1.4;
  vertical-align: middle;
  font-feature-settings: "palt";
}
.red_txt {
  color: #ff0000;
  font-weight: bold;
}
section span.disc {
  margin: 0 0.25em 0 0;
  color: rgba(99,68,8,0.33);
  font-size: 70%;
  font-weight: 700;
  vertical-align: 2px;
}
section p.price span.fb {
  font-size: 150%;
  font-weight: 700;
  line-height: 1.1;
}
section p.aster {
  font-size: 14px;
  margin: -0.5em 0 1em 0;
  line-height: 1.8;
  text-align: left;
}
section p.aster span.fb {
  font-size: 140%;
  font-weight: 700;
  line-height: 1.1;
}
.topic {
  display: inline-block;
  background: rgba(7, 145, 58, 1);
  margin: 0.3em 0;
  padding: 2px 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.topic02 {
  display: inline-block;
  background: #fff;
  margin: 1em 0 0.3em;
  padding: 2px 10px;
  color: rgba(7, 145, 58, 1);
  font-size: 18px;
  font-weight: bold;
  border: 1px solid rgba(7, 145, 58, 1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.news_box {
  width: 100%;
  margin: 0 auto 40px;
}
.news_list {
  width: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 1.66;
  border-top: 1px dotted rgba(255,255,255,0.5);
  overflow: auto;
}
.news_list dt {
  clear: both;
  width: 6em;
  float: left;
  padding: 14px 10px;
  color: #fff;
  font-weight: bold;
}
.news_list dd {
  padding: 14px 10px 14px 7em;
  text-align: left;
  border-bottom: 1px dotted rgba(255,255,255,0.5);
}
.news_list dd .pic {
  background: #fff;
  margin: 0 0.5em 0 0;
  padding: 1px 8px;
  font-size: 90%;
}
.news_list dd a {
  color: #fff;
}
.news_list dd a:hover {
  color: rgba(255, 255, 255, 0.66);
  text-decoration: underline;
}
#under .news_list {
  width: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 1.66;
  border-top: 1px dotted #ddd;
  overflow: auto;
}
#under .news_list dt {
  clear: both;
  width: 6em;
  float: left;
  padding: 14px 10px;
  color: #333;
  font-weight: bold;
}
#under .news_list dd {
  padding: 14px 10px 14px 7em;
  text-align: left;
  border-bottom: 1px dotted #ddd;
}
#under .news_list dd .pic {
  background: rgba(7, 145, 58, 1);
  margin: 0 0.5em 0 0;
  padding: 1px 8px;
  color: #fff;
  font-size: 90%;
}
#under .news_list dd a {
  color: #333;
}
#under .news_list dd a:hover {
  color: rgba(51, 51, 51, 0.66);
  text-decoration: underline;
}
.feature-area {
  display: flex;
  align-items: center
}
@media screen and (max-width: 980px) {
  .feature-area {
    display: block
  }
}
.feature-area .feature-details {
  width: 40%;
  padding: 20px 40px 20px 60px;
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .feature-area .feature-details {
    width: 50%;
  }
}
@media screen and (min-width: 981px) and (max-width: 1199px) {
  .feature-area .feature-details {
    width: 50%;
    padding: 20px 20px 20px 48px;
  }
}
@media screen and (max-width: 980px) {
  .feature-area .feature-details {
    width: 100%;
    padding: 30px 0;
  }
}
.feature-area .feature-img {
  position: relative;
  background-image: url(./image/facility.jpg);
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 400px;
  width: 49%;
  z-index: 2 !important;
}
@media screen and (min-width: 981px) and (max-width: 1199px) {
  .feature-area .feature-img {
    width: 49%
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .feature-area .feature-img {
    width: 100%;
    height: 400px
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .feature-area .feature-img {
    width: 100%;
    height: 320px
  }
}
@media screen and (max-width: 575px) {
  .feature-area .feature-img {
    width: 100%;
    height: 400px
  }
}
.block2 {
  margin: 0;
  font-size: 0;
}
.block2 li {
  display: inline-block;
  width: 47%;
  margin: 0 3% 0 0;
  padding: 0;
  font-size: 16px;
  vertical-align: top;
}
.block2 li:nth-child(even) {
  margin: 0 0 0 3%;
}
.block2 li img {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto;
}
.block2b {
  margin: 0;
  font-size: 0;
}
.block2b li {
  display: inline-block;
  width: 49%;
  margin: 0 1% 0 0;
  padding: 0;
  font-size: 16px;
  vertical-align: top;
}
.block2b li:nth-child(even) {
  margin: 0 0 0 1%;
}
.block2b li img {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
}
.block2b li p {
  text-align: center;
}
.block3 {
  margin: 0 auto 30px;
  font-size: 0;
}
.block3 li {
  display: inline-block;
  width : 33.33%;
  width: -webkit-calc(100% / 3);
  width :calc(100% / 3);
  margin: 0 0 10px 0;
  padding: 0 20px 0 0;
  font-size: 16px;
  vertical-align: top;
}
.block3 li:nth-child(3n-1){
  padding: 0 10px;
}
.block3 li:nth-child(3n) {
  padding: 0 0 0 20px;
}
.block3 li p {
  line-height: 1.5;
}
.block3 li p .price {
  color: #ff0000;
  font-size: 133%;
  font-weight: bold;
}
.block3 li img {
  width : 100%;
  height: auto;
}
.block3 li img.used_img {
  display: block;
  margin: 0 auto 10px;
  padding: 0;
  width: 98%;
  max-width: 240px;
  max-height: 240px;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: 'object-fit: cover;';
}
.block3 li .feature img {
  display: block;
  margin: 0 auto 10px;
  padding: 0;
  width: 98%;
  max-width: 240px;
  max-height: 240px;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: 'object-fit: cover;';
}
.block3 li a img {
  transition: 0.5s;
}
img.lesson_reserve_bnr {
  display: block;
  width: 90%;
  max-width: 540px;
  height: auto;
  margin: 20px auto;
}
.card2 {
  margin: 0 auto 40px;
  font-size: 0;
}
.card2 li {
  display: inline-block;
  width: 42%;
  margin: 0 3% 0 0;
  padding: 0;
  font-size: 16px;
  vertical-align: top;
}
.card2 li:nth-child(even) {
  width: 52%;
  margin: 0 0 0 3%;
}
.card2 li img {
  display: block;
  width: 240px;
  height: auto;
  margin: 8px 0 12px;
}

.tbl_scroll {
  overflow: auto;
  white-space: nowrap;
  margin-bottom: 10px;
}
.tbl_scroll::-webkit-scrollbar {
  height: 5px;
}
.tbl_scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.tbl_scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
.tbl01 {
  background: #fff;
  width: 100%;
  margin: 0 auto 20px;
  font-size: 15px;
  line-height: 1.5;
}
.tbl01 th {
  background: rgba(199, 159, 98, 0.66);
  padding: 10px 24px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  border-right: 1px dotted rgba(255, 255, 255, 0.5);
}
.tbl01 th:last-of-type {
  border-right: 0px dotted rgba(255, 255, 255, 0.5);
}
.tbl01 td {
  width: 47%;
  padding: 10px 24px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px dotted #ddd;
  border-right: 1px dotted #ddd;
}
.tbl01 td:nth-of-type(1) {
  width: 6%;
}
.tbl01 td:last-of-type {
  border-right: 0px dotted #ddd;
}
.tbl01 tr:last-of-type td{
  border-bottom: 0px dotted #ddd;
}
.tbl02 {
  background: #fff;
  width: 100%;
  margin: 20px auto 20px;
  font-size: 15px;
  line-height: 1.5;
}
.tbl02 th {
  background: rgba(199, 159, 98, 0.66);
  width: 12em;
  padding: 8px 16px;
  color: #fff;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.tbl02 td {
  width: calc(100% - 12em);
  padding: 8px 16px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px dotted #ddd;
}
.more_btn01 {
  text-decoration: none;
  display: block;
  background: rgba(252, 207, 0, 1);
  margin: 0 auto;
  width: 280px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-align: center;
  outline: none;
  transition: ease .2s;
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  border-radius: 28px;
}
.more_btn01 span {
  color: #333;
  background: url(./image/arr01.svg) no-repeat;
  background-position: 100% 50%;
  background-size: 24px 24px;
  padding: 0 32px 0 0;
}
.more_btn01:hover {
  background: #fc9700;
  transition : 1s;
}



/*　下層ページ PC
---------------------------------------------------------------------------*/
.sub_visual {
  width: 100%;
  height: 240px;
  margin: 80px auto 0;
  text-align: center;
}
.sub_visual .sv_tit {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.sv_inner {
  display: table;
  width: 100%;
  height: 240px;
  margin: 0 auto;
  text-align: center;
}
.sub_visual .sv_tit {
  display: table-cell;
  margin: 0;
  color: rgba(255, 255, 255, 1);
  text-shadow: 0px 0px 5px rgba(0,0,0,0.66);
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.sub_visual01 {
  background: url(./image/slide01.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.sub_visual02 {
  background: url(./image/slide02.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.sub_visual03 {
  background: url(./image/slide03.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}	
.parking a {
  display: block;
  margin: 10px 0 0;
  width: 10em;
  z-index: 2;
  padding: 3px 10px;
  background-color: #ff7777;
  border-radius: 4px;
  color: #fff;
  font-size: 90%;
  font-weight: bold;
  line-height:1.1;
  text-align: center;
}
.parking_img {
  width: 100%;
  max-width: 500px;
  height: auto;
}
.post ul {
  margin: 0 0 1em 1.5em;
}
.f_block.parking_info {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
.f_block.parking_info {
  margin: 1em 1em 0 0;
}
footer h3 br {
  display: none;
}
}
.post ul#item_slide {
  margin: 0;
}
#side h3 {
  position: relative;
  margin: 0 0 12px 0;  
  padding: 10px 0 8px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  font-feature-settings: "palt";
  border-bottom: 2px solid rgba(7, 145, 58, 0.3);
  z-index: 10;
}
#side h3:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 20%;
  height: 2px;
  content: '';
  background: rgba(7, 145, 58, 1);
}
.side_menu01 {
  width: 100%;
  margin: 6px auto 40px;
  border-top: 1px dotted #ddd;
}
.post .side_menu01 {
  width: 100%;
  margin: 6px auto 40px;
  border-top: 1px dotted #ddd;
}
.side_menu01 li {
  background: url(./image/arr.png) no-repeat;
  background-position: 2px 50%;
  background-size: 8px 8px;
  padding: 0 0 0 16px;
  font-feature-settings: "palt";
  border-bottom: 1px dotted #ddd;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.side_menu01 li .fs {
  font-size: 90%;
}
.side_menu01 li a {
  display: block;
  font-size: 14px;
  padding: 8px 0;
  line-height: 1.33;
}
.side_menu01 li a:hover {
  color: rgba(0, 0, 0, 0.7);
}
.post .side_menu02 {
  width: 100%;
  margin: 40px auto 24px;
  border-top: 0px dotted rgba(0, 0, 0, 0.5);
}
.side_menu02 li {
  background: url(./image/arr.png) no-repeat;
  background-position: 2px 50%;
  background-size: 8px 8px;
  padding: 0 0 0 16px;
  font-feature-settings: "palt";
  border-bottom: 0px dotted rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.side_menu02 li a {
  display: block;
  font-size: 14px;
  padding: 8px 0;
  line-height: 1.33;
}
.side_menu02 li a:hover {
  color: rgba(0, 0, 0, 0.7);
}
.side-wrap {
  margin: 0 auto 24px;
  position: relative;
  width: 100%;
  z-index: 10;
}
#side select {
  -webkit-appearance: none;
  background: #fff;
  appearance: none;
  border-radius: 0;
  height: 36px;
  padding: 5px 4px 5px 10px;
  width: 100%;
  color: #212121;
  font-size: 14px;
  border: none;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
  line-height: 1.5;
}
select::-ms-expand {
  display: none;
}
.side-wrap::before {
  border-bottom: 4.5px solid #212121;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
  position: absolute;
  right: 9px;
  top: 12px;
  width: 0;
}
.side-wrap::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4.5px solid #212121;
  content: "";
  position: absolute;
  right: 9px;
  top: 24px;
  width: 0;
}
/*
.photo_block {
  float: left;
  width: 440px !important;
}  
.txt_block {
  float: left;
  width: calc(100% - 440px) !important;
  padding: 0 0 0 30px;
} 
*/
.photo_block {
  float: none;
  width: 100% !important;
}  
.txt_block {
  float: none;
  width: 100% !important;
  padding: 30px 0 0 0;
}   
.bx-wrapper {
  width: 440px !important;
  margin: 20px auto 0 !important;
  margin-bottom: 0px !important;
  padding: 0px;
  position: relative;
}
.bx-wrapper img {
  display: block;
  width: 100%;
  height: auto !important;
}
.bx-wrapper .bx-viewport {
  background: rgb(255, 255, 255) !important;
  border: 0px solid rgb(255, 255, 255) !important;
  border-image: none !important;
  left: 0 !important;
  box-shadow: 0 0 0 #ccc !important;
  -moz-box-shadow: 0 0 0 #ccc !important;
  -webkit-box-shadow: 0 0 0 #ccc !important;
}
.bx-wrapper .bx-pager {
  width: 100%;
  bottom: -30px;
  position: absolute;
}
.bx-wrapper .bx-controls-auto {
  width: 100%;
  bottom: -30px;
  position: absolute;
}
.bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  left: 0px;
  background: #fff;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-prev {
  left: 0px;
  background: url(./image/back.png) no-repeat !important;
  background-size: 32px 40px !important;
}
.bx-wrapper .bx-next {
  right: 0px;
  background: url(./image/next.png) no-repeat !important;
  background-size: 32px 40px !important;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  outline: 0;
  width: 32px !important;
  height: 40px !important;
  text-indent: -9999px;
  z-index: 0 !important;
}
.custom-thumb {
  margin: 20px auto 20px;
  text-align: center;
}
.custom-thumb br {
  display: none;
}
.custom-thumb img {
  margin: 0;
  padding: 4px;
  width: 106px;
  height: 106px;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: 'object-fit: cover;';
  /*IE対策*/
}
.link_nav {
  margin: 100px auto 0;
  font-size: 15px;
}
section .link_nav .link_nav_l {
  float: left;
  width: calc(49.5% - 40px);
  margin: 0 0 10px 0;
  text-align: left;
}
section .link_nav .link_nav_r {
  float: right;
  width: calc(49.5% - 40px);
  margin: 0 0 10px 0;
  text-align: right;
}
section .link_nav .link_nav_c {
  float: left;
  width: 80px !important;
  margin: 0 auto 10px;
  padding: 0;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  background: #fff !important;
  text-decoration: none;
  padding: 1px 4px;
  margin: 2px;
  color: #212121;
  font-size: 85%;
  border: 1px solid rgba(7, 145, 58, 1);
}
.wp-pagenavi span.current {
  font-weight: bold;
  font-size: 85%;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background: rgba(7, 145, 58, 1) !important;
  color: #fff !important;
  text-decoration: none;
  border: 1px solid rgba(7, 145, 58, 1) !important;
}



/* フォーム PC
---------------------------------------------------------------------------*/
.form_tbl {
  background: #fff;
  width: 100%;
  margin: 30px 0 0;
  font-size: 15px;
  line-height: 1.66;
}
.form_tbl th {
  width: 25%;
  padding: 24px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.form_tbl td {
  width: 75%;
  padding: 24px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
input, button, textarea, select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input, textarea, select {
  background: rgba(33, 33, 33, 0.05);
  margin: 0;
  padding: 10px 0 10px 8px;
  width: 100%;
  font-size: 15px;
  font-family: inherit;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 0px solid #ddd;
}
input::-webkit-input-placeholder {
  color: #999;
  font-weight: normal;
}
input:-ms-input-placeholder {
  color: #999;
  font-weight: normal;
}
input::-moz-placeholder {
  color: #999;
  font-weight: normal;
}
.btn-submit input[type="submit"] {
  display: block;
  background: rgba(7, 145, 58, 1);
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 60px auto 0;
  padding: 15px 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  background: rgba(7, 145, 58, 0.66);
  transition: 1s;
}
.req {
  color: rgb(255, 255, 255);
  font-size: 66%;
  font-weight: normal;
  background: #ff0000;
  padding: 1px 4px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  vertical-align: 2px;
  white-space: nowrap;
}



/*　その他 PC
---------------------------------------------------------------------------*/
.fb {
  font-size: 180%;
  font-weight: bold;
}
.fs {
  font-size: 80%;
}
.num {
  font-size: 133%;
  font-weight: bold;
}
.txt {
  font-size: 120%;
  font-weight: bold;
}
.center {
  text-align: center;
}
img.pay {
  margin: 10px 0;
  max-width: 300px;
  height: auto;
}
.mgt30 {
  margin-top: 30px;
}
.mgb20 {
  margin-bottom: 20px;
}
.mgb30 {
  margin-bottom: 30px;
}
.mgb30b {
  margin-bottom: 30px;
}
.mgb60 {
  margin-bottom: 60px;
}



/*ここからタブレット用環境の設定
---------------------------------------------------------------------------*/
@media screen and (max-width: 1240px) {
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  
  
  
  /* レイアウト TAB
---------------------------------------------------------------------------*/
  #wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .inner {
    width: 94%;
    max-width: initial;
    margin: 0 3%;
  }
  .inner02 {
    width: 94%;
	max-width: 800px;
    margin: 0 3%;
  }
  
  
  
  /* ヘッダー TAB
---------------------------------------------------------------------------*/
  header {
    width: 100%;
  }
  header .inner {
    width: 94%;
    max-width: initial;
    margin: 0 3%;
  }
  h1.logo {
    width: 270px;
    margin: 13px 0 0 0;
  }
  h1.logo img {
    width: auto;
    height: 54px;
  }
  .h_box {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 80px;
  }
  .h_nav li {
    margin: 4px 2px;
  }
  .h_nav li.tel img {
    width: auto;
    height: 50px;
  }
  .h_nav li.tel .t1 {
    display: none;
  }
  .h_nav li.tel .t2 {
    display: block;
  }
  .h_nav li.contact img {
    margin: 0 40px 0 0;
    width: auto;
    height: 50px;
  }
  .h_nav li.contact .t1 {
    display: none;
  }
  .h_nav li.contact .t2 {
    display: block;
  }  
  #under .h_nav {
    display: block;
  }  
  .openbtn {
    display: block;
    position: fixed;
    z-index: 1000;
    top: 15px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 10px;
    height: 2px;
    border-radius: 2px;
    background-color: rgba(7, 145, 58, 1);
    width: 60%;
  }
  .openbtn span:nth-of-type(1) {
    top: 13px;
  }
  .openbtn span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn span:nth-of-type(3) {
    top: 33px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 12px;
    transform: translateY(6px) rotate(-45deg);
    width: 55%;
    background-color: #fff;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 12px;
    transform: translateY(-6px) rotate(45deg);
    width: 55%;
    background-color: #fff;
  }
  ul.g_nav {
    display: none;
    position: fixed;
    z-index: 100;
    top: -5%;
    left: 0;
    right: -210%;
    float: none;
    margin: 0;
    width: 100%;
    height: 105%;
    background: rgba(7, 145, 58, 0.96);
    transition: all 0.2s;
  }
  ul.g_nav.panelactive {
    display: block;
    right: 0;
    left: 0;
  }
  .g_nav-list {
    display: none;
    width: 100%;
    padding: 140px 0 0 0;
    height: 100vh;
    overflow:hidden;
    -webkit-overflow-scrolling: touch;
  }
  ul.g_nav.panelactive .g_nav-list {
    display: block;
  }
  ul.g_nav li {
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    vertical-align: top;
    border-right: 0px solid rgba(7, 145, 58, 0.66);
  }  
  ul.g_nav li:first-child {
    border-left: 0px solid rgba(7, 145, 58, 0.66);
  }
  ul.g_nav li.tel {
    display: none;
  }
  ul.g_nav li.contact {
    display: none;
  }
  ul.g_nav li.line02 {
    display: none;
  }
  .n_scroll ul.g_nav li.line02, #under ul.g_nav li.line02 {
    display: none;
  }
  ul.g_nav li a {
    display: block;
    padding: 6px 16px;
    color: #fff;
  }
  .n_scroll ul.g_nav li a, #under ul.g_nav li a {
    display: block;
    padding: 6px 16px;
    color: #fff;
  }
  ul.g_nav li a span {
    display: block;
    margin: 7px 0 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
    letter-spacing: 0em;
  }
  .n_scroll .h_box {
    height: 80px;
  }
  .n_scroll .h_nav {
    display: block;
  }
  #under .h_box {
    height: 80px;
  }
  #pagetop img {
    width: 140px;
    height: auto;
  }



  /* コンテンツ TAB
---------------------------------------------------------------------------*/
  h1.post_tit {
    margin: 24px 0 16px;
    padding: 4px 0 4px 10px;
	color: #555;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
    border-left: 8px solid rgba(7, 145, 58, 0.66);
  }
  section h2.tit01 {
    margin: 0 0 16px 0;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 42px;
    text-align: center;
  }
  section h2.tit02 {
    display: inline-block;
    width: auto;
    margin: 0 0 24px 0;
    color: rgba(7, 145, 58, 1);
    font-size: 27px;
    font-weight: 700;
    text-align: left;
    border-bottom: 1px solid rgba(7, 145, 58, 1);
  }
  section h2.tit02 .en {
    display: block;
    color: rgba(7, 145, 58, 0.5);
	font-family: 'Oswald', sans-serif;
    font-size: 54px;
    font-weight: 500;
    text-align: left;
    line-height: 1;
  }
  section h2.tit03 {
    margin: 0 0 16px 0;
    color: #ffff33;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
  }
  section h3.tit01 {
    margin: 20px 0 20px 0;
    font-size: 20px;
  }  
  section h3.tit02 {
    margin: 60px 0 20px 0;
    font-size: 18px;
  }
  .tag_list li {
    display: inline-block;
    list-style-type: none;
    margin: 0 10px 0 0;
    color: #212121;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
  }
  .tag_list li a {
    display: block;
    background: #fff;
    padding: 6px 16px 6px 22px;
    color: #212121;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    line-height: 1;
    border: 2px solid rgba(7, 145, 58, 1);
  }
  .tag_list li a span {
    background: url(./image/arr.png) no-repeat;
    background-position: 96% 50%;
    background-size: 12px 12px;
    padding: 0 18px 0 0;
  }
  
  

  /*　下層ページ TAB
---------------------------------------------------------------------------*/
  footer {
    background: url(./image/footer.png) repeat-x;
    background-position: 50% 100%;
    background-size: auto 100%;
    width: 100%;
    min-height: 540px;
    margin: 0 auto;
    padding: 0;
    font-size: 15px;
  }
  
  
   
  /*　その他 TAB
---------------------------------------------------------------------------*/


}



/*ここからスマホ用環境の設定
---------------------------------------------------------------------------*/

@media screen and (max-width: 768px) {
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
  body, input, select, textarea {
    font-size: 15px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  
  
  
  /* レイアウト SP
---------------------------------------------------------------------------*/
  #wrapper {
    width: 100%;
    margin: 60px auto 0;
  }
  .inner {
    width: 94%;
    margin: 0 3%;
  }
  .inner02 {
    width: 94%;
    max-width: initial;
    margin: 0 3%;
  }
  #cont {
    float: none;
    width: 100%;
    padding: 0;
  }
  #side {
    float: none;
    width: 100%;
    padding: 48px 0 0 0;
  }
  
  
  
  /* ヘッダー SP
---------------------------------------------------------------------------*/
  header {
    width: 100%;
  }
  header .inner {
    width: 100%;
    max-width: initial;
    margin: 0;
	padding: 0 0 0 3%;
  }
  .h_box {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 60px;
  }
  h1.logo {
    width: 184px;
    margin: 7px 0 0 0;
  }
  h1.logo img {
    width: auto;
    height: 46px;
  }
  .n_scroll h1.logo {
    width: auto;
    margin: 7px 0 0 0;
  }
  .n_scroll h1.logo img {
    width: auto;
    height: 46px;
  }
  .h_nav {
    position: absolute;
    top: 7px;
    right: 24px;
    width: 320px;
    text-align: right;
  }  
  .h_nav li.tel img {
    width: auto;
    height: 36px;
  }
  .h_nav li.tel .t1 {
    display: none;
  }
  .h_nav li.tel .t2 {
    display: block;
  }
  .h_nav li.contact img {
    margin: 0 40px 0 0;
    width: auto;
    height: 36px;
  }
  .h_nav li {
    margin: 4px 0px;
  }
  .n_scroll .h_box {
    height: 60px;
  }
  .n_scroll .h_nav {
    display: block;
  }
  #under h1.logo {
    width: 160px;
    margin: 7px 0 0 0;
  }
  #under h1.logo img {
    width: auto;
    height: 46px;
  }
  #under .h_box {
    height: 60px;
  }
  .openbtn {
    display: block;
    position: fixed;
    z-index: 1000;
    top: 5px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  
  
  /* フッター SP
---------------------------------------------------------------------------*/
  footer {
    background: url(./image/footer.png) repeat-x;
    background-position: 50% 100%;
    background-size: auto 100%;
    width: 100%;
    min-height: 770px;
    margin: 0 auto;
    padding: 0;
    font-size: 15px;
  }
  .f_block {
    display: block;
    background: rgba(7, 145, 58, 0.9);
    margin-right: 0em;
    margin-bottom: 0.5em;
    padding: 1.2em;
    width: 88%;
  }
  .f_block.parking_info {
    margin: 0 0 0.5em 0;
  }
  .f_block.line_qr {
    margin: 0 0 0.5em 0;
    margin-right: 0em;
  }
  footer h2 {
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  }
  .info {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.66;
    border-top: 1px dotted rgba(255, 255, 255, 0.5);
    overflow: auto;
  }
  .info dt {
    clear: both;
    width: 6em;
    float: left;
    padding: 8px 8px;
    color: #fff;
    font-weight: bold;
  }
  .info dd {
    padding: 8px 8px 8px 6.5em;
    text-align: left;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  }
  footer .copyright {
    width: 100%;
    padding: 20px 5% 20px;
    color: #fff;
    font-size: 13px;
    text-align: left;
    line-height: 1.5;
  }
  footer .copyright br {
    display: block;
  }
  #pagetop {
    position: fixed;
    bottom: 40px;
    right: -10px;
    z-index: 10002;
  }
  #pagetop img {
    width: 140px;
    height: auto;
  }
  
  
  
  /* コンテンツ SP
---------------------------------------------------------------------------*/
  #mainvisual {
    position: relative;
    height: 50vw;
  }
  #mainvisual .slider {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .fs_inner {
    display: table;
    width: 100%;
    height: 50vw;
    margin: 0 auto;
  }
  .flexslider li {
    line-height: 0;
  }
  .flexslider li img {
    width: 100%;
    height: auto;
  }
  section {
    padding: 30px 0 60px;
    text-align: left;
  }
  section.box {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
  }
  section#news {
    background: rgba(7, 145, 58, 1);
    margin-bottom: 60px;
  }
  section#access {
    padding-bottom: 0;
  }
  h1.post_tit {
    margin: 24px 0 16px;
    padding: 4px 0 4px 10px;
	color: #555;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    border-left: 8px solid rgba(7, 145, 58, 0.66);
  }
  section h2.tit01 {
    margin: 0 0 16px 0;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    text-align: center;
  }
  section h2.tit02 {
    display: inline-block;
    width: auto;
    margin: 0 0 24px 0;
    color: rgba(7, 145, 58, 1);
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    border-bottom: 1px solid rgba(7, 145, 58, 1);
  }
  section h2.tit02 .en {
    display: block;
    color: rgba(7, 145, 58, 0.5);
	font-family: 'Oswald', sans-serif;
    font-size: 48px;
    font-weight: 500;
    text-align: left;
    line-height: 1;
  }
  section h2.tit03 {
    margin: 0 0 16px 0;
    color: #ffff33;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }
  section h3.tit01 {
    margin: 18px 0 18px 0;
    font-size: 18px;
  }
  section h3.tit02 {
    margin: 48px 0 20px 0;
    font-size: 17px;
  }
  .tag_list li {
    display: inline-block;
    list-style-type: none;
    margin: 0 10px 0 0;
    color: #212121;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
  }
  .tag_list li a {
    display: block;
    background: #fff;
    padding: 6px 16px 6px 22px;
    color: #212121;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    line-height: 1;
    border: 2px solid rgba(7, 145, 58, 1);
  }
  .tag_list li a span {
    background: url(./image/arr.png) no-repeat;
    background-position: 96% 50%;
    background-size: 12px 12px;
    padding: 0 18px 0 0;
  } 
  section p {
    font-size: 15px;
    margin: 0 0 1em 0;
    line-height: 1.8;
    text-align: left;
  }
  section p.lesson_price {
    font-size: 17px;
    margin: 10px 0 16px;
    padding: 0;
    line-height: 1.2;
    text-align: left;
    letter-spacing: 0.1em;
  }
  section p.lesson_price span {
    font-size: 150%;
    font-weight: 500;
  }
  .news_box {
    width: 100%;
    margin: 0 auto 40px;
  }
  
  .news_list {
    width: 100%;
    margin: 0;
    font-size: 15px;
    line-height: 1.66;
    border-top: 1px dotted rgba(255,255,255,0.5);
    overflow: auto;
  }
  .news_list dt {
    display: block;
    width: 100%;
    float: none;
    padding: 10px 8px 2px;
    color: #fff;
    font-weight: bold;
  }
  .news_list dd {
    padding: 2px 8px 10px;
    text-align: left;
    border-bottom: 1px dotted rgba(255,255,255,0.5);
  }
  .news_list dd a {
    color: #fff;
  }
  .news_list dd a:hover {
    color: rgba(255, 255, 255, 0.66);
    text-decoration: underline;
  }
  #under .news_list {
    width: 100%;
    margin: 0;
    font-size: 15px;
    line-height: 1.66;
    border-top: 1px dotted #ddd;
    overflow: auto;
  }
  #under .news_list dt {
    display: block;
    width: 100%;
    float: none;
    padding: 10px 8px 2px;
    color: #333;
    font-weight: bold;
  }
  #under .news_list dd {
    padding: 2px 8px 10px;
    text-align: left;
    border-bottom: 1px dotted #ddd;
  }
  #under .news_list dd .pic {
   background: rgba(7, 145, 58, 1);
   margin: 0 0.5em 0 0;
   padding: 1px 8px;
   color: #fff;
   font-size: 90%;
  }
  #under .news_list dd a {
    color: #333;
  }
  #under .news_list dd a:hover {
    color: rgba(51, 51, 51, 0.66);
    text-decoration: underline;
  }
  .block2 {
    margin: 0;
    font-size: 0;
  }
  .block2 li {
    display: inline-block;
    width: 100%;
    margin: 0 0 60px 0;
    padding: 0 0 0 0;
    font-size: 14px;
    vertical-align: top;
  }
  .block2 li:nth-child(2n) {
    margin: 0 0 30px 0;
  }
  .block2 li img {
    width: 80%;
    height: auto;
  }
  .block3 {
    margin: 0 auto 30px;
    font-size: 0;
  }
  .block3 li {
    display: inline-block;
    width: 100%;
    margin: 0 0 0px 0;
    padding: 5px;
    font-size: 14px;
    vertical-align: top;
  }
  .block3 li:nth-child(3n-1) {
    padding: 5px;
  }
  .block3 li:nth-child(3n) {
    padding: 5px;
  }
  .block3 li img {
    width: 100%;
    height: auto;
  }
  .block3 li a img {
    transition: 0.5s;
  }
  .card2 {
    margin: 0 auto 40px;
    font-size: 0;
  }
  .card2 li {
    display: inline-block;
    width: 100%;
    margin: 0 0 40px 0;
    padding: 0 0 0 0;
    font-size: 14px;
    vertical-align: top;
  }
  .card2 li:nth-child(2n) {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .card2 li img {
    width: 75%;
	max-width: 300px;
    height: auto;
	margin: 8px 0 12px;
  }

  
  /* 下層ページ SP
---------------------------------------------------------------------------*/
  .sub_visual {
    width: 100%;
    height: 200px;
    margin: 60px auto 0;
    text-align: center;
  }
  .sv_inner {
    display: table;
    width: 100%;
    height: 200px;
    margin: 0 auto;
    text-align: center;
  }
  .sub_visual .sv_tit {
    font-size: 24px;
  }
  .tbl02 {
    background: #fff;
    width: 100%;
    margin: 20px auto 20px;
    font-size: 15px;
    line-height: 1.5;
  }
  .tbl02 th {
    background: rgba(199, 159, 98, 0.66);
    width: 10em;
    padding: 8px 16px;
    color: #fff;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .tbl02 td {
    width: calc(100% - 10em);
    padding: 8px 16px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px dotted #ddd;
  }
  .photo_block {
    float: none;
    width: 100% !important;
  }  
  .txt_block {
    float: none;
    width: 100% !important;
    padding: 30px 0 0 0;
  }
   
  
  /* フォーム  SP
---------------------------------------------------------------------------*/
  .form_tbl {
    background: #fff;
    width: 100%;
    max-width: initial;
    margin: 10px auto 0;
    font-size: 14px;
    line-height: 1.66;
    border-top: 1px solid #ddd;
  }
  .form_tbl th {
    display: block;
    width: 100%;
    padding: 12px 12px 6px;
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
    border-top: 0px solid #ddd;
    border-bottom: 0px solid #ddd;
  }
  .form_tbl td {
    display: block;
    width: 100%;
    padding: 0 12px 12px;
    text-align: left;
    vertical-align: middle;
    border-top: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  input, button, textarea, select {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  input, textarea, select {
    background: rgba(33, 33, 33, 0.05);
    margin: 0;
    padding: 10px 0 10px 8px;
    width: 100%;
    font-size: 14px;
    font-family: inherit;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 0px solid #ddd;
  }
  input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
  }
  input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
  }
  input::-moz-placeholder {
    color: #999;
    font-weight: normal;
  }
  .btn-submit input[type="submit"] {
    display: block;
    background: rgba(7, 145, 58, 1);
    width: 80%;
    max-width: 400px;
    height: auto;
    margin: 60px auto 0;
    padding: 15px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
  }
  input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    background: rgba(7, 145, 58, 0.66);
    transition: 1s;
  }
  .req {
    color: rgb(255, 255, 255);
    font-size: 66%;
    font-weight: normal;
    background: #ff0000;
    padding: 1px 4px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    vertical-align: 2px;
    white-space: nowrap;
  }
  
   
  /*　その他 SP
---------------------------------------------------------------------------*/


}


.blog_list01 {
  display: block;
  font-size: 0;
}
.blog_list01 li {
  display: inline-block;
  width: 33%;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  margin: 0 0 0.66em 0;
  padding: 10px 12px;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
}
.blog_list01 li img {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.blog_list01 li h3 {
  margin: 0 0 6px 0;
  padding: 3px 0 3px 6px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.33;
  border-left: 7px solid rgba(7, 145, 58, 0.66);
}
.blog_list01 li h3 a {
  color: #555;
}
.blog_list01 li p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #333;
  line-height: 1.66;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog_list01 li p.date {
  margin: 6px 0 10px 0;
  font-size: 12px;
}
.blog_list01 li p.date span {
  background: url(./image/clock.png) no-repeat;
  background-size: 12px 12px;
  background-position: 2px 60%;
  padding: 1px 8px 1px 15px;
}
.blog_list01 li a:hover {
  filter: alpha(opacity=70);
  opacity: 0.70;
}


@media screen and (max-width: 980px) {
  .blog_list01 {
    display: block;
    font-size: 0;
  }
  .blog_list01 li {
    display: inline-block;
    width: 50%;
    margin: 0 0 0.66em 0;
    padding: 10px 12px;
    font-size: 14px;
    text-align: left;
    vertical-align: top;
  }
  .blog_list01 li img {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
  }
  .blog_list01 li h3 {
    margin: 0 0 6px 0;
    padding: 3px 0 3px 6px;
    font-size: 16px;
	font-weight: bold;
    line-height: 1.33;
    border-left: 5px solid rgba(7, 145, 58, 1);
  }
  .blog_list01 li p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #333;
    line-height: 1.66;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

#fixContact {
  display: none;
}

@media screen and (max-width: 540px) {
  .blog_list01 {
    display: block;
    font-size: 0;
  }
  .blog_list01 li {
    display: inline-block;
    width: 100%;
    margin: 0 0 0.66em 0;
    padding: 10px 12px;
    font-size: 14px;
    text-align: left;
    vertical-align: top;
  }
  .blog_list01 li img {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
  }
  .blog_list01 li h3 {
    margin: 0 0 6px 0;
    padding: 3px 0 3px 6px;
    font-size: 15px;
	font-weight: bold;
    line-height: 1.33;
    border-left: 5px solid rgba(7, 145, 58, 1);
  }
  .blog_list01 li p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #333;
    line-height: 1.66;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .h_nav {
    display: none;
  }  
  .n_scroll .h_nav, #under .h_nav {
    display: none;
  }   
  #fixContact {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(252, 207, 0, 1);
    width: 100%;
    height: 70px;
    padding: 0;
    z-index: 10001;
    text-align: center;
  }
  #fixContact ul {
    display: block;
    width: 94%;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
  }
  #fixContact ul li {
    display: inline-block;
    margin: 0;
    padding: 0 4px;
    text-align: center;
    vertical-align: middle;
  }
  #fixContact ul li img {
    margin: 13px auto 0;
    width: auto;
    height: 40px;
  }
  #fixContact ul li.tel img {
    margin: 16px auto 0;
    width: auto;
    height: 24px;
  }
  #fixContact a {
    color: #fff;
    text-decoration: none;
  }
  #fixContact ul li a:hover {
    filter: alpha(opacity=80);
    opacity: 0.80;
  }
  footer .copyright {
    width: 100%;
    padding: 20px 5% 80px;
    color: #fff;
    font-size: 13px;
    text-align: left;
    line-height: 1.5;
  }
  #pagetop {
    position: fixed;
    bottom: 70px;
    right: -10px;
    z-index: 10002;
  }
}



@media screen and (max-width: 480px) {
  .card2 li img {
    width: 75%;
	max-width: 300px;
    height: auto;
	margin: 8px 0 12px;
  }
  .tbl02 {
    background: #fff;
    width: 100%;
    margin: 20px auto 20px;
    font-size: 15px;
    line-height: 1.5;
  }
  .tbl02 th {
    display: block;
    background: rgba(199, 159, 98, 0.66);
    width: 100%;
    padding: 8px 12px;
    color: #fff;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    border-bottom: 0px solid rgba(255, 255, 255, 0.5);
  }
  .tbl02 td {
    display: block;
    width: 100%;
    padding: 6px 12px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px dotted #ddd;
  }
}