.pc { display: inherit; }
.sp { display: none; }
* {
    padding: 0;
    margin: 0;
}
body {
  margin:0;
  padding:0;
  font-size: 16px;
  font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  color: #644700;
}
img {
    width: 100%;
}
body.model_course {
    background: #fff;
}
a {
    color: #644700;
    text-decoration: none;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
    
}
h5 {
    font-size: 1.1rem;
}
/*ヘッダーメニュー*/
.model_course_header {
    align-items: center;
    /*background: #b8d66f;*/
    background: #6fab63;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .18);
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
}
.model_course_header > a.header_logo {
    display: block;
    width: 73px;
    height: 50px;
    background-image: url('../img/workation_title_logo_20220210.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}
.model_course_header ul {
    display: flex;
    font-size: 0.8rem;
}
.model_course_header ul > li {
    margin: 0;
    padding-right: 1.4rem;
    position: relative;
}
.model_course_header ul > li:after {
    position: absolute;
    content: "｜";
   font-weight: 500;
   right: 0.3rem;
}
.model_course_header ul > li:last-child {
    padding: 0;
}
.model_course_header ul > li:last-child:after  {
  content: none;
}
.model_course_navi_menu .header_logo {
    display: none;
    width: 265px;
    height: 45px;
    background-image: url(img/header_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}
.model_course_header ul > li a {
    color: #fff;
}


/*フッターメニュー*/
.model_course_footer {
    text-shadow:0 0 2px #000;
    z-index: 0;
    background-color: #3b3b3b;
    display: flex;
    color: #fff;
    justify-content: space-between;
    padding: 0 40px 0 10px;
    align-items: center;
    font-size: 0.8rem;
    position: relative;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
}
.model_course_footer:before,
.model_course_footer:after {
    z-index: -1;
    position: absolute;
    content: "";
    height: 100%;
    width: 20%;
    bottom: 0;
    background-image: url(img/footer_back.png);
    opacity: 0.3;
}
.model_course_footer:before {
    left: 0;
}
.model_course_footer:after {
    right: 0;
}
.model_course_footer a {
    color: #fff;
    display: block;
    font-weight: bolder;
}
.model_course_footer > div {
    align-items: center;
    display: flex;
}
.model_course_footer > div img {
    height: 44px;
    margin-right: 5px;
    width: auto;
}
.model_course_footer > div a:hover {
    opacity: 0.8;
}
.model_course_footer ul {
    display: flex;
    width: 30%;
    justify-content: space-around
}
.model_course_footer ul > li {
    margin-left: 10px;
}
.goTop {
    position: fixed;
    bottom: 13px;
    right: 13px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #6fab63;
    box-sizing: border-box;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0.8;
    z-index: 98;
}
.goTop:after{
    content: "";
    position: absolute;
    display: inline-block;
    top: 10px;
    left: 8px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.goTop:hover {
    opacity: 1;
}




/*アイコン画像*/
.footer_link_icon  {
    height: 1.2rem;
    
}
.footer_link_icon img {
    height: 100%;
    width: auto;
}
/*パンくずリスト*/
.pankuzu_list {
   padding: 10px ; 
   font-size: 0.7rem;
}
.pankuzu_list ul {
    align-items: center;
    display: flex;
}
.pankuzu_list ul > li {
    margin: 0;
    padding-right: 2rem;
    position: relative;
}
.pankuzu_list ul > li:after {
    position: absolute;
    content: ">";
    right: 0.6rem;
/*    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);*/
}
.pankuzu_list ul > li:last-child {
    padding: 0;
}
.pankuzu_list ul > li:last-child:after {
    content: none;
}
/*モデルコース*/
.model_course_base_contents {
    display: flex;
    justify-content: space-between;
    padding:40px 10px;
    max-width: 1100px;
    margin: 0 auto;
}
/*モデルコースサイドリンク*/
.model_course_side_link_contents {
    width: 10%;
    margin-right: 3%;
    position: sticky;
    top: 10px;
    height: 0;
    z-index: 5;
}
.model_course_side_link_block {
    text-align: center;
    margin-bottom: 30px;
}
.model_course_side_link {
    position: relative;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    /*background: #dbff83;*/
    background: #6fab63;
    border-radius: 70%;
    background-image:  url(img/model_course_search.png);
    background-repeat: no-repeat;
    /*background-size: auto 70%;*/
    background-position: center;
}
.model_course_side_link:hover,
.modal__content a.recommendation_modal_detail_link:hover,
.recommendation_modal_title .recommendation_close:hover
{
    filter: brightness(90%);
}
.model_course_side_link div {
    width: 100%;
    position: absolute;
    bottom: 10px;
    line-height: 1rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.model_course_side_link span {
    font-size: 0.6rem;
    letter-spacing: -0.1rem;
    display: block;
}
.model_course_side_link.reserve {
    background-image:  url(img/model_course_reserve.png);
/*    background-size: 43% auto;
    background-position: top 13px left 52% ;*/
}
/*モデルコース1日の流れ*/
.model_course_detail_contents {
    width: 87%;
/*    margin: 0px auto;*/
/*    padding:10px;*/
}
.model_course_detail_contents h3 {
/*    font-family: 'Noto Serif JP', serif;*/
    font-size: 2em;
    /*margin-bottom: 50px;*/
    text-align: center;
}
/*モデルコース内容*/
.model_course_detail_block {
    margin: 20px auto 30px;
}
.model_course_detail_block h4 {
    text-align: center;
    width: 100%;
}
.course_main_block {
    display: flex;
    justify-content: space-between;
}
.course_main_block > div {
    width: 40%;
    
}
div.course_main_text {
    width: 58%;
}
.course_main_text > div {
    display: flex;
    justify-content: space-between;
}
.category_list {
    margin-bottom: 10px;
}
.category_season_list {
    align-items: center;
    display: flex;
    justify-content: space-around;
}
.category_season_list .category_season {
    width: 20%;
}
/*地域用カテゴリ*/
.category_area {
    border-radius: 3px;
    background: #91c318;
    color: #fff;
    font-size: 0.9em;
    padding: 4px 5px;
    word-break: keep-all;
}
/*おすすめ用*/
.category_recommendation {
    background: #fff7d9;
    border: 1px solid #644700;
    border-radius: 30px;
    font-size: 0.9em;
    padding: 4px 3%;
}
/*対応場所、季節*/
div.corresponding {
    border: 1px solid #c60;
    box-sizing: border-box;
    display: flex;
    margin-top: 10px;
    width: 70%;
}
div.corresponding > div {
    box-sizing: border-box;
    padding: 2px 5px;
    text-align: center;
}
div.corresponding > div:nth-of-type(1) {
    background: #c60;
    color: #fff;
    flex-grow: 0;
    flex-shrink: 0;
    font-weight: bold;
    width: 24%
} 
div.corresponding > div:nth-of-type(2) {
    width: 76%
}


/*季節用カテゴリ*/
.category_season {
    text-align: center;
    background: #f7e7ee;
    border: 1px solid #644700;
    border-radius: 3px;
    padding: 3px;
    display: none;
}
/*夏*/
.category_season.summer {
    background: #e0f0b9;
}
/*秋*/
.category_season.autumn {
    background: #f7dc9b;
}
/*冬*/
.category_season.winter {
    background: #e1e9f3;
}
.category_season.selected {
    display: block;
}
/*コース詳細*/
.course_detail_block {
    margin-bottom: 30px;
}
.course_detail_contents > h4,
.course_detail_block > h4 {
    background: #644700;
    color: #fff;
    padding: 4px 0;
}
.course_detail_contents > h4 {
    margin: 0;
    margin-bottom: 20px;
}
.course_detail_block > h4 {
    width: 100px;
    margin: 0;
    padding: 10px;
}



/** コース内容新レイアウト *****************************************************/
ul.block_daily
{
    border: 1px solid #644700;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 20px;
}
ul.block_daily > li
{
    box-sizing: border-box;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0;
    padding: 0;
}
ul.block_daily > li.icon
{
    text-align: center;
    width: 3%;
}
ul.block_daily > li.tag
{
    align-items: center;
    align-self: stretch;
    display: flex;
    justify-content: space-around;
    padding-left: 5px;
    width: 15%;
}
ul.block_daily > li.node
{
    display: flex;
    justify-content: center;
    position: relative;
    width: 5%;
}
ul.block_daily > li.text
{
    align-items: center;
    align-self: stretch;
    display: flex;
    width: 47%;
}
ul.block_daily > li.text.label
{
    align-items: flex-start;
}
ul.block_daily > li.text.label img
{
    margin: 4px 10px 0 0;
}
ul.block_daily > li.image
{
    text-align: right;
    width: 30%;
}
ul.block_daily > li.tag > span
{
    align-items: center;
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-size: 0.75em;
    font-weight: bold;
    height: 2.4em;
    justify-content: center;
    line-height: 1;
    padding: 2px;
    text-align: center;
    width: 48%;
}
ul.block_daily > li.tag > span.experience { background-color: #62bacc; }
ul.block_daily > li.tag > span.workspot { background-color: #df93c6; }
ul.block_daily > li.tag > span.stay { background-color: #7f97de; }
ul.block_daily > li.tag > span.workation { background-color: #e7da00; color:#444; width: 96%; }
ul.block_daily > li.node > span
{
    background: #644700;
    display: block;
    height: 100%;
    width: 3px;
}
ul.block_daily > li.node.workation > span
{
    background: #e7da00;
}
ul.block_daily > li.node.goal
{
    align-items: flex-start;
}
ul.block_daily > li.node.start
{
    align-items: flex-end;
}
ul.block_daily > li.node.goal > span,
ul.block_daily > li.node.start > span
{
    height: 50%;
}
ul.block_daily > li.node > span:nth-of-type(2)
{
    height: 50%;
    position: absolute;
}
ul.block_daily > li.node.triangle::after
{
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    content: '';
    height: 0;
    position: absolute;
    top: 50%;
    transform: translateX(10%) translateY(-50%);
    width: 0;
    z-index: 3;
}
ul.block_daily > li.node.checkpoint::before,
ul.block_daily > li.node.checkpoint_workation::before
{
    background: #644700;
    border-radius: 50%;
    content: '';
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    z-index: 2;
}
ul.block_daily > li.node.checkpoint_workation::before
{
    background: #e7da00;
}
ul.block_daily > li.text > div
{
    padding-bottom: 20px;
}
ul.block_daily > li.text h4
{
    font-size: 1.5em;
    font-weight: normal;
    text-align: left;
}
ul.block_daily > li.text a
{
    text-decoration: underline;
}
ul.block_daily > li.text img
{
    flex-grow: 0;
    flex-shrink: 0;
    display: inline;
    height: 1em;
    margin: 0 5px 0 0;
    width: auto;
}
ul.block_daily > li.icon img,
ul.block_daily > li.image img
{
    display: inline;
    width: 90%;
}
/** コース内容新レイアウト *****************************************************/




.stay_contents {
    border: 1px solid #644700;
    padding: 20px;
}
.stay_main_contents {
    box-sizing: border-box;
    /*border-left: 3px solid #644700;*/
    padding: 0 0 10px 20px;
    width: 80%;
}
.stay_contents > ul > li {
    box-sizing: border-box;
    margin: 0;
    display: flex;
    /*margin-bottom: 20px;*/
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 2rem;
    position: relative;
}
.stay_contents > ul > li:before {
    position: absolute;
    content:"";
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    background-position: center;
    background-repeat: no-repeat;
}
.stay_contents > ul > li:last-child {
    margin: 0;
}
/*リンク*/
.stay_contents > ul > li a {
    text-decoration: underline #644700;
}
/*午前午後*/
/*.category_time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 18%;
    padding-left: 2rem;
    font-weight: 500;
    font-size: 1.1rem;
    position: relative;
    margin-right: 20px;
    max-width: 180px;
    white-space: nowrap;
}
/*.category_time .time {
    position: relative;
    padding-left: -1rem;
}
.category_time .time:before {
    content: "・";
}
.category_time > div {
    width: 40%;
}*/
/*夜明け*/
li.time_breaking_dawn:before {
    background-image: url(img/breaking_dawn.png);
    background-size: auto 100%;
}
/*午前*/
li.time_morning:before {
    background-image: url(img/sun.png);
    background-size: auto 100%;
}
/*午後*/
li.time_afternoon:before {
    background-image: url(img/cloud.png);
    background-size:100% auto;
}
/*体験*/
div.category_play {
    background: #10d1c8;
    border-radius: 3px;
    color: #fff;
    font-size: 0.9rem;
    margin-right: 30px;
    padding: 2px;
    text-align: center;
    width: 13%;
}
/*到着用タイトル*/
.stay_contents h5 {
    font-weight: normal;
    line-height: normal;
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
}
h5.arrival_title {
    flex-grow: 0;
    position: relative;
}
h5.arrival_title.vertical_center
{
    align-items: center;
    display: flex;
    height: 100%;
}
h5.arrival_title.checkpoint:before
{
    background: #644700;
    border-radius: 50%;
    content: '';
    height: 20px;
    left: -31px;
    position: absolute;
    width: 20px;
}
h5.arrival_title.checkpoint.start,
h5.arrival_title.checkpoint.goal
{
    font-weight: 900;
}
h5.arrival_title.checkpoint.start:after,
h5.arrival_title.checkpoint.goal:after
{
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    content: '';
    height: 0;
    left: -24px;
    position: absolute;
    top: 5px;
    width: 0;
}
/*車で移動*/
h5.move_by_car,
h5.to_eat
{
    font-weight: normal;
    
}
h5 > a
{
    font-weight: 900;
}
h5.arrival_title.move_by_car,
h5.arrival_title.to_eat
{
    padding-left: 1.8rem;
}
h5.arrival_title.move_by_car:before,
h5.arrival_title.to_eat:before
{
    background-color: initial;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: initial;
    content: '';
    display: block;
    height: 1.8rem;
    left: 0;
    position: absolute;
    width: 1.4rem;
}
h5.arrival_title.move_by_car:before
{
    background-image: url('img/model_course_car.png?20220218');
}
/*食事*/
h5.arrival_title.to_eat:before {
    background-image: url('img/model_course_eat.png');
}
/*コース詳細*/
.stay_course_detail {
/*    margin-top: 10px;*/
    display: flex;
    justify-content: space-between;
/*    align-items: flex-start;*/
}
.stay_course_text {
    font-size: 0.9rem;
    margin-right: 10px;
    width: 65%;
    /*以下を追記*/
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.stay_course_img {
    width: 35%;
}
.stay_course_img img {
    width: 100%;
}
/*work or Vocation*/
.work_vocation {
    background: #ffea00;
   padding: 4px;
   text-align: center;
   width: 170px;
   margin-right: 10px;
}
.work_vocation.work_spot {
    background: #f7e7ee;
}
.work_vocation_title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.stay_contents > ul > li .work_vocation_title h5 {
    margin: 0;
}
.work_vocation_title > div.work_spot {
    width: 20%;
    max-width: 100px;
}
/*ワークスポット*/
.slick_work_spot {
    z-index: 4;
/*    width: 98%;*/
/*    margin: 0 auto;*/
}
/*ワークスポット左右ボタン*/
.slick_work_spot .slick-prev,
.slick_work_spot .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    z-index: 9999;
    display: block;
    width: 19px;
    height: 22px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick_work_spot .slick-prev:before,
.slick_work_spot .slick-next:before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 50px;
    height: 50px;
}
.slick_work_spot .slick-prev:before {
    background-image: url(img/slick_left.png);
}
.slick_work_spot .slick-next:before {
    background-image: url(img/slick_right.png);
}
.slick_work_spot .slick-prev {
    left: -20px;
}
.slick_work_spot .slick-next {
    right: 20px;
}
/*ワークスポット画像*/
body.model_course a.work_img {
    display: block;
    width: 240px;
    height: 240px;
    margin-right: 10px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
body.model_course a.work_img:hover,
a.recommendation_img:hover {
    filter: brightness(80%);
}
.work_img_none {
    background: #644700;
    pointer-events: none;
}
.work_img:before,a.recommendation_img:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 30%;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(0deg, black, transparent);
    opacity: 0.55;
}
.work_img.work_img_none:before {
    content: none;
}
.work_img h5 {
    font-weight: bold;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.work_img.work_img_none h5 {
    top: 50%;
}
/*おすすめコンテンツ*/
.recommendation_contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
}
.recommendation_contents h5 {
    font-weight: bold;
}
.recommendation_block {
    width:calc(25% - 10px);
    
    margin-right: 10px;
    margin-bottom: 10px;
    height: 240px;
}
.recommendation_block > a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    /*background-size: auto 100%;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.recommendation_open h5,
.recommendation_img_none h5 {
    position: absolute;
    width: 100%;
    padding: 10px;
    bottom: 0;
    color: #fff;
    box-sizing: border-box;
}
.recommendation_img span {
    position: absolute;
    content: "";
   top: 10px;
    right: 10px;
}
.recommendation_img span,
.recommendation_category_list ul > li > span
{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #fff;
    background-size: auto 55%;
    background-repeat: no-repeat;
    background-position: center;
}
/*準備中*/
.recommendation_img_none {
    background: #644700;
    pointer-events: none;
}
.recommendation_img_none h5 {
    top: 50%;
    text-align: center;
}
/*画像背景色変更*/
.r_landscape .recommendation_img span,
li.r_landscape > span {
    background-color: #e1e9f3;
    background-image: url(img/camera.png);
}
.r_restaurant .recommendation_img span,
li.r_restaurant > span {
    background-image: url(img/restaurant.png);
    background-color: #f7dc9b;
}
.r_experience .recommendation_img span,
li.r_experience > span {
    background-image: url(img/experience.png);
    background-color: #e1f2bb;
}
.r_shopping .recommendation_img span,
li.r_shopping > span {
    background-image: url(img/shopping.png);
    background-color: #f7e7ee;
}
/*おすすめスポット一覧　*/
.recommendation_category_list ul {
    display: flex;
    justify-content: center;
}
.recommendation_category_list ul > li {
    margin: 0;
    padding-right: 10px;
    display: flex;
    align-items: center;
}
.recommendation_category_list ul > li > div {
    position: relative;
    padding-left: 2.2rem;
}
.recommendation_category_list ul > li >div:before {
    position: absolute;
    content: "・・・";
    left: 0.2rem;
    font-size: 0.6rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

}
/*おすすめコンテンツ詳細*/
.recommendation_modal{
    color: #644700;
/*    display: none;*/
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
    max-height: 80vh;
    border-radius: 3px;
    overflow: hidden;
/*    overflow: hidden;*/
}
/*モーダルタイトル*/
.recommendation_modal_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
/*    margin-bottom: 20px;*/
    background-color: #3f679a;
    color: #fff;
    padding:4px 10px;
}
.recommendation_modal_title .recommendation_img span {
    position: static;
    width: 2rem;
    height: 2rem;
}
.recommendation_modal_title > h5 {
    width: 80%;
    margin: 0 10px;
}
.recommendation_modal_title .recommendation_close {
    font-size: 1.4rem;
    font-weight: bold;
    background-color: #fff;
    display: block;
    color: #3f679a;
    padding:1px 4px;
    border-radius: 3px;
    line-height: 1;
}
/*モーダル中身*/
.recommendation_modal_detail {
    padding:20px 0;
    overflow-y: auto;
/*    height: 95%;*/
    max-height: 65vh;
    background: #fff;
}
.recommendation_modal_img {
    text-align: center;
    margin-bottom: 10px;
}
.recommendation_modal_img img {
    width: 50%;
    margin: 0 auto;
}
.recommendation_modal_text {
    font-size: 0.9rem;
    padding:0 10px;
}
/*詳細はこちらリンク*/
.modal__content a.recommendation_modal_detail_link {
    display: block;
    width: 50%;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    background: #e0e9f3;
    padding: 5px 5px 5px 5px;
    border-radius: 3px;
    color: #3f679a;
    font-weight: 500;
    border: 1px solid;
}
.modal__content a.recommendation_modal_detail_link span {
    position: relative;
    padding-left: 1.5rem;
}
.modal__content a.recommendation_modal_detail_link span:before {
    position: absolute;
    content: "▶";
    left: 0rem;
}
/*モーダル背景色変更*/
/*グルメ*/
.r_restaurant .recommendation_modal_title {
    background-color: #c49531;
}
.r_restaurant .recommendation_modal_title .recommendation_close,
.r_restaurant .modal__content a.recommendation_modal_detail_link {
    color: #c49531;
}
.r_restaurant .modal__content a.recommendation_modal_detail_link {
    background-color: #f7dc9b;
}
/*体験・アクティビティ*/
.r_experience .recommendation_modal_title {
    background-color: #7c9942;
}
.r_experience .recommendation_modal_title .recommendation_close,
.r_experience .modal__content a.recommendation_modal_detail_link {
    color: #7c9942;
}
.r_experience .modal__content a.recommendation_modal_detail_link {
    background-color: #e1f1ba;
}
/*お土産*/
.r_shopping .recommendation_modal_title {
    background-color: #d56b96;
}
.r_shopping .recommendation_modal_title .recommendation_close,
.r_shopping .modal__content a.recommendation_modal_detail_link {
    color: #d56b96;
}
.r_shopping .modal__content a.recommendation_modal_detail_link {
    background-color: #f6e7ee;
}