@charset "UTF-8";
.gnavi ul:after, .consulting-image:after, .works-item:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}

.gnavi li, .page, .service-index a, .service-item a, .about .body-wrap2, .mission, .contacts .body-wrap2, .form-m, .form-l, .consulting, .consulting-header, .works .body-wrap2, .tours, .tours-header {
  box-sizing: border-box;
}

.service-item a, .submit input, .btn-link a {
  -webkit-font-smoothing: antialiased;
}

/* reset
-------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

a:focus {
  outline: none;
}

/* universal
-------------------- */
html {
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  width: 100%;
  color: #5A3835;
  line-height: 1.6;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
}

/* hypertext
-------------------- */
a {
  color: #5A3835;
}

a:visited {
  color: #5A3835;
}

a:hover {
  color: #9f8684;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a:active {
  color: #9f8684;
}

/* text
-------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

p {
  line-height: 1.8;
}

p b {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
  font-weight: bold;
}

strong {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
  font-weight: bold;
}

/* list tag
-------------------- */
ul, ol, dt, dd {
  list-style: none;
}

/* table tag
-------------------- */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
}

table tr th {
  text-align: left;
}

/* image
-------------------- */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

#Contents a[href]:hover img:not([class="Over"]) {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* layout
-------------------- */
.forPC {
  display: block;
}

.forSP {
  display: none;
}

/* ------------------------------------------------
  class     
  ---------------------------------------------- */
/* clearfix
-------------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* @display
-------------------------------- */
.display-none {
  display: none;
}

/* @font-family
-------------------------------- */
.mincho {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}

.century {
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.marugo {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

/* @group float
-------------------------------- */
.right {
  float: right;
}

.left {
  float: left;
}

.img-left {
  float: left;
  margin: 0 20px 10px 0;
}

.img-right {
  float: right;
  margin: 0 0 10px 20px;
}

/* @text-align
-------------------------------- */
.ta-right {
  text-align: right !important;
}

.ta-center {
  text-align: center !important;
}

.ta-left {
  text-align: left !important;
}

/* @vertical-align
-------------------------------- */
.va-top {
  vertical-align: top !important;
}

.va-bottom {
  vertical-align: bottom !important;
}

.va-middle {
  vertical-align: middle !important;
}

/* @group color
-------------------------------- */
.red {
  color: #EA5413 !important;
}

.blue {
  color: #0099ff !important;
}

.gray {
  color: #666 !important;
}

.pink {
  color: #C60070 !important;
}

.peach {
  color: #F86363 !important;
}

.green {
  color: #89B929 !important;
}

/* @group margin
-------------------------------- */
.m0 {
  margin: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

/* @font size
-------------------------------- */
.fs10 {
  font-size: 10px !important;
}

.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs17 {
  font-size: 17px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs19 {
  font-size: 19px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs21 {
  font-size: 21px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs23 {
  font-size: 23px !important;
}

.fs24 {
  font-size: 24px !important;
}

.fs25 {
  font-size: 25px !important;
}

.fs26 {
  font-size: 26px !important;
}

.fs27 {
  font-size: 27px !important;
}

.fs28 {
  font-size: 28px !important;
}

.fs29 {
  font-size: 29px !important;
}

.fs30 {
  font-size: 30px !important;
}

.fs31 {
  font-size: 31px !important;
}

.fs32 {
  font-size: 32px !important;
}

/* @font-weight
-------------------------------- */
.fw-bold {
  font-weight: bold !important;
}

/* @border
-------------------------------- */
.bb-none {
  border-bottom: 0 !important;
}

.bl-none {
  border-left: 0 !important;
}

.br-none {
  border-right: 0 !important;
}

.bt-none {
  border-top: 0 !important;
}

/* @status font color
-------------------------------- */
.required {
  color: #c00;
}

.error-message {
  color: #c00;
}

.message {
  color: #c00;
}

/* common */
.body-wrap {
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.body-wrap2 {
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

/*ローディング*/
.loading-wrap {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000000;
}

.loading-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -8px;
}

/* スマホ用ヘッダ固定 */
.header-sp {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
}

/* スマホ用ヘッダーロゴ */
.logo {
  margin: 14px 0 14px 16px;
  width: 200px;
}

/* スマホグローバルナビ開閉ボタン */
#BtnMenu {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 50px;
}

#panel-btn {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  text-decoration: none;
  text-align: center;
}

#panel-btn .close {
  background: transparent;
}

#panel-btn .close:before, #panel-btn .close:after {
  margin-top: 0;
}

#panel-btn .close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#panel-btn .close:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin: 7px 0 0 -15px;
  background: #5A3835;
  -webkit-transition: .2s;
  transition: .2s;
}

#panel-btn-icon:before, #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 2px;
  background: #5A3835;
  -webkit-transition: .3s;
  transition: .3s;
}

#panel-btn-icon:before {
  margin-top: -8px;
}

#panel-btn-icon:after {
  margin-top: 6px;
}

#panel-btn-name {
  display: inline-block;
  color: #5A3835;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
}

.mainimage {
  margin-bottom: 30px;
}

/* ナビゲーション */
.gnavi {
  z-index: 1000 !important;
  background: rgba(255, 255, 255, 0.95);
}

.gnavi ul {
  width: 1120px;
  margin: 10px auto;
}

.gnavi li {
  float: left;
  width: 160px;
  border-right: 1px solid #5A3835;
  text-align: center;
}

.gnavi li:first-child {
  border-left: 1px solid #5A3835;
}

.gnavi a {
  display: block;
  padding: 7px 0;
  color: #5A3835;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.08em;
  font-weight: bold;
}

.gnavi a:hover {
  background: #F3F1EC;
}

.gnavi a:active {
  background: #f5f2ec;
  color: #5A3835;
}

.gnavi .gnavi-2words a {
  letter-spacing: 0;
}

.gnavi span {
  display: block;
  font-size: 12px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", sans-serif;
  -webkit-transform: scale(1.07, 1);
          transform: scale(1.07, 1);
}

.gnavi-facebook {
  display: none;
}

#BtnClose {
  display: none;
  position: relative;
  padding: 20px 0 20px;
  background: #5A3835;
  color: #fff;
  text-align: center;
}

#BtnClose:active {
  background: #f5f2ec;
  color: #5A3835;
}

#BtnClose:before, #BtnClose:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  margin-left: -3.6em;
  margin-top: -2px;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

#BtnClose:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#BtnClose:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/* フッター */
.footer {
  padding-top: 50px;
  background: url(../img/common/bg_body.png) repeat;
}

.footer-facebook {
  width: 120px;
  margin: 0 auto 100px;
}

.copyright {
  padding-bottom: 50px;
  font-size: 12px;
  color: #5A3835;
  text-align: center;
}

.pagetop {
  position: fixed;
  bottom: 20px;
  left: 50%;
  margin-left: 560px;
  width: 75px;
  cursor: pointer;
}

/*------------
  プログラム概要
/*------------*/
@-webkit-keyframes horizontal {
  0% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes horizontal {
  0% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  80% {
    -webkit-transform: translateY(20px) rotate(-45deg);
            transform: translateY(20px) rotate(-45deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes vertical {
  0% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  80% {
    -webkit-transform: translateY(20px) rotate(-45deg);
            transform: translateY(20px) rotate(-45deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

/* メイン画像 */
.slider-progress {
  top: 0;
  bottom: none;
}

.slider-progress .bar {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}

.slide-link {
  display: block;
  position: relative;
}

.slide-link:before {
  position: absolute;
  left: -30px;
  top: 0;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-animation: vertical 1s ease-in-out infinite normal;
          animation: vertical 1s ease-in-out infinite normal;
}

/* 共通コンテンツ */
.page-title {
  margin-bottom: 16px;
  font-size: 42px;
  font-family: 'Montserrat', sans-serif;
}

.page-title span {
  margin-left: 10px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", sans-serif;
  font-size: 12px;
}

.page-sub-title {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 2px dotted #5A3835;
  font-size: 33px;
  font-family: 'Montserrat', sans-serif;
}

.page-sub-title span {
  margin-left: 10px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", sans-serif;
  font-size: 13px;
}

.page {
  padding: 50px 155px 20px;
}

/* Service（トップページ） */
.service {
  margin-top: 60px;
}

.service-header {
  margin-left: 130px;
}

.service-message {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.8;
}

.service-image {
  position: relative;
}

.service-image-gba {
  width: 350px;
  margin: 0 auto;
  padding: 60px 0 240px;
}

.service-index span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}

.service-index a {
  display: block;
  padding-top: 58px;
  width: 160px;
  height: 160px;
  border: 1px solid #5A3835;
  border-radius: 80px;
  font-size: 17px;
  text-align: center;
  line-height: 1.4;
  background: #F5F2EC;
  text-decoration: none;
  font-weight: bold;
}

.service-index a:hover {
  background: #5A3835;
  color: #fff;
}

.service-idex-sales {
  position: absolute;
  top: 60px;
  left: 310px;
}

.service-idex-tours {
  position: absolute;
  top: 60px;
  left: 640px;
}

.service-idex-consul {
  position: absolute;
  top: 270px;
  left: 480px;
}

.service-item {
  position: absolute;
}

.service-item span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}

.service-item a {
  display: block;
  padding-top: 36px;
  width: 110px;
  height: 110px;
  border: 1px solid #5A3835;
  border-radius: 55px;
  font-size: 13px;
  text-align: center;
  line-height: 1.4;
  background: #5A3835;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.service-item-sales {
  top: 60px;
  left: 0px;
}

.service-item-tours {
  top: 60px;
  right: 0;
}

.service-item-consulting {
  bottom: 0;
  left: 50%;
  margin-left: -55px;
}

.service-list {
  margin-bottom: 10px;
}

.service-list li {
  margin-left: 14px;
  position: relative;
  font-size: 13px;
}

.service-list li:before {
  position: absolute;
  top: 0;
  left: -14px;
  content: "＊";
}

.service-list-en {
  margin-bottom: 30px;
  font-size: 12px;
}

.service-sales {
  position: absolute;
  top: 100px;
  left: 0;
}

.service-tours {
  position: absolute;
  top: 100px;
  left: 820px;
}

.service-consul {
  position: absolute;
  top: 450px;
  left: 300px;
}

/* About Us (トップページ) */
.about {
  padding: 100px 0;
  background: url(../img/common/bg_body.png) repeat;
}

.about .body-wrap2 {
  padding: 0 160px;
  background: url(../img/top/logo_about.svg) no-repeat right top;
  background-size: 124px 120px;
}

.about-table tr:not(:last-child) {
  border-bottom: 1px dotted #553A36;
}

.about-table th {
  width: 25%;
  padding: 20px 0;
  font-size: 16px;
}

.about-table th span {
  display: block;
  font-size: 11px;
}

.about-table td {
  padding: 20px 0;
  font-size: 16px;
}

.about-table td span {
  display: block;
  font-size: 13px;
}

.about-table td .about-table-en {
  margin-top: 5px;
  font-size: 13px;
}

/* Missiont (トップページ) */
.mission {
  padding: 60px 160px;
  background: url(../img/top/logo_about.svg) no-repeat right 60px;
  background-size: 124px 120px;
}

.mission-copy {
  width: 540px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.mission-copy-en {
  margin-bottom: 50px;
  font-size: 17px;
}

.mission-message {
  margin-bottom: 30px;
  font-size: 17px;
}

/* Contacts (トップページ) */
.contacts {
  padding: 100px 0 0;
  background: url(../img/common/bg_body.png) repeat;
}

.contacts .body-wrap2 {
  padding: 0 160px;
}

.contacts-inner {
  background: url(../img/top/bg_lace.png) 0 100px repeat-x;
}

.mail-body {
  width: 440px;
  margin: 0 auto;
}

.mail-body dt {
  padding-bottom: 8px;
}

.mail-body dd {
  padding-bottom: 20px;
}

.mail-body input[type=text] {
  padding: 4px;
  font-size: 18px;
}

.mail-body .c-en {
  display: block;
  margin-left: 20px;
  margin-bottom: 8px;
  font-size: 14px;
}

.mail-body textarea {
  padding: 4px;
  font-size: 18px;
}

.form-m {
  width: 320px;
}

.form-l {
  width: 440px;
}

.submit {
  padding: 30px 0;
  text-align: center;
}

.submit input {
  display: inline-block;
  padding: 10px 30px 10px 50px;
  border: none;
  background: #5A3835;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}

.submit input:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.submit .submit-inner {
  position: relative;
  display: inline-block;
}

.submit .submit-inner:before {
  position: absolute;
  top: 17px;
  left: 20px;
  z-index: 100;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.alert-message {
  margin-bottom: 30px;
  padding: 15px;
  border: 2px solid #c00;
  background: #fef4ff;
}

.mail-confirm {
  width: 440px;
  margin: 0 auto 30px;
}

.mail-confirm h3 {
  font-size: 20px;
}

.mail-body-thanks {
  margin-bottom: 60px;
}

/* Consulting（コンサルティングページ） */
.consulting {
  padding-top: 67px;
  background: url(../img/top/logo_about.svg) no-repeat right 60px;
  background-size: 124px 120px;
}

.consulting-header {
  margin-bottom: 40px;
  padding: 0 155px;
}

.consulting-copy {
  width: 600px;
  margin: 60px 0 40px;
}

.consulting-message {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.9;
}

.consulting-image {
  width: 1500px;
  margin-left: -185px;
}

.consulting-image img {
  float: none;
}

.page-service {
  width: 810px;
  margin: 30px auto;
}

.page-service-list {
  margin-bottom: 50px;
}

.page-service-list li {
  margin-bottom: 30px;
  font-size: 17px;
}

.page-service-list li .en {
  font-size: 15px;
}

/* メディアサポートサービス（コンサルティングページ） */
.media {
  position: relative;
  padding: 30px 40px;
  background: #F5F2EC;
}

.media-title {
  width: 300px;
  margin-bottom: 15px;
}

.media-subtitle {
  margin-bottom: 20px;
  font-size: 16px;
}

.media-text {
  width: 420px;
  margin-bottom: 20px;
  font-size: 15px;
}

.media-image {
  position: absolute;
  top: 50px;
  right: 30px;
}

.media-text-en {
  font-size: 13px;
}

/* コンサルティングの実績（コンサルティングページ） */
.works {
  padding: 60px 0 0;
  background: url(../img/common/bg_body.png) repeat;
}

.works .body-wrap2 {
  padding: 0 160px;
}

.works-item {
  margin-bottom: 20px;
  padding: 30px 40px;
  border: 1px solid #5A3835;
  background: #fff;
}

.works-title {
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 4px solid #5A3835;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", sans-serif;
  font-size: 24px;
  line-height: 1.4;
}

.works-subtitle,
.works-text h3 {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px dotted #5A3835;
  font-size: 16px;
}

.works-text p {
  margin-bottom: 6px;
  font-size: 16px;
}

.btn-link {
  padding: 30px 0;
  text-align: center;
}

.btn-link a {
  position: relative;
  display: inline-block;
  padding: 10px 30px 10px 50px;
  background: #5A3835;
  color: #fff;
  text-decoration: none;
}

.btn-link a:before {
  position: absolute;
  top: 17px;
  left: 20px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn-link a:hover {
  text-decoration: underline;
}

.notice {
  margin-top: 10px;
  font-size: 12px;
}

/* ツアー事業（ツアーページ） */
.tours {
  padding-top: 67px;
  background: url(../img/top/logo_about.svg) no-repeat right 60px;
  background-size: 124px 120px;
}

.tours-header {
  position: relative;
  margin-bottom: 40px;
  padding: 0 155px;
}

.tours-copy {
  width: 600px;
  margin: 60px 0 40px;
}

.tours-message {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 1.9;
}

.tours-iamge {
  position: absolute;
  top: 200px;
  right: 0;
  width: 420px;
}

.works-text-tours {
  float: left;
  width: 500px;
}

.works-image-tours {
  float: right;
  width: 207px;
}

.works-image-tours img {
  width: 100%;
}

.banner {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px){
  #Contents a:hover img{
    filter: alpha(opacity=100);
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .forPC{
    display: none;
  }
  .forSP{
    display: block;
  }
  .body-wrap{
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .body-wrap2{
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .gnavi{
    display: none;
    position: fixed;
    top: 67px;
    left: 0;
    width: 100%;
  }
  .gnavi ul{
    width: auto;
    margin: 0;
  }
  .gnavi li{
    float: none;
    width: auto;
    border-right: 0;
    text-align: left;
  }
  .gnavi li:first-child{
    border-left: 0;
  }
  .gnavi a{
    position: relative;
    padding: 12px 10px 12px 44px;
    border-bottom: 1px solid #fff;
    background: #5A3835;
    color: #fff;
    -webkit-font-smoothing: antialiased;
  }
  .gnavi a:before{
    position: absolute;
    top: 19px;
    left: 20px;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .gnavi span{
    position: absolute;
    top: 34%;
    left: 74%;
    display: inline;
    font-size: 10px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  .gnavi-facebook{
    display: block;
  }
  .gnavi-facebook a{
    padding: 12px;
    background: #fff;
    text-align: center;
  }
  .gnavi-facebook img{
    width: 30%;
    vertical-align: middle;
  }
  #BtnClose{
    display: block;
  }
  .footer{
    padding-top: 20px;
  }
  .footer-facebook{
    margin-bottom: 20px;
  }
  .copyright{
    padding-bottom: 30px;
    font-size: 10px;
  }
  .pagetop{
    bottom: 30px;
    right: 10px;
    left: auto;
    width: 45px;
    margin-left: 0;
  }
  .sp-mainimage-wrap{
    padding-top: 67px;
  }
  .page-title{
    font-size: 24px;
  }
  .page-title span{
    font-size: 10px;
  }
  .page-sub-title{
    font-size: 24px;
  }
  .page-sub-title span{
    font-size: 10px;
  }
  .page{
    padding: 67px 0 20px;
  }
  .service-header{
    margin-left: 0;
  }
  .service-message{
    font-size: 13px;
  }
  .service-image-gba{
    position: relative;
    width: 280px;
    margin-bottom: 30px;
    padding: 30px 40px 50px;
  }
  .service-index span{
    display: inline-block;
    margin-left: 10px;
  }
  .service-index a{
    width: auto;
    height: auto;
    padding: 10px 0;
    border: none;
    border-radius: 0;
    background: none;
    text-align: left;
  }
  .service-index{
    position: relative;
    margin-bottom: 15px;
    border-top: 2px dotted #553A36;
    border-bottom: 2px dotted #553A36;
  }
  .service-index a{
    position: relative;
    padding-left: 18px;
  }
  .service-index a:before{
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    content: "◆";
  }
  .service-idex-sales{
    top: 0;
    left: 0;
  }
  .service-idex-tours{
    top: 0;
    left: 0;
  }
  .service-idex-consul{
    top: 0;
    left: 0;
  }
  .service-sales{
    position: static;
  }
  .service-tours{
    position: static;
  }
  .service-consul{
    position: static;
  }
  .about{
    padding: 30px 0;
  }
  .about .body-wrap2{
    padding: 0;
    background: none;
  }
  .about-table tr:not(:last-child){
    border-bottom: 0;
  }
  .about-table th{
    display: block;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px dotted #553A36;
    font-size: 12px;
  }
  .about-table th span{
    display: inline;
    margin-left: 10px;
    font-size: 10px;
  }
  .about-table td{
    display: block;
    width: 100%;
    padding-top: 10px;
    font-size: 12px;
  }
  .mission{
    padding: 30px 0;
    background: none;
  }
  .mission-copy{
    width: 80%;
    margin: 25px 0;
  }
  .mission-copy-en{
    margin: 25px 0;
    font-size: 13px;
  }
  .mission-message{
    margin-bottom: 20px;
    font-size: 13px;
  }
  .contacts{
    padding: 30px 0;
  }
  .contacts .body-wrap2{
    padding: 0;
  }
  .contacts-inner{
    background-position: left bottom;
    background-size: auto 200px;
  }
  .mail-body{
    width: auto;
  }
  .form-m{
    width: 80%;
  }
  .form-l{
    width: 100%;
  }
  .submit input{
    -webkit-appearance: none;
    border: 0;
    border-radius: 0;
    font-size: 12px;
  }
  .submit .submit-inner:before{
    top: 15px;
    width: 8px;
    height: 8px;
  }
  .mail-confirm{
    width: auto;
  }
  .consulting{
    padding-top: 100px;
    background: none;
  }
  .consulting-header{
    padding: 0;
  }
  .consulting-copy{
    width: auto;
    margin: 20px 0;
  }
  .consulting-message{
    font-size: 13px;
  }
  .consulting-image{
    width: auto;
    margin: 0 -10px 40px;
  }
  .consulting-image img{
    width: 49%;
  }
  .consulting-image img.sub-image{
    display: none;
  }
  .page-service{
    width: auto;
  }
  .page-service-list li{
    font-size: 14px;
    line-height: 1.3;
  }
  .page-service-list li .en{
    font-size: 12px;
  }
  .media{
    padding: 30px 20px;
  }
  .media-title{
    width: 80%;
    margin-bottom: 8px;
  }
  .media-subtitle{
    font-size: 12px;
  }
  .media-text{
    width: auto;
    font-size: 13px;
  }
  .media-image{
    position: static;
    margin-bottom: 10px;
  }
  .media-text-en{
    font-size: 12px;
  }
  .works{
    padding: 30px 0;
  }
  .works .body-wrap2{
    padding: 0;
  }
  .works-item{
    padding: 20px;
  }
  .works-title{
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 18px;
  }
  .works-subtitle,
  .works-text h3{
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 12px;
  }
  .works-text p{
    margin-bottom: 0;
    font-size: 13px;
  }
  .works-text img{
    margin-top: 10px !important;
  }
  .btn-link a{
    font-size: 12px;
  }
  .btn-link a:before{
    top: 15px;
    width: 8px;
    height: 8px;
  }
  .tours{
    padding-top: 100px;
    background: none;
  }
  .tours-header{
    padding: 0;
  }
  .tours-copy{
    width: 77%;
    margin: 20px 0;
  }
  .tours-message{
    font-size: 13px;
  }
  .tours-iamge{
    position: static;
    width: auto;
  }
  .works-text-tours{
    float: none;
    width: auto;
  }
  .works-image-tours{
    float: none;
    width: auto;
    margin-top: 10px;
  }
}

@media screen and (min-width: 1000px){
  .gnavi a{
    -webkit-transform: scale(0.95, 1);
            transform: scale(0.95, 1);
  }
  .fixed{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  }
  .fixed ul{
    margin: 10px auto;
  }
  .is-sticky .gnavi{
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  }
}
