/* Scss Document */
@font-face {
  font-family: lisbon;
  src: url("../css/font/Lisbon-Script.otf");
}
.contents {
  margin: 0 auto;
  width: 88%;
}

img {
  width: 100%;
}

.sp_on {
  display: none;
}

.jp {
  font-family: Kosugi Maru;
}

body {
  padding-top: 80px;
  text-align: justify;
}

.theme h2 {
  position: relative;
  font-size: 1.3rem;
  height: 60px;
  padding-top: 17px;
  display: block;
  width: 25%;
  margin: 30px auto 0px;
  color: #444;
  font-weight: bold;
  text-align: center;
}
.theme h2:before,
.theme h2:after {
  content: "";
  width: 20px;
  height: 25px;
  position: absolute;
  display: inline-block;
}
.theme h2:before {
  border-left: solid 3px #DB4022;
  border-top: solid 3px #DB4022;
  top: 0;
  left: 0;
}
.theme h2:after {
  border-right: solid 3px #DB4022;
  border-bottom: solid 3px #DB4022;
  bottom: 0;
  right: 0;
}
.theme p.sub {
  font-family: Roboto;
  width: 25%;
  text-align: center;
  margin: 0 auto 40px;
  color: #9B9349;
}
.theme p.jp {
  font-family: Kosugi Maru;
}

.intro {
  display: table;
  width: 100%;
  padding-bottom: 30px;
}
.intro .left {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 47%;
  padding-right: 40px;
  box-sizing: border-box;
  overflow-x: hidden;
}
.intro .left .box {
  padding-top: 60px;
  padding-left: 15%;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.intro .right {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 53%;
  box-sizing: border-box;
}
.intro .right .box {
  padding-top: 40px;
  padding-right: 15%;
  box-sizing: border-box;
}
.intro .messege {
  font-family: lisbon;
  font-size: 2rem;
  color: #DB4022;
  margin-bottom: 15px;
  letter-spacing: 3px;
}
.intro h2 {
  font-size: 1.25rem;
  color: #444;
  font-weight: bold;
  line-height: 2.8rem;
}
.intro h2 .big {
  font-size: 3.5rem;
  line-height: 4rem;
}
.intro h2 .color {
  font-size: 2.1rem;
  color: #DB4022;
}
.intro p.text {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #444;
  margin: 30px 0;
}
.intro .pic {
  padding-bottom: 20px;
}

.img {
  opacity: 0;
  transition: all 1s;
}

.img.img-wrap {
  overflow: hidden;
  position: relative;
  opacity: 1;
}
.img.img-wrap:before, .img.img-wrap:after {
  animation: 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 1;
}
.img.img-wrap:before {
  animation-name: img-wrap-before;
  top: 0;
  bottom: 50%;
}
.img.img-wrap:after {
  animation-name: img-wrap-after;
  top: 50%;
  bottom: 0;
}

.img2 {
  opacity: 0;
  transition: all 1s;
}

.img2.img-wrap2 {
  overflow: hidden;
  position: relative;
  opacity: 1;
}
.img2.img-wrap2:before, .img2.img-wrap2:after {
  animation: 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 1;
}
.img2.img-wrap2:before {
  animation-name: img-wrap-after;
  top: 0;
  bottom: 50%;
}
.img2.img-wrap2:after {
  animation-name: img-wrap-before;
  top: 50%;
  bottom: 0;
}

@keyframes img-wrap-before {
  100% {
    transform: translateX(100%);
  }
}
@keyframes img-wrap-after {
  100% {
    transform: translateX(-100%);
  }
}
.service {
  background-color: #EEF9FF;
  padding: 30px 0;
}
.service ul {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.service ul:after {
  content: "";
  display: block;
  clear: both;
}
.service li {
  display: block;
  width: 33.3%;
  padding: 0 12px;
  float: left;
  margin-bottom: 20px;
}
.service h3 {
  color: #DB4022;
  font-size: 1.2rem;
  font-weight: bold;
  padding-left: 36px;
  height: 34px;
  padding-top: 7px;
  margin-top: 10px;
  background-repeat: no-repeat;
}
.service .qa {
  background-image: url(../harajuku/img/icon-qa.png);
}
.service .locker {
  background-image: url(../harajuku/img/icon-locker.png);
}
.service .ticket {
  background-image: url(../harajuku/img/icon-ticket.png);
}
.service .ex {
  background-image: url(../harajuku/img/icon-ex.png);
}
.service .omiyage {
  background-image: url(../harajuku/img/icon-omiyage.png);
}
.service .wifi {
  background-image: url(../harajuku/img/icon-wifi.png);
}
.service .op {
  background-image: url(../harajuku/img/icon-op.png);
}
.service .prayer {
  background-image: url(../harajuku/img/icon-prayer.png);
}
.service .sim {
  background-image: url(../harajuku/img/icon-sim.png);
}

.service {
  position: relative;
  overflow-x: hidden;
}
.service h4 {
  color: #444;
  font-size: 1.2rem;
  font-weight: bold;
  border-left: 4px #DB4022 solid;
  padding: 5px 0 5px 10px;
}
.service p.texts {
  font-size: 0.95rem;
  line-height: 1.4rem;
  height: 220px;
  color: #444;
  padding: 8px 0;
  text-align: justify;
  overflow: hidden;
}

.lazer {
  display: block;
  margin: 10px auto 0;
  padding: 8px 0;
  width: 60%;
  background-color: #FFFFFF;
  font-weight: bold;
  color: #1582CC;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: 0.2s ease-in-out;
  font-size: 0.925rem;
  cursor: pointer;
}
.lazer:active {
  background: rgba(255, 255, 255, 0.5);
}
.lazer:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #1582CC;
  position: absolute;
  top: -1px;
  right: 0;
  transition: 0.2s ease-in-out 0.2s;
}
.lazer:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #1582CC;
  position: absolute;
  bottom: 0;
  right: -1px;
  transition: 0.2s ease-in-out 0.3s;
}
.lazer span:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #1582CC;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: 0.2s ease-in-out 0.4s;
}
.lazer span:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #1582CC;
  position: absolute;
  top: 0;
  left: -1px;
  transition: 0.2s ease-in-out;
}
.lazer:hover span:after {
  height: 0;
}
.lazer:hover:before {
  width: 0;
}
.lazer:hover:after {
  height: 0;
}
.lazer:hover span:before {
  height: 5px;
}

.parallax-window {
  min-height: 700px;
  background: transparent;
  padding-top: 500px;
}
.parallax-window .box {
  height: 500px;
  background-color: #FFF;
}

.parallax-slider {
  top: 0;
  left: 0;
}

.tic {
  background-color: #FFFFF3;
  padding: 50px 0;
}
.tic h2 {
  width: 30%;
}
.tic .branch_info {
  display: table;
  width: 85%;
  margin: 0 auto;
}
.tic .detail {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 100%;
  padding-right: 0px;
}
.tic .detail dl {
  border-bottom: 1px dotted #888;
  padding-bottom: 13px;
  margin-bottom: 25px;
}
.tic .detail dt {
  color: #DB4022;
  font-size: 0.95rem;
  margin-bottom: 6px;
}
.tic .detail dd {
  color: #444;
  font-size: 0.95rem;
  line-height: 1.5rem;
}
.tic div.map {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 0%;
}
.tic div.map p.map {
  height: 450px;
  width: 100%;
  margin-bottom: 10px;
}
.tic div.map .text {
  font-size: 0.9rem;
  line-height: 1.45rem;
  margin-bottom: 0px;
  text-align: right;
}

.staffs {
  background-color: #FFFFF3;
  padding: 60px 0;
}
.staffs h2 {
  width: 20%;
}

.tour-box {
  background-color: #EEF9FF;
  padding: 40px 0 0;
}
.tour-box h2 {
  width: 30%;
}

.links {
  background-color: #EEF9FF;
  padding: 70px 0;
}
.links h2 {
  width: 30%;
}
.links ul {
  display: block;
  width: 88%;
  margin: 10px auto;
}
.links li {
  display: block;
  width: 25%;
  padding: 0 10px;
  margin-bottom: 15px;
  box-sizing: border-box;
  float: left;
}
.links ul:after {
  content: "";
  display: block;
  clear: both;
}
.links figure {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.links figure:after {
  position: absolute;
  background: #fff;
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  left: 5%;
  top: 50%;
  transform: scale(0);
  transition: all 0.8s ease-out;
}
.links figure:hover:after {
  transform: scale(1);
}
.links figcaption p,
.links figcaption h3 {
  position: absolute;
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: all 0.4s ease-out 0.4s;
}
.links figcaption h3 {
  bottom: 54%;
  transform: translateY(-30px);
  font-size: 1.25rem;
  font-family: Roboto;
  letter-spacing: 0.02rem;
}
.links figcaption p {
  top: 56%;
  transform: translateY(30px);
  font-size: 0.85rem;
  line-height: 1.6rem;
}
.links figure:hover figcaption p,
.links figure:hover figcaption h3 {
  opacity: 1;
  transform: translateY(0);
}
.links figure img {
  transition: all 1.2s ease-out;
}
.links figure:hover img {
  opacity: 0.4;
  transform: scale(1.2);
}
.links a {
  color: #FFF;
}

.tour_box3 {
  width: 100%;
  padding: 40px 5%;
}
.tour_box3 ul {
  display: table;
  width: 100%;
  margin-top: 30px;
}
.tour_box3 li.list {
  display: table-cell;
  width: 33.3%;
  padding: 0 12px;
  box-sizing: border-box;
}
.tour_box3 figure {
  width: 100%;
}
.tour_box3 .box {
  border: #aaa 1px solid;
  border-top: #FFF 1px solid;
  padding: 15px;
  box-sizing: border-box;
  height: auto;
}
.tour_box3 h3 {
  color: #111;
  font-size: 1.1rem;
  line-height: 1.4rem;
  height: 20px;
  overflow: hidden;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}
.tour_box3 p.text {
  font-size: 0.95rem;
  line-height: 1.4rem;
  height: 65px;
  overflow: hidden;
  color: #333;
  text-align: justify;
}
.tour_box3 .detail {
  display: table;
  width: 100%;
  border-top: #156AFF 1px solid;
  margin-top: 15px;
  padding-top: 15px;
}
.tour_box3 .price {
  display: table-cell;
  width: 68%;
  vertical-align: middle;
}
.tour_box3 .price ul {
  display: block;
  margin-top: 0px;
}
.tour_box3 .price li {
  margin-bottom: 5px;
  font-size: 1rem;
  color: #FF0000;
  font-weight: bold;
}
.tour_box3 .price li span {
  font-size: 1.4rem;
  padding: 0 5px;
}
.tour_box3 .link {
  display: table-cell;
  width: 32%;
  vertical-align: middle;
}
.tour_box3 .link .btn {
  width: 100%;
  padding: 8px 0;
}

.anker {
  position: fixed;
  left: -20%;
  top: 315px;
  transform: rotate(-90deg);
  overflow: hidden;
  display: none;
}
.anker ul {
  padding: 18px 50px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.7);
}
.anker ul:after {
  content: "";
  display: block;
  clear: both;
}
.anker li {
  float: right;
  padding-left: 15px;
  font-family: Roboto;
  font-size: 1.05rem;
}
.anker li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  color: #DB4022;
}
.anker li a::before {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  max-width: 0;
  border-bottom: 2px solid #0F8BFF;
  padding-bottom: 5px;
  color: #0F8BFF;
  content: attr(data-hover);
  transition: max-width 0.5s;
}
.anker li a:hover::before,
.anker li a:focus::before {
  max-width: 100%;
}

.fadein {
  opacity: 0;
  transform: translate(0px, 0px);
  transition: all 2s;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0px, 0px);
}

.fadein2 {
  opacity: 0;
  transform: translate(-80px, 0px);
  transition: all 2s;
}

.fadein2.scrollin2 {
  opacity: 1;
  transform: translate(0px, 0px);
}

.fadein3 {
  opacity: 0;
  transform: translate(80px, 0px);
  transition: all 2s;
}

.fadein3.scrollin3 {
  opacity: 1;
  transform: translate(0px, 0px);
}

.fadein4 {
  opacity: 0;
  transform: translate(0px, 50px);
  transition: all 1s;
}

.fadein4.scrollin4 {
  opacity: 1;
  transform: translate(0px, 0px);
}

@media only screen and (max-width: 1300px) {
  html {
    font-size: 92%;
  }
  /*13.6px*/
  .contents {
    width: 95%;
  }
  nav.gn ul {
    width: 95%;
  }
  .foot_wrap {
    width: 95%;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 88%;
  }
  /*9.6px*/
  .contents {
    width: 95%;
    margin: 0 auto;
  }
  nav.gn ul {
    width: 95%;
  }
  .foot_wrap {
    width: 95%;
  }
}
@media only screen and (max-width: 980px) {
  body {
    padding-top: 0px;
  }
  .theme h2 {
    font-size: 1.3rem;
    height: 60px;
    padding-top: 17px;
    width: 30%;
    margin: 30px auto 0px;
  }
  .theme p.sub {
    width: 40%;
    margin: 0 auto 30px;
  }
  .intro {
    padding-bottom: 30px;
  }
  .intro .left {
    width: 52%;
    padding-right: 30px;
  }
  .intro .left .box {
    padding-top: 30px;
    padding-left: 8%;
    margin-bottom: 20px;
  }
  .intro .right {
    width: 48%;
  }
  .intro .right .box {
    padding-top: 40px;
    padding-right: 0%;
    box-sizing: border-box;
  }
  .intro .messege {
    font-size: 2rem;
    color: #DB4022;
    margin-bottom: 15px;
    letter-spacing: 3px;
    text-align: left;
  }
  .intro h2 {
    font-size: 1.15rem;
    line-height: 2.6rem;
  }
  .intro h2 .big {
    font-size: 2.6rem;
    line-height: 3.2rem;
  }
  .intro h2 .color {
    font-size: 2rem;
    color: #DB4022;
  }
  .intro p.text {
    font-size: 1.05rem;
    line-height: 1.85rem;
    margin: 20px 0;
  }
  .intro .pic {
    padding-bottom: 20px;
  }
  .service {
    background-color: #EEF9FF;
    padding: 30px 0;
  }
  .service ul {
    width: 94%;
    margin: 0 auto;
  }
  .service li {
    width: 50%;
    padding: 0 12px;
    margin-bottom: 20px;
  }
  .service h3 {
    font-size: 1.3rem;
    padding-left: 38px;
    height: 34px;
    padding-top: 7px;
    margin-top: 10px;
  }
  .service {
    position: relative;
    overflow-x: hidden;
  }
  .service h4 {
    color: #444;
    font-size: 1.2rem;
    font-weight: bold;
    border-left: 4px #DB4022 solid;
    padding: 5px 0 5px 10px;
  }
  .service p.texts {
    font-size: 1rem;
    line-height: 1.6rem;
    height: 170px;
    color: #444;
    padding: 8px 0;
    overflow: hidden;
  }
  .parallax-window {
    min-height: 0px;
    background: transparent;
    padding-top: 0px;
  }
  .parallax-window .box {
    height: 0px;
    background-color: #FFF;
  }
  .parallax-slider {
    top: 0;
    left: 0;
  }
  .tic {
    padding: 30px 0;
  }
  .tic h2 {
    width: 40%;
  }
  .tic .branch_info {
    display: table;
    width: 92%;
    margin: 0 auto;
  }
  .tic .detail {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
    width: 55%;
    padding-right: 30px;
  }
  .tic .detail dl {
    border-bottom: 1px dotted #888;
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
  .tic .detail dt {
    font-size: 1.05rem;
    margin-bottom: 6px;
  }
  .tic .detail dd {
    font-size: 1rem;
    line-height: 1.35rem;
  }
  .tic div.map {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
    width: 45%;
  }
  .tic div.map p.map {
    height: 320px;
    width: 100%;
    margin-bottom: 10px;
  }
  .tic div.map .text {
    font-size: 1rem;
    line-height: 1.45rem;
    margin-bottom: 0px;
    text-align: right;
  }
  .tour-box {
    background-color: #EEF9FF;
    padding: 30px 0 0;
  }
  .tour-box h2 {
    width: 42%;
  }
  .tour_box3 {
    width: 100%;
    padding: 40px 5%;
  }
  .tour_box3 ul {
    margin-top: 20px;
  }
  .tour_box3 li.list {
    width: 50%;
    padding: 0 10px;
  }
  .tour_box3 li.list:nth-child(3) {
    display: none;
  }
  .tour_box3 .box {
    padding: 15px;
    box-sizing: border-box;
    height: auto;
  }
  .tour_box3 h3 {
    color: #111;
    font-size: 1.2rem;
    line-height: 1.4rem;
    height: 20px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .tour_box3 p.text {
    font-size: 1rem;
    line-height: 1.5rem;
    height: 70px;
  }
  .tour_box3 .detail {
    display: table;
    width: 100%;
    border-top: #156AFF 1px solid;
    margin-top: 15px;
    padding-top: 15px;
  }
  .tour_box3 .price {
    display: table-cell;
    width: 60%;
    vertical-align: middle;
  }
  .tour_box3 .price li {
    margin-bottom: 5px;
    font-size: 1.05rem;
    color: #FF0000;
    font-weight: bold;
  }
  .tour_box3 .price li span {
    font-size: 1.6rem;
    padding: 0 5px;
  }
  .tour_box3 .link {
    width: 40%;
  }
}
@media only screen and (max-width: 680px) {
  body {
    padding-top: 0px;
  }
  .theme h2 {
    font-size: 1.3rem;
    height: 60px;
    padding-top: 17px;
    width: 60%;
    margin: 20px auto 0px;
  }
  .theme p.sub {
    width: 60%;
    margin: 0 auto 30px;
    font-size: 1rem;
  }
  .intro {
    padding-bottom: 0px;
    display: block;
  }
  .intro .left {
    width: 100%;
    padding-right: 0px;
    display: block;
  }
  .intro .left .box {
    padding: 6% 6% 4%;
  }
  .intro .right {
    width: 100%;
    padding-right: 0px;
    display: block;
  }
  .intro .right .box {
    padding-top: 0px;
    padding-right: 0%;
    box-sizing: border-box;
  }
  .intro .messege {
    font-size: 2rem;
    color: #DB4022;
    margin-bottom: 15px;
    letter-spacing: 2px;
  }
  .intro h2 {
    font-size: 1.3rem;
    line-height: 2.6rem;
  }
  .intro h2 .big {
    font-size: 2.6rem;
    line-height: 3.1rem;
  }
  .intro h2 .color {
    font-size: 2.1rem;
    color: #DB4022;
  }
  .intro p.text {
    font-size: 1.1rem;
    line-height: 1.85rem;
    margin: 15px 0 0;
  }
  .intro .pic {
    padding-bottom: 20px;
  }
  .service {
    background-color: #EEF9FF;
    padding: 30px 0;
  }
  .service ul {
    width: 95%;
    margin: 0 auto;
  }
  .service li {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 20px;
  }
  .service h3 {
    font-size: 1.2rem;
    padding-left: 28px;
    height: 25px;
    padding-top: 2px;
    margin-top: 10px;
    background-size: 23px 23px;
  }
  .service {
    position: relative;
    overflow-x: hidden;
  }
  .service h4 {
    color: #444;
    font-size: 1.1rem;
    font-weight: bold;
    border-left: 4px #DB4022 solid;
    padding: 5px 0 5px 10px;
  }
  .service p.texts {
    height: auto;
    color: #444;
    padding: 0;
    display: none;
  }
  .tic {
    padding: 30px 0;
  }
  .tic h2 {
    width: 65%;
  }
  .tic .branch_info {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .tic .detail {
    display: block;
    width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .tic .detail dl {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .tic .detail dt {
    font-size: 1.1rem;
    margin-bottom: 6px;
  }
  .tic .detail dd {
    font-size: 1rem;
    line-height: 1.35rem;
  }
  .tic div.map {
    display: block;
    width: 100%;
  }
  .tic div.map p.map {
    height: 350px;
    width: 100%;
    margin-bottom: 10px;
  }
  .tic div.map .text {
    font-size: 1rem;
    line-height: 1.45rem;
    margin-bottom: 0px;
    text-align: left;
  }
  .tour-box {
    background-color: #EEF9FF;
    padding: 30px 0 0;
  }
  .tour-box h2 {
    width: 65%;
  }
  .tour_box3 {
    width: 100%;
    padding: 30px 5%;
  }
  .tour_box3 ul {
    margin-top: 0px;
  }
  .tour_box3 li.list {
    width: 100%;
    padding: 0px;
    display: block;
    margin-bottom: 20px;
  }
  .tour_box3 li.list:nth-child(3) {
    width: 100%;
    padding: 0px;
    display: block;
  }
  .tour_box3 .box {
    padding: 15px;
    box-sizing: border-box;
    height: auto;
  }
  .tour_box3 h3 {
    color: #111;
    font-size: 1.3rem;
    line-height: 1.4rem;
    height: auto;
    overflow: visible;
    margin-bottom: 10px;
  }
  .tour_box3 p.text {
    font-size: 1rem;
    line-height: 1.45rem;
    height: auto;
  }
  .tour_box3 .detail {
    margin-top: 10px;
    padding-top: 10px;
  }
  .tour_box3 .price {
    display: table-cell;
    width: 60%;
    vertical-align: middle;
  }
  .tour_box3 .price li {
    margin-bottom: 5px;
    font-size: 1.05rem;
    color: #FF0000;
    font-weight: bold;
  }
  .tour_box3 .price li span {
    font-size: 1.6rem;
    padding: 0 5px;
  }
  .tour_box3 .link {
    width: 40%;
  }
}
@media only screen and (max-width: 390px) {
  body {
    padding-top: 0px;
  }
  .theme h2 {
    font-size: 1.2rem;
    height: 50px;
    padding-top: 12px;
    width: 60%;
    margin: 20px auto 0px;
  }
  .theme p.sub {
    width: 60%;
    margin: 0 auto 30px;
    font-size: 1rem;
  }
  .intro {
    padding-bottom: 0px;
    display: block;
  }
  .intro .left .box {
    padding: 6% 6% 4%;
  }
  .intro .messege {
    font-size: 1.9rem;
    color: #DB4022;
    margin-bottom: 15px;
    letter-spacing: 2px;
  }
  .intro h2 {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
  .intro h2 .big {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .intro h2 .color {
    font-size: 1.8rem;
    color: #DB4022;
  }
  .intro p.text {
    font-size: 1.05rem;
    line-height: 1.75rem;
    margin: 10px 0 0;
  }
  .intro .pic {
    padding-bottom: 20px;
  }
  .service {
    background-color: #EEF9FF;
    padding: 30px 0;
  }
  .service ul {
    width: 95%;
    margin: 0 auto;
  }
  .service li {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 15px;
  }
  .service h3 {
    font-size: 1.05rem;
    padding-left: 28px;
    height: 25px;
    padding-top: 2px;
    margin-top: 10px;
    background-size: 23px 23px;
  }
  .tic {
    padding: 30px 0;
  }
  .tic h2 {
    width: 65%;
  }
  .tic .branch_info {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .tic .detail {
    display: block;
    width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .tic .detail dl {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .tic .detail dt {
    font-size: 1.1rem;
    margin-bottom: 6px;
  }
  .tic .detail dd {
    font-size: 1rem;
    line-height: 1.35rem;
  }
  .tic div.map {
    display: block;
    width: 100%;
  }
  .tic div.map p.map {
    height: 300px;
    margin-bottom: 10px;
  }
  .tic div.map .text {
    font-size: 1rem;
    line-height: 1.45rem;
  }
  .tour-box {
    background-color: #EEF9FF;
    padding: 30px 0 0;
  }
  .tour-box h2 {
    width: 70%;
  }
  .tour_box3 {
    width: 100%;
    padding: 20px 5%;
  }
  .tour_box3 ul {
    margin-top: 0px;
  }
  .tour_box3 li.list {
    width: 100%;
    padding: 0px;
    display: block;
    margin-bottom: 20px;
  }
  .tour_box3 h3 {
    color: #111;
    font-size: 1.25rem;
    line-height: 1.4rem;
    height: auto;
    overflow: visible;
    margin-bottom: 10px;
  }
  .tour_box3 p.text {
    font-size: 1.05rem;
    line-height: 1.45rem;
    height: auto;
  }
  .tour_box3 .detail {
    margin-top: 15px;
    padding-top: 15px;
  }
  .tour_box3 .price {
    display: table-cell;
    width: 60%;
    vertical-align: middle;
  }
  .tour_box3 .price li {
    margin-bottom: 5px;
    font-size: 1.05rem;
    color: #FF0000;
    font-weight: bold;
  }
  .tour_box3 .price li span {
    font-size: 1.6rem;
    padding: 0 5px;
  }
  .tour_box3 .link {
    width: 40%;
  }
}/*# sourceMappingURL=style.css.map */