@charset "utf-8";
.pcnone {
  display: none !important;
}
.spnone {
  display: block !important;
}
.clfix::after {
  content: "";
  display: block;
  clear: both;
}
a {
  text-decoration: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  vertical-align: bottom;
}

html,
body {
  width: 100%;
  margin: 0 auto;
  font-family: "YakuHanJP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 93%;
  letter-spacing: 0.1em;
  color: #666666;
  line-height: 1.4;
}
.allwrap {
  width: 100%;
  margin: 0 auto;
}
header {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
header .news-wrap {
  width: 25%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 15px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-family: YakuHanJP_Narrow, "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}
header .news-wrap .news-item:not(:last-of-type) {
  margin-bottom: 20px;
}
header .news-wrap .modal {
  color: #fff;
}
/* modaal内 */
.modaal-inline .inner {
  font-family: YakuHanJP_Narrow, "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  width: 70%;
  margin: auto;
  padding: 30px 0;
}
.modaal-inline .inner .img-box {
  width: 100%;
  margin-bottom: 30px;
}
.modaal-inline .inner .img-box img {
  width: 100%;
  height: auto;
}
.modaal-inline .inner h2 {
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 30px;
}
.modaal-inline .inner h2::before {
  content: attr(data-date);
  display: block;
  color: #666;
  font-size: 80%;
}
/* modaal内 */

.img-box {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.img-box.delighter {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
}
.img-box.delighter.started {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.img-box img.pc-bg {
  width: 100%;
  height: auto;
}
.txt-set p {
  line-height: 2.7;
}
#nav-section .txt-set {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}
#viaggi .txt-set {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#concept .txt-set {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#commitment .txt-set {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#golf .txt-set {
  position: absolute;
  top: 72%;
  left: 5%;
  -webkit-transform: translateY(-72%);
  transform: translateY(-72%);
  color: #fff;
}
#town .txt-set {
  position: absolute;
  top: 57%;
  right: 5%;
  -webkit-transform: translateY(-57%);
  transform: translateY(-57%);
  color: #fff;
}
#travel .txt-set {
  position: absolute;
  top: 67%;
  left: 8%;
  -webkit-transform: translateY(-67%);
  transform: translateY(-67%);
  color: #fff;
}
#travel {
  margin-bottom: 160px;
}

#company {
  padding: 0px 10% 50px;
}
#company.delighter {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
}
#company.delighter.started {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.info {
  width: 40%;
}
.name {
  font-size: 150%;
  margin-bottom: 60px;
}
.name::after {
  margin-top: 20px;
  display: block;
  content: attr(data-sub);
  font-size: 70%;
}
.ceo {
  margin-bottom: 60px;
}
.post,
.address,
.tel,
.fax {
  line-height: 1.5;
}
.fax {
  margin-bottom: 60px;
}
.mail {
  padding-bottom: 30px;
}
.history {
  width: 60%;
  padding-left: 60px;
  border-left: 1px solid #666;
}
.enkaku {
  margin-bottom: 40px;
  width: 20%;
  float: left;
  letter-spacing: 2em;
}
.history dl {
  width: 80%;
  float: right;
  margin-bottom: 70px;
}
.history dt {
  float: left;
  margin-bottom: 5px;
}
.history dd {
  padding-left: 15%;
  margin-bottom: 10px;
}
.group {
  clear: both;
  width: 20%;
  float: left;
}
.group-name {
  width: 80%;
  float: left;
}
footer {
  padding: 160px 0 50px;
  text-align: center;
}
/*svg*/
img[src$=".svg"] {
  width: auto;
  height: 100%;
}
.svg-logo {
  height: 70px;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.svg-arrow {
  height: 50px;
  position: absolute;
  top: 70%;
  right: 50%;
  -webkit-transform: translate(50%, -70%);
  transform: translate(50%, -70%);
}

.svg-navlogo {
  height: 130px;
  margin-bottom: 75px;
}
.svg-nav {
  height: 12px;
  margin-bottom: 30px;
}
.svg-nav2 {
  margin-bottom: 30px;
}
.svg-online {
  height: 24px;
}
.svg-online2 {
  height: 24px;
  line-height: 2.7;
}
.svg-nav2 span {
  display: block;
  height: 12px;
  margin-bottom: 20px;
}
.svg-innernav {
  height: 12px;
  margin-bottom: 20px;
  padding-left: 15px;
}
.svg-ttl {
  height: 25px;
  margin-bottom: 75px;
}
.svg-ttl2 {
  height: 85px;
  margin-bottom: 75px;
}
.svg-footer {
  height: 15px;
}
/*----------index----------*/

@media screen and (max-width: 1160px) {
  #viaggi .txt-set {
    width: 40%;
    position: absolute;
    right: 2%;
  }
  #concept .txt-set {
    position: absolute;
    top: 50%;
    left: 2%;
  }
  #commitment .txt-set {
    position: absolute;
    top: 50%;
    right: 2%;
  }
}
/*smartphone*/ /*smartphone*/ /*smartphone*/
@media screen and (max-width: 768px) {
  .pcnone {
    display: block !important;
  }
  .spnone {
    display: none !important;
  }
  header .news-wrap {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  /* modaal内 */
  .modaal-inline .inner {
    width: 100%;
    margin: auto;
    padding: 0px 0;
  }
  /* modaal内 */
  .img-box {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .img-box img.pc-bg {
    width: 100%;
    height: auto;
  }
  .txt-set p {
    font-size: 3.5vw;
    line-height: 2.5;
  }
  #nav-section .txt-set {
    position: static;
    width: 100%;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 200px;
  }
  nav ul {
    padding-left: 5%;
    padding-top: 20px;
  }
  #viaggi .txt-set {
    position: static;
    width: 90%;
    margin: 20px auto 100px;
    -webkit-transform: none;
    transform: none;
  }
  #concept .txt-set {
    position: static;
    width: 90%;
    margin: 20px auto 100px;
    -webkit-transform: none;
    transform: none;
  }
  #commitment .txt-set {
    position: static;
    width: 90%;
    margin: 20px auto 100px;
    -webkit-transform: none;
    transform: none;
  }
  #golf .txt-set {
    position: static;
    width: 90%;
    margin: 20px auto 100px;
    -webkit-transform: none;
    transform: none;
    color: #666;
  }
  #town .txt-set {
    position: static;
    width: 90%;
    margin: 20px auto 100px;
    -webkit-transform: none;
    transform: none;
    color: #666;
  }
  #travel .txt-set {
    position: static;
    width: 90%;
    margin: 20px auto 100px;
    -webkit-transform: none;
    transform: none;
    color: #666;
  }
  #company {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .flex {
    display: block;
  }
  .info {
    width: 100%;
    margin-bottom: 50px;
    font-size: 3.5vw;
  }
  .name {
    font-size: 130%;
    margin-bottom: 30px;
  }
  .name::after {
    margin-top: 10px;
    display: block;
    content: attr(data-sub);
    font-size: 70%;
  }
  .ceo {
    margin-bottom: 30px;
  }
  .post,
  .address,
  .tel,
  .fax {
    line-height: 1.5;
  }
  .fax {
    margin-bottom: 30px;
  }
  .order {
    padding-bottom: 50px;
    border-bottom: 1px solid #666;
  }
  .history {
    width: 100%;
    padding-left: 0;
    border-left: none;
    font-size: 3.5vw;
  }
  .enkaku {
    margin-bottom: 30px;
    width: 100%;
    float: none;
    letter-spacing: 2em;
  }
  .history dl {
    line-height: 1.5;
    float: none;
    width: 100%;
  }
  .history dt {
    float: none;
  }
  .history dd {
    padding-left: 0;
    margin-bottom: 15px;
  }
  .group {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .group-name {
    width: 100%;
    float: none;
  }
  footer {
    padding: 100px 0 50px;
    text-align: center;
  }
  /*svg*/
  img[src$=".svg"] {
    width: auto;
    height: 100%;
  }
  .svg-logo {
    height: 60px;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  .svg-arrow {
    height: 40px;
    position: absolute;
    top: 70%;
    right: 50%;
    -webkit-transform: translate(50%, -70%);
    transform: translate(50%, -70%);
  }
  .svg-navlogo {
    height: 70px;
    margin-bottom: 0;
    position: absolute;
    top: 18%;
    left: 5%;
    z-index: 99;
  }
  .svg-nav {
    height: 12px;
    margin-bottom: 30px;
  }
  .svg-nav2 {
    margin-bottom: 30px;
  }
  .svg-nav2 span {
    display: block;
    height: 12px;
    margin-bottom: 20px;
  }
  .inner {
    padding-left: 2%;
    padding-top: 0px;
  }
  .svg-ttl {
    height: 18px;
    margin-bottom: 50px;
  }
  .svg-ttl2 {
    height: 65px;
    margin-bottom: 50px;
  }
  .svg-footer {
    height: 12px;
  }

  #viaggi .svg-ttl {
    position: absolute;
    top: 18%;
    right: 15%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  #concept .svg-ttl {
    position: absolute;
    top: 16%;
    left: 10%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  #commitment .svg-ttl {
    position: absolute;
    top: 18%;
    right: 5%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  #golf .svg-ttl2 {
    position: absolute;
    top: 15%;
    left: 10%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  #town .svg-ttl2 {
    position: absolute;
    top: 15%;
    right: 10%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  #travel .svg-ttl2 {
    position: absolute;
    top: 8%;
    left: 5%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
}
