

/*main view*/

.section_inner {
    background: rgba(255,255,255,0.5);
    position: relative;
}

.section_inner::before {
    border-top: solid 50px #fcfaf7;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
}

.section_inner::after {
    position: absolute;
    bottom: 0;
    width: 100%;
    content: "";
    z-index: 20;
}

.top_contents {
    position: relative;
    text-align: center;
}

.section_inner p.catch img {
    z-index: 10;
    position: relative;
}

.top_contents p.btn a {
    position: absolute;
    bottom: 180px;
    margin: 0 auto;
    width: 100%;
      z-index: 100;
  background: none;
}

.top_contents p.btn a::hover{
  background: none;
  opacity: 0.5;
}
.top_contents p.btn ::after{
  border:none;
}


.top_contents p.p03 {
    text-align: center;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    bottom: 40px;
    font-size: 22px;
    font-weight: bold;
  line-height: 1.2em;
}

.top_contents p.p03 span{
      font-size: 13px;
}


.cv_unit,
.section04{
    padding: 40px 0;
    text-align: center;
}

.remaining {
  font-size: 66px;
  font-weight: bold;
  color: #fff;
  background: #86C3E3 url(../images/bg_main02.jpg) no-repeat center 116px;
  text-align: center;
}

.section02,
.cv_unit,
.section_worry,
.section_faq,
.section_form,
.section04,
.section_faq,
.data_unit,
.section_info
{
    background: #faf7f2;
}

.section03 {
    background: rgba(176,215,217,0.5);
}

.section05,
.section_plan{
    background: #f6f0e8;
}

/*section01*/


/*section02*/

.section02 p.txt {
    padding: 50px 0;
}


/*section03*/
.section03 p.p01 {
    padding: 50px 0px;
}

/*section04*/
.section_worry {
    text-align: center;
  padding-bottom: 50px;
}


.section_worry p.tit {
    padding: 20px 0;
}

.section_worry p.ph_worry {
    margin-bottom: 30px;
}

/*section05*/
.section05{
    padding: 60px 0;
    text-align: center;
}

.section05 p.p01 {
    margin-bottom: 20px;
}

/*section06*/
.section04{
    padding: 50px 0 70px;
    margin-bottom: 600px;
}
.section04 p.tit {
    margin-bottom: 20px;
}

.section04 p.reason {
    margin-bottom: 30px;
}

.section04 .cv_unit {
    padding: 0;
}

/*plan*/


/* section_plan 
----------------------------------------*/
.section_plan .plan_list {
    width: 1100px;
    margin: 0 auto;
    background: #FFF;
    padding: 40px;
}

.section_plan{
  padding: 90px 0 90px;
	font-weight:bold;
}

.section_plan .inner {
  width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fff;
  padding: 20px 35px 35px;
  border: 1px solid #C1900E;
}
.section_plan h2{
	text-align:center;
	margin:0 0 10px;
}
.section_plan table{
    width: 90%;
	margin:0 auto;
}

.section_plan th,
.section_plan td {
  display: block;
}

.section_plan th{
  background: #383838;
  color: #FFF;
  text-align: center;
  padding: 7px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 18px;
}
.section_plan td.tokuten{
}
.section_plan td{
	background:#FFF;
	padding: 10px 0 20px;
	box-sizing:border-box;
  text-align: center;
	font-size:22px;
  font-family: verdana, helvetica, arial, "ryo-gothic-plusn", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

.section_plan td span{
	font-size:26px;
  color: #B78700;
  font-family: verdana, helvetica, arial, "ryo-gothic-plusn", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

.section_plan tr:last-of-type td {
	padding: 10px 0 0;
}

.section_plan td .caution li{
  font-family: verdana, helvetica, arial, "ryo-gothic-plusn", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	padding: 7px 0 7px 20px;
	font-size:19px;
	position:relative;
  text-align: left;
	border-bottom:1px dotted #CCC;
}

.section_plan td .caution li:last-child{
	border-bottom:none;
}

.section_plan td .caution li:before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 15px;
  background: #131313;
  position: absolute;
  top: 16px;
  left: 0px;
}
.section_plan td .caution li span{
	background: #eaddbe;
  padding: 0 3px;
}
.section_plan td.tokuten span{
	font-size:30px;
}
.section_plan td.tokuten .txt{
	/*border-bottom:2px solid #000;*/
}
.section_plan td.tokuten .sub{
	position:absolute;
	top:-10px;
	background:#ea4426;
	color:#FFF;
	padding:10px;
	line-height:1.0;
	transform: rotate(-3deg);
}
.section_plan td span.txt_sm{
  font-size:16px;
  color:#000000;
  }

/*.section_plan td .announce .txt {
  font-size: 29px;
}

.section_plan td .announce .sub {
  color: #c80000;
}

.section_plan td .announce .txt.gold {
  color: #b78700;
}

.section_plan td .announce ul {
  text-align: center;
  margin: 5px 0;
}

.section_plan td .announce li {
  display: inline-block;
  width: 48%;
  margin: 0 1%;
  padding: 10px;
  box-sizing: border-box;
  background: #eaddbe;
  color: #131313;
  border-radius: 8px;
  font-size: 22px;
  font-family: "ryo-display-plusn","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.section_plan td .announce .sub {
  font-family: verdana, helvetica, arial, "ryo-gothic-plusn", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 13px;
}
*/
.section_plan td .oubo {
  font-size: 29px;
  color: #FA8274;
}


.section_plan td mark{
  background: #fffac8;
}
  
.section_plan td .announce {
  text-align: center;
  font-size: 19px;
}

.section_plan td .announce em {
  display: block;
  width: 100%;
  font-size: 29px;
  margin: 5px 0;
  color: #FA8274;
}

.section_plan td .announce mark {
  display: inline-block;
  width: 48%;
  margin: 0 .5% 5px;
  padding: 10px;
  box-sizing: border-box;
  background: #eaddbe;
  color: #292929;
  border-radius: 8px;
  font-size: 22px;
}

  
/* section_faq 
----------------------------------------*/
.section_faq {
  background: #faf7f2;
  padding:50px 0;
}
.section_faq .tit{
  text-align:center;
  }

.section_faq .inner {
  width: 980px;
  margin: 0 auto;
  text-align: left;
}

.section_faq .inner .tit {
  margin-bottom:20px;
}
.section_faq .inner dl{
  border-top:1px solid #1b1b1b;
  padding:20px 0 0;
  }

.section_faq .inner dt {
  font-size:20px;
  font-weight: bold;
  color: #b78700;
  margin-bottom:8px;
}

.section_faq .inner dd {
  padding-bottom: 20px;
  margin-bottom:20px;
  border-bottom: 1px dotted #1b1b1b;
  font-size:14px;
}
.section_faq .inner dd:last-child {
  padding-bottom:0;
  margin-bottom:0;
  border-bottom:none;
}


/* section_info
----------------------------------------*/
.section_info{
	padding:50px 0 50px 0;
}

.section_info .inner{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

.section_info .inner .box_a{
	width: 380px;
  text-align: center;
  color: #4F3914;
	float: left;
}

.section_info .inner .box_a .tel{
  padding: 6px 0;
  border-top: 1px solid #4F3914;
  border-bottom: 1px solid #4F3914;
}

.section_info .inner .box_a .acc {
  margin-top: 10px;
}

.section_info .inner .box_a .acc .tit {
  background: #b78700;
  color: #fff;
  font-weight: bold;
  padding: 3px 0;
  margin-bottom: 5px;
}

.section_info .inner .box_b{
	width: 560px;
	float: right;
}


.section_info .inner .box_b iframe {
  border: 3px solid #c28c00 !important;
  width:560px; 
  height:330px;
}

.section_info .place{
  margin:20px auto 10px;
  font-size:12px;
}

.section_info .adress{
  margin:20px auto 10px;
  font-size:12px;
}

.section_info .time{
  margin-top:10px;
  font-size:12px;
}



/* section_fixed
----------------------------------------*/
.section_fixed {
  position: fixed;
  top: 0;
  right: 0px;
  width: 205px;
  height: 202px;
  background: url(../images/bg_cv.png) no-repeat;
  text-align: center;
  z-index: 11;
}

.section_fixed a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  font-weight: bold;
}

.section_fixed a:hover {
  opacity: .8;
}

.section_fixed .date_txt {
  font-size: 18px;
  margin: 7px 0 1px 17px;
}

.section_fixed .remain .date {
  font-size: 23px;
  line-height: 1em;
  margin: 0px 0 0 15px;
  color: #EC8B81;
}

.section_fixed .remain .date .day {
  font-size: 30px;
}

.section_fixed .remain .time {
  font-size: 19px;
  color: #fff;
  margin: 1px 0 43px 16px;

}
.section_fixed .remain .group{
  color: #FFF;
  font-size: 20px;
  margin: -4px 0 0 16px;
  }
  
/*
.section_plan{
    padding: 70px 0;
}

.section_plan h2 {
    text-align: center;
}
.section_plan .plan_list {
    margin: 0 auto;
    width: 1000px;
    background: #FFF;
    padding: 20px 0;
      box-sizing: border-box;
}

.section_plan table {
    width: 100%;
    margin: 0 auto;
}

.section_plan th {
    background: #4F3914;
    color: #FFF;
    text-align: center;
    padding: 7px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 18px;
}

.section_plan th, .section_plan td {
    display: block;
}

.section_plan td .caution li:before {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 15px;
    background: #131313;
    position: absolute;
    top: 16px;
    left: 0px;
}

*/
/*# sourceMappingURL=skin.css.map */
