@charset "UTF-8";
/* CSS Document */

/*
Theme Name: Riche theme
Description:theme for Riche
Theme URI: テーマの URL
Author: 作った人の名前
Author URI: 作った人の URL
Version: バージョン
License: ライセンス
License URI: ライセンスの URL
*/

#navbar-header.navbar-brand a{
	font-size : 15px;
}


.navbar-inverse .navbar-toggler-icon { 
    background-image: none; /*デフォルトのアイコンを削除*/ 
} 
.navbar-inverse .navbar-toggler-icon:before{ 
    color:#fff; /*アイコンの色*/ 
    position: absolute; 
    content:'\f0c9'; /*fontawesomeのunicode*/ 
    font-family: FontAwesome; 
    top: 7px; /*アイコン、好みに応じて適宜調整*/ 
    left: 8px; /*アイコン、好みに応じて適宜調整*/ 
} 
  
/* 
カスタムメニュー 
*/ 
#menu-nav{ 
    margin-right: auto !important; 
} 
#menu-nav li{ 
    display: inline-block; 
    font-size: 14px; 
	z-index: 1000;
} 
#menu-nav li a{ 
    display: block; 
    padding: 1rem 0.5rem; 
    color: #333; 
} 
#menu-nav li a:hover, 
#menu-nav li a:focus{ 
    text-decoration: none; 
} 
.menu-item-has-children{ 
    position: relative; 
} 
.menu-item-has-children a:after{ 
    content: "\f0d7"; 
    font-family: FontAwesome; 
    margin: 0 0 0 5px; 
} 
.sub-menu { 
    display: none; 
    position: absolute; 
    background: #ddd; 
    width: 100%;
} 
.sub-menu li{
    width: 100%;
    display: block; 
} 

.sub-menu li a:hover{ 
    background: #eee; 
	
} 
.sub-menu li a:after{ 
    content: none; 
} 

p, panel-group p, .profile p {
	line-height: 1.6!important;
}

@media screen and (max-width: 768px){ 
#menu-nav{ 
    margin: 10px 0 0 0; 
} 
#menu-nav li{ 
    display: block; 
} 
#menu-nav li a{ 
    padding: 1rem; 
} 
.sub-menu { 
    position: static; 
} 
.sub-menu li a:before{ 
    content: "－"; 
    margin: 0 5px 0 0; 
} 
} 


#description  {
	margin: 20px 0 5px 0!important;
	vertical-align: bottom;
}

#breadcrumbs {
margin: 30px 0 25px 10px;
max-width: 1040px;
position: relative;
}



h1 {
	font-size: 1.8rem;
}

.program h4{
	margin: 15px auto;
}

p, panel-group p, .profile p {
	line-height: 1.9!important;
}


.logo{
	margin: 10px auto;
	
}
.head-container {
	background-color: #FBC6C6;
}
#navbar-pink {
	border-radius: 0;
	border-bottom: 5px solid #333;
}

#navbar-pink ul li.acrive-parent>a,  /* 追加した指定 */

#navbar-pink ul li.current-post-ancestor a {
  background-color: #555;
  color: #FFF;
}



/* 初期状態でサブメニューを非表示にしておく */
.sub-menu {
  display: none;
}

/* 子を持つ親メニューにマウスオーバーしたとき、サブメニューを表示する */
.menu-item-has-children:hover .sub-menu {
  display: block;
}

.menu {
  text-align: center;
}

/* 親メニューをinline-blockにしてセンターに配置 */
.menu > .menu-item {
  display: inline-block;
  padding: .5em .3em;
}

/* リストの記号を消去 */
.menu-item {
  list-style-type: none;
}

/* サブメニューをabsoluteにするため、親メニューをrelativeに */
.menu-item-has-children {
  position: relative;
}

/* 親メニューにマウスオーバーしたときにカーソルを変更 */
.menu-item-has-children:hover {
  cursor: pointer;
}

/* 子を持つ親メニューにマウスオーバーしたときサブメニューを表示 */
.menu-item-has-children:hover .sub-menu {
  display: block;
}

/* サブメニューをabsoluteにして親メニューの下に配置。スタイルは適宜調整してください */
.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background: white;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  padding: 0;
  z-index: 1000;
	
}

/* サブメニューの境目をわかりやすくするため、一番下の項目以外下線を引いた */
.sub-menu > .menu-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}

/* サブニューのリンクタグをmenu-itemの大きさと合わせ、クリックしやすいようにした */
.sub-menu > .menu-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0.5em;
 text-decoration: none;
	color: #555;
}

/* サブメニューにマウスオーバーしたときリンクの背景色とテキストカラーを変更 */
.sub-menu > .menu-item a:hover {
  background: black;
  color: white;

}



.btn-a  {
	color: #333;
}

.pfl-border {
	border-color: #A98F37;
}


/* SNSヘッダー */
.follow-me {
	list-style: none;
}
.follow-me li a::before{
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 14px;
  height: 25px; /* Button height */
  line-height: 25px; /* Button height */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  width: 25px; /* Button width */
}

.follow-me li a[href*="facebook.com"]::before       { border-color: #3b5998; color: #3b5998; content: "\f09a"; }
.follow-me li a[href*="twitter.com"]::before        { border-color: #55acee; color: #55acee; content: "\f099"; }
.follow-me li a:hover::before {
  color: #fff;
}
.follow-me li a[href*="facebook.com"]:hover::before       { background-color: #3b5998; }
.follow-me li a[href*="twitter.com"]:hover::before        { background-color: #55acee; }

/* SNSヘッダー */


/* SNSフッター */
.follow-me-f ul {
	display: block;
	margin: 0 auto;
}
.follow-me-f {
	list-style: none;
	display: block;
}
.follow-me-f li {
	margin: 15px 15px 5px 5px;
}
.follow-me-f li a::before{
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 14px;
  height: 25px; /* Button height */
  line-height: 25px; /* Button height */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  width: 25px; /* Button width */
}

.follow-me-f li a[href*="facebook.com"]::before       { border-color: #fff; color: #333; content: "\f09a"; }
.follow-me-f li a[href*="twitter.com"]::before        { border-color: #fff; color: #333; content: "\f099"; }
.follow-me-f li a:hover::before {
  color: #fff;
}
.follow-me-f li a[href*="facebook.com"]:hover::before       { background-color: #3b5998; }
.follow-me-f li a[href*="twitter.com"]:hover::before        { background-color: #55acee; }

/* SNSフッター */



.profile {
	margin: 10px auto;
}


.title-jp{
	text-align: center;
	font-weight: bold;
	color: #A98F37;
	margin: 20px auto 10px auto;
}
h2.title-jp {
	font-size: 1.8rem!important;
}
.content-title{
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 21px;
	font-weight: bold;
	font-style: italic;
	color: #A98F37;
	margin: 20px auto 10px auto;
}


.program ul{
	width: 100%; max-width: 980px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

.program ul li{
	width: 28%;
	list-style: none;
	background: #fff;
	float: left;
	margin: 5px 15px 15px 10px;
	border: 1px solid #888585;
	color: #404040;
	font-size: 0.9em;
}
.program ul li {

	padding: 0 15px 10px 15px;
}

.cp_link::after {
   font-family:"FontAwesome";
   content:"\f138";
}

.program-txt{
	padding: 10px 0 0 10px;
}
	
.cp_link {
	width: 100%;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	margin: 10px auto;
	padding: 0.3em;
	transition: .3s;
	transform: scale(1);
	color: #A98F37;
}
.cp_link:hover {
	transform: scale(1.05);
}
 
.btn01{
	width: 300px;
	display: block;
	background: #A98F37;
	height: 40px;
	line-height: 3rem;
	margin: 50px auto;
	padding: 5px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}

.btn02{
	width: 250px;
	display: block;
	background: #ED3E3E;
	height: 40px;
	line-height: 3rem;
	margin: 50px auto;
	padding: 5px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}

.btn01 a, .btn02 a, .btn01 a:hover, .btn02 a:hover{
	color: #fff;
}

#aco-header,#aco-header2{
	background-color: #A98F37;
	border: none;
	color: #fff;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #A98F37;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
	background-color: #fff;
}

.m-10{
	margin: 10px auto;
}

.m-20 {
	margin: 20px auto;
}

#list-btn a {
	padding: 12px 15px;
}
#list-btn li a:focus,
#list-btn li.active a, #list-btn>li.active>a:focus, #list-btn>li.active>a:hover,#list-btn>li.active>a:visited{
		
	background-color: #FAEBB8;
}
#list-btn li a:hover, #list-btn li a:active,#list-btn>li.active>a:active
  { 
	color: #fff;
	background-color: #A98F37;
}
#list-btn li{
	display: block;
	background: #fff;
	line-height: 2.5rem;
	width: 25%;
	margin: 15px;
	overflow: hidden;
	text-align: center;
	color: #A98F37;
	border : 1px solid #a98f37;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#list-btn a{
	color: #A98F37;
}

.btn-a  {
	color: #333;
}
.cource-table{
	width: 100%;
	font-size: 1.2rem;
	padding: 5px;
	margin: 10px;
}
.cource-table th{
	background-color: #F7F5F5;
}

.cource-table th,tr,td {
	padding: 10px;
}
.cource-table tr {
	width: 60%;
}
.cource-table td{
	width: 80%;
	padding: 10px;
}

.input-riche-addon {
	background-color: #777!important;
	border: 1px solid #777!important;
}

#page-Top {
  position: fixed!important;
  bottom: 20px!important;
  right: 20px!important;
}

#page-Top i {
  padding-top: 6px
}

#page-Top a {
  display: block;
  z-index: 999;
  padding: 5px 0 0 1px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #FBC6C6;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
} 
#page-Top a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.contact p {
	    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

/***** コンタクトフォーム *****/
.table-contactform7{
	overflow: hidden;
  table-layout: fixed;
  }
   
  .required-contactform7{
	padding: 5px;
	background: #DE8686;
	color: #fff;
	border-radius: 3px;
	margin-right: 3px;
  }
   
  .unrequired-contactform7{
	padding: 5px;
	background: #BDBDBD;
	color: #fff;
	border-radius: 3px;
	margin-right: 3px;
  }
   
  .table-contactform7 th{
	font-weight:bold;
  }
   
  .table-contactform7 input,
  .table-contactform7 textarea{
	max-width: 90% !important;
	margin: 5px 10px 10px 5px;
  }
   
  .address-100 input{
	max-width: 90% !important;
	margin: 5px 10px 10px 5px;
  }
   
  .message-100 textarea{
	width: 100%;
	margin: 5px 10px 10px 5px;
  }
  /* 送信ボタン */
.wpcf7 input[type="submit"], .wpcf7 input[type="confirm"], .wpcf7 input[type="button"] {
	width: 250px; /* ボタンの幅 */
	font-size: 14px; /* フォントの大きさ */
	text-align: center; /* 位置を中央に */
	text-decoration:none; /* 文字の下線は消す */
	color: #ffffff; /* 文字色 */
	background: #ED3E3E; /* ボタンの背景色 */
	padding: 10px 40px; /* ボタンの余白 */
	border-radius: 5px; /* ボタンの角を丸く */
	border: 0; /* ボタンの枠線を消す */
	border-bottom : 1px solid #757575 ; /* 下部にだけ1pxの線を引く */
	}

	.wpcf7 input[type="button"] {
		width: 250px; /* ボタンの幅 */
		font-size: 14px; /* フォントの大きさ */
		text-align: center; /* 位置を中央に */
		text-decoration:none; /* 文字の下線は消す */
		color: #ffffff; /* 文字色 */
		background: #444; /* ボタンの背景色 */
		padding: 10px 40px; /* ボタンの余白 */
		border-radius: 5px; /* ボタンの角を丸く */
		border: 0; /* ボタンの枠線を消す */
		border-bottom : 1px solid #757575 ; /* 下部にだけ1pxの線を引く */
		margin: 0 0 0 -20px!important;
		}
	.wpcf7 input[type="submit"]:hover, .wpcf7 input[type="confirm"]:hover, .wpcf7 input[type="button"]:hover {
	opacity: 0.5; /* マウスオンで半透明にする */
	}

	.center {
		text-align: center;
	}
   
  @media screen and (min-width: 900px){
	.table-contactform7 th{
	  width:28%;
	}
	  }

	   
  @media screen and (max-width: 900px){
  .table-contactform7{
	display:block;
  }     
		 
	.table-contactform7 tbody,
	.table-contactform7 tr{
	  display: block;
	  width: 100%;
	}
	.table-contactform7 th{
	width:100%;
	display:block;
	margin: 0 auto;
	border:none;
  }
  .table-contactform7 td{
	display: list-item;
	list-style-type:none;
	margin:0;
	padding:0;
	width: 100%;
	border-top: none !important;
  }

  }

  h1 {
	  font-size: 1.8rem!important;
  }


@media screen and (min-width:1024px) {
	#top img {
		float: left;
		display: block;
	}
	
	h1 {
		font-size: 2.2rem!important;
		line-height: 2em!important;
		margin-top: 40px!important;
	}
 .program li{
	width: 42%;
	height: 280px;
	list-style: none;
	background: #fff;
	float: left;
	margin: 5px 15px 15px 10px;
	border: 1px solid #888585;
	color: #404040;
	font-size: 0.9em;
}
	.program ul li p{

	padding: 0 15px 10px 15px;
}
	
	.footer{
		font-weight: normal;
		background-color: #101010;
		color: #fff;
	}
    
	.footer a {
		color: #fff;
	}
	
		
	}
@media screen and (min-width:768px) and (max-width:1023px){
	
		h1 {
		font-size: 1.8rem!important;
		line-height: 1.8rem!important;
		margin-top: 40px!important;

	}
	
		/* プログラム一覧 */
.program{
	width: 100%; max-width: 1200px;
	margin: 0 auto;

}

.program ul{
	width: 100%; max-width: 980px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

.program ul li{
	width: 65%;
	list-style: none;
	background: #fff;
	float: left;
	margin: 5px 15px 15px 10px;
	border: 1px solid #888585;
	color: #404040;
	font-size: 0.9em;
}
.program ul li p{

	padding: 0 15px 10px 15px;
}

.cp_link::after {
   font-family:"FontAwesome";
   content:"\f138";
}
	
.cp_link {
	width: 100%;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	margin: 10px auto;
	padding: 0.3em;
	transition: .3s;
	transform: scale(1);
	color: #A98F37;
}
.cp_link:hover {
	transform: scale(1.05);
}
 
.btn01{
	width: 300px;
	display: block;
	background: #A98F37;
	height: 40px;
	line-height: 2.5rem;
	margin: 50px auto;
	padding: 5px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.btn02{
	width: 250px;
	display: block;
	background: #ED3E3E;
	height: 40px;
	line-height: 2.5rem;
	margin: 50px auto;
	padding: 5px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}	

}

@media screen and (max-width:600px) {
   h1 {
		font-size: 2.6rem!important;
		line-height: 1.2em!important;
		margin: 20px 10px 10px 10px!important;
	}
	
	.pofile  {
		margin-top: 10px;
	}
	
 /* プログラム一覧 */
.program ul{
	width: 100%; 
	margin: 0 auto;
	display: block;
	overflow: hidden;

}


.program ul li{
	width: 46%;
	height: 180px;
	list-style: none;
	background: #fff;
	margin: 10px 10px 10px 0;
	padding: 10px;
	border: 1px solid #888585;
	color: #404040;
	
}

.program ul li h4 {
	font-size: 0.8em;
}


.cp_link::after {
   font-family:"FontAwesome";
   content:"\f138";
}
	
.cp_link {
	width: 100%;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	margin: 10px auto;
	padding: 0.3em;
	transition: .3s;
	transform: scale(1);
	color: #A98F37;
}
.cp_link:hover {
	transform: scale(1.05);
}
	.profile img{
    width: 60%;
    margin: 15px auto;
	display: block;
	overflow: hidden;
}

#list-btn li{
	display: block;
	background: #fff;
	line-height: 2.5rem;
	width: 100%;
	margin: 15px;
	overflow: hidden;
	text-align: center;
	color: #A98F37;
	border : 1px solid #a98f37;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#list-btn li{
	display: block;
	background: #fff;
	line-height: 2.5rem;
	width: 80%;
	margin: 0 10px 10px 30px;
	overflow: hidden;
	text-align: center;
	color: #A98F37;
	border : 1px solid #a98f37;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}
}