table.plan {
  width: 100%;
  margin-bottom: 2px;
  border-collapse: collapse;
}

table.plan tr{
  border-bottom: solid 2px white;
}

table.plan tr:last-child{
  border-bottom: none;
}

table.plan th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  text-align: left;
  padding-left: 2em;
  padding-right: 2em;
}



div.submit{
  text-align: center;
  color:white;
  .b1 {
    color:black;
  }
}

.submit a, a:hover, a:visited {
    text-decoration: none;
}

#guide_title {
  margin: 3px 0px 3px 0px;
  border: 6px double #ec9a00a8;
  background-color: #ffd17c;
}
.g_title .g_mountain {
  font-weight: bold;
  font-size: 1.3em;
  margin-top: 2px;
}

.g_title .g_catch {
  position: absolute;
  font-weight: bold;
  background: #c6d800;
  font-size: 0.8em;
  border-radius: 15px;
  line-height: 1;
  padding: 3px;
  margin-bottom:2px;
  white-space: nowrap;
}



/*申込みボタン*/
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}

a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn-c {
  font-size: 1.2em;
  position: relative;
  border-radius: 100vh;
}

a.btn-c i.fa {
  margin-right: 1em;
}
/**/

table.plan th:after :not(.leaflet-popup-content *){
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table.plan td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 0px;
}

th.mountain{
  white-space: nowrap;
}

th.price1::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f51e  ";
}

th.date::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f073  ";
}
th.course::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f6ec  ";
}
th.people::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f500  ";
}
th.mountain::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f6fc  ";
}
th.shugo::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f024  ";
}
th.visit::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f236  ";
}

td.course{
  text-align: left;
    padding-left: 1em;
}



span.yen {
  vertical-align:middle; 
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1;
  color: #e34b13;
}

span.price {
  vertical-align: middle; 
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1;
  color: #e34b13;
}

td.tech,
td.tough {
  color: #ff7b00;
}

.w_point {
  margin-top:2em;
  margin-bottom: 2px;
  position: relative;
  padding: 0.5em 1em;
  border: solid 3px #62c1ce;
}
.w_point .w-comment {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: #62c1ce;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
.w_point p {
  margin: 0; 
  padding: 0;
}



/* ガイドリスト用 */

#guideplanlist table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
      box-shadow: 0 0 15px -6px #00000073;

  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
#guideplanlist table tr {
  background-color: #fff;
}
#guideplanlist table tbody tr:hover{
  background-color: #fffae9;
}
#guideplanlist table th,
#guideplanlist table td {
  padding: .35em 1em;
  border-bottom: 1px solid #eee;
}
#guideplanlist table thead th {
    font-size: .85em;
    padding: 1em;
}
#guideplanlist table thead tr th{
  background-color: #52c2d0;
  color:#fff;
}
#guideplanlist table tbody th {
  text-align: left;
  font-size: .8em;
}
#guideplanlist .txt{
   text-align: left;
   font-size: .75em;
}


#guideplanlist .g_catch {
  font-weight: bold;
  background: #b4ebe1;
  font-size: 0.8em;
  border-radius: 15px;
  line-height: 1;
  padding: 3px;
  margin-bottom: 2px;
  width: fit-content;
  
}

#guideplanlist .g_mountain {
  font-weight: bold;
  font-size: 1.2em;
  padding: 3px;
}


/* ガイドリスト用 */

@media only screen and (min-width: 768px) {
  /* パソコン向けCSS */ 
  #guideplanlist {
    display: flex;
    /* width: fit-content; */
    column-gap: 1em;
    flex-wrap: wrap;
  }
  .g_list_container {
    width: 352px;
  }
}

.g_list_container {
  display: grid; /* グリッドレイアウト */
  grid-template-columns: 71.5% 1fr;
  background: #f3faff;
  border-radius: 6px;
  margin: 8px 0 0;
  padding: 6px 12px 8px;
  border: 3px dotted #7692c8;
}

#guideplanlist a,a:hover,a:visited {
  text-decoration: none;
  color: inherit;
}


.g_list_container .list_block0 {
  grid-row: 1 / 2;
  grid-column: 1 / 3;
}
.g_list_container .list_block1 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}
.g_list_container .list_block2 {
  grid-row: 3 / 4;
  grid-column: 1 / 2;
  border-radius: 4px;
  background: #f5f5f5;
  padding: 6px 4px 4px;
}
.g_list_container .list_block3 {
  grid-row: 2 / 4;
  grid-column: 2 / 3;
  background: #fafafa;
  margin: auto;
  text-align: center;
}

.g_state {
  display: inline-block;
  width: 86px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  vertical-align: middle;
}

/*催行決定*/
.g_state_dep {
  background: #ff8c26;
}

/*募集中*/
.g_state_rec {
  background: #03a41a;
}

/*満席*/
.g_state_full {
  background: #ff0000;
}

.recruit {
  text-align: center;
  margin-top: 7px;
}
.recruit dt{
  font-size: 15px;
  font-weight: 400;
  color: #353535;
}
.recruit dd{
  font-weight: 700;
  color: #333;
  margin-top: 5px;
}

.list_block2 .date {
  font-weight: 400;
  font-size: 12px; 
}



.end_plan {
  padding:0.5em; /*上下左右の余白*/
  border:solid 3px #2F5597; /*線の種類 太さ 色*/
  border-radius: 0.5em;/*丸角*/
}

#contact_temp h3 {
    border-color: rgb(221, 221, 221) rgb(221, 221, 221) rgb(221, 221, 221) rgb(90 140 81);
    background-color: #c8e5ac;
}



/*コンタクト テンプレート*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn2,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap1, .btn-wrap2, .btn-wrap3 {
  margin: 30px 0;
  position: relative;
  padding-top: 2px;
}

.btn-wrap1 .btn-c{
  position: relative;
  padding: 0.25rem 2rem 1.5rem 2rem;
  color: #fff;
  cursor: default;
  border-radius: 0.5rem;
  width: auto;
  min-width: 200px;
  text-align: center;
} 


.btn-wrap2 .btn-c, .btn-wrap3 .btn-c {
  position: relative;
  cursor: pointer;
  padding: 0.25rem 2rem 1.5rem 2rem;
  color: #fff;
  border-radius: 0.5rem;
  width: auto;
  min-width: 200px;
  text-align: center;
}

.btn-wrap1 .btn-c span, .btn-wrap2 .btn-c span, .btn-wrap3 .btn-c span {
  font-size: 1.5rem;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  white-space: nowrap; /* 改行を防ぐ */
  padding: 0.2rem 1rem;
  color: inherit;
  border: 2px solid;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.btn-wrap1 .btn-c {
  background: #e94919;
  -webkit-box-shadow: 0 5px 0 #d44114;
  box-shadow: 0 5px 0 #d44114;
}

.btn-wrap1 .btn-c span {
  color: #d44114;
  border-color: #d44114;
}

.btn-wrap2 .btn-c {
  background: #00B900;
  -webkit-box-shadow: 0 5px 0 #008000;
  box-shadow: 0 5px 0 #008000;
}

.btn-wrap2 .btn-c span {
  color: #008000;
  border-color: #008000;
}

.btn-wrap3 .btn-c {
  background: #6A5ACD;
  -webkit-box-shadow: 0 5px 0 #483D8B;
  box-shadow: 0 5px 0 #483D8B;
}

.btn-wrap3 .btn-c span {
  color: #483D8B;
  border-color: #483D8B;
}

.btn-c span:before,
.btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}

.btn-wrap1 .btn-c span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d44114 transparent transparent transparent;
}

.btn-wrap1 .btn-c span:after,
.btn-wrap2 .btn-c span:after,
.btn-wrap3 .btn-c span:after{
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.btn-wrap2 .btn-c span:before {
  border-color: #008000 transparent transparent transparent;
}

.btn-wrap3 .btn-c span:before {
  border-color: #483D8B transparent transparent transparent;
}

.friends {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.line-icon {
  color: #ffffff;
  font-size: 48px;
  margin-right: 10px;
}

.friend-text {
  font-size: 1.6rem;
  color: #ffffff;
}

