@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    0.0.5
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/*コンタクトフォーム　reCAPTCHAのマーク位置変更*/
.grecaptcha-badge {
  bottom: 80px !important;
}
input[type='submit'],
#bbp_reply_submit,
.bp-login-widget-register-link a {
  background-color: #f3f4f5;
  font-size: 19px;
}
/*特定ページの投稿日・更新日を消す場合*/
.page-id-1540 .date-tags,
.page-id-1544 .date-tags{
    display: none;
}
.page-id-1540 .entry-content,
.page-id-1544 .entry-content{
    margin-top: 2em;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
  /*フッターお問い合わせ・プライバシーポリシー*/
	.navi-footer-in > .menu-footer li.menu-item{
		border:inherit;
	}
	.navi-footer-in > .menu-footer li.menu-item{
		border-right: 1px solid #ccc;
	}
	.navi-footer-in > .menu-footer li.menu-item:last-child{
		border-right: none;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/*357px以上*/	
@media screen and (max-width: 480px){	
.bus-btn{	
width:100%;	
}	
}	

/************************************
** アプリーチ用
************************************/

.appreach{
  text-align: left;
  padding: 25px;
  margin:20px;
  border-radius:2px;
  overflow: hidden;
  box-shadow:0px 2px 5px 1px #e5e5e5;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach img,
.appreach p {
  margin: 0;
  padding:0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
p.appreach__name {
  font-size: 16px;
  color:#555;
  padding-bottom:10px;
  font-weight:bold;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
  color:#888;
}
.appreach__info a{
  color:#aaa;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 15px;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}
@media only screen and (max-width: 786px){
.appreach{
  margin:20px 0;}
.appreach__info {
  font-size: 11px !important;}
p.appreach__name {
  font-size: 15px;}
}

/************************************
** バス時刻表用
************************************/
.bus-btn{
    color:#FFF;
    font-weight: bold;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    line-height: 1.3;
    padding: 10px 40px 10px 10px;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    border: 2px solid transparent;
    position: relative;
    margin-bottom: 20px;
}
.bus-btn:after{
    content: "\f105";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.6em;
    font-size: 30px;
    font-family: FontAwesome;
    margin-right: 12px;
}
.bus a:hover {
    color:#FFF;
    transition: all 0.5s ease;
    opacity:.8;
}
.btn-city{
    background-color: #2196f3;
}
.btn-keihan{
    background-color: #ff0000;
}
.btn-kyoto{
    background-color: #8b0000;
}
.bus-jr{
    background-color: #003399;
}
.bus-btn-color{
    color:#FFF;
    font-weight: bold;
    border-radius: 4px;
    display: inline-block;
    line-height: 1.3;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    border: 2px solid transparent;
    letter-spacing: 1px;
}
.btn-jyunkan{
    background-color: #FF6633;
}
.btn-tankai{
    background-color: #FF8C00;
}
.btn-takukan{
    color:#222;
    border:1px solid #222;
}

.black{
    color:#222;
}
.btn-exp{
    color:#FF0000;
    font-weight: bold;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    line-height: 1.3;
    padding: 10px 40px 10px 10px;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    border:1px solid #222;
    position: relative;
    margin-bottom: 20px;
}
.btn-exp:after{
    content: "\f105";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.6em;
    font-size: 30px;
    font-family: FontAwesome;
    margin-right: 12px;
    color:#222;
}
.exp {
   color:#FF0000;
}
.exp_01 {
   color:#FF0000;
    border:1px solid #222;
}
.mb0 {
    margin-bottom:0;
}
.link a:hover {
        color: #e53900;
}
@media screen and (max-width: 480px){
.bus-btn,.btn-exp {
width:100%;
}
}


/************************************
** タイトルのマージン追加
************************************/
.article h2, .article h3, .article h4, .article h5, .article h6 {
    margin-top: 3em;
}