@charset "utf-8";
/*************** 共通 *********************/
.maintext-o .i-t {
	color: #ff9900;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
	clear: both;
}
.maintext-o .rightlist {
	list-style-type: none;
	margin-top: 40px;
	clear: both;
}
.maintext-o .rightlist li {
	width: 300px;
	height: 29px;
	margin-left: 10px;
	margin-bottom: 50px;
	float: left;
	background-image: url(../h-related/img/rihtlistback.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 11px;
	font-weight: bold;
	font-size: 0.95em;
}
.maintext-o .rightlist li:nth-child(2n+1) {
	margin-left: 0;
}
#c-right .maintext-o .margin0 {
	margin-top: 0px;
}
/*************** 概要テーブル *********************/
#about {
	width: 650px;
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 10px;
}

#about tbody {
	border-color: inherit;
}

#about tbody th {
    width: 70px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    vertical-align: top;
    text-align: center;
}
#about tbody td {
	padding-left: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 5px;
	vertical-align: top;
}
td .wide100 {
	width: 100px;
}
td .wide450 {
	width: 450px;
}
table {
   border-collapse: collapse;
   border-style: solid;/* 線種 */
   border-width: 1px; /* 線の太さ */
   border-color: #ccc /* 線色 */
  }
table th, table td {
   border-style: solid;/* 線種 */
   border-width: 1px; /* 線の太さ */
   border-color: #ccc /* 線色 */
}
/*************** タイムテーブル *********************/
.timetable {
	border-collapse: collapse;
	margin-bottom: 10px;
}
.timetable tr th {
	padding-left: 5px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 5px;
	font-weight: normal;
	text-align: left;
}
.timetable tr td {
	padding-left: 20px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 5px;	
}
/*************** フローチャート *********************/
#c-right .maintext-o .flowchart1 {
	width: 648px;
	clear: both;
	text-align: center;
	border: 1px solid #FD9500;
	margin-top: 5px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
#c-right .maintext-o .flowcol {
	width: 648px;
	border: 1px solid #53A44C;
	padding-top: 15px;
	padding-bottom: 15px;
}
#c-right .maintext-o .flowcol2 {
	width: 648px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.maintext-o .flowcol .flowchart2 {
	width: 300px;
	float: left;
	height: 30px;
	border: 1px solid #FD9500;
	margin-left: 16px;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
}
.maintext-o .flowcol1 .flowchart2 {
	width: 300px;
	float: left;
	border: 1px solid #FD9500;
	margin-left: 16px;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
#c-right .maintext-o .flowchart3 {
	width: 300px;
	height: 30px;
	clear: both;
	text-align: center;
	border: 1px solid #FD9500;
	font-weight: bold;
	padding-top: 10px;
	margin-left: 16px;
}
#source-peony {
	width: 420px;
	height: 270px;
	background-image: url(../peony/img/peonyback.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	padding-top: 30px;
	font-size: 1.1em;
	line-height: 2.5em;
	float: left;
	margin-left: 20px;
	margin-bottom: 30px;
	text-align: center;
}
/*************** ピオニープログラム *********************/
#program {
	width: 650px;
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 0.8em;
}
#program tr th {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
	background-color: #F1F1F1;
	text-align: center;
	font-size: 1.2em;
}
#program tr td {
	border-bottom: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
	padding-left: 5px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 5px;
	text-align: center;
}
#program tr td .p1 {
	border-right: 1px dotted #CCCCCC;
}
/*************** ピオニープログラム内容 *********************/
#p-content{
	width: 650px;
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 0.9em;
}
#p-content tr th {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
	background-color: #F1F1F1;
	text-align: center;
}
#p-content tr td {
	border-bottom: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
	padding-left: 5px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 5px;
	text-align: center;
}
/*************** オレンジテーブル *********************/
#orange {
	width: 650px;
	border-top: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	border-collapse: collapse;
	margin-top: 15px;
	margin-bottom: 15px;
}

#orange tbody {
	vertical-align: middle;
	border-color: inherit;
}

#orange tbody tr th {
	width: 40px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
	text-align: center;
}
#orange tbody tr td {
	border-bottom: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
	padding-left: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
/*************** サンビレッジテーブル *********************/
#s-usetable {
    width: 650px;
    margin-top: 20px;
}
#s-usetable tbody {
	vertical-align: middle;
	border-color: inherit;
}
#s-usetable tbody tr th {
    width: 80px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px dotted #CCCCCC;
    text-align: center;
    vertical-align: top;
}
#s-usetable tbody tr td {
	border-bottom: 1px dotted #CCCCCC;
	padding-left: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
/*************** bread list *********************/
#bread {
	list-style-type: none;
}
#bread li {
	width: 210px;
	margin-left: 10px;
	float: left;
	margin-top: 10px;
}
#bread li:nth-child(3n+1) {
	margin-left: 0;
}
.line-h2 {
	line-height: 2.5em;
}
.maintext-o div #p-poster {
	width: 200px;
	height: 300px;
	float: left;
	margin-top: 20px;
	margin-bottom: 30px;
}
#program .p1 {
	border-right: 1px solid #53A44C;
}

/*mental 
----------------------------------------------------------*/
li {
    padding-left: 0px;
}

ol {
	padding-left: 25px;
}

/*peoney slider
----------------------------------------------------------*/

ul li {
    list-style: none;
/*    padding-left: 1em;*/
    text-indent: 0.2em;
}

/*slider bxSlider
-----------------------------------------------------------*/

.slideFrame {
	width: 650px;
	border: none;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.slideFrame .bx-wrapper {
	width: 650px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#c-right .maintext-o .textphoto {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}
.maintext-o .textphoto .text {
	float: left;
	width: 350px;
}
.maintext-o .textphoto .photo {
	float: left;
	width: 280px;
	margin-left: 20px;
}
#c-right .maintext-o .o-dl {
}
.maintext-o .o-dl dt {
	width: 150px;
	float: left;
}
.maintext-o .o-dl dd {
	float: left;
	width: 500px;
}
.tw65 {
	width: 65px;
}
.t-t {
	text-align: left;
	width: 120px;
}

/*フォームボタン
-----------------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}


.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn--radius {
   border-radius: 100vh;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

.button01 {
  background-color: #eb6100;
  color: #fff;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1em;
}
.button01:hover {
  color: #fff;
  opacity: 0.8;
}

