f@charset "utf-8";
/*
 * ns-plan-custum.css
 * for experience-plan pages.
 */
/************************************/
/* テーマのページ設定のカスタマイズ */
/************************************/
#page #content .container, 
#page #primary {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
}
.page-wrap {
  padding-top: 0;
}  
.single .entry-header, .page .entry-header {
  display: none;
}
.page .entry-header {
  margin-bottom: 0;
}


/**************/
/* ページ設定 */
/**************/

/* テスト時にボーダーを入れる */
.tk-border {
  border: 1px #ccc solid;
}  

/* 携帯端末で改行を入れる */
br.tk-mb-kaigyo {
  display: none;
}

/* 揃え */
.tk-center {
  text-align: center;
}
.tk-left {
  text-align: left;
}
.tk-right {
  text-align: right;
}  

/* トップ画像 */
.tk-plan-top-img {
  margin-bottom: 20px;
}

/* ページコンテナ */
.tk-plan-cntnr {
  width: 80%;
  margin: 0 auto;
/*  border: 1px solid #000; */
}

/* メニュー */
.tk-menu-planmenu-container {
  width: 100%;
}

#menu-planmenu { /* ul */
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
  content-justify: space-between;
}
#menu-planmenu li {
  box-sizing: border-box;
  border: 1px solid #41210c;
  border-radius: 5px;
  background-color: #e9ddc1;
  color: #41210c;
  flex: 1 1 25%;
  text-align: center;
  padding: 3px;
  margin: 3px 5px;
}
#menu-planmenu li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}  
#menu-planmenu li a:link, 
#menu-planmenu li a:visited {
  color: #41210c;
}
#menu-planmenu li .active a:link, 
#menu-planmenu li .active a:visited {
  color: #fff;
}  

#menu-planmenu li a:hover {
  opacity: 0.5;
  background-color: #e9ddc1;
}  
#menu-planmenu li .active {
  color: #f00;
  background-color: #000;
}  

/* お問い合わせボタン */
.tk-plan-inq-btn-cntnr {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
}
.tk-plan-inq-btn {
  border: 2px solid #e29e98;
  background-color: inherit!important;
}  
  
.tk-plan-inq-btn a {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 130%;
  text-decoration: none;
  letter-spacing: 0.2em;
}
.tk-plan-inq-btn a:link,
.tk-plan-inq-btn a:visited {
  color: #e29e98;
}  

/* タイトル */
.tk-plan-title {
  width: 50%;
  font-size: 150%;
  text-align: center;
  margin: 30px auto;
  padding: 10px 0;
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
}

/* キャッチコピー */
.tk-plan-catch-copy {
  color: #152a64;
  text-align: center;
  font-size: 130%;
  letter-spacing: 0.2em;
  line-height: 2.0;
  margin-bottom: 20px;
}

.tk-plan-desc {
  font-size: 110%;
  text-align: center;
}


/* ボックス */

.tk-plan-box-cntnr {
  display: flex;
  margin-bottom: 30px;
  justify-content: space-around;
  flex-flow: row wrap;
}  

.tk-plan-box {
/*  flex: 0 0 auto; */
  letter-spacing: 0.1em;
  line-height: 2.0;
  align-self: center;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 10px;
}

.tk-plan-box img {
}

.tk-border {
  border: none;
}  

/******************/
/* メディアクエリ */
/******************/
@media only screen and (max-width: 767px) {
  .tk-plan-title {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  .tk-plan-cntnr {
    width: 90%;
  }
  .tk-mb-kaigyo {
    display: inline;
  }
  .tk-plan-desc {
    text-align: left;
    font-size: 100%;
  }
  .tk-plan-desc br {
    display: none;
  }
  .tk-plan-title {
    width: 90%;
  }
} 



  