@charset "utf-8";

  
/* ココから追記　*/ 
em{font-style: italic;color:#999;}
html{height: auto;}




.fullbook{
    display: inline-block;
    color:#fff;
    background-color: #C7191C;
    font-size: 14px;
    width: auto;
    font-style: normal;
    font-weight: bold;
    padding: 0px 15px;
    margin-bottom: 15px;
    margin-top: 0px;
    line-height: 180%;
}

.tour_obi {
display: inline-block;
position: relative;
padding: 4px 30px;
left: -70px;
top: 30px;
width: 300px;
text-align: center;
font-size: 14px;
background: #204bac;
font-weight: bold;
color: #fff;
-webkit-transform: rotate(-25deg);
transform: rotate(-25deg);
}
.tour_obi2 {
display: inline-block;
position: relative;
padding: 4px 30px;
left: -70px;
top: 30px;
width: 300px;
text-align: center;
font-size: 14px;
background: #0e8377;
font-weight: bold;
color: #fff;
-webkit-transform: rotate(-25deg);
transform: rotate(-25deg);
}

@media only screen and (max-width: 767px) {
.tour_obi {
padding: 1px 10px;
letter-spacing: 0.4px;
left: 0px;
top: 15px;
width: auto;
text-align: left;
font-size: 12px;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.tour_obi2 {
padding: 1px 10px;
letter-spacing: 0.4px;
left: 0px;
top: 15px;
width: auto;
text-align: left;
font-size: 12px;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
/*
.tour_obi:before, .tour_obi:after {
position: absolute;
content: "";
border-top: 4px solid #A20002;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
bottom: -4px;
}
.tour_obi:before {
left: 20px;
}
.tour_obi:after {
right: 24px;
}
*/
.starburst {
	display:block;
	width:6em;
	height:6em;
	background:#fe0;
	-webkit-transform:rotate(-66.5deg);
	-moz-transform:rotate(-66.5deg);
	rotation:-45deg;
	position:relative;
	top:3em;
	left:90%;
	text-align:center;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	font-family:Arial, sans-serif;
}
.starburst span {
	display:block;
	width:6em;
	height:6em;
	background:#fe0;
	-webkit-transform:rotate(22.5deg);
	-moz-transform:rotate(22.5deg);
	rotation:22.5deg;
    line-height:130%;
}

.box_iti_banner{
    max-width: 960px;
    margin: 20px auto -40px auto;
    text-align: center;
    padding:20px 0px 15px 0px;
    background-color: #efefef;
}

.food{ font-weight: bold}
.text-img  {
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	 flex-wrap: wrap;
}

.price_seat{
    overflow-x: scroll;
    overflow-y:hidden;
-webkit-overflow-scrolling: touch;   
}
.price_seat img{
    overflow-x: scroll;
    max-height: 700px;
}

@media only screen and (max-width: 767px) {
.box_iti_banner{
    display: flex;
}
.box_iti_banner a{
    width:50%;
    }
.box_iti_banner img{
    width:90%;
    }

    

    
.starburst {
	display:block;
	width:6em;
	height:6em;
	background:#fe0;
	-webkit-transform:rotate(-66.5deg);
	-moz-transform:rotate(-66.5deg);
	rotation:-45deg;
	position:relative;
	top:2em;
	left:64%;
	text-align:center;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	font-family:Arial, sans-serif;
}
.starburst span {
	display:block;
	width:6em;
	height:6em;
	background:#fe0;
	-webkit-transform:rotate(22.5deg);
	-moz-transform:rotate(22.5deg);
	rotation:22.5deg;
    line-height:130%;
}
    
  .text-img  {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
.box_iti_banner{
    width:100%;
}

}


.text-img .img {
  width: 100%;
  line-height: 120%;
}

.text-img .img p{
    line-height: 180%;
}


@media only screen and (max-width: 767px) {
h2.h2_tour {
    scroll-margin-top: 104px;
}
    .text-img  .img {
    margin: 10px 0 0px;
  }
}

.text-img  .img:nth-of-type(1) {
  margin-top: 0;
}

.text-img .img img {
  width: 100%;
}

.text-img .img small {
  font-size: 12px !important;
  font-size: 1.2rem;
  display: block;
  text-align: left;
  margin-top: 5px;
}

.box02 .img {
  width: calc((100% - 15px)/2);
 margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .box02 .img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .box03 {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.box03 .img {
  width: calc((100% - 16px)/3);
}

@media only screen and (max-width: 767px) {
  .box03  .img:nth-of-type(1) {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .box03 .img:nth-of-type(2) {
    width: calc((100% - 16px) / 2);
    margin-right: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .box03 .img:nth-of-type(3) {
    width: calc((100% - 16px) / 2);
  }
}


.h2_tour{ width: 980px; margin: 0 auto; font-size:300%; padding: 6% 0%  1%  10px !important;}
@media only screen and (max-width: 767px) {
  .box03 .img:nth-of-type(3) {
    width: calc((100% - 16px) / 2);
  }
.h2_tour{ width: 100%; margin: 0 auto; font-size:220% !important; padding-left:3%;  padding-top: 5%; padding-bottom: 3% !important;}
h2#wildlife{ margin-top: 40px;}
}
.h3_tour{ width: 980px; margin: 0 auto; font-size:200%; padding: 1% 0% 0% 10px !important;}

.kimg_tour_list{
    /*background-color:#55908d;*/
    text-align: center;padding: 70px 0 10px 0;
	background-color: rgba(85,144,141,1);
	background-image:
	 linear-gradient(45deg, rgba(73,135,132,1) 25%, transparent 25%,
	  transparent 75%, rgba(73,135,132,1) 75%, rgba(73,135,132,1)),
	 linear-gradient(-45deg, rgba(73,135,132,1) 25%, transparent 25%,
	  transparent 75%, rgba(73,135,132,1) 75%, rgba(73,135,132,1));
	background-size: 20px 20px;
	background-position: 0 0, 10px 10px;
    position: sticky;
    top: -160px;
    z-index: 100;
}
.kimg_tour_list h2{
color: #fff; padding:0 0 37px 0 !important; margin: 0; line-height: 100%; }

.kimg_tour_list > div > ul{
    display: flex;
    max-width: 980px;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
    .kimg_tour_list > div > ul{
        margin:15px auto 0;
    }
}
.kimg_tour_list > div >ul a{
    display: inline-block;
    padding: 2px 10px;
    background: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #454545;
    margin: 0 5px 8px;
    text-decoration: none;
    border: 1px solid #fff;
}
.kimg_tour_list > div >ul a:hover{
    color: #fff;
    background: #55908d;
    opacity: 1;
    border: 1px solid #fff;
}

.table_tour_list{font-size:100%; font-weight:500; line-height:145%; margin:0% auto 0% auto; background-color:#FFF; padding:2% 3% 0% 3%;max-width: 960px; display: table;/* border: 1px solid #55908d*/}
.table_tour_list .table_cell:first-child{ width:auto; padding:0 0 0 0;}
.table_tour_list .table_cell{ width:100%; padding:0 0 0 0;vertical-align:top }

.table_tour_list img{ width:220px; margin-right:20px; }
.table_tour_list img:hover{  opacity: 0.7;}

.table_tour_list h3{ font-size:150%; line-height:130%; margin:0 0 1% 0 }
.table_tour_list h4{margin:0 0 0 0; color: #006f47; font-size: 100%;}

.table_tour_list ul.list_price{border-spacing:4px 0;padding:1% 0% 1% 0%; line-height: 120%; margin-left: -4px;}
.table_tour_list ul.list_price li.list_price_ttl{height:22px; padding: 0px 6px;}
.table_tour_list ul.list_price li:nth-child(2){white-space: nowrap; }
.table_tour_list ul.list_price li:nth-child(4){white-space: nowrap; }


.table_tour_list .list_price{margin: 0;}

.table_tour_list::before{
   content:"";
   display:block;
   width:100%;
   max-width: 960px;
   height:1px;
   background-color:#999;
   position:absolute;
   margin-top: -16px;
}
.table_tour_list:first-child:before{
    display: none;
}
.table_tour_list.fin{
    background: #f4f4f4;
    padding:1.3% 0 0.5% 0;
}
.table_tour_list.fin .table_cell{
    font-size: 90%;
    line-height: 100%;
}
.table_tour_list.fin .table_cell img{
    width: 160px;
    padding-left: 10px;
}
.table_tour_list.group1{
    background: #e0e7f9;
    padding:1.3% 0 0.5% 0;
}
.table_tour_list.group1 .table_cell{
    font-size: 90%;
    line-height: 90%;
}
.table_tour_list.group1 .table_cell img{
    width: 160px;
    padding-left: 10px;
}
.table_tour_list.group2{
    background: #fbfbea;
    padding:1.3% 0 0.5% 0;
}
.table_tour_list.group2 .table_cell{
    font-size: 90%;
    line-height: 90%;
}
.table_tour_list.group2 .table_cell img{
    width: 160px;
    padding-left: 10px;
}

.table_tour_list.fin h3{
    font-size:130% !important; line-height:130%;padding-right:15px ;
}

@media only screen and (max-width: 767px) {
    .table_tour_list.fin{
        display: none;
    }
    .table_tour_list.group1{
         display: none;
    }
    .table_tour_list.group2{
         display: none;
    }
}

    
.box_kimg_itinerary{ height:500px;width:100%; background-size: cover !important; overflow: hidden}

.box_kimg{ height:100%; width:100%; background-position:center top; background-repeat:no-repeat; z-index:100; position:relative; padding-top:0px;}
/*.box_kimg{ background-image: url(../images/kimg_003.jpg); height:620px; width:100%; background-position:center top; background-repeat:no-repeat; z-index:100; position:relative; padding-top:100px;}
*/
#itinerary .txt_title{ z-index:200; position:absolute; color: #fff;top:220px;text-shadow: 0px 0px 10px #3d3d3d; max-width:960px; max-height:250px; overflow: hidden}
#itinerary .txt_title li{ margin-bottom:10px; position:relative}

#itinerary .txt_title_01{
    font-weight: 700; font-style: italic; font-size:260%; line-height: 100%;
    max-width:980px;
}
#itinerary .txt_title_02{
    font-weight: 800; font-style: italic; font-size:700%; line-height: 100%;
}
#itinerary .txt_title_03{
    font-weight: 700; font-style: italic; font-size:180%; line-height: 120%;
}
#itinerary .txt_title_04{
    font-weight: 500; font-style: italic; font-size:120%; width: 100%;
}

@media only screen and (max-width: 767px) {
.kimg_tour_list{
    text-align: center;padding:50px 0 10px 0;top: -130px;
}
    
#itinerary .txt_title{padding: 0 10px 0 20px;}
#itinerary .sp_up{top: 100px !important;}
.box_kimg_itinerary{height:320px; margin-bottom:30px;background-size:cover; background-position: center !important;}

.table_tour_list .table_cell{display: block;}
.bw90{padding:3%; }    
.table_tour_list h3{ padding: 0; margin: 0 0 5px 0; font-size:130%;}
.table_tour_list img{margin-right:0;width: 100%;}

.table_tour_list{font-size:100%; font-weight:500; line-height:145%; margin:0; background-color:#FFF;  padding-bottom:30px; display:block;/* border: 1px solid #55908d*/}

.table_tour_list::before{
    display: none;
    }
.table_tour_list::after{
   content:"";
   display:block;
   width:88%;
   height:1px;
   background-color:#999;
   position:absolute;
    margin:15px 0 20px 0 !important;
}
.table_tour_list:first-child:after{
}    
}
    
    
.box_gallery{
    background: #111;
    padding: 3% 0 2% 0%;
    margin: 2% 0;
}
.box_gallery h1{
    float: none;
    padding: 2% 0 !important;
    line-height: 120%;
}

.box_gallery h2{
    color: #fff;
    margin:0 0 0% 0 !important;
    text-align: center;
}

.box_high h2{ margin-top: -2% !important; }

ul.list_price{margin:0% auto 0% auto; font-weight: bold; display:table;border-spacing:7px 0;padding:3% 0% 5% 0%;}
.list_price li{ display:table-cell; padding:0px 2px; margin:0px; vertical-align: middle}
.list_price li.list_price_ttl{ background-color:#fff; color:#333;text-align:center; border:1px solid #333; font-size:80%;  text-align:center;}
.list_price li:nth-child(even){ padding-right:15px;}

.box_tour{ max-width:960px; margin:0 auto; margin-bottom: 2%;}
.box_tour h2{ margin:80px 0 0 0;}

.box_remarks{ max-width:960px; margin:0 auto; margin-bottom: 2%;}
.box_remarks h2{ margin:80px 0 0 0;}

.remarks{
     max-height: 600px; overflow-y: scroll;
}
.remarks li:before{ content:none !important;}

.list_high{}
.list_high li{ padding-bottom:15px; }
.list_high li:before{ content: ' - ';}

@media only screen and (max-width: 767px) {
/*ul.list_price{display: none !important}*/
.box_tour{ padding:0 3%; line-height: 140%;}
.list_high{ line-height: 140%;}
.box_remarks{width: 92%; margin:0 auto;}

    
}


.p_about{text-align:left;}
.logo{ float: right;}
/*.logo{ display: block; position:relative;top:200px; left:520px;}
*/

/* slick */

.slick-slider li{
}

.slick-prev:before,
.slick-next:before {
    color: #000;
}

.slick-next {
    right: -45px;
}

.slick-prev {
    left: -45px;
}

.slick-slide{
  margin-right:12px;
  margin-left:12px;
  position: relative;
}  
	
@media screen and (max-width:480px){
	
	.slick-dotted.slick-slider{width: 100%}
	.slick-slide {margin:0;}
	.slick-slide img {width: 380px;}
    .slick-slide img.tate{height: 257px;width: auto;}
}


/*　テーブルスタイル　*/
table.list_style01 {
	width: 100%;
	margin: 0 0 10px;
	border-collapse: collapse;
	border: 1px #d2d2d2 solid;
	table-layout:fixed;
}
table.list_style01 th {
	padding: 5px 10px;
	background: #434343;
	border-right:#d2d2d2 1px solid;
	color:#FFF;
	text-align:center;
	white-space:nowrap}

table.list_style01 td {
	padding: 5px 10px;
	border: 1px #d2d2d2 solid;
	background: #fff;
	vertical-align:middle;
}

table.list_style01 td img{
}

table.list_style01 tr.even td {
	background: #f9f9f9;
}
.th_01{width:10px;}
.th_02{width:15%;}
.th_03{width:auto;}

table.list_style02 {
	width: 100%;
	margin: 0 0 10px;
	border-collapse: collapse;
	border: 1px #d2d2d2 solid;
	table-layout:fixed;
	font-size:16px;
	background: #fff;
	vertical-align:middle;
    font-weight: bold;
}
table.list_style02 th {
	padding: 5px 10px;
	background: #434343;
	border-right:#d2d2d2 1px solid;
	color:#FFF;
	text-align:center;
    vertical-align:middle;
}

table.list_style02 td {
	padding: 5px 10px;
	border: 1px #d2d2d2 solid;
	vertical-align:middle;
}

table.list_style02 td img{
}

table.list_style02 tr.even td {
}

table.list_style02 td.bg_class {
	background: #f6f6f6;
}
@media only screen and (max-width: 767px) {
.th_02{width:25%;}
table.list_style01 td {
    overflow-wrap:break-word;
}
table.list_style01 td {
    line-height: 140%;
}
}
.detail_price{ margin-top:2%;}
.detail_price span{background: linear-gradient(transparent 70%, #00f0f0 70%);} 

.caption{ font-size:90%; text-align:right; line-height:100%}


.box_tour_btn{ text-align:center; background-color:#efefef; padding:4% 3%; margin-top:2%;}

.square_btn{
    display: inline-block;
    padding: 1em 2em;
    text-decoration: none;
    background: #333;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #777;
    border-radius: 3px;
}
.square_btn:hover {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

a.square_btn {color:#FFF}

.box_tour_btn{ text-align:center; background-color:#efefef; padding:4% 3%; margin-top:2%;}

.square_btn{
    display: inline-block;
    padding: 1em 2em;
    text-decoration: none;
    background: #333;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #777;
    border-radius: 3px;
}
.square_btn:hover {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

a.square_btn {color:#FFF}
.box_shusai{ font-size:80%; background-color:#fff; border:1px dotted #CCC; margin:35px 0px 0px 0px; padding:15px; text-align:center}


.box_col{
    background-color: #EFEFEF;padding:1% 5% 3% 5%;
    margin-bottom: 10px;
}

.box_col h3{
    text-decoration: underline; font-size: 180%; margin-bottom:0 0 2% 0;
}



.box_banner{float: right;margin: 0 0 20px 20px;border: 1px solid #ddd; padding: 20px; width: 300px}
.box_banner img:hover{  opacity: 0.7;}
@media screen and (max-width:1000px){
.box_banner{width:42%; padding: 5px; margin-top: 15px;
    }

ul.list_price{margin:0% auto 0% auto; font-weight: bold; display:block;border-spacing:7px 0;padding:0% 0% 6% 0%;}
.list_price li{ display:block; padding:0px 2px; margin:0; width: 90%; margin: 0px auto; text-align: center;}
.list_price li.list_price_ttl{ background-color:#fff; color:#333;text-align:center; border:1px solid #333; font-size:80%;  text-align:center; height: 24px; padding-bottom: 4px;}
.list_price li:nth-child(even){ padding: 5px 0 10px 0; line-height: 140%;}
    
#itinerary .txt_title{ z-index:200; position:absolute; color: #fff;top:200px;text-shadow: 0px 0px 10px #3d3d3d; max-width:960px; max-height:250px; overflow: hidden}
#itinerary .txt_title li{ margin-bottom:10px; position:relative}

#itinerary .txt_title_01{
    font-weight: 700; font-style: italic; font-size:260%; line-height: 100%;
    max-width:980px;
}
#itinerary .txt_title_02{
    font-weight: 800; font-style: italic; font-size:700%; line-height: 100%;
}
#itinerary .txt_title_03{
    font-weight: 700; font-style: italic; font-size:180%; line-height: 120%;
}
#itinerary .txt_title_04{
    display: none;
}    
.box_col{
    line-height: 160%;
}
}
@media only screen and (max-width: 767px) {

.box_col h3{
    line-height: 140%; font-size: 160%;
}
.box_col{
    line-height: 140%;
}
}
.box02 .profile {
    width: calc((100% - 15px)/4);
    margin-bottom: 5px;
}

.btns{
    display: flex;
    border-bottom: solid 10px #55908d;
    margin-bottom: 0;
}

/* ボタン(リスト)のスタイル */
.btn {
    background-color: #999;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin-right: 15px;
    padding: 10px 25px 7px;
    border-radius: 4px 4px 0 0;
}
.btn:hover {
    cursor: pointer;
}

/* activeクラス */
li[data-id="1"].active{
        background-color: #55908d;
}
li[data-id="2"].active{
        background-color: #0c8eb1;
}




.accordion{margin-bottom:20px; display: flex;flex-direction: column;}
.accordion .expand {
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
}

.accordion .expand div{
    color: #fa5636;/*#006f47*/
    margin-left: 30px;
    height: 40px;
}


@media only screen and (max-width: 767px) {
    .accordion .expand {
        font-size: 14px;
    }
    .accordion .expand div{
        margin-left:15px;
    }
}
.accordion .expand div:hover{
    /*text-decoration: underline;*/
    opacity: 0.7;
}

.accordion details {
    border-bottom: 1px solid #E5E5E1;
}

.accordion summary {
    padding: 13px 0;
    list-style: none;
    cursor: pointer;
}
.accordion summary:hover {
    opacity: 0.7;
}

.accordion summary:after {
	float: right;
  content: '\f107';
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
  color: #999;
     font-size: 20px;
}
.accordion details.after_rotate summary:after{
 transform: rotate(180deg);
}

.accordion summary.arrow_on {
    background-image: url(../img/arrow_blue_on.png);
}

.accordion summary div {
    display: inline-block;
    vertical-align: middle;
}

.accordion summary .date {
    color: #333;
    border: 1px #999 dotted;
    padding: 0 4px 8px 4px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 14px;
}

.accordion summary .dest {
    font-size: 123.1%;
    font-weight: 700;
    width: 68%;
    margin-right: 10px;
}

.accordion summary .dest_detail {
    margin: 0 5px;
    font-weight: 400;
    line-height: 160%;
}

.accordion summary i {
    color: #6183AD;
}

.accordion details .answer { 
    margin: 0 0 10px 47px;
}
.accordion .answer p{
    line-height: 160%;
    margin:0 0 10px 0;
}
.accordion details div.htl_food{ 
    margin: 0 0 13px -20px;
}
.accordion details i { 
	color:#6183AD;
	margin: 0 5px 0 20px;
}


.content{
    max-height: none;
}
.link-list {
    position: sticky;
    z-index: 99999;
    width: calc(100% - 2px);
  top: 0;
  border: 1px solid #d7d7d7;
    background: #fff;
    margin: -30px 0 0 0;
  box-shadow: 0px 7px 7px -6px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
  .link-list {
     margin-top: -10px;
  }
}

.link-list ul {
  display: flex;
    flex-direction:row;
    margin: 0 auto;
       max-width: 960px;
}

@media only screen and (max-width: 767px) {
  .link-list ul {
    border-right: none;
    border-left: none;
  }
}

.link-list ul li {
  width: 25%;
  border-left: 1px solid #d7d7d7;
}

@media only screen and (max-width: 767px) {
  .link-list ul li {
    width: 25%;
  }
    /* スマホで申し込みボタン設置のため ページトップに長体 */
.link-list ul li:nth-child(2n) a {
    letter-spacing: -0.5px;
}

}

.link-list ul li:last-of-type {
  border-right: 1px solid #d7d7d7;
}

.link-list ul li a {
  display: block;
  padding: 9px 0 22px;
  text-align: center;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  position: relative;
    text-decoration: none;
}

.link-list ul li a:hover {
  background: #55908d;
    color:#fff;
    opacity: 1;
}

.link-list ul li a:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .link-list ul li a {
    font-size: 14px;
    padding: 5px 0 20px;
  }
}

@media only screen and (max-width: 320px) {
  .link-list ul li a {
    font-size: 10px;
  }
}

.link-list ul li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 15px;
  -moz-transform: translate(-50%, 0) rotate(135deg);
  -o-transform: translate(-50%, 0) rotate(135deg);
  -ms-transform: translate(-50%, 0) rotate(135deg);
  -webkit-transform: translate(-50%, 0) rotate(135deg);
  transform: translate(-50%, 0) rotate(135deg);
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}


@media only screen and (max-width: 767px) {
  .link-list ul li a:after {
    width: 4px;
    height: 4px;
    bottom: 10px;
  }
}

/* スマホに申し込みボタン　*/ 

.li_yoyaku a{
    background-color: #f57129 !important;
    color: #fff !important;    
}

@media only screen and (max-width: 767px) {
  .link-list ul li.li_yoyaku a:after {
 border: none;
  transform: none;
        position: absolute;
  top: 0;
  left: 50%;
  margin:21px 0 0 -8px;
  content: "\f0e0";
  font-weight:  normal;
  color: #fff;
  font-size: 14px;
  font-family: fontAwesome;
      
    }
}