.contents {
  width: 88%;
  margin: 0 auto;
}

body {
  text-align: justify;
}

img {
  width: 100%;
}

@font-face {
  font-family: Caveat;
  src: url("../../library/fonts/Caveat-VariableFont_wght.ttf");
}
.intro {
  padding: 80px 0 0px;
}
.intro h2 {
  color: #333;
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  font-family: Caveat;
}
.intro .border {
  display: table;
  width: 100%;
  margin: 0 auto;
  width: 3%;
  margin: 15px auto;
  background-color: #156AFF;
  height: 1px;
}
.intro h3 {
  font-size: 1.4rem;
  text-align: center;
  color: #156AFF;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.intro .sub {
  color: #333;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: bold;
}

.g-navi ul {
  width: 90%;
  margin: 0 auto;
}
.g-navi li {
  width: 33.3%;
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
}
.g-navi figure {
  margin-bottom: 5px;
}
.g-navi h2 {
  font-size: 1.05rem;
  color: #333;
  font-weight: bold;
}
.g-navi h2 span {
  color: #156AFF;
  font-size: 0.95rem;
  padding-left: 5px;
}
.tour .container {
  display: flex;
  width: 100%;
  margin-top: 0px;
}
.tour .main {
  display: block;
  width: 80%;
  padding: 0% 5%;
  box-sizing: border-box;
  padding-top: 100px;
}
.tour .sidebars {
  width: 20%;
}

.tour .sidebars h2 {
  font-size: 1.4rem;
  text-align: center;
  color: #156AFF;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.tour .item_fixed {
  position: sticky;
  margin-bottom: 0;
  top: 0px;
  left: 0px;
  z-index: 1;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-color: #f7f6f5;
  border-right: 1px solid #96814d;
  padding: 70px 20px;
}
.tour .list li {
  border-bottom: 1px dotted #aaa;
  font-size: 0.9rem;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.tour .list a {
 display: table;
 width: 100%;
}
.tour .list a figure {
 vertical-align: top;
 display: table-cell;
 width: 30%;  
}
.tour .list a div {
 vertical-align: middle;
 display: table-cell;
 width: 70%;
 padding-left: 10px;
 text-align: left;
 color: #333;
}
.tour .list a div:hover {
 color: #96814d;
}

.tour .main h2 {
  color: #156AFF;
  font-size: 1.6rem;
  line-height: 1.65rem;
  text-align: center;
  margin: 0 25% 15px;
  height: 12px;
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
.tour .main h2::before {
  position: absolute;
  top: 58%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: #000;
  background-image: url("../../library/img/tour/title-back.png");
}
.tour .main h2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 30px;
  background-color: #fff;
  text-align: left;
}
.tour .main .sub {
  text-align: center;
  color: #333;
  font-size: 1.1rem;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tour .main .note {
  text-align: left;
  color: #333;
  font-size: 1rem;
  margin-top: 5px;
}

.tour .main h5 {
  text-align: left;
  border-left: solid 4px  #b80e0e;
  padding-left: 10px;
  color: #b80e0e;
  font-size: 1.1rem;
  margin-top: 30px;
}
.information_l {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
  font-size: 0.96rem;
  line-height: 1.35rem;
  color: #333;
}
.information_l .text_ttl {
  font-size: 1.34rem;
  line-height: 1.8rem;
  color: #333;
  margin-bottom: 10px;
  margin-top: 25px;
}
.tour_list {
  width: 100%;
  border-bottom: 1px solid #aaa;
  padding: 20px 0%;
}

.tour_list .title{
  padding-top: 40px;
}
.tour_list h3 {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  font-size: 1.6rem;
  margin-bottom: 15px;
  color: #333;
  font-weight: bold;
  width: 55%;
}
.tour_list h3::before, .tour_list h3::after {
  content: "";
  position: absolute;
  bottom: 0;
}
.tour_list h3:before {
  border-bottom: 4px solid #aaa;
  width: 100%;
}
.tour_list h3:after {
  border-bottom: 4px solid #333;
  width: 100%;
}
.tour_list .area {
  display: table;
  width: 100%;
}
.tour_list .area .pic {
  width: 55%;
  display: table-cell;
  vertical-align: top;
}
.tour_list .area .information {
  width: 45%;
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding-left: 30px;
  padding-top: 20px;
}
.tour_list .area .text {
  font-size: 0.96rem;
  line-height: 1.35rem;
  color: #333;
}
.tour_list .area .text_b {
  font-size: 0.96rem;
  line-height: 1.35rem;
  color: #333;
  font-weight: bold;
}
.tour_list .area a{
  color: #156AFF;
  text-decoration: underline;
  transition: all 0.3s;
}
.tour_list .area a:hover{
  color: #FF0000;
  text-decoration: none;
}


.tour_list .area .text_ttl {
  font-size: 1.34rem;
  line-height: 1.8rem;
  color: #333;
  margin-bottom: 10px;
}
.tour_list .area .map {
  width: 65%;
  margin: 10px auto;
}
.tour_list .introbox {
  content: "";
  display: block;
  clear: both;
}
.tour_list .introbox .info {
  width: 70%;
  float: left;
  padding-right: 20px;
  font-size: 0.95rem;
  line-height: 1.5rem;
  color: #444;
}
.tour_list .introbox figure {
  width: 30%;
  float: right;
}

.tour_list li.lists{
  padding-top: 30px;
}
.tour_list li.lists_2{
  padding-bottom: 40px;
}

.tour_list .product {
  border: 1px solid #aaa;
  border-bottom: 5px solid #156AFF;
  position: relative;
}

.tour_list .product .discount20 {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 8%;
}

.tour_list .product .discount30 {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 8%;
}

.tour_list .product a.link {
  width: 100%;
  display: table;
  padding: 10px;
  box-sizing: border-box;
}
.tour_list .product .pic {
  display: table-cell;
  width: 42%;
  vertical-align: top;
}
.tour_list .product .info {
  display: table-cell;
  width: 58%;
  vertical-align: top;
  padding-left: 20px;
  padding-top: 30px;
}
.tour_list .product .info li {
  background-image: url(../../library/img/tour/check.png);
  background-size: 16px 16px;
  font-size: 0.9rem;
  padding-left: 20px;
  background-repeat: no-repeat;
  color: #333;
  background-position: 0 1px;
  margin-top: 10px;
}
.tour_list .product h4 {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 5px;
  color: #111;
}
.tour_list .product .dst {
  background-color: #156AFF;
  display: inline-block;
  width: 25%;
  text-align: center;
  color: #FFF;
  font-size: 0.85rem;
  border-radius: 5px;
  padding: 5px 0;
  margin: 5px 0;
}
.tour_list .product .opedate {
  background-color: #156AFF;
  display: inline-block;
  width:50%;
  text-align: center;
  color: #FFF;
  font-size: 0.85rem;
  border-radius: 5px;
  padding: 5px 0;
  margin: 5px 0;
}
.tour_list .product .detail {
  border-top: #156AFF 1px solid;
  margin-top: 15px;
  padding-top: 15px;
  display: table;
  width: 100%;
}
.tour_list .product .price {
  display: table-cell;
  width: 70%;
  vertical-align: middle;
  font-size: 1rem;
  color: #FF0000;
  font-weight: bold;
}
.tour_list .product .price span {
  font-size: 1.6rem;
  padding: 0 5px;
}

.tour_list .product .normal{
  color: #FF0000;
  margin-bottom: 5px;
  font-size: 1.0rem;
  font-weight: normal;
  text-decoration: line-through;
}

.tour_list .product .normal span{
  font-size: 1.0rem;
  padding: 0;
}

.tour_list .product .link {
  display: table-cell;
  width: 30%;
  vertical-align: middle;
}
.tour_list .product .link .btn {
  width: 100%;
  padding: 8px 0;
}
.tour_list .bx-wrapper .bx-prev {
  background-size: 40px 40px;
}
.tour_list .bx-wrapper .bx-next {
  background-size: 40px 40px;
}
.tour_list .bx-wrapper .bx-controls-direction a {
  width: 40px;
  height: 40px;
}

.last {
  border-bottom: 0px solid #aaa;
}


.movie .pic{
  position: relative;
  padding-bottom: 60%;
  width: 100%;
}
.movie .pic iframe {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}
.movie .information{
  padding-top: 20px;
  font-size: 1.0rem;
  line-height: 1.4rem;
}

@media only screen and (max-width: 980px) {
  .intro {
    padding: 50px 0 30px;
  }
  .intro h2 {
    font-size: 2.5rem;
  }
  .intro .border {
    width: 5%;
    margin: 15px auto;
    height: 3px;
  }
  .intro h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  .intro .sub {
    color: #333;
    font-size: 1.1rem;
    line-height: 1.6rem;
    width: 90%;
    margin: 0 auto;
  }
  .g-navi ul {
    width: 92%;
    margin: 0 auto;
  }
  .g-navi li {
    width: 50%;
    padding: 0 8px;
    float: left;
    margin-bottom: 15px;
  }
  .g-navi h2 {
    font-size: 1.05rem;
  }
  .g-navi h2 span {
    font-size: 0.95rem;
  }
  .tour .container {
    width: 100%;
    margin-top: 0px;
  }
  .tour .main {
    display: block;
    width: 100%;
  }
  .tour .sidebars {
    width: 0%;
    display: none;
  }
  .tour .main {
    padding-top: 50px;
  }
  .tour .main h2 {
    font-size: 1.6rem;
    line-height: 1.6rem;
    margin: 0 20% 15px;
    height: 12px;
    width: 60%;
  }
  .tour .main .sub {
    font-size: 1.05rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .tour_list {
    width: 100%;
    border-bottom: 1px solid #aaa;
    padding: 40px 4% 50px;
  }
  .tour_list h3 {
    position: relative;
    padding-bottom: 10px;
    font-size: 1.4rem;
    margin-bottom: 15px;
    width: 52%;
    text-align: left;
  }
  .tour_list .area {
    display: table;
    width: 100%;
  }
  .tour_list .area .pic {
    width: 52%;
  }
  .tour_list .area .information {
    width: 48%;
    padding-left: 30px;
    padding-top: 20px;
  }
  .tour_list .area .text {
    font-size: 0.95rem;
    line-height: 1.35rem;
    color: #333;
  }
  .tour_list .area .text_ttl {
    font-size: 1.33rem;
    line-height: 1.8rem;
    color: #333;
    margin-bottom: 10px;
  }
  .tour_list .area .map {
    width: 65%;
    margin: 10px auto;
  }
  .tour_list .introbox .info {
    width: 60%;
    padding-right: 20px;
    font-size: 0.95rem;
    line-height: 1.5rem;
    color: #444;
  }
  .tour_list .introbox figure {
    width: 40%;
  }
  .tour_list .product {
    border: 1px solid #aaa;
    border-bottom: 5px solid #156AFF;
    margin-top: 30px;
  }
  .tour_list .product a.link {
    padding: 10px;
  }
  .tour_list .product .pic {
    display: table-cell;
    width: 45%;
    vertical-align: top;
  }
  .tour_list .product .info {
    display: table-cell;
    width: 55%;
    vertical-align: top;
    padding-left: 20px;
    padding-top: 20px;
  }
  .tour_list .product .info li {
    font-size: 0.95rem;
    line-height: 1.25rem;
    padding-left: 20px;
    background-position: 0 1px;
    margin-top: 7px;
    text-align: left;
  }
  .tour_list .product h4 {
    font-size: 1.1rem;
    line-height: 1.3rem;
    margin-bottom: 5px;
  }
  .tour_list .product .dst {
    width: 40%;
    text-align: center;
    color: #FFF;
    font-size: 0.85rem;
  }
  .tour_list .product .opedate {
    width: 55%;
    text-align: center;
    color: #FFF;
    font-size: 0.85rem;
  }
  .tour_list .product .detail {
    border-top: #156AFF 1px solid;
    margin-top: 15px;
    padding-top: 15px;
    display: table;
    width: 100%;
  }
  .tour_list .product .price {
    width: 65%;
    font-size: 1rem;
  }
  .tour_list .product .price span {
    font-size: 1.5rem;
    padding: 0 5px;
  }
  .tour_list .product .normal{
    margin-bottom: 5px;
    font-size: 1.0rem;
  }
  
  .tour_list .product .normal span{
    font-size: 1.0rem;
    padding: 0; 
  }
  .tour_list .product .link {
    display: table-cell;
    width: 35%;
    vertical-align: middle;
  }
  .tour_list .product .link .btn {
    width: 100%;
    padding: 8px 0;
    font-size: 1rem;
  }
  .tour_list .bx-wrapper .bx-prev {
    background-size: 40px 40px;
  }
  .tour_list .bx-wrapper .bx-next {
    background-size: 40px 40px;
  }
  .tour_list .bx-wrapper .bx-controls-direction a {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 680px) {
  .intro {
    padding: 30px 5% 30px;
  }
  .intro h2 {
    font-size: 2.1rem;
  }
  .intro .border {
    width: 5%;
    margin: 15px auto;
    height: 3px;
  }
  .intro h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  .intro .sub {
    color: #333;
    font-size: 1.05rem;
    width: 100%;
    line-height: 1.45rem;
  }
  .g-navi ul {
    width: 94%;
    margin: 0 auto;
  }
  .g-navi li {
    width: 50%;
    padding: 0 5px;
    float: left;
    margin-bottom: 15px;
  }
  .g-navi h2 {
    font-size: 1.05rem;
    height: 40px;
    overflow: hidden;
    text-align: left;
  }
  .g-navi h2 span {
    font-size: 0.95rem;
  }
  .tour .container {
    width: 100%;
    margin-top: 0px;
  }
  .tour .main {
    display: block;
    width: 100%;
  }
  .tour .sidebars {
    width: 0%;
    display: none;
  }
  .tour .main {
    padding-top: 50px;
  }
  .tour .main h2 {
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin: 0 5% 15px;
    height: 12px;
    width: 90%;
  }
  .tour .main .sub {
    font-size: 1rem;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  .tour_list {
    width: 100%;
    border-bottom: 1px solid #aaa;
    padding: 30px 4% 40px;
  }
  .tour_list h3 {
    position: relative;
    padding-bottom: 10px;
    font-size: 1.3rem;
    margin-bottom: 15px;
    width: 100%;
    text-align: left;
  }
  .tour_list .area {
    display: table;
    width: 100%;
  }
  .tour_list .area .pic {
    width: 100%;
    display: block;
  }
  .tour_list .area .movie {
    position: relative;
    padding-bottom: 50%;
    width: 100%;
  }
  .tour_list .area iframe {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
  }
  .tour_list .area .information {
    width: 100%;
    display: block;
    padding-left: 0px;
    padding-top: 20px;
  }
  .tour_list .area .text {
    font-size: 0.95rem;
    line-height: 1.35rem;
    color: #333;
  }
  .tour_list .area .text_ttl {
    font-size: 1.33rem;
    line-height: 1.8rem;
    color: #333;
    margin-bottom: 10px;
  }
  .tour_list .area .map {
    width: 60%;
    margin: 10px auto;
  }
  .tour_list .introbox .info {
    width: 100%;
    float: none;
    padding-right: 0px;
    font-size: 0.95rem;
    line-height: 1.35rem;
    color: #444;
  }
  .tour_list .introbox figure {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .tour_list .product {
    border: 1px solid #aaa;
    border-bottom: 5px solid #156AFF;
    margin-top: 20px;
  }
  .tour_list .product a.link {
    padding: 10px;
  }
  .tour_list .product .pic {
    display: block;
    width: 100%;
  }
  .tour_list .product .info {
    display: block;
    width: 100%;
    padding-left: 0px;
    padding-top: 15px;
  }
  .tour_list .product .info li {
    font-size: 0.95rem;
    line-height: 1.2rem;
    padding-left: 22px;
    background-position: 0 1px;
    margin-top: 7px;
    text-align: left;
  }
  .tour_list .product h4 {
    font-size: 1.1rem;
    line-height: 1.3rem;
    margin-bottom: 5px;
  }
  .tour_list .product .dst {
    width: 40%;
    text-align: center;
    color: #FFF;
    font-size: 0.85rem;
  }
  .tour_list .product .opedate {
    width: 55%;
    text-align: center;
    color: #FFF;
    font-size: 0.85rem;
  }
  .tour_list .product .detail {
    margin-top: 15px;
    padding-top: 15px;
  }
  .tour_list .product .price {
    width: 65%;
    font-size: 1.05rem;
  }
  .tour_list .product .price span {
    font-size: 1.5rem;
    padding: 0 5px;
  }
  .tour_list .product .normal{
    margin-bottom: 5px;
    font-size: 1.0rem;
  }
  
  .tour_list .product .normal span{
    font-size: 1.0rem;
    padding: 0; 
  }
  .tour_list .product .link .btn {
    width: 100%;
    padding: 8px 0;
    font-size: 0.95rem;
  }
  .tour_list .bx-wrapper .bx-prev {
    background-size: 40px 40px;
  }
  .tour_list .bx-wrapper .bx-next {
    background-size: 40px 40px;
  }
  .tour_list .bx-wrapper .bx-controls-direction a {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 380px) {
  .intro {
    padding: 30px 5% 30px;
  }
  .intro h2 {
    font-size: 2rem;
  }
  .intro .border {
    width: 5%;
    margin: 15px auto;
    height: 3px;
  }
  .intro h3 {
    font-size: 1.1rem;
    margin-bottom: 15px;
  }
  .intro .sub {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .g-navi ul {
    width: 94%;
    margin: 0 auto;
  }
  .g-navi li {
    width: 50%;
    padding: 0 5px;
    float: left;
    margin-bottom: 15px;
  }
  .g-navi h2 {
    font-size: 1rem;
    height: 40px;
  }
  .g-navi h2 span {
    font-size: 0.9rem;
  }
  .tour .container {
    width: 100%;
    margin-top: 0px;
  }
  .tour .main {
    display: block;
    width: 100%;
  }
  .tour .sidebars {
    width: 0%;
    display: none;
  }
  .tour .main {
    padding-top: 50px;
  }
  .tour .main h2 {
    font-size: 1.3rem;
    line-height: 1.3rem;
    margin: 0 5% 15px;
    height: 12px;
    width: 90%;
  }
  .tour .main .sub {
    font-size: 0.95rem;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .tour_list {
    width: 100%;
    border-bottom: 1px solid #aaa;
    padding: 30px 4% 40px;
  }
  .tour_list h3 {
    padding-bottom: 10px;
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  .tour_list .area .text {
    font-size: 0.95rem;
    line-height: 1.3rem;
    color: #333;
  }
  .tour_list .area .text_ttl {
    font-size: 1.33rem;
    line-height: 1.8rem;
    color: #333;
    margin-bottom: 10px;
  }
  .tour_list .area .map {
    width: 60%;
    margin: 10px auto;
  }
  .tour_list .introbox .info {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  .tour_list .introbox figure {
    margin-bottom: 10px;
  }
  .tour_list .product {
    margin-top: 20px;
  }
  .tour_list .product a.link {
    padding: 10px;
  }
  .tour_list .product .info li {
    font-size: 0.925rem;
    line-height: 1.2rem;
    background-size: 14px 14px;
    background-position: 0 2px;
  }
  .tour_list .product h4 {
    font-size: 1.05rem;
    line-height: 1.3rem;
    margin-bottom: 5px;
  }
  .tour_list .product .dst {
    width: 40%;
    text-align: center;
    color: #FFF;
    font-size: 0.85rem;
  }
  .tour_list .product .opedate {
    width: 55%;
    text-align: center;
    color: #FFF;
    font-size: 0.85rem;
  }
  .tour_list .product .detail {
    margin-top: 15px;
    padding-top: 15px;
  }
  .tour_list .product .price {
    width: 65%;
    font-size: 1rem;
  }
  .tour_list .product .price span {
    font-size: 1.4rem;
    padding: 0 5px;
  }
  .tour_list .product .normal{
    margin-bottom: 5px;
    font-size: 1.0rem;
  }
  
  .tour_list .product .normal span{
    font-size: 1.0rem;
    padding: 0; 
  }
  .tour_list .product .link .btn {
    font-size: 0.95rem;
  }
}/*# sourceMappingURL=style.css.map */