/* Scss Document */
@font-face {
  font-family: bulter-b;
  src: url(../font/Butler_Bold.otf);
}
@font-face {
  font-family: bulter-m;
  src: url(../font/Butler_Medium.otf);
}
@font-face {
  font-family: bulter-r;
  src: url(../font/Butler_Regular.otf);
}
h1 {
  position: absolute;
  top: 2px;
  left: 115px;
  font-size: 12px;
  font-size: 0.7rem;
}

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

body {
  padding-top: 80px;
  font-family: Roboto;
  text-align: left;
}

.top {
  padding: 0px;
  position: relative;
  width: 100%;
  height: 75vh;
  overflow: hidden;
}
.top .pic {
  position: absolute;
  top: 0%;
  right: 0;
  width: 100%;
  box-sizing: border-box;
}
.top .text {
  position: absolute;
  text-align: center;
  top: 80px;
  left: 25%;
  background-color: rgba(255, 255, 255, 0.8);
  width: 50%;
  padding: 40px;
  z-index: 10;
  border-radius: 10px;
}
.top .text h2 {
  margin-bottom: 15px;
  color: #156AFF;
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin-bottom: 20px;
  font-weight: bold;
  font-style: oblique;
}
.top .text p {
  color: #333;
  font-size: 1rem;
  line-height: 1.75rem;
}

a.arrow {
  padding-top: 75px;
  position: relative;
  width: 45px;
  display: block;
  margin: 0 auto;
  color: #156aff;
  text-align: center;
  font-size: 0.9rem;
}
a.arrow div {
  position: absolute;
  top: 0;
  left: 0%;
  width: 45px;
  height: 45px;
  margin-left: 0;
  transform: rotate(-45deg);
  animation: sdb 2s infinite;
  box-sizing: border-box;
}

@keyframes sdb {
  0% {
    transform: rotate(0deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(0deg) translate(0px, 25px);
    opacity: 0;
  }
}
.season {
  padding: 70px 5% 30px;
}
.season .box {
  display: table;
  width: 100%;
}
.season .box .tops {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 7px;
  width: 45%;
}
.season .box .recommend {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 6px;
  width: 55%;
}
.season .box .recommend ul {
  display: table;
  width: 100%;
}
.season .box .recommend li {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 50%;
  padding: 0 7px;
}
.season h3 {
  color: #156AFF;
  font-size: 1.15rem;
  margin-bottom: 3px;
  font-weight: bold;
}
.season h3 span {
  font-size: 0.9rem;
  padding-left: 5px;
  color: #888;
}
.season p {
  font-size: 0.95rem;
  line-height: 1.3rem;
  color: #444;
}
.season p.text {
  font-size: 0.95rem;
  line-height: 1.8rem;
  margin: 15px 0 45px;
  text-align: center;
  color: #333;
}
.season figure {
  width: 100%;
  margin-bottom: 10px;
}
.season img {
  width: 100%;
}
.season .info {
  margin-bottom: 20px;
  font-weight: normal;
}

.tourtheme {
  padding: 0px 5% 0px;
}
.tourtheme ul {
  display: block;
  width: 100%;
}
.tourtheme ul::after {
  content: "";
  display: block;
  clear: both;
}
.tourtheme li {
  display: block;
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
  float: left;
}
.tourtheme figure {
  margin-bottom: 10px;
}
.tourtheme h3 {
  color: #156AFF;
  font-size: 1.15rem;
  font-weight: bold;
}
.tourtheme h3 span {
  font-size: 0.9rem;
  padding-left: 5px;
  color: #888;
}

.title {
  margin-bottom: 30px;
}
.title h2 {
  color: #156AFF;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  margin: 0 25% 0px;
  height: 12px;
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
.title h2::before {
  position: absolute;
  top: 65%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-image: url("../img/title-back.png");
  background-color: #FFF;
}
.title h2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 30px;
  text-align: left;
  background-color: #FFF;
}
.title p {
  margin-top: 20px;
  color: #333;
  text-align: center;
  font-size: 1rem;
  line-height: 1.8rem;
}

.btn {
  padding: 8px 15px;
  font-weight: 500;
  background: transparent;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  border: 2px solid #FF5205;
  z-index: 1;
  color: #FF5205;
  background-color: white;
  font-weight: bold;
  font-size: 1rem;
}
.btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  direction: rtl;
  z-index: -1;
  background: #FF5205;
  transition: all 0.3s ease;
}
.btn:hover {
  color: white;
}
.btn:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}

.snip {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
}
.snip figcaption {
  position: absolute;
  bottom: 25px;
  right: 25px;
  padding: 0px;
}
.snip p {
  margin: 20px;
  text-transform: uppercase;
  opacity: 0;
  color: #FFF;
  font-size: 1.05rem;
}
.snip:hover p {
  opacity: 1;
}
.snip img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
.snip:hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}

.snip2 figcaption {
  bottom: 15px;
  right: 15px;
}
.snip2 p {
  margin: 15px 15px 12px;
  font-size: 1rem;
}

.snip *,
.snip *:before,
.snip *:after {
  box-sizing: border-box;
  transition: all 0.55s ease;
}

.snip figcaption:before,
.snip figcaption:after {
  height: 2px;
  width: 1000%;
  position: absolute;
  content: "";
  background-color: #ffffff;
}

.snip figcaption:before {
  top: 0;
  left: 0;
  transform: translateX(100%);
}

.snip figcaption:after {
  bottom: 0;
  right: 0;
  transform: translateX(-100%);
}

.snip figcaption div:before,
.snip figcaption div:after {
  width: 2px;
  height: 1000%;
  position: absolute;
  content: "";
  background-color: #ffffff;
}

.snip figcaption div:before {
  top: 0;
  left: 0;
  transform: translateY(100%);
}

.snip figcaption div:after {
  bottom: 0;
  right: 0;
  transform: translateY(-100%);
}

.snip:hover figcaption:before,
.snip.hover figcaption:before,
.snip:hover figcaption:after,
.snip.hover figcaption:after,
.snip:hover figcaption div:before,
.snip.hover figcaption div:before,
.snip:hover figcaption div:after,
.snip.hover figcaption div:after {
  transform: translate(0, 0);
}

.snip:hover figcaption:before,
.snip.hover figcaption:before,
.snip:hover figcaption:after,
.snip.hover figcaption:after {
  transition-delay: 0.3s;
}

.lank {
  padding: 30px 5% 50px;
}
.lank ul {
  width: 100%;
  display: table;
}
.lank li {
  width: 33.3%;
  display: table-cell;
  vertical-align: top;
  padding: 0 13px;
  box-sizing: border-box;
}
.lank .tour-box {
  display: block;
  padding: 15px;
  box-sizing: border-box;
  background-color: #FFF;
  box-shadow: 0 0 5px 0 #888;
}
.lank h3 {
  color: #156AFF;
  font-size: 1.1rem;
  border-bottom: 3px solid #156AFF;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-weight: bold;
}
.lank .box {
  border-bottom: 1px dotted #aaa;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.lank .box:last-child {
  border-bottom: 0px dotted #aaa;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.lank li a {
  display: table;
  width: 100%;
}
.lank figure {
  display: table-cell;
  width: 30%;
  vertical-align: top;
}
.lank .info {
  display: table-cell;
  width: 70%;
  vertical-align: top;
  padding-left: 15px;
  padding-top: 15px;
}
.lank h4 {
  color: #333;
  font-size: 1.05rem;
  max-height: 40px;
  overflow: hidden;
  margin-bottom: 10px;
}
.lank .detail {
  display: table;
  width: 100%;
}
.lank .price {
  display: table-cell;
  width: 60%;
  vertical-align: middle;
  color: #FF0000;
  font-size: 0.95rem;
  font-weight: bold;
}
.lank .price span {
  font-size: 1.1rem;
}
.lank .link {
  display: table-cell;
  width: 40%;
  vertical-align: middle;
}
.lank .link p {
  background-color: #FF5205;
  padding: 8px 5px;
  text-align: center;
  color: #FFF;
  font-size: 0.9rem;
  border-radius: 10px;
}
.lank figure {
  position: relative;
}
.lank figcaption {
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: #FFF;
  font-weight: bold;
  color: #156AFF;
  text-align: center;
  padding: 3px;
  font-size: 0.95rem;
  top: 0;
  left: 0;
}

.category {
  padding: 70px 0 0;
  background-color: #f8fdff;
}
.category .title h2 span {
  background-color: #f8fdff;
}
.category .tour ul {
  display: table;
  width: 100%;
  width: 90%;
  margin: 0px auto 80px;
}
.category .tour li {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 15px;
  width: 33%;
}
.category .tour a {
  display: block;
  padding: 15px;
  box-sizing: border-box;
  background-color: #FFF;
  box-shadow: 0 0 5px 0 #888;
}
.category .tour figure {
  width: 100%;
  margin-bottom: 15px;
}
.category .tour img {
  width: 100%;
}
.category .tour .text {
  font-size: 1rem;
  color: #333;
  line-height: 1.5rem;
  margin-bottom: 10px;
}
.category .tour h3 {
  color: #156aff;
  font-size: 1.3rem;
  margin-bottom: 10px;
  padding-left: 35px;
  padding-top: 3px;
  min-height: 30px;
  font-weight: bold;
  background-repeat: no-repeat;
}
.category .tour .jft {
  background-image: url(../img/icon-jft.png);
}
.category .tour .bus {
  background-image: url(../img/icon-bustour.png);
}
.category .tour .lux {
  background-image: url(../img/icon-lux.png);
}
.category .tour .sakura {
  background-image: url(../img/icon-sakura.png);
}

.themes {
  margin-top: 80px;
}
.themes input[type=radio] {
  display: none;
}
.themes .tab_wrap {
  width: 90%;
  margin: 0 auto;
}
.themes .tab_area {
  font-size: 0;
  margin: 0 auto;
  width: 300px;
  display: table;
  margin: 20px auto 30px;
}
.themes .tab_area label {
  width: 150px;
  display: table-cell;
  padding: 0;
  color: #999;
  text-align: center;
  font-size: 1.15rem;
  line-height: 1.45rem;
  cursor: pointer;
  transition: 0.2s;
  box-sizing: border-box;
  padding-bottom: 10px;
}
.themes .tab_area label:hover {
  color: #156AFF;
}
.themes .panel_area {
  overflow: hidden;
  height: 370px;
  position: relative;
}
.themes .panel_area .tab_panel {
  width: 100%;
  overflow: hidden;
  position: absolute;
  height: 100%;
}
.themes #tab1:checked ~ .tab_area .tab1_label,
.themes #tab2:checked ~ .tab_area .tab2_label,
.themes #tab3:checked ~ .tab_area .tab3_label,
.themes #tab4:checked ~ .tab_area .tab4_label {
  color: #156AFF;
  border-bottom: 4px solid #156AFF;
  padding-bottom: 6px;
}
.themes #tab1:checked ~ .panel_area #panel1,
.themes #tab2:checked ~ .panel_area #panel2,
.themes #tab3:checked ~ .panel_area #panel3,
.themes #tab4:checked ~ .panel_area #panel4 {
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
  z-index: 1;
}
.themes .panel {
  display: table;
  width: 100%;
  margin-top: 20px;
}
.themes .panel li {
  display: table-cell;
  width: 25%;
  vertical-align: top;
  padding: 0 8px;
  box-sizing: border-box;
}
@keyframes tabAnim {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}

.aboutus {
  background-color: #fffff5;
  padding: 0px 5%;
}
.aboutus .title h2 span {
  background-color: #fffff5;
}

.company_info {
  padding: 80px 0% 0;
}
.company_info .wrap::after {
  content: "";
  display: block;
  clear: both;
}
.company_info h3 {
  color: #156AFF;
  font-size: 1.1rem;
  border-bottom: 1px solid #156AFF;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}
.company_info .box {
  width: 73%;
  float: right;
  padding-left: 30px;
}
.company_info .box .office {
  border-left: 1px solid #888;
  border-bottom: 1px solid #888;
  padding: 10px 5px 10px 15px;
  background-color: #FFF;
}
.company_info .box dl {
  margin-bottom: 10px;
}
.company_info .box dl dt {
  color: #FF5205;
  font-size: 0.9rem;
  margin-bottom: 3px;
}
.company_info .box dl dd {
  color: #333;
  font-size: 0.95rem;
  line-height: 1.25rem;
}
.company_info .box ul {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.company_info .box ul li {
  display: table-cell;
  width: 50%;
  padding-left: 15px;
  box-sizing: border-box;
  vertical-align: top;
}
.company_info .box ul .office {
  display: table;
  width: 100%;
}
.company_info .box ul .office .info {
  display: table-cell;
  vertical-align: top;
  width: 55%;
  padding-right: 15px;
}
.company_info .box ul .office figure {
  display: table-cell;
  vertical-align: top;
  width: 45%;
}
.company_info .map {
  width: 27%;
  float: left;
}

.business {
  padding: 50px 0% 0;
}
.business .wrap {
  display: table;
  width: 100%;
  margin-bottom: 25px;
}
.business .box {
  display: table-cell;
  width: 50%;
  padding: 0 10px;
}
.business .business-box {
  display: table;
  width: 100%;
  border-bottom: #1CADB4 3px solid;
  padding-bottom: 15px;
}
.business .business-box .info {
  display: table-cell;
  width: 58%;
  vertical-align: top;
  padding-right: 20px;
  padding-left: 10px;
}
.business .business-box .info li {
  background-image: url(../img/check.jpg);
  padding-left: 20px;
  font-size: 0.9rem;
  color: #444;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: 0 2px;
  margin-top: 3px;
}
.business .business-box .pic {
  display: table-cell;
  width: 42%;
  vertical-align: top;
  padding-right: 0px;
}
.business .business-box h3 {
  color: #1CADB4;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 50px;
  min-height: 40px;
  background-repeat: no-repeat;
  padding-top: 10px;
  background-size: 40px 40px;
}
.business .business-box .text {
  font-size: 0.95rem;
  line-height: 1.35rem;
  text-align: justify;
}
.business .business-box h4 {
  background-color: #1CADB4;
  padding: 5px 10px;
  display: inline-block;
  color: #FFF;
  font-size: 0.9rem;
  margin: 10px 0 5px;
}
.business li.group h3 {
  background-image: url(../img/icon-bus.png);
}
.business li.fit h3 {
  background-image: url(../img/icon-fit.png);
}
.business li.mice h3 {
  background-image: url(../img/icon-mice.png);
}
.business li.ticket h3 {
  background-image: url(../img/icon-ticket.png);
}

.shop {
  padding: 50px 0;
}
.shop .wrap {
  display: table;
  width: 100%;
  margin-top: 50px;
}
.shop .info {
  display: table-cell;
  width: 60%;
  padding-right: 50px;
  padding-top: 10px;
}
.shop .info h3 {
  color: #156AFF;
  font-size: 1.15rem;
  border-bottom: 1px solid #156AFF;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-weight: bold;
}
.shop .info .text {
  color: #333;
  font-size: 0.95rem;
  line-height: 1.5rem;
  margin-bottom: 20px;
}
.shop .info dl {
  margin-top: 15px;
  border-bottom: 1px dotted #888;
  padding-bottom: 10px;
  display: table;
  width: 90%;
  font-size: 0.95rem;
}
.shop .info dt {
  display: table-cell;
  width: 20%;
  vertical-align: bottom;
  color: #FF5205;
}
.shop .info dd {
  display: table-cell;
  width: 70%;
  vertical-align: bottom;
  color: #333;
}
.shop .info .btn {
  margin-top: 20px;
}
.shop .service {
  margin-top: 25px;
  border-bottom: 1px dotted #888;
  padding-bottom: 10px;
}
.shop .service h4 {
  background-color: #1CADB4;
  padding: 5px 10px;
  display: inline-block;
  color: #FFF;
  font-size: 0.9rem;
  margin: 0px 0 15px;
}
.shop .service ul {
  display: table;
  width: 100%;
}
.shop .service ul li {
  display: table-cell;
  width: 16.6%;
  padding: 0 10px;
  vertical-align: top;
}
.shop .service ul img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.shop .service ul figcaption {
  color: #333;
  margin-top: 10px;
  font-size: 0.9rem;
  text-align: center;
}
.shop .map_box {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 40%;
}
.shop .map_box p.map {
  height: 75vh;
  width: 100%;
  margin-bottom: 10px;
}
.shop .map_box .text {
  font-size: 0.9rem;
  line-height: 1.45rem;
  margin-bottom: 0;
  text-align: right;
}
.shop .pic {
  display: table;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 50px;
  border-bottom: 1px solid #888;
}
.shop .pic figure {
  display: table-cell;
  width: 25%;
  padding-right: 30px;
  box-sizing: border-box;
}

.zenses {
  background-color: #FFF;
  padding: 60px 0 0px;
  box-sizing: border-box;
  margin-bottom: 0px;
  position: relative;
  background: linear-gradient(to bottom, #FFF, #FFF 43%, #555 43%, #555);
}
.zenses .logo {
  width: 30%;
  margin-bottom: 10px;
}
.zenses h3 {
  background-color: #fff;
  display: inline-block;
  padding: 5px 0 5px 10%;
  width: 90%;
  font-family: shippori mincho, serif;
  font-weight: bold;
  font-size: 1.6rem;
}
.zenses h3 span {
  font-family: Roboto;
  font-weight: normal;
  font-size: 0.95rem;
  padding-left: 15px;
}
.zenses .text {
  color: #333;
  font-size: 0.95rem;
  line-height: 1.5rem;
  margin-bottom: 20px;
}
.zenses .box {
  display: table-cell;
  width: 60%;
  vertical-align: top;
  padding-right: 30px;
  padding-top: 10px;
}
.zenses .box .intro {
  padding-left: 10%;
  margin-bottom: 40px;
}
.zenses .pic {
  display: table-cell;
  width: 40%;
  vertical-align: top;
  padding-right: 6%;
}
.zenses .pic figure {
  border: #fff 5px solid;
}
.zenses .service {
  display: table;
  width: 100%;
  padding: 20px 5% 50px;
}
.zenses .service li {
  display: table-cell;
  width: 25%;
  padding: 0 10px;
  vertical-align: top;
}
.zenses .service figure {
  border: 5px solid #fff;
  margin-bottom: 10px;
}
.zenses .service dl {
  color: #FFF;
}
.zenses .service dt {
  font-size: 1.05rem;
  margin-bottom: 5px;
  font-family: shippori mincho, serif;
  letter-spacing: 0.1rem;
  font-weight: bold;
}
.zenses .service dd {
  font-size: 0.9rem;
  line-height: 1.4rem;
}

@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) {
  h1 {
    display: none;
  }
  .contents {
    margin: 0 auto;
    width: 92%;
  }
  body {
    padding-top: 0px;
  }
  .top {
    height: 40vh;
  }
  .top .pic {
    position: absolute;
    top: 0%;
    right: -15%;
    width: 130%;
    box-sizing: border-box;
  }
  .top .text {
    top: 80px;
    left: 10%;
    width: 80%;
    padding: 30px;
    z-index: 10;
    border-radius: 10px;
  }
  .top .text h2 {
    font-size: 1.6rem;
    line-height: 1.6rem;
    margin-bottom: 20px;
  }
  .top .text p {
    color: #333;
    font-size: 1.05rem;
    line-height: 1.75rem;
  }
  a.arrow {
    padding-top: 75px;
    position: relative;
    width: 45px;
    display: block;
    margin: 0 auto;
    color: #156aff;
    text-align: center;
    font-size: 0.9rem;
  }
  a.arrow div {
    position: absolute;
    top: 0;
    left: 0%;
    width: 45px;
    height: 45px;
    margin-left: 0;
    transform: rotate(-45deg);
    animation: sdb 2s infinite;
    box-sizing: border-box;
  }
  @keyframes sdb {
    0% {
      transform: rotate(0deg) translate(0, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: rotate(0deg) translate(0px, 25px);
      opacity: 0;
    }
  }
  .season {
    padding: 0px 4% 20px;
  }
  .season .box {
    display: table;
    width: 100%;
  }
  .season .box .tops {
    display: block;
    padding: 0;
    width: 65%;
  }
  .season .box .tops figure {
    position: relative;
    height: 30vh;
    overflow: hidden;
  }
  .season .box .tops img {
    position: absolute;
    left: 0;
    top: -30px;
  }
  .season .box .recommend {
    display: block;
    padding: 0;
    width: 100%;
  }
  .season .box .recommend ul {
    display: table;
    width: 100%;
  }
  .season .box .recommend li {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
    width: 50%;
    padding: 0 20px 0 0;
  }
  .season h3 {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  .season h3 span {
    font-size: 0.95rem;
    padding-left: 5px;
  }
  .season p {
    font-size: 1rem;
    line-height: 1.45rem;
    color: #444;
    padding-right: 15px;
  }
  .season p.text {
    font-size: 0.95rem;
    line-height: 1.8rem;
    margin: 15px 0 45px;
    text-align: center;
    color: #333;
  }
  .tourtheme {
    padding: 0px 4% 70px;
  }
  .tourtheme li {
    width: 33.3%;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
  }
  .tourtheme li:last-child {
    display: none;
  }
  .tourtheme figure {
    margin-bottom: 10px;
  }
  .tourtheme h3 {
    font-size: 1.3rem;
  }
  .title {
    margin-bottom: 20px;
  }
  .title h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    margin: 0 15% 0px;
    height: 12px;
    width: 70%;
  }
  .title p {
    margin-top: 20px;
    color: #333;
    text-align: center;
    font-size: 1rem;
    line-height: 1.8rem;
  }
  .btn {
    padding: 8px 15px;
    font-size: 1.1rem;
  }
  .lank {
    padding: 20px 4% 30px;
  }
  .lank ul {
    display: flex;
    width: 100%;
    margin: 0px auto;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .lank li {
    display: block;
    width: 100%;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
    flex: 0 0 40%;
    padding: 3px;
    height: auto;
  }
  .lank .tour-box {
    display: block;
    padding: 15px;
    box-sizing: border-box;
    background-color: #FFF;
    box-shadow: 0 0 5px 0 #888;
  }
  .lank h3 {
    color: #156AFF;
    font-size: 1.2rem;
    border-bottom: 3px solid #156AFF;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: left;
  }
  .lank .box {
    border-bottom: 1px dotted #aaa;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .lank .box:last-child {
    border-bottom: 0px dotted #aaa;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .lank li a {
    display: block;
    width: 100%;
    width: 100%;
  }
  .lank figure {
    display: block;
    width: 100%;
    width: 95%;
    vertical-align: top;
  }
  .lank .info {
    display: block;
    width: 100%;
    padding-left: 0px;
    padding-top: 10px;
  }
  .lank h4 {
    color: #333;
    font-size: 1.1rem;
    line-height: 1.5rem;
    height: 45px;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: left;
  }
  .lank .detail {
    display: table;
    width: 100%;
  }
  .lank .price {
    width: 60%;
    font-size: 1.05rem;
    font-weight: bold;
  }
  .lank .price span {
    font-size: 1.4rem;
  }
  .lank .link {
    display: table-cell;
    width: 40%;
    vertical-align: middle;
  }
  .lank .link p {
    background-color: #FF5205;
    padding: 8px 5px;
    font-size: 1rem;
    border-radius: 10px;
  }
  .lank figcaption {
    width: 22px;
    height: 22px;
    padding: 3px;
    font-size: 1.05rem;
  }
  .category {
    padding: 50px 0 0;
  }
  .category .tour ul {
    display: table;
    width: 100%;
    width: 92%;
    margin: 0px auto 60px;
  }
  .category .tour li {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 10px;
    width: 50%;
  }
  .category .tour li:nth-child(3) {
    display: none;
  }
  .category .tour a {
    padding: 15px;
  }
  .category .tour figure {
    width: 100%;
    margin-bottom: 15px;
  }
  .category .tour .text {
    font-size: 1.05rem;
    color: #333;
    line-height: 1.55rem;
    margin-bottom: 10px;
  }
  .category .tour h3 {
    font-size: 1.35rem;
    margin-bottom: 10px;
    padding-left: 35px;
    padding-top: 4px;
  }
  .themes {
    margin-top: 80px;
  }
  .themes input[type=radio] {
    display: none;
  }
  .themes .tab_wrap {
    width: 90%;
    margin: 0 auto;
  }
  .themes .tab_area {
    font-size: 0;
    margin: 0 auto;
    width: 300px;
    display: table;
    margin: 20px auto 30px;
  }
  .themes .tab_area label {
    width: 150px;
    display: table-cell;
    padding: 0;
    color: #999;
    text-align: center;
    font-size: 1.15rem;
    line-height: 1.45rem;
    cursor: pointer;
    transition: 0.2s;
    box-sizing: border-box;
    padding-bottom: 10px;
  }
  .themes .tab_area label:hover {
    color: #156AFF;
  }
  .themes .panel_area {
    overflow: hidden;
    height: 370px;
    position: relative;
  }
  .themes .panel_area .tab_panel {
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
  }
  .themes #tab1:checked ~ .tab_area .tab1_label,
  .themes #tab2:checked ~ .tab_area .tab2_label,
  .themes #tab3:checked ~ .tab_area .tab3_label,
  .themes #tab4:checked ~ .tab_area .tab4_label {
    color: #156AFF;
    border-bottom: 4px solid #156AFF;
    padding-bottom: 6px;
  }
  .themes #tab1:checked ~ .panel_area #panel1,
  .themes #tab2:checked ~ .panel_area #panel2,
  .themes #tab3:checked ~ .panel_area #panel3,
  .themes #tab4:checked ~ .panel_area #panel4 {
    animation: tabAnim ease 0.6s forwards;
    -ms-animation: tabAnim ease 0.6s forwards;
    z-index: 1;
  }
  .themes .panel {
    display: table;
    width: 100%;
    margin-top: 20px;
  }
  .themes .panel li {
    display: table-cell;
    width: 25%;
    vertical-align: top;
    padding: 0 8px;
    box-sizing: border-box;
  }
  @keyframes tabAnim {
    0% {
      top: -100%;
    }
    100% {
      top: 0;
    }
  }
  .aboutus {
    padding: 0px 4%;
  }
  .company_info {
    padding: 50px 0% 0;
  }
  .company_info h3 {
    font-size: 1.2rem;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .company_info .box {
    width: 100%;
    float: none;
    padding-left: 0px;
  }
  .company_info .box .office {
    padding: 10px 0px 5px 10px;
  }
  .company_info .box dl {
    margin-bottom: 10px;
  }
  .company_info .box dl dt {
    font-size: 0.95rem;
    margin-bottom: 3px;
  }
  .company_info .box dl dd {
    font-size: 1rem;
    line-height: 1.3rem;
  }
  .company_info .box ul {
    display: table;
    width: 100%;
    margin-bottom: 15px;
  }
  .company_info .box ul li {
    padding: 0 8px;
  }
  .company_info .box ul .office .info {
    width: 62%;
    padding-right: 15px;
  }
  .company_info .box ul .office figure {
    width: 38%;
    vertical-align: top;
    padding-top: 20px;
  }
  .company_info .map {
    width: 35%;
    float: none;
    margin: 0 auto 30px;
  }
  .business {
    padding: 50px 0% 0;
  }
  .business .wrap {
    margin-bottom: 25px;
  }
  .business .box {
    padding: 0 10px;
  }
  .business .business-box {
    display: table;
    width: 100%;
    border-bottom: #1CADB4 3px solid;
    padding-bottom: 15px;
  }
  .business .business-box .info {
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-left: 10px;
    margin-bottom: 15px;
  }
  .business .business-box .info ul {
    height: 80px;
  }
  .business .business-box .info li {
    padding-left: 20px;
    font-size: 1rem;
    background-size: 14px 14px;
    background-position: 0 1px;
    margin-top: 5px;
  }
  .business .business-box .pic {
    display: block;
    width: 80%;
    padding-right: 0px;
    padding-left: 10px;
  }
  .business .business-box h3 {
    font-size: 1.15rem;
    font-weight: bold;
    margin-bottom: 5px;
    padding-top: 10px;
  }
  .business .business-box .text {
    font-size: 1rem;
    line-height: 1.5rem;
    height: 55px;
    text-align: justify;
  }
  .business .business-box h4 {
    padding: 5px 10px;
    font-size: 1rem;
    margin: 15px 0 5px;
  }
  .shop {
    padding: 50px 0 30px;
  }
  .shop .wrap {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .shop .info {
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-top: 10px;
  }
  .shop .info h3 {
    font-size: 1.25rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .shop .info .text {
    font-size: 1rem;
    line-height: 1.65rem;
    margin-bottom: 20px;
  }
  .shop .info dl {
    margin-top: 15px;
    border-bottom: 1px dotted #888;
    padding-bottom: 10px;
    display: table;
    width: 90%;
    font-size: 1rem;
  }
  .shop .info dt {
    width: 20%;
  }
  .shop .info dd {
    width: 80%;
  }
  .shop .info .btn {
    margin-top: 20px;
  }
  .shop .service {
    margin-top: 25px;
    border-bottom: 1px dotted #888;
    padding-bottom: 10px;
  }
  .shop .service h4 {
    padding: 5px 10px;
    font-size: 0.95rem;
    margin: 0px 0 15px;
  }
  .shop .service ul {
    display: table;
    width: 100%;
  }
  .shop .service ul li {
    display: table-cell;
    width: 16.6%;
    padding: 0 10px;
    vertical-align: top;
  }
  .shop .service ul img {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .shop .service ul figcaption {
    color: #333;
    margin-top: 10px;
    font-size: 0.95rem;
    text-align: center;
  }
  .shop .map_box {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  .shop .map_box p.map {
    height: 30vh;
    width: 100%;
    margin-bottom: 10px;
  }
  .shop .map_box .text {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0;
    text-align: left;
  }
  .shop .pic {
    margin-top: 20px;
  }
  .shop .pic figure {
    width: 33.3%;
    padding-right: 20px;
  }
  .shop .pic figure:nth-child(3) {
    display: none;
  }
  .zenses {
    padding: 40px 0 0px;
    box-sizing: border-box;
    margin-bottom: 0px;
    position: relative;
    background: linear-gradient(to bottom, #FFF, #FFF 32%, #555 32%, #555);
  }
  .zenses .logo {
    width: 50%;
    margin-bottom: 10px;
  }
  .zenses h3 {
    background-color: #fff;
    display: inline-block;
    padding: 5px 0 5px 10%;
    width: 80%;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .zenses h3 span {
    font-size: 1.05rem;
    padding-left: 0px;
    display: block;
    margin-top: 5px;
  }
  .zenses .text {
    color: #333;
    font-size: 1rem;
    line-height: 1.6rem;
    margin-bottom: 15px;
  }
  .zenses .box {
    width: 50%;
    padding-right: 30px;
    padding-top: 10px;
  }
  .zenses .box .intro {
    padding-left: 10%;
    margin-bottom: 40px;
  }
  .zenses .pic {
    width: 50%;
    padding-right: 6%;
    padding-top: 40px;
  }
  .zenses .pic figure {
    border: #fff 5px solid;
  }
  .zenses .service {
    display: table;
    width: 100%;
    padding: 0px 4% 50px;
  }
  .zenses .service::after {
    content: "";
    display: block;
    clear: both;
  }
  .zenses .service li {
    display: block;
    width: 50%;
    padding: 0 10px;
    float: left;
    margin-top: 20px;
  }
  .zenses .service figure {
    border: 5px solid #fff;
    margin-bottom: 10px;
  }
  .zenses .service dl {
    color: #FFF;
  }
  .zenses .service dt {
    font-size: 1.1rem;
    margin-bottom: 5px;
    letter-spacing: 0.1rem;
  }
  .zenses .service dd {
    font-size: 1rem;
    line-height: 1.5rem;
    height: 60px;
  }
}
@media only screen and (max-width: 680px) {
  h1 {
    display: none;
  }
  .contents {
    margin: 0 auto;
    width: 92%;
  }
  body {
    padding-top: 0px;
  }
  .top {
    height: auto;
  }
  .top .pic {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    height: 25vh;
  }
  .top .pic figure {
    width: 120%;
    position: absolute;
    top: 0;
    left: -10%;
  }
  .top .text {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    padding: 30px 15px;
    width: 100%;
    z-index: 10;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .top .text h2 {
    font-size: 1.6rem;
    line-height: 1.6rem;
    margin-bottom: 15px;
  }
  .top .text p {
    color: #333;
    font-size: 1.1rem;
    line-height: 1.75rem;
  }
  a.arrow {
    padding-top: 75px;
    position: relative;
    width: 45px;
    display: block;
    margin: 0 auto;
    color: #156aff;
    text-align: center;
    font-size: 0.9rem;
  }
  a.arrow div {
    position: absolute;
    top: 0;
    left: 0%;
    width: 45px;
    height: 45px;
    margin-left: 0;
    transform: rotate(-45deg);
    animation: sdb 2s infinite;
    box-sizing: border-box;
  }
  @keyframes sdb {
    0% {
      transform: rotate(0deg) translate(0, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: rotate(0deg) translate(0px, 25px);
      opacity: 0;
    }
  }
  .season {
    padding: 0px 4% 20px;
  }
  .season .box {
    display: block;
  }
  .season .box .tops {
    display: block;
    padding: 0;
    width: 100%;
  }
  .season .box .tops figure {
    position: relative;
    height: 30vh;
    overflow: hidden;
  }
  .season .box .tops img {
    position: absolute;
    left: 0;
    top: -30px;
  }
  .season .box .recommend {
    display: block;
    padding: 0;
    width: 100%;
  }
  .season .box .recommend ul {
    display: table;
    width: 100%;
  }
  .season .box .recommend li {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
    width: 50%;
    padding: 0 15px 0 0;
  }
  .season h3 {
    font-size: 1.25rem;
    margin-bottom: 5px;
  }
  .season h3 span {
    font-size: 0.95rem;
    padding-left: 5px;
  }
  .season p {
    font-size: 1.1rem;
    line-height: 1.55rem;
    padding-right: 0px;
    text-align: left;
  }
  .tourtheme {
    padding: 0px 4% 30px;
  }
  .tourtheme li {
    width: 50%;
    padding: 0 15px 0 0;
    box-sizing: border-box;
    float: left;
    margin-bottom: 15px;
  }
  .tourtheme li:last-child {
    display: block;
  }
  .tourtheme figure {
    margin-bottom: 5px;
  }
  .tourtheme h3 {
    font-size: 1.25rem;
  }
  .title {
    margin-bottom: 20px;
  }
  .title h2 {
    font-size: 1.4rem;
    line-height: 1.4rem;
    text-align: center;
    margin: 0 5% 0px;
    height: 12px;
    width: 90%;
  }
  .title h2::before {
    position: absolute;
    top: 35%;
  }
  .title h2 span {
    padding: 0 15px;
  }
  .title p {
    margin-top: 20px;
    color: #333;
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.75rem;
  }
  .btn {
    padding: 8px 15px;
    font-size: 1.1rem;
  }
  .lank {
    padding: 20px 4% 30px;
  }
  .lank li {
    display: block;
    width: 100%;
    margin-right: 15px;
    margin-top: 0px;
    margin-bottom: 20px;
    flex: 0 0 70%;
    padding: 3px;
    height: auto;
  }
  .lank .tour-box {
    display: block;
    padding: 15px;
  }
  .lank h3 {
    font-size: 1.3rem;
  }
  .lank .box {
    border-bottom: 1px dotted #aaa;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .lank .box:last-child {
    border-bottom: 0px dotted #aaa;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .lank figure {
    width: 100%;
  }
  .lank h4 {
    color: #333;
    font-size: 1.1rem;
    line-height: 1.5rem;
    height: 45px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .lank .detail {
    display: table;
    width: 100%;
  }
  .lank .price {
    width: 60%;
    font-size: 1.05rem;
    font-weight: bold;
  }
  .lank .price span {
    font-size: 1.4rem;
  }
  .lank .link {
    display: table-cell;
    width: 40%;
    vertical-align: middle;
  }
  .lank .link p {
    background-color: #FF5205;
    padding: 8px 5px;
    font-size: 1rem;
    border-radius: 10px;
  }
  .lank figcaption {
    width: 22px;
    height: 22px;
    padding: 3px;
    font-size: 1.05rem;
  }
  .category {
    padding: 50px 0 0;
  }
  .category .tour ul {
    display: block;
    width: 100%;
    width: 90%;
    margin: 0px auto 60px;
  }
  .category .tour li {
    display: block;
    width: 100%;
    padding: 0 0px;
    margin-bottom: 20px;
  }
  .category .tour li:nth-child(3) {
    display: block;
    width: 100%;
    padding: 0 0px;
    margin-bottom: 0px;
  }
  .category .tour a {
    padding: 15px;
  }
  .category .tour figure {
    width: 100%;
    margin-bottom: 15px;
  }
  .category .tour .text {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.55rem;
    margin-bottom: 10px;
  }
  .category .tour h3 {
    font-size: 1.35rem;
    margin-bottom: 10px;
    padding-left: 35px;
    padding-top: 4px;
  }
  .themes {
    margin-top: 80px;
  }
  .themes input[type=radio] {
    display: none;
  }
  .themes .tab_wrap {
    width: 90%;
    margin: 0 auto;
  }
  .themes .tab_area {
    font-size: 0;
    margin: 0 auto;
    width: 300px;
    display: table;
    margin: 20px auto 30px;
  }
  .themes .tab_area label {
    width: 150px;
    display: table-cell;
    padding: 0;
    color: #999;
    text-align: center;
    font-size: 1.15rem;
    line-height: 1.45rem;
    cursor: pointer;
    transition: 0.2s;
    box-sizing: border-box;
    padding-bottom: 10px;
  }
  .themes .tab_area label:hover {
    color: #156AFF;
  }
  .themes .panel_area {
    overflow: hidden;
    height: 370px;
    position: relative;
  }
  .themes .panel_area .tab_panel {
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
  }
  .themes #tab1:checked ~ .tab_area .tab1_label,
  .themes #tab2:checked ~ .tab_area .tab2_label,
  .themes #tab3:checked ~ .tab_area .tab3_label,
  .themes #tab4:checked ~ .tab_area .tab4_label {
    color: #156AFF;
    border-bottom: 4px solid #156AFF;
    padding-bottom: 6px;
  }
  .themes #tab1:checked ~ .panel_area #panel1,
  .themes #tab2:checked ~ .panel_area #panel2,
  .themes #tab3:checked ~ .panel_area #panel3,
  .themes #tab4:checked ~ .panel_area #panel4 {
    animation: tabAnim ease 0.6s forwards;
    -ms-animation: tabAnim ease 0.6s forwards;
    z-index: 1;
  }
  .themes .panel {
    display: table;
    width: 100%;
    margin-top: 20px;
  }
  .themes .panel li {
    display: table-cell;
    width: 25%;
    vertical-align: top;
    padding: 0 8px;
    box-sizing: border-box;
  }
  @keyframes tabAnim {
    0% {
      top: -100%;
    }
    100% {
      top: 0;
    }
  }
  .aboutus {
    padding: 0px 4%;
  }
  .company_info {
    padding: 50px 0% 0;
  }
  .company_info h3 {
    font-size: 1.2rem;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .company_info .box {
    width: 100%;
    float: none;
    padding-left: 0px;
  }
  .company_info .box .office {
    padding: 10px 0px 5px 15px;
  }
  .company_info .box dl {
    margin-bottom: 10px;
  }
  .company_info .box dl dt {
    font-size: 1rem;
    margin-bottom: 1px;
  }
  .company_info .box dl dd {
    font-size: 1.05rem;
    line-height: 1.4rem;
  }
  .company_info .box ul {
    display: table;
    width: 100%;
    margin-bottom: 0px;
  }
  .company_info .box ul li {
    padding: 0px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
  }
  .company_info .box ul .office .info {
    width: 60%;
    padding-right: 15px;
  }
  .company_info .box ul .office figure {
    width: 40%;
    vertical-align: top;
    padding-top: 15px;
  }
  .company_info .map {
    width: 70%;
    float: none;
    margin: 0 auto 30px;
  }
  .business {
    padding: 50px 0% 0;
  }
  .business .wrap {
    margin-bottom: 0px;
  }
  .business .box {
    padding: 0px;
    display: block;
    width: 100%;
    margin-bottom: 25px;
  }
  .business .business-box {
    display: table;
    width: 100%;
    border-bottom: #1CADB4 3px solid;
    padding-bottom: 15px;
  }
  .business .business-box .info {
    display: table-cell;
    width: 60%;
    padding-right: 0px;
    padding-left: 5px;
    margin-bottom: 15px;
  }
  .business .business-box .info ul {
    height: auto;
  }
  .business .business-box .info li {
    padding-left: 20px;
    font-size: 1rem;
    background-size: 14px 14px;
    background-position: 0 1px;
    margin-top: 5px;
  }
  .business .business-box .pic {
    display: table-cell;
    width: 40%;
    padding-right: 0px;
    padding-left: 15px;
    padding-top: 45px;
  }
  .business .business-box h3 {
    font-size: 1.15rem;
    font-weight: bold;
    margin-bottom: 5px;
    padding-top: 8px;
    background-size: 35px 35px;
    padding-left: 45px;
    height: 35px;
    min-height: auto;
  }
  .business .business-box .text {
    font-size: 1.1rem;
    line-height: 1.5rem;
    height: auto;
    text-align: justify;
  }
  .business .business-box h4 {
    padding: 5px 10px;
    font-size: 1.05rem;
    margin: 15px 0 5px;
  }
  .shop {
    padding: 50px 0 30px;
  }
  .shop .info {
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-top: 10px;
  }
  .shop .info h3 {
    font-size: 1.2rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .shop .info .text {
    font-size: 1.1rem;
    line-height: 1.7rem;
    margin-bottom: 20px;
  }
  .shop .info dl {
    margin-top: 15px;
    border-bottom: 1px dotted #888;
    padding-bottom: 5px;
    display: table;
    width: 100%;
    font-size: 1.05rem;
  }
  .shop .info dt {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
  .shop .info dd {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
  .shop .info .btn {
    margin-top: 20px;
  }
  .shop .service {
    margin-top: 25px;
    border-bottom: 1px dotted #888;
    padding-bottom: 10px;
  }
  .shop .service h4 {
    padding: 5px 10px;
    font-size: 0.95rem;
    margin: 0px 0 15px;
  }
  .shop .service ul {
    display: table;
    width: 100%;
  }
  .shop .service ul li {
    display: block;
    width: 33.3%;
    padding: 0 10px 15px;
    float: left;
  }
  .shop .service ul img {
    width: 80%;
  }
  .shop .service ul figcaption {
    color: #333;
    margin-top: 10px;
    font-size: 1.05rem;
    text-align: center;
    height: 35px;
  }
  .shop .map_box {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .shop .map_box p.map {
    height: 30vh;
    width: 100%;
    margin-bottom: 10px;
  }
  .shop .map_box .text {
    font-size: 1.05rem;
    line-height: 1.5rem;
  }
  .shop .pic {
    margin-top: 20px;
  }
  .shop .pic figure {
    width: 50%;
    padding-right: 10px;
    margin-bottom: 10px;
    display: block;
    float: left;
  }
  .shop .pic figure:nth-child(3) {
    display: block;
  }
  .zenses {
    padding: 40px 0 0px;
    box-sizing: border-box;
    margin-bottom: 0px;
    position: relative;
    background: linear-gradient(to bottom, #FFF, #FFF 40%, #555 40%, #555);
  }
  .zenses .logo {
    width: 40%;
    margin-bottom: 10px;
  }
  .zenses h3 {
    background-color: #fff;
    display: inline-block;
    padding: 5px 0 5px 10%;
    width: 80%;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .zenses h3 span {
    font-size: 1.05rem;
    padding-left: 0px;
    display: block;
    margin-top: 5px;
  }
  .zenses .text {
    color: #333;
    font-size: 1rem;
    line-height: 1.6rem;
    margin-bottom: 15px;
  }
  .zenses .box {
    width: 100%;
    display: block;
    padding-right: 0px;
    padding-top: 10px;
  }
  .zenses .box .intro {
    padding: 0 4%;
    margin-bottom: 40px;
  }
  .zenses .pic {
    width: 0%;
    display: none;
    padding-right: 0%;
    padding-top: 0px;
  }
  .zenses .pic figure {
    border: 0px solid #fff;
  }
  .zenses .service {
    display: table;
    width: 100%;
    padding: 0px 4% 50px;
  }
  .zenses .service::after {
    content: "";
    display: block;
    clear: both;
  }
  .zenses .service ul {
    margin-top: 10px;
  }
  .zenses .service li {
    display: table;
    width: 100%;
    padding: 0px;
    float: none;
    margin-top: 15px;
  }
  .zenses .service figure {
    display: table-cell;
    vertical-align: top;
    width: 40%;
    border: 3px solid #fff;
    margin-bottom: 10px;
  }
  .zenses .service dl {
    color: #FFF;
    display: table-cell;
    vertical-align: top;
    width: 60%;
    padding-left: 15px;
  }
  .zenses .service dt {
    font-size: 1.1rem;
    margin-bottom: 5px;
    letter-spacing: 0rem;
  }
  .zenses .service dd {
    font-size: 1rem;
    line-height: 1.5rem;
    height: 60px;
  }
}
@media only screen and (max-width: 390px) {
  h1 {
    display: none;
  }
  .contents {
    margin: 0 auto;
    width: 92%;
  }
  .top {
    height: auto;
  }
  .top .pic {
    height: 30vh;
  }
  .top .pic figure {
    width: 130%;
    left: -15%;
  }
  .top .text {
    padding: 30px 15px;
  }
  .top .text h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 15px;
  }
  .top .text p {
    color: #333;
    font-size: 1.05rem;
    line-height: 1.7rem;
  }
  a.arrow {
    padding-top: 75px;
    position: relative;
    width: 45px;
    display: block;
    margin: 0 auto;
    color: #156aff;
    text-align: center;
    font-size: 0.9rem;
  }
  a.arrow div {
    position: absolute;
    top: 0;
    left: 0%;
    width: 45px;
    height: 45px;
    margin-left: 0;
    transform: rotate(-45deg);
    animation: sdb 2s infinite;
    box-sizing: border-box;
  }
  @keyframes sdb {
    0% {
      transform: rotate(0deg) translate(0, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: rotate(0deg) translate(0px, 25px);
      opacity: 0;
    }
  }
  .season {
    padding: 0px 4% 20px;
  }
  .season .box {
    display: block;
  }
  .season .box .tops {
    display: block;
    padding: 0;
    width: 100%;
  }
  .season .box .tops figure {
    height: 40vh;
  }
  .season .box .tops img {
    position: absolute;
    left: 0;
    top: -20px;
  }
  .season .box .recommend {
    display: block;
    padding: 0;
    width: 100%;
  }
  .season .box .recommend ul {
    display: table;
    width: 100%;
  }
  .season .box .recommend li {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
    width: 50%;
    padding: 0 10px 0 0;
  }
  .season h3 {
    font-size: 1.15rem;
    margin-bottom: 5px;
  }
  .season h3 span {
    font-size: 0.9rem;
    padding-left: 0px;
  }
  .season p {
    font-size: 1rem;
    line-height: 1.45rem;
  }
  .tourtheme {
    padding: 0px 4% 30px;
  }
  .tourtheme li {
    width: 50%;
    padding: 0 15px 0 0;
    box-sizing: border-box;
    float: left;
    margin-bottom: 15px;
  }
  .tourtheme li:last-child {
    display: block;
  }
  .tourtheme figure {
    margin-bottom: 5px;
  }
  .tourtheme h3 {
    font-size: 1.15rem;
  }
  .title {
    margin-bottom: 20px;
  }
  .title h2 {
    font-size: 1.3rem;
    line-height: 1.3rem;
    margin: 0 3% 0px;
    height: 12px;
    width: 94%;
  }
  .title h2::before {
    position: absolute;
    top: 35%;
  }
  .title h2 span {
    padding: 0 15px;
  }
  .title p {
    margin-top: 20px;
    color: #333;
    text-align: left;
    font-size: 1.05rem;
    line-height: 1.65rem;
  }
  .btn {
    padding: 8px 15px;
    font-size: 1.05rem;
  }
  .lank {
    padding: 20px 4% 30px;
  }
  .lank li {
    display: block;
    width: 100%;
    margin-right: 15px;
    margin-top: 0px;
    margin-bottom: 20px;
    flex: 0 0 70%;
    padding: 3px;
    height: auto;
  }
  .lank .tour-box {
    display: block;
    padding: 10px;
  }
  .lank h3 {
    font-size: 1.25rem;
  }
  .lank h4 {
    color: #333;
    font-size: 1.05rem;
    line-height: 1.5rem;
    height: 45px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .lank .detail {
    display: table;
    width: 100%;
  }
  .lank .price {
    width: 60%;
    font-size: 1rem;
  }
  .lank .price span {
    font-size: 1.3rem;
  }
  .lank .link p {
    padding: 8px 5px;
    font-size: 1rem;
    border-radius: 10px;
  }
  .lank figcaption {
    width: 22px;
    height: 22px;
    padding: 3px;
    font-size: 1.05rem;
  }
  .category {
    padding: 50px 0 0;
  }
  .category .tour ul {
    display: block;
    width: 100%;
    width: 90%;
    margin: 0px auto 60px;
  }
  .category .tour li {
    display: block;
    width: 100%;
    padding: 0 0px;
    margin-bottom: 20px;
  }
  .category .tour li:nth-child(3) {
    display: block;
    width: 100%;
    padding: 0 0px;
    margin-bottom: 0px;
  }
  .category .tour a {
    padding: 15px;
  }
  .category .tour figure {
    width: 100%;
    margin-bottom: 15px;
  }
  .category .tour .text {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.55rem;
    margin-bottom: 10px;
  }
  .category .tour h3 {
    font-size: 1.35rem;
    margin-bottom: 10px;
    padding-left: 35px;
    padding-top: 4px;
  }
  .themes {
    margin-top: 80px;
  }
  .themes input[type=radio] {
    display: none;
  }
  .themes .tab_wrap {
    width: 90%;
    margin: 0 auto;
  }
  .themes .tab_area {
    font-size: 0;
    margin: 0 auto;
    width: 300px;
    display: table;
    margin: 20px auto 30px;
  }
  .themes .tab_area label {
    width: 150px;
    display: table-cell;
    padding: 0;
    color: #999;
    text-align: center;
    font-size: 1.15rem;
    line-height: 1.45rem;
    cursor: pointer;
    transition: 0.2s;
    box-sizing: border-box;
    padding-bottom: 10px;
  }
  .themes .tab_area label:hover {
    color: #156AFF;
  }
  .themes .panel_area {
    overflow: hidden;
    height: 370px;
    position: relative;
  }
  .themes .panel_area .tab_panel {
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
  }
  .themes #tab1:checked ~ .tab_area .tab1_label,
  .themes #tab2:checked ~ .tab_area .tab2_label,
  .themes #tab3:checked ~ .tab_area .tab3_label,
  .themes #tab4:checked ~ .tab_area .tab4_label {
    color: #156AFF;
    border-bottom: 4px solid #156AFF;
    padding-bottom: 6px;
  }
  .themes #tab1:checked ~ .panel_area #panel1,
  .themes #tab2:checked ~ .panel_area #panel2,
  .themes #tab3:checked ~ .panel_area #panel3,
  .themes #tab4:checked ~ .panel_area #panel4 {
    animation: tabAnim ease 0.6s forwards;
    -ms-animation: tabAnim ease 0.6s forwards;
    z-index: 1;
  }
  .themes .panel {
    display: table;
    width: 100%;
    margin-top: 20px;
  }
  .themes .panel li {
    display: table-cell;
    width: 25%;
    vertical-align: top;
    padding: 0 8px;
    box-sizing: border-box;
  }
  @keyframes tabAnim {
    0% {
      top: -100%;
    }
    100% {
      top: 0;
    }
  }
  .aboutus {
    padding: 0px 4%;
  }
  .company_info {
    padding: 50px 0% 0;
  }
  .company_info h3 {
    font-size: 1.2rem;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .company_info .box {
    width: 100%;
    float: none;
    padding-left: 0px;
  }
  .company_info .box .office {
    padding: 10px 0px 5px 15px;
  }
  .company_info .box dl {
    margin-bottom: 10px;
  }
  .company_info .box dl dt {
    font-size: 1rem;
    margin-bottom: 1px;
  }
  .company_info .box dl dd {
    font-size: 1.05rem;
    line-height: 1.4rem;
  }
  .company_info .box ul {
    display: table;
    width: 100%;
    margin-bottom: 0px;
  }
  .company_info .box ul li {
    padding: 0px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
  }
  .company_info .box ul .office .info {
    width: 60%;
    padding-right: 15px;
  }
  .company_info .box ul .office figure {
    width: 40%;
    vertical-align: top;
    padding-top: 15px;
  }
  .company_info .map {
    width: 70%;
    float: none;
    margin: 0 auto 30px;
  }
  .business {
    padding: 50px 0% 0;
  }
  .business .wrap {
    margin-bottom: 0px;
  }
  .business .box {
    padding: 0px;
    display: block;
    width: 100%;
    margin-bottom: 25px;
  }
  .business .business-box {
    display: table;
    width: 100%;
    border-bottom: #1CADB4 3px solid;
    padding-bottom: 15px;
  }
  .business .business-box .info {
    display: table-cell;
    width: 60%;
    padding-right: 0px;
    padding-left: 5px;
    margin-bottom: 15px;
  }
  .business .business-box .info ul {
    height: auto;
  }
  .business .business-box .info li {
    padding-left: 20px;
    font-size: 1rem;
    background-size: 14px 14px;
    background-position: 0 1px;
    margin-top: 5px;
  }
  .business .business-box .pic {
    display: table-cell;
    width: 40%;
    padding-right: 0px;
    padding-left: 15px;
    padding-top: 45px;
  }
  .business .business-box h3 {
    font-size: 1.1rem;
  }
  .business .business-box .text {
    font-size: 1.05rem;
    line-height: 1.45rem;
  }
  .business .business-box h4 {
    padding: 5px 10px;
    font-size: 1.05rem;
    margin: 15px 0 5px;
  }
  .shop {
    padding: 50px 0 30px;
  }
  .shop .info {
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-top: 10px;
  }
  .shop .info h3 {
    font-size: 1.2rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .shop .info .text {
    font-size: 1.05rem;
    line-height: 1.6rem;
    margin-bottom: 20px;
  }
  .shop .info dl {
    margin-top: 15px;
    font-size: 1rem;
  }
  .shop .info .btn {
    margin-top: 20px;
  }
  .shop .service {
    margin-top: 25px;
    border-bottom: 1px dotted #888;
    padding-bottom: 10px;
  }
  .shop .service h4 {
    padding: 5px 10px;
    font-size: 0.95rem;
    margin: 0px 0 15px;
  }
  .shop .service ul figcaption {
    margin-top: 10px;
    font-size: 1rem;
    height: 35px;
  }
  .shop .map_box {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .shop .map_box p.map {
    height: 35vh;
    width: 100%;
    margin-bottom: 10px;
  }
  .shop .map_box .text {
    font-size: 1rem;
    line-height: 1.45rem;
  }
  .shop .pic {
    margin-top: 20px;
  }
  .shop .pic figure {
    width: 50%;
    padding-right: 10px;
    margin-bottom: 10px;
    display: block;
    float: left;
  }
  .shop .pic figure:nth-child(3) {
    display: block;
  }
  .zenses {
    padding: 40px 0 0px;
    box-sizing: border-box;
    margin-bottom: 0px;
    position: relative;
    background: linear-gradient(to bottom, #FFF, #FFF 40%, #555 40%, #555);
  }
  .zenses .logo {
    width: 40%;
    margin-bottom: 10px;
  }
  .zenses h3 {
    background-color: #fff;
    display: inline-block;
    padding: 5px 0 5px 10%;
    width: 80%;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .zenses h3 span {
    font-size: 1.05rem;
    padding-left: 0px;
    display: block;
    margin-top: 5px;
  }
  .zenses .text {
    color: #333;
    font-size: 1rem;
    line-height: 1.6rem;
    margin-bottom: 15px;
  }
  .zenses .box {
    width: 100%;
    display: block;
    padding-right: 0px;
    padding-top: 10px;
  }
  .zenses .box .intro {
    padding: 0 4%;
    margin-bottom: 40px;
  }
  .zenses .pic {
    width: 0%;
    display: none;
    padding-right: 0%;
    padding-top: 0px;
  }
  .zenses .pic figure {
    border: #fff 5px solid;
  }
  .zenses .service {
    display: table;
    width: 100%;
    padding: 0px 4% 50px;
  }
  .zenses .service::after {
    content: "";
    display: block;
    clear: both;
  }
  .zenses .service ul {
    margin-top: 10px;
  }
  .zenses .service li {
    display: table;
    width: 100%;
    padding: 0px;
    float: none;
    margin-top: 15px;
  }
  .zenses .service figure {
    display: table-cell;
    vertical-align: top;
    width: 40%;
    border: 0px solid #fff;
    margin-bottom: 20px;
  }
  .zenses .service dl {
    color: #FFF;
    display: table-cell;
    vertical-align: top;
    width: 60%;
    padding-left: 15px;
  }
  .zenses .service dt {
    font-size: 1rem;
    margin-bottom: 5px;
    letter-spacing: 0rem;
  }
  .zenses .service dd {
    font-size: 1rem;
    line-height: 1.45rem;
    height: auto;
  }
}/*# sourceMappingURL=style.css.map */