@charset "utf-8";
/* ----------------------------------------
  base
---------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  color: #4b4949;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  background-color: #ffffff;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  margin: 0 auto;
  background:url("../images/cmn-images/bg03.png");
}
p {
  line-height: 1.7;
}
section {
 padding:5% 0;
}
.wrapper {
  overflow: hidden;
  box-sizing: border-box;
  text-align: left;
  margin: 0 auto;
  padding: 0 5%;
}
.wrapper {
  width: 100%;
  max-width: 1200px;
}
.wrapper2 {
  width: 100%;
  max-width: 1200px;
  margin:0 auto;
}
.wrapper p {
  font-size: 1.6rem;
  font-size: 3.2vw;
  line-height: 1.7;
}
.deco01 a {
  text-decoration: none;
}
.wf-kokoro { font-family: "Kokoro"; }
.wf-round{font-family: 'M PLUS Rounded 1c', sans-serif;}
/* ----------------------------------------
  head
---------------------------------------- */
#head {
   background:url("../images/cmn-images/heder_bg.png");
   padding:1% 0;
}
#head h1 {
  width: 250px;
  padding: 10px 0;
}
#head h1 img {
  display: block;
}
/* ----------------------------------------
  sp btn
---------------------------------------- */
#panel-btn {
  display: block;
  position: fixed;
  top: 3%;
  right: 5%;
  z-index: 150000;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #7bac4d!important;
  text-align: center;
}
#panel-btn-txt {
  display: block;
  width: 50px;
  font-size: 1rem;
  text-align: center;
  position: absolute;
  top: 40px;
  left: 0;
}
#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
  height: 2px;
  margin: -1px 0 0 0;
  background: #fff;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  background: #fff;
  transition: .3s;
}
#panel-btn-icon:before {
  margin-top: -10px;
}
#panel-btn-icon:after {
  margin-top: 9px;
}
#panel-btn .close-btn {
  background: transparent;
}
#panel-btn .close-btn:before, #panel-btn .close-btn:after {
  background: #fff;
  margin-top: 0;
}
#panel-btn .close-btn:before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
#panel-btn .close-btn:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
/* ----------------------------------------
  sp nav
---------------------------------------- */
#gnav {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: fixed;
  z-index: 1500;
  overflow-y: scroll;
  left: 0;
  top: 0;
  display: none;
  background-color: #fff;
  padding: 30px 0 0 0;
  text-align: center;
}
#gnav ul {
  margin-bottom: 20px;
  padding: 10px 10px 0 10px;
}
#gnav ul li {
  border-bottom: 1px solid #7bac4d;
}
#gnav ul li:last-child {
  border-bottom: none;
}
#gnav ul li a {
  display: block;
  color: #661e1e;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 10vh;
  text-decoration: none;
}
/* ----------------------------------------
  page-title
---------------------------------------- */
/* ----------------------------------------
  section
---------------------------------------- */
section {
  clear: both;
  overflow: hidden;
}
section p {
  margin-bottom: 10px;
}
/* ----------------------------------------
  cmn-box
---------------------------------------- */
.cmn-box01 {
  padding: 40px 0;
}
.cmn-box02 {
  padding-bottom: 40px;
}
.txt01 {
  font-size: 2.2rem;
  font-size: 4.8vw;
}
.txt02 {
  font-size: 1.8rem;
  font-size: 4.2vw;
}
.txt03 {
  font-size: 1.6rem;
  font-size: 3.2vw;
  line-height: 1.7;
}
.txt04 {
  font-size: 1.1rem;
  font-size: 2.2vw;
}
.notes {
  color: #c13737;
}
.bg01 {
  background:url("../images/cmn-images/bg02.png");
}
.bg02 {
  background:url("../images/cmn-images/bg03.png");
}
.bg03 {
  background:url("../images/cmn-images/back03.png");
}
.bg04 {
  background:url("../images/cmn-images/back04.png");
}
.bg05 {
  background:url("../images/cmn-images/back05.png");
  background-size: contain;
}
/* ----------------------------------------
  cmn-title
---------------------------------------- */
.cmn-title01, .cmn-title02, .cmn-title03, .cmn-title04 {
  position: relative;
  color: #603d1d;
  text-align: center;
}
.cmn-title01::after, .cmn-title02::after, .cmn-title03::after {
  content: "";
  display: block;
  position: relative;
  width: 60px;
  height: 7px;
  border-radius: 4px;
  margin: 10px auto 20px auto;
}
strong{
	fon-weight:bold;
	text-decoration: underline;
	
}
.cmn-title04::after {
  content: "";
  display: block;
  position: relative;
  width: 60px;
  height: 7px;
  border-radius: 4px;
  margin: 20px auto 5px auto;
}
.cmn-title01::after {
  background-color: #7bac4d;
}
.cmn-title02::after {
  background-color: #7bac4d;
}
.cmn-title03::after {
  background-color: #9DAD31;
}
.cmn-title04::after{
	
}
.cmn-title11 {
  border-bottom: 2px solid #603d1d;
  padding-bottom: 6px;
  margin-bottom: 15px;
}
.cmn-title11::before {
  content: "\f138";
  display: inline-block;
  font-family: 'FontAwesome';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}
/* ----------------------------------------
  cmn-btn
---------------------------------------- */
.cmn-btn01, .cmn-btn02, .cmn-btn03 {
  text-align: center;
}
.cmn-btn01 a, .cmn-btn02 a, .cmn-btn03 span {
  display: inline-block;
  color: #ffffff;
  cursor: pointer;
  min-width: 70%;
  box-sizing: border-box;
  border-radius: 30px;
  font-weight: bold;
  padding: 15px;
}
.cmn-btn01 a::after, .cmn-btn02 a::after, .cmn-btn03 span::after {
  content: "\f138";
  display: inline-block;
  font-family: 'FontAwesome';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}
.cmn-btn01 a, .cmn-btn03 span {
  background-color: #7bac4d;
}
.cmn-btn02 a {
  background-color: #9CAD31;
}
/* サイドメニュー固定*/
.side-menu {
  position: fixed; /* 画面に固定して追従させます */
  top: 20vh; /* 表示画面の上から20%のところから表示を始めます */
	right:0; /* 固定位置は右側 */
	z-index:9999; /* 他の要素より前に出します */
}
.side-menu li a{
	font-size:18px;
	letter-spacing:5px;
	padding:20px 20px 24px 20px;
  color:#fff;
	font-weight:500;
	background-color: rgba(123,172,77,1);
	-webkit-writing-mode: vertical-rl; /* Chrome,Safari対応*/
      -ms-writing-mode: tb-rl; /* IE対応*/
          writing-mode: vertical-rl;
}

_::-webkit-full-page-media, _:future, :root
.side-menu li a {
	font-size:18px;
	letter-spacing:5px;
	padding:20px 50px 24px 20px;
  color:#fff;
	font-weight:500;
	background-color: rgba(123,172,77,1);
	-webkit-writing-mode: vertical-rl; /* Chrome,Safari対応*/
      -ms-writing-mode: tb-rl; /* IE対応*/
          writing-mode: vertical-rl;

}
.side-menu li a:hover{
	text-decoration: none;
}
/* ----------------------------------------
  cmn-table
---------------------------------------- */
.cmn-table01 {
  width: 100%;
}
.cmn-table01 td {
  border: 2px solid #603d1d;
  vertical-align: top;
  box-sizing: border-box;
  padding: 10px 10px;
}
.cmn-table01 td:nth-child(1) {
  width: 25%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #bfa398;
}
.cmn-table01 td:nth-child(2) {
  width: 25%;
  font-weight: bold;
  text-align: center;
  background-color: #efe3d1;
}
.cmn-table02 {
  width: 100%;
  border-bottom: 2px dotted #603d1d;
}
.cmn-table02 td {
  vertical-align: top;
  box-sizing: border-box;
  padding: 10px 0;
}
.cmn-table02 td:nth-child(1) {
  width: 50%;
  color: #603d1d;
  font-weight: bold;
  text-align: left;
}
.cmn-table02 td:nth-child(2) {
  width: 50%;
  color: #833737;
  font-weight: bold;
  text-align: right;
}
.cmn-table03 {
  width: 100%;
}
.cmn-table03 th {
  border-top: 1px solid #603d1d;
  border-bottom: 1px solid #603d1d;
  background-color: #d6d7af;
  text-align-last: center;
  box-sizing: border-box;
  padding: 10px 0;
}

_::-webkit-full-page-media, _:future, :root .cmn-table03 th {
   text-align: center;
}

.cmn-table03 td {
  text-align-last: left;

  box-sizing: border-box;
  padding: 10px 10px 20px 10px;
}
.cmn-table03 tr:last-child td {
  padding: 10px 10px 0 10px;
}
.cmn-table04 {
  width: 100%;
}
.cmn-table04 th, .cmn-table04 td {
  font-weight: normal;
  border: 1px solid #603d1d;
  border-bottom: 1px solid #603d1d;
  text-align-last: center;
  box-sizing: border-box;
  padding: 10px 5px;
}
.cmn-table04 tr th, .cmn-table04 tr:first-child td {
  background-color: #f5d6aa;
}
_::-webkit-full-page-media, _:future, :root .cmn-table04 th, .cmn-table04 td {
   text-align: center;
}

/* ----------------------------------------
  cmn-ul
---------------------------------------- */
.cmn-ul01 li {
  text-indent: -1em;
  margin-left: 1em;
}
/* ----------------------------------------
  point
---------------------------------------- */
.point01 {
  background: url("../images/cmn-images/bg01.jpg") 0 0;
  border-radius: 10px;
  padding: 5%;
}
.point01 ul li {
  color: #603d1d;
  font-weight: bold;
  border-bottom: 1px solid #603d1d;
  background: url("../images/cmn-images/check-icon.png") 0 50% no-repeat;
  background-size: 30px auto;
  padding: 10px 0 10px 35px;
}
/* ----------------------------------------
  recommend
---------------------------------------- */
#recommend .box {
  background-color: #ffffff;
  padding-bottom: 5%;
}
#recommend .box h3 {
  color: #9DAD31;
  text-align: center;
  margin-bottom: 10px;
  padding: 0 5%;
}
#recommend .box p {
  text-align: left;
  margin-bottom: 15px;
  padding: 0 5%;
}
/* ----------------------------------------
  course
---------------------------------------- */
#cource .box {
  background-color: #ffffff;
  padding-bottom: 5%;
}
#cource .box h3 {
  color: #603d1d;
  text-align: center;
  margin-bottom: 10px;
  padding: 0 5%;
}
#cource .box p {
  text-align: left;
  margin-bottom: 15px;
  padding: 0 5%;
}

/* ----------------------------------------
  info
---------------------------------------- */
#info dl {
  overflow: hidden;
  font-size:1.5rem!important;
}
#info dl dt {
  font-weight: normal;
  padding-top: 10px;
}
#info dl dd {
  font-weight: bold;
  border-bottom: 1px solid #603d1d;
  padding-bottom: 10px;
}
/* ----------------------------------------
  gmap
---------------------------------------- */
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 70%;
  position: relative;
  margin-bottom: 30px;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* ----------------------------------------
  foot
---------------------------------------- */
#foot {
  
  padding-bottom: 14%;
  color:#4b4949;
}
#foot p {
  padding: 15px 5%;
}
#bnav {
  overflow: hidden;
  width: 100%;
  position: fixed;
  bottom: 0;
	z-index: 102;
}
#bnav img {
  width: 100%;
  height: auto;
  display: block;
}
#bnav .float-l {
  width: 50%;
  box-sizing: border-box;
}
#bnav .float-r {
  width: 50%;
  box-sizing: border-box;
}
/* =======================
  BIG
======================== */
@media screen and (min-width: 960px) {
  .wrapper p {
    font-size: 2.0rem;
  }
  .txt01 {
    font-size: 2.8rem;
  }
  .txt02 {
    font-size: 2.2rem;
  }
  .txt03 {
    font-size: 2.0rem;
  }
  .txt04 {
    font-size: 1.2rem;
  }
  .gmap {
    padding-bottom: 40%;
  }
	
}
@media screen and (min-width: 960px) {
  #foot {
    padding-bottom: 140px;
    ;
  }
  #bnav .float-l {
    background-color: #7bac4d;
  }
  #bnav .float-r {
    background-color: #f69e06;
  }
  #bnav .float-l a {
    float: right;
    display: block;
    max-width: 500px;
  }
  #bnav .float-r a {
    float: left;
    display: block;
    max-width: 500px;
  }
}

/* =======================
  PCビジュアル
======================== */
@media screen and (min-width:560px){
	.pcnone{
		display:none;
	}

}
@media screen and (min-width:960px){
  #panel-btn {
  display: block;
  position: fixed;
  top: 3%;
  right: 20%;
  z-index: 150000;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #f8f0e5;
  text-align: center;
}
}
@media screen and (max-width:560px){
.spnone{
		display:none;
	}
.titleBack{
		display:none;
	}
.side-menu {
 display:none;
}
	
.wrapper p {
  font-size: 1.6rem;
  font-size: 4.2vw;
  line-height: 1.7;
}	
}

@media screen and (min-width: 560px){
	.spnone{
		display:none;
	}
	}
/*初めての方へ*/
@media screen and (min-width: 960px){
/*#pickup .cmn-box01{
		width:100%;
		margin:0 auto;
	}
#pickup .cmn-box01 a img{
		width:32%;
		margin-top:5%;
	}
*/
#recommend .box{
		width:32%;
		float:left;
		margin-right:1%;
	}
#recommend .box p{
		font-size:16px;
	}
	}