@charset "utf-8";
/*鳥取ツアー　終了したら消す*/
.main_area img {
image-rendering: -webkit-optimize-contrast;
}
#tottoritour h2, #tottoritour h3, #tottoritour h5 {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.1rem;
}
#tottoritour h2 {
  font-size: 3.8rem;
  line-height: 5.4rem;
  margin: 2rem 0 5rem 1.5rem;
  text-align: left;
}
#tottoritour h3 {
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 6px solid #c03;
  text-align: center;
  margin: 6rem 40% 5rem;
}
#tottoritour h3::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 50%;
  height: 6px;
  content: '';
  background: #999;
}
#tottoritour h4 {
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: .1rem;
  width: 30%;
  padding-bottom: 1rem;
  margin: 0 auto 2rem;
  background: linear-gradient(transparent 50%, #ccc 80%);
}
#tottoritour h5 {
  margin: 3.5rem 0 2rem;
  font-size: 3rem;
  text-align: left;
  padding: 0 10%;
}
#tottoritour .pro_img {
  width: 80%;
  margin: 0 10%;
}
#tottoritour .col-sm-3 p {
  font-size: 1.6rem;
  position: absolute;
  bottom: 0;
  bottom: 2;
  right: 4rem;
  background-color: #ddd;
  padding: .3rem .7rem;
}
#tottoritour .col-sm-6 {
  padding: 0.5rem;
}
#tottoritour .totbox-01 {
  /* display: -webkit-box; */
  position: relative;
  margin: 2rem auto;
  /* padding: 1.2em 2rem 7rem; */
  width: 92%;
  color: #555555;
  background-color: #fff;
  border: 4px double #CCC;
  box-shadow: 2px 2px 2px #ccc;
}
#tottoritour .title-box-01 {
  position: absolute;
  padding: .6rem 2rem .5rem;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  left: 15px;
  top: -15px;
  font-weight: normal;
  background: radial-gradient(
    circle 100px at center,
    #cc0033 0%,
    #a9012b 50%,
    #cc0033 100%
  );
  color: #fff;
}
#tottoritour .totbox-01 img {
  padding: 3rem 10rem 0;
  margin-bottom: 11rem;
}
#tottoritour .totbox-01 p {
  line-height: 2.8rem;
  position: absolute;
  bottom:0;
  padding: 0 1.8rem 1.5rem;
  font-size: 1.6rem;
  letter-spacing: .1rem;
}
#tottoritour .totbox-01 p.txt_l {
  text-align: left;
}
.tabcontents {
  background-color: #eee;
  padding: 7rem 0;
  border-top: solid 2px #ccc;
  border-bottom: solid 2px #ccc;
}
.tab-botom {
  margin-bottom: 3rem !important;
}
#tottoritour .tabcontents-list p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  padding: 0 10% 1.5rem;
  letter-spacing: .1rem;
  text-align: left;
}
#tottoritour .tabcontents-list p.txt_r {
  font-size: 1.6rem;
  text-align: right;
  margin: 1rem auto 0;
} 
#tottoritour .tabcontents-list img.yaji {
  width: 40px;
  height: 42px;
  display: block;
  text-align: center;
  margin: 1.5rem auto;
  border: none;
  background: none;
  box-shadow: none;
} 
#tottoritour .tabcontents-list img {
  padding: 8px;
  border: solid 1px #ccc;
  width: 80%;
  margin: 0 10%;
  background-color: #fff;
  box-shadow: 2px 2px 2px #ccc;
}
.attention {
  margin: 6rem 0 8rem;
  padding: .5rem 2rem 0;
  background-color: #F2F5F9;
  border: double 3px #ccc;
}
.attention h4 {
  text-align: left !important;
  width: 100% !important;
  margin: 3rem 0 1rem !important;
  background: none !important;
  font-size: 1.4rem !important;
}
.attention ul {
  margin-bottom: 3rem;
}
.attention ul li {
  list-style: square;
  list-style-position: inside; 
  letter-spacing: .1rem;
  padding: .3rem 1rem;
  font-size: 1.4rem;
}
#tottoritour p.time_txt {
  font-size: 1.8rem;
  font-weight: normal;
  color: #fff;
  background-color: #333;
  display: inline-block;
  padding: .3rem 1rem;
  margin: 0 10% 2rem;
}
#tottoritour .glyphicon {
  font-weight: normal;
  font-size: 2.1rem;
  top:4px;
  left:3px;
  margin-right: 10px;
  color: #fff;
}
#tottoritour dl {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 1rem 10% 1.5rem;
}
#tottoritour dt {
  width: 20%;
  font-weight: normal;
  padding: 0 10px 0 0;
  margin-bottom: 12px;
  text-align: left;
  border-right: solid 3px #ccc;
}

#tottoritour dd {
  width: 70%;
  padding: 0 20px;
  font-weight: normal;
  margin-bottom: 12px;
  text-align: left;
}
#tottoritour table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  font-weight: normal;
  width: 650px;
  table-layout: fixed;
}

#tottoritour table tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: .35em;
}
#tottoritour table th,
#tottoritour table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
#tottoritour table th {
  font-size: .85em;
}
#tottoritour table thead tr{
  background-color: #eee;
}
#tottoritour table thead tr th {
  text-align: center;
}
#tottoritour .txt{
   text-align: left;
   font-size: .85em;
}
#tottoritour .price{
   text-align: right;
}
#tottoritour p.r_txt {
  text-align: right;
  width: 650px;
  margin: 1rem auto 4rem;
}
.tot_btn a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 430px;
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: .4rem;
  font-weight: 700;
  background-color: #444;
  transition: 0.3s;
}

.tot_btn a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
  width: 50px;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
}

.tot_btn a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(2em - 2px);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
  transition: 0.3s;
}

.tot_btn a:hover {
  text-decoration: none;
  background-color: #c03;
}

.tot_btn a:hover::before,
.tot_btn a:hover::after {
  right: 1.7em;
}
#tottoritour .box01 {
  width: 81%;
  margin: 1rem auto 2.5rem;
}
#tottoritour .box01 .col-sm-6 {
  padding-left: .5%;
  padding-right: .5%;
}
#tottoritour .box01 p {
  padding: 0 2rem 0 0;
}
#tottoritour .box01 img {
  width: 100%;
  margin: 0;
}
.tel_unber {
  margin-bottom: 1em;
  text-align: center;
}
.tel_unber a{
    font-size: 2em;
    color: #c03 !important;
}
.tel_unber p {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 1rem;
}

#tottoritour .tel_unber .glyphicon {
  color: #fff;
  top: 0;
  left: 0;
  font-size: 2.2rem;
  background-color: #444;
  padding: .5rem .6rem .6rem .6rem;
  border-radius: 4px;
}
/* js上下タブ */
.tab {
padding: 0;
display: flex;
flex-flow: row wrap;
justify-content: space-between;
margin-bottom: 0;
}

.tablist.active {
background: #c03;
border-color: #c30;
color: #fff;
}

.tablist {
flex: 0 0 33%;
list-style-type: none;
font-size: 1.6rem;
font-weight: bold;
border-top: 1px solid #ccc;
border-left: solid 1px #ccc;
border-right: solid 1px #ccc;
border-bottom: solid 1px #ccc;
background-color: #e5e5e5;
text-align: center;
padding: 15px 0;
cursor: pointer;
}
.tablist:last-child {
  border-right: none;
}
.tablist:first-child {
  border-left: none;
}
.tablist:hover {
  background-color: #c03;
  color: #fff;
}
/* /js上下タブ */


@media (min-width: 1200px) {
  .tabcontents-list {width: 1170px;margin: 0 auto;}
}
@media screen and (max-width: 992px) {
  #tottoritour .totbox-01 img {margin-bottom: 14rem !important;}
  #tottoritour h4 {width: 40%; margin: 2rem 30% 5rem;}
  #tottoritour h2 {font-size: 2.2rem;line-height: 3.2rem;margin: 2rem 0 3rem;}
  #tottoritour .totbox-01 p {line-height: 2.4rem;font-size: 1.5rem;}
  #tottoritour h3 {margin:3rem 35% 3.5rem}
  #tottoritour h5 {margin: 3rem 0 1.5rem;font-size: 2.4rem; padding: 0 5%;}
  #tottoritour .tabcontents-list p {font-size: 1.5rem;line-height: 2.6rem;padding: 1rem 5% 2rem;}
  #tottoritour .tabcontents-list img {width: 90%;margin: 0 5%;}
  #tottoritour p.time_txt {margin: 0 5% 2rem;padding: .3rem 1rem;}
  #tottoritour dl {width: 90%;margin: 2rem 5% 1.5rem;}
  #tottoritour .box01 {width: 90%;margin: 2rem auto 0;}
  #tottoritour .box01 p {padding: 0}
}
@media screen and (max-width: 767px) {
  #tottoritour h4 {width: 60%;  margin: 1rem 20% 3rem; font-size: 1.8rem;letter-spacing: 0}
  #tottoritour h2 {font-size: 2.4rem;line-height: 4rem;margin: 0 0 2rem; text-align: center}
  #tottoritour h2 span {display: block;}
  #tottoritour h3 {font-size: 2rem;margin:1.5rem 20% 3rem}
  #tottoritour h5 {font-size: 2.2rem;line-height: 3rem}
  .tab-label {font-size: 2rem}
  .tab-switch:checked + .tab-label {font-size: 2rem}
  #tottoritour dt {width: 35%;}
  #tottoritour dd {width: 65%;}
  .tabcontents {padding: 4rem 0}
  .tot_btn a { width:90%; margin: 0 5%; font-size: 1.8rem;letter-spacing: .1rem;}
  .tot_btn a::before {width: 30px}
  /* 2021.8.25yoshida */
  .attention {margin: 6rem 0 5rem;padding: 0 1rem;}
  #tottoritour   table {border: 0; width:100%}
  #tottoritour p.r_txt { width: 100%;}
  #tottoritour table td:last-child {border-bottom: 0;}
  #tottoritour .pro_img {width: 40%;margin: 0 30% 2rem;}
  #tottoritour .box01 {width: 100%;margin: 1rem auto 0;}
  #tottoritour .box01 p {padding:1rem 5%}
  #tottoritour .col-sm-3 p {font-size: 1.5rem;position: absolute;right: 27%;bottom: 2rem;}
}
@media screen and (max-width: 380px) {
  #tottoritour h2 {font-size: 2rem;line-height: 3rem}
  .tab-label {font-size: 1.8rem}
  .tab-switch:checked + .tab-label {font-size: 1.8rem}
  #tottoritour .tabcontents-list img {padding:6px}
  #tottoritour .totbox-01 img {padding: 3rem 7rem 0;}
}
/*　/鳥取ツアー　*/
