@charset "UTF-8";
/* lawson travel site CSS (common.css) */
input, button, select, textarea {
  vertical-align: middle;
  border-radius: 0;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
  outline: 0;
}

fieldset {
  border: none;
}

input, textarea {
  font-size: 1em;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
}

ul, ol {
  list-style: none;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, a, strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}

div {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

img, a img {
  border: none;
}

table {
  letter-spacing: 1px;
}

iframe {
  border: none;
}

strong {
  font-weight: bold;
}

/* ============================================
 base
============================================ */
html {
  overflow-y: scroll;
}

html, body {
  height: auto;
  color: #000;
  min-width: 320px;
  letter-spacing: -0.1px;
  font-size: 12px;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}

body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  height: 100%;
  background: #fff;
}

#bg {
  top: 0;
  width: 100%;
  height: 100%;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

#exterior_wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

#interior_wrapper {
  position: relative;
  margin: 0 auto;
}
#interior_wrapper a {
  color: #5a9bc3;
}

.content_wrapper {
  position: relative;
  margin: 0 auto;
}

.wrapper {
  margin: 0 auto;
  width: 94%;
}

header {
  margin: 0 auto;
  position: relative;
}
header .main_img {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 0 auto;
}
header .head_inner {
  margin: 0 auto 10%;
  padding: 10% 0 0;
  text-align: center;
}
header .wrapper {
  margin: 0 auto;
  width: 94%;
}

.movie_area {
  margin: 30px auto;
}
.movie_area .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie_area .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.head_tit {
  padding: 20px 0;
  background: #fff;
}
.head_tit h1 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 5px;
}
.head_tit .date {
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  font-size: 1.25rem;
}

section {
  margin: 40px auto 0;
}
section h2 {
  font-size: 22px;
  font-size: 1.8333333333rem;
  background: #9b9b9b;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  margin: 0 auto 15px;
}
section .inner {
  padding: 0 10px;
}

#tour .tour_read {
  font-size: 14px;
  font-size: 1.1666666667rem;
  font-weight: normal;
  margin: 0 auto 15px;
  text-align: left;
}
#tour .tour_detail_box {
  border: solid 2px #b5b5b5;
  padding: 20px;
  background: rgba(255, 255, 255, 0.71);
}
#tour .tour_detail_box ul li {
  font-size: 14px;
  font-size: 1.1666666667rem;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 5px;
  color: #000;
  border-bottom: 2px solid #b5b5b5;
  margin-bottom: 15px;
}
#tour .tour_detail_box ul li:last-child {
  margin-bottom: 0;
}

#schedule .schedule_box {
  border: solid 3px #b5b5b5;
}
#schedule .schedule_box h3 {
  background: #b5b5b5;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  font-size: 1.3333333333rem;
  padding: 3px 0;
}
#schedule .schedule_box .schedule_box_inner {
  padding: 15px;
  background: rgba(255, 255, 255, 0.71);
  display: flex;
  flex-wrap: wrap;
}
#schedule .schedule_box .schedule_box_left {
  width: 100%;
}
#schedule .schedule_box .schedule_box_right {
  width: 100%;
}
#schedule .schedule_box .schedule_list_box:first-child {
  margin-bottom: 20px;
}
#schedule .schedule_box .schedule_list {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  border-bottom: 1px solid #b5b5b5;
  padding-top: 10px;
}
#schedule .schedule_box .schedule_list:first-child {
  margin-top: 0;
}
#schedule .schedule_box .schedule_list .time {
  font-size: 18px;
  font-size: 1.5rem;
  border-bottom: 3px solid #b5b5b5;
  margin-right: 15px;
  font-weight: bold;
  min-width: 50px;
  text-align: center;
}
#schedule .schedule_box .schedule_list .detail {
  font-size: 16px;
  font-size: 1.3333333333rem;
}
#schedule .caution {
  margin-top: 10px;
  font-size: 11px;
  font-size: 0.9166666667rem;
  text-align: left;
}
#schedule .caution p {
  margin-top: 1.5em;
}

#price p {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.1666666667rem;
}

#conditions {
  font-size: 16px;
  font-size: 1.3333333333rem;
}
#conditions p {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.3333333333rem;
}

#travel_conditions dl {
  border: solid #b5b5b5 3px;
  display: flex;
  margin-bottom: 5px;
}
#travel_conditions dl:last-child {
  margin-bottom: 0;
}
#travel_conditions dl dt {
  padding: 5px;
  background: #b5b5b5;
  color: #fff;
  font-weight: bold;
  text-align: center;
  min-width: 120px;
  font-size: 14px;
  font-size: 1.1666666667rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#travel_conditions dl dd {
  padding: 5px 10px;
  text-align: left;
  background: rgba(255, 255, 255, 0.71);
  width: 100%;
}

#included_price ul li {
  text-align: left;
  font-size: 14px;
  font-size: 1.1666666667rem;
  font-weight: bold;
  margin-bottom: 5px;
}
#included_price ul li:last-child {
  margin-bottom: 0;
}
#included_price p {
  text-align: left;
  font-size: 14px;
  font-size: 1.1666666667rem;
  font-weight: bold;
  line-height: 1.8;
}

#place .place_txt {
  text-align: left;
  font-size: 14px;
  font-size: 1.1666666667rem;
  font-weight: bold;
  margin-bottom: 5px;
}
#place .caution {
  margin-top: 10px;
  font-size: 11px;
  font-size: 0.9166666667rem;
  text-align: left;
}

#notes .notes_inner {
  background: rgba(181, 181, 181, 0.15);
  padding: 20px;
}
#notes .block {
  margin: 20px auto;
}
#notes .block h3 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 20px;
  font-size: 1.6666666667rem;
}
#notes .block p {
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: left;
}
#notes .block .cancellation_fee {
  margin-bottom: 10px;
  border-radius: 30px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.51);
}
#notes .block .cancellation_fee p {
  margin-bottom: 0 !important;
}
#notes .btn_entry a {
  border: solid red 3px;
  background: red;
  border-radius: 30px;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-size: 1.6666666667rem;
  font-weight: bold;
}

.pre-wrap {
  white-space: pre-wrap;
}

footer {
  background: #b5b5b5;
  padding: 0;
  margin-top: 40px;
}
footer .contact_caption {
  text-align: center;
  font-size: 20px;
  font-size: 1.6666666667rem;
  padding: 20px 0;
  font-weight: bold;
  color: #fff;
}
footer .contact {
  background: #fff;
  padding: 20px;
  text-align: center;
}
footer .contact p {
  margin: 20px auto;
  color: #000;
  line-height: 2;
  font-size: 12px;
  font-size: 1rem;
  text-align: center;
}
footer .contact p small {
  font-size: 10px;
  font-size: 0.8333333333rem;
  font-weight: normal;
}
footer .contact p:first-child {
  margin-top: 0;
}
footer .contact p:last-child {
  margin-bottom: 0;
}
footer .copyright {
  font-size: 12px;
  font-size: 1rem;
  letter-spacing: 1px;
  padding: 20px 0;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .no_pc {
    display: none;
  }
  .no_sp {
    display: inline;
  }
  body {
    width: 100%;
    height: 100%;
  }
  #exterior_wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
  }
  #interior_wrapper {
    position: relative;
    margin: 0 auto;
  }
  .content_wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
  }
  .wrapper {
    margin: 0 auto;
    width: 94%;
    max-width: 960px;
  }
  header {
    margin: 0 auto;
    position: relative;
  }
  header .main_img {
    width: 100%;
  }
  header .main_img img {
    width: 100%;
  }
  header .head_inner {
    margin: 0 auto 10%;
    padding: 10% 0 0;
    text-align: center;
  }
  header .wrapper {
    margin: 0 auto;
    width: 94%;
    max-width: 1100px;
  }
  .movie_area {
    margin: 60px auto;
  }
  .movie_area .movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .movie_area .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .head_tit {
    padding: 25px 0;
    background: #fff;
  }
  .head_tit h1 {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    font-size: 3rem;
    line-height: 1.4;
    letter-spacing: -0.3px;
    margin-bottom: 10px;
  }
  .head_tit .date {
    text-align: center;
    font-size: 30px;
    font-size: 2.5rem;
  }
  section {
    margin: 70px auto 0;
  }
  section h2 {
    font-size: 36px;
    font-size: 3rem;
    background: #9b9b9b;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    margin: 0 auto 25px;
  }
  section .inner {
    padding: 0 30px;
  }
  #tour .tour_read {
    font-size: 24px;
    font-size: 2rem;
    font-weight: normal;
    margin: 0 auto 20px;
  }
  #tour .tour_detail_box {
    border: solid 4px #b5b5b5;
    padding: 30px 40px;
    background: rgba(255, 255, 255, 0.71);
  }
  #tour .tour_detail_box ul li {
    font-size: 22px;
    font-size: 1.8333333333rem;
    border-bottom: 4px solid #b5b5b5;
    font-weight: bold;
    padding-bottom: 10px;
    color: #000;
    margin-bottom: 20px;
  }
  #tour .tour_detail_box ul li:last-child {
    margin-bottom: 0;
  }
  #schedule .schedule_box {
    border: solid 4px #b5b5b5;
  }
  #schedule .schedule_box h3 {
    background: #b5b5b5;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 22px;
    font-size: 1.8333333333rem;
    padding: 5px 0;
  }
  #schedule .schedule_box .schedule_box_inner {
    padding: 30px 40px;
    background: rgba(255, 255, 255, 0.71);
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 0%;
  }
  #schedule .schedule_box .schedule_box_left {
    width: 48%;
    padding-right: 4%;
    margin-right: 0%;
    border-right: 1px solid #b5b5b5;
  }
  #schedule .schedule_box .schedule_box_left.schedule_box_single {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
  #schedule .schedule_box .schedule_box_right {
    width: 48%;
    padding-left: 0%;
    margin-left: 4%;
  }
  #schedule .schedule_box .schedule_list_box:first-child {
    margin-bottom: 0;
  }
  #schedule .schedule_box .schedule_list_box:last-child {
    margin-bottom: 0;
  }
  #schedule .schedule_box .schedule_list {
    display: flex;
    align-items: baseline;
    margin-bottom: 0px;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: none;
    border-top: 1px solid #b5b5b5;
  }
  #schedule .schedule_box .schedule_list:last-child {
    margin-bottom: 0;
  }
  #schedule .schedule_box .schedule_list:first-child {
    border-top: none;
  }
  #schedule .schedule_box .schedule_list .time {
    font-size: 22px;
    font-size: 1.8333333333rem;
    border-bottom: 4px solid #b5b5b5;
    margin-right: 25px;
    font-weight: bold;
    min-width: 65px;
    text-align: center;
  }
  #schedule .schedule_box .schedule_list .detail {
    font-size: 20px;
    font-size: 1.6666666667rem;
  }
  #schedule .caution {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1.3333333333rem;
    text-align: left;
  }
  #price p {
    text-align: left;
    font-weight: bold;
    font-size: 24px;
    font-size: 2rem;
  }
  #conditions {
    font-size: 18px;
    font-size: 1.5rem;
  }
  #conditions p {
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.5rem;
  }
  #travel_conditions dl {
    border: solid #b5b5b5 3px;
    display: flex;
    margin-bottom: 5px;
  }
  #travel_conditions dl:last-child {
    margin-bottom: 0;
  }
  #travel_conditions dl dt {
    padding: 5px;
    background: #b5b5b5;
    color: #fff;
    font-weight: bold;
    text-align: center;
    min-width: 300px;
    font-size: 20px;
    font-size: 1.6666666667rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #travel_conditions dl dd {
    padding: 5px 15px;
    text-align: left;
    font-size: 20px;
    font-size: 1.6666666667rem;
    display: flex;
    background: rgba(255, 255, 255, 0.71);
    width: 100%;
    justify-content: left;
    align-items: center;
  }
  #included_price ul li {
    text-align: left;
    font-size: 24px;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 5px;
  }
  #included_price ul li:last-child {
    margin-bottom: 0;
  }
  #included_price p {
    text-align: left;
    font-size: 24px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.8;
  }
  #place .place_txt {
    text-align: left;
    font-size: 22px;
    font-size: 1.8333333333rem;
    font-weight: bold;
    margin-bottom: 5px;
  }
  #place .caution {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1.3333333333rem;
    text-align: left;
  }
  #notes .notes_inner {
    background: rgba(181, 181, 181, 0.13);
    padding: 35px;
  }
  #notes .block {
    margin: 40px auto;
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  #notes .block h3 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 35px;
    font-size: 26px;
    font-size: 2.1666666667rem;
  }
  #notes .block p {
    line-height: 2;
    font-size: 16px;
    font-size: 1.3333333333rem;
    margin-bottom: 25px;
    text-align: center;
  }
  #notes .block .cancellation_fee {
    margin: 20px auto;
    line-height: 2.2;
    border-radius: 30px;
    font-size: 16px;
    font-size: 1.3333333333rem;
    padding: 30px;
    max-width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.51);
  }
  #notes .block .cancellation_fee p {
    margin-bottom: 0;
  }
  #notes .btn_entry a {
    border: solid red 3px;
    background: red;
    border-radius: 30px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    font-size: 2rem;
    font-weight: bold;
  }
  footer {
    background: #b5b5b5;
    padding: 0;
    margin-top: 60px;
  }
  footer .contact_caption {
    text-align: center;
    font-size: 26px;
    font-size: 2.1666666667rem;
    padding: 30px 0;
    font-weight: bold;
    color: #fff;
  }
  footer .contact {
    background: #fff;
    padding: 30px;
    text-align: center;
  }
  footer .contact p {
    margin: 35px auto;
    color: #000;
    line-height: 2;
    font-size: 16px;
    font-size: 1.3333333333rem;
    text-align: center;
  }
  footer .contact p small {
    font-size: 14px;
    font-size: 1.1666666667rem;
    font-weight: normal;
  }
  footer .contact p:first-child {
    margin-top: 0;
  }
  footer .contact p:last-child {
    margin-bottom: 0;
  }
  footer .copyright {
    font-size: 14px;
    font-size: 1.1666666667rem;
    letter-spacing: 1px;
    padding: 40px 0;
    text-align: center;
    color: #fff;
  }
}

/*# sourceMappingURL=common.css.map */
