.pc { display: none !important; }
.sp { display: inherit !important; }

body {
    font-size: 3.2vw;
}
h5 {
        font-size: 4vw;
}
/*ヘッダー*/
.model_course_header {
    top: 0;
    position: fixed;
    z-index: 10;
    width: 100%;
}
.model_course_header > a.header_logo {
    width: 60%;
}
.model_course_navi_menu {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
  top:-120%;
    left:0;
  width:100%;
    height: 100vh;/*ナビの高さ*/
  /*background:#b8d66f;*/
  background:#6fab63;
    /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
.model_course_navi_menu.panelactive{
    top: 0;
}
/*ナビゲーション*/
.model_course_header ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 80%;
    font-weight: bold;
    font-size: 5vw;
    display: block;
}
.model_course_header ul > li:after {
    content: none;
}
.model_course_navi_menu .header_logo {
    bottom: 20px;
    display: block;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}


/*ボタン用*/
.model_course_menu_btn{
  position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
  top:5px;
  right: 0;
  cursor: pointer;
    width: 50px;
    height:50px;
}
  
/*×に変化*/  
.model_course_menu_btn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background-color: #644700;
    width: 45%;
  }

.model_course_menu_btn span:nth-of-type(1) {
  top:15px; 
}

.model_course_menu_btn span:nth-of-type(2) {
  top:23px;
}
.model_course_menu_btn span:nth-of-type(3) {
  top:31px;
}
.model_course_menu_btn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}
.model_course_menu_btn.active span:nth-of-type(2) {
  opacity: 0;
}
.model_course_menu_btn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
/*パンくずリスト*/
.pankuzu_list {
    margin-top: 130px;
    font-size: 0.6rem;
}
.pankuzu_list ul > li {
    padding-right: 1.1rem;
}
.pankuzu_list ul > li:after {
    right: 0.3rem;
}
/*モデルコース*/
.model_course_base_contents {
    display: block;
    padding: 0px 10px 30px 10px;
}
/*モデルコースサイドリンク*/
.model_course_side_link_contents {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    width: 100%;
    position: fixed;
    top: 70px;
    right: 0;
    height: 60px;
    transition: .5s;
}
.model_course_side_link_contents.hide {
        transform:translateY(-150%);
}
.model_course_side_link_block {
    margin-right: 10px;
}
.model_course_side_link {
    width: 60px;
    height: 60px;
    background-size: auto 75%;
}
/*モデルコース1日の流れ*/
.model_course_detail_contents {
    width: 100%;
}
.model_course_detail_contents > h3 {
    margin-bottom: 20px;
}








/** コース内容新レイアウト *****************************************************/
ul.block_daily > li.icon,
ul.block_daily > li.node.checkpoint_workation
{
    display: none;
}
ul.block_daily > li.tag
{
    justify-content: flex-start;
    margin: 10px 0; 
    padding-left: 10%;
    width: 100%;
}
ul.block_daily > li.tag > span
{
    margin: 0 0 0 2%;
    width: 43%;
}
ul.block_daily > li.node
{
    width: 10%;
}
ul.block_daily > li.node > span
{
    display: none;
}
ul.block_daily > li.text
{
    width: 90%;
}
ul.block_daily > li.text.workation div
{
    display: none;
}
ul.block_daily > li.image
{
    text-align: right;
    width: 100%;
}
ul.block_daily > li.icon img,
ul.block_daily > li.image img
{
    width: 90%;
}





/*.model_course_detail_block {
    margin-bottom:20px;
}*/
/*モデルコース内容*/
.course_main_block {
    flex-flow: column-reverse;
}
.course_main_block > div {
    width: 100%;
}
div.course_main_img {
   margin-bottom: 20px; 
}
div.corresponding > div {
    margin-bottom: 10px;
}
div.corresponding > div:nth-child(1) {
    min-width: 165px;
}
/*体験*/
div.category_play {
    width: 100%;
    margin-bottom: 10px;
}
/*コース詳細*/
.stay_contents > ul > li {
    display: block;
}
.stay_course_detail {
    flex-flow: column;
}
.stay_main_contents {
    width: 100%;
    margin: 0;
}
.stay_course_img,
.stay_course_text {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
}
/*work or Vocation*/
.work_vocation {
    width: 100%;
}
.work_vocation_title > div.work_spot {
    width: 50%;
}
/*ワークスポット*/
body.model_course a.work_img {
  background-size: 100% auto;
  margin: 0;
}
/*おすすめコンテンツ*/
.recommendation_block {
    width: 100%;
    margin-right: 0;
}
.recommendation_block > a {
    background-size: 100% auto;
}

/*おすすめスポット一覧　*/
.recommendation_category_list ul {
    display: block;
}
/*おすすめコンテンツ詳細*/
.modal__content{
    width: 90%;
}
/*フッター*/
.model_course_footer {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
}
.model_course_footer:after {
    content: none;
}
.model_course_footer > div {
    font-size: 0.8em;
    margin-bottom: 5px;
}
.model_course_footer ul {
    box-sizing: border-box;
    padding: 5px 0;
/*    justify-content: flex-end;*/
    width: 100%;
}