/*
Theme Name: やまとWell Be旅ing
Description: 旅行事業のWebサイト
Theme URI: https://wellbe-tabi-ing.com
Author: Yuki Nakamori
Author URI: https://www.derize.com
Version: 1.02
*/

@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
モバイル向けレイアウト指定：～781px
PC向けレイアウト指定：782px〜
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

*, *:before, *:after {
  box-sizing: border-box;
}z

body, html {
  height: 100%;
}

body {
  color: #000;
  font: 400 17px/2 "Noto Serif JP", serif;
  font-optical-sizing: auto;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  word-wrap: break-word;
}

body.fixed {
  height: 100%;
  position: fixed;
  width: 100%;
}

@media only screen and (max-width: 782px) {
  body {
    font-size: 16px;
    line-height: 1.9;
  }
}

a {
  color: #2d2300;
  text-decoration: none;
}

a:hover, a:hover img {
  opacity: .7;
  -webkit-transition: ease .3s opacity;
     -moz-transition: ease .3s opacity;
      -ms-transition: ease .3s opacity;
       -o-transition: ease .3s opacity;
          transition: ease .3s opacity;
}

/* 共通画像100% */
.image img {
  display: block;
  height: auto;
  width: 100%;
}

.image {
  display: block;
  height: auto;
  width: 100%;
}

/* 共通インナー */
.inner {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 40px;
}

.inner-qa {
  margin: 0 auto;
  max-width: 940px;
  padding: 0 40px;
}

@media only screen and (max-width: 782px) {
  .inner, .inner-qa {
    max-width: 600px;
    padding: 0;
    width: 92%;
  }
}

/* 共通マージン */
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.p30 {
  padding-bottom: 30px;
  padding-top: 30px;
}

.p40 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.p50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.p60 {
  padding-bottom: 60px;
  padding-top: 60px;
}

.p-top {
  padding-bottom: 50px;
  padding-top: 40px;
}

.p-bottom {
  padding-bottom: 30px;
  padding-top: 50px;
}

.p-foot {
  padding-bottom: 0;
  padding-top: 50px;
}

.p-con {
  padding-bottom: 50px;
  padding-top: 0;
}

.p-voice {
  padding-bottom: 0;
  padding-top: 30px;
}

@media only screen and (max-width: 980px) {
  .p-foot {
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 782px) {
  .mt10 {
    margin-top: 5px;
  }

  .mt20 {
    margin-top: 15px;
  }

  .mt30 {
    margin-top: 20px;
  }

  .mt40 {
    margin-top: 25px;
  }

  .mt50 {
    margin-top: 30px;
  }

  .mt60 {
    margin-top: 40px;
  }

  .mt80 {
    margin-top: 50px;
  }

  .mt100 {
    margin-top: 70px;
  }

  .p30 {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .p40 {
    padding-bottom: 25px;
    padding-top: 25px;
  }

  .p50 {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .p60 {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .p-top {
    padding-bottom: 30px;
    padding-top: 25px;
  }

  .p-bottom {
    padding-bottom: 20px;
    padding-top: 30px;
  }

  .p-foot {
    padding-top: 30px;
  }

  .p-con {
    padding-bottom: 30px;
  }

  .p-voice {
    padding-bottom: 0;
    padding-top: 20px;
  }
}

/* カラー */
.back-w {
  background: #fff;
}

.back-be {
  background: #faf8ea;
}

.back-gr {
  background: #008e66;
}

.co-w {
  color: #fff;
}

.co-r {
  color: #ec6b61;
}

.co-gr {
  color: #008e66;
}

/* リンク色 */
.link-color {
  color: #ff4800;
  font-weight: 500;
  text-decoration: underline;
}

/* ポジション */
.po-re {
  position: relative;
}

.ov-h {
  overflow: hidden;
}

.zindex-1 {
  position: relative;
  z-index: 1;
}

/* 中央揃え */
.ma-auto {
  margin-left: auto;
  margin-right: auto;
}

.txt-center {
  text-align: center;
}

/* 字下げ */
.note {
  padding-left: 1em;
  text-indent: -1em;
}

/* フォント */
.font-en400 {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

.font-en500 {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

.font-wn {
  font-weight: normal;
}

.font-w500 {
  font-weight: 500;
}

.font-w600 {
  font-weight: 600;
}

.font-w700 {
  font-weight: 700;
}

/* 行間 */
.linehight22 {
  line-height: 2.2;
}

.linehight19 {
  line-height: 1.9;
}

.linehight18 {
  line-height: 1.8;
}

.linehight17 {
  line-height: 1.7;
}

.linehight16 {
  line-height: 1.6;
}

.linehight15 {
  line-height: 1.5;
}

.linehight14 {
  line-height: 1.4;
}

.linehight12 {
  line-height: 1.2;
}

.linehight-1 {
  line-height: 1;
}

@media screen and (max-width: 782px) {
  .linehight22 {
    line-height: 2;
  }
}

/* ローダー */
.loading {
  align-items: center;
  -webkit-animation: fadelogo 1s 1.8s forwards;
          animation: fadelogo 1s 1.8s forwards;
  background-color: #fff;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1000;
}

@keyframes fadelogo {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.loading-logo {
  -webkit-animation: logo_fade 2.6s .7s forwards;
          animation: logo_fade 2.6s .7s forwards;
  max-width: 260px;
  opacity: 0;
}

@keyframes logo_fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
       -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
         -o-transform: translateY(20px);
            transform: translateY(20px);
  }

  60% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 782px) {
  .loading-logo {
    max-width: 200px;
  }
}

#topcontrol {
  position: relative;
  z-index: 997;
}

/*==========================================
 モバイルナビ
===========================================*/
.navarea {
  display: none;
}

@media screen and (max-width: 782px) {
  .navarea {
    display: block;
  }

  .menu-inner {
    background: #faf8ea;
    background-size: cover;
    bottom: 0;
    left: -300px;
    opacity: 0;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px 4%;
    pointer-events: none;
    position: fixed;
    top: 0;
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
        -ms-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
    width: 90%;
    z-index: 999;
  }

  .open .menu-inner {
    left: 0;
    opacity: 1;
    pointer-events: auto;
  }

  .menu li {
    border-bottom: 1px solid #fff;
    line-height: 1.4;
    margin: 0 auto;
  }

  .menu li.menubn {
    border-bottom: none;
  }

  .menu li a {
    display: block;
    padding: 5px 0;
  }

  .logo-menu {
    margin: 0 auto 30px;
    max-width: 180px;
  }

  .mbnav-sub {
    font-size: .8rem;
    letter-spacing: .2rem;
  }

  .column-nav {
    padding: 5px 0;
  }

  .column-item {
    font-size: .85rem;
  }

  .column-item a {
    background: #fff;
    -webkit-border-radius: 10px ;
       -moz-border-radius: 10px ;
        -ms-border-radius: 10px ;
         -o-border-radius: 10px ;
            border-radius: 10px ;
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .to-con {
    max-width: 280px;
    padding-top: 5px;
  }
}

/*============
.toggle_btn
=============*/
.nav-btn {
  max-width: 80px;
  min-width: 70px;
  position: fixed;
  right: 0;
  top: 0;
  width: 8%;
  z-index: 999;
}

.toggle_btn {
  cursor: pointer;
  display: block;
  height: 28px;
  left: 15%;
  margin: auto;
  position: absolute;
  right: 0;
  top: 43%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all .5s;
  width: 36px;
}

.toggle_btn span {
  background-color: #fff;
  border-radius: 4px;
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  -webkit-transform: scaleY(.5) translateY(-50%);
     -moz-transform: scaleY(.5) translateY(-50%);
      -ms-transform: scaleY(.5) translateY(-50%);
       -o-transform: scaleY(.5) translateY(-50%);
          transform: scaleY(.5) translateY(-50%);
  -webkit-transition: all .5s;
     -moz-transition: all .5s;
      -ms-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
  width: 36px;
}

@media screen and (max-width: 782px) {
  .nav-btn {
    max-width: 52px;
    min-width: auto;
    width: 100%;
  }

  .toggle_btn {
    left: 15%;
    top: 43%;
    width: 30px;
  }

  .toggle_btn span {
    width: 30px;
  }
}

.toggle_btn span:nth-child(1) {
  top: 4px;
}

.toggle_btn span:nth-child(2) {
  top: 13px;
}

.toggle_btn span:nth-child(3) {
  bottom: 2px;
}

.open .toggle_btn span {
  background-color: #fff;
  height: 3px;
}

.open .toggle_btn span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
     -moz-transform: translateY(9px) rotate(-45deg);
      -ms-transform: translateY(9px) rotate(-45deg);
       -o-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}

.open .toggle_btn span:nth-of-type(2) {
  -webkit-animation: active-btn05-bar02 .8s forwards;
          animation: active-btn05-bar02 .8s forwards;
  left: 50%;
  opacity: 0;
}

@-webkit-keyframes active-btn05-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-btn05-bar02 {
  100% {
    height: 0;
  }
}

.open .toggle_btn span:nth-of-type(3) {
  bottom: 3px;
  -webkit-transform: translateY(-9px) rotate(45deg);
     -moz-transform: translateY(-9px) rotate(45deg);
      -ms-transform: translateY(-9px) rotate(45deg);
       -o-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
}

/*============
#mask
=============*/
.mask {
  display: none;
  transition: all .5s;
}

.open .mask {
  background: #000;
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: .8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
}

/*==========================================
 フルスクリーン
===========================================*/
.screen {
  -webkit-border-radius: 0 48px 0 0;
     -moz-border-radius: 0 48px 0 0;
      -ms-border-radius: 0 48px 0 0;
       -o-border-radius: 0 48px 0 0;
          border-radius: 0 48px 0 0;
  height: 940px;
  margin: 20px 20px 0;
  position: relative;
}

.slide-img {
  -webkit-border-radius: 0 48px 0 0;
     -moz-border-radius: 0 48px 0 0;
      -ms-border-radius: 0 48px 0 0;
       -o-border-radius: 0 48px 0 0;
          border-radius: 0 48px 0 0;
  height: 940px;
  width: 100%;
}

@media only screen and (max-width: 980px) {
  .screen {
    height: 700px;
  }

  .slide-img {
    height: 700px;
  }
}

@media only screen and (max-width: 782px) {
  .screen {
    -webkit-border-radius: 0 28px 0 0;
       -moz-border-radius: 0 28px 0 0;
        -ms-border-radius: 0 28px 0 0;
         -o-border-radius: 0 28px 0 0;
            border-radius: 0 28px 0 0;
    height: 400px;
    margin: 16px 16px 0;
  }

  .slide-img {
    border-radius: 0 28px 0 0;
    height: 400px;
  }
}

.swiper-slide1 {
  background: url(./images/screen/screen-1.jpg) no-repeat center center;
  background-size: cover;
}

.swiper-slide2 {
  background: url(./images/screen/screen-2.jpg) no-repeat center center;
  background-size: cover;
}

.swiper-slide3 {
  background: url(./images/screen/screen-3.jpg) no-repeat center center;
  background-size: cover;
}

.swiper-slide4 {
  background: url(./images/screen/screen-4.jpg) no-repeat center center;
  background-size: cover;
}

.swiper-slide5 {
  background: url(./images/screen/screen-5.jpg) no-repeat center center;
  background-size: cover;
}

.swiper-slide6 {
  background: url(./images/screen/screen-6.jpg) no-repeat center center;
  background-size: cover;
}

/* トップ下 波模様 ウマイラスト*/
.top-nami {
  bottom: -1px;
  left: 0;
  position: absolute;
  z-index: 1;
}

.top-mizu {
  -webkit-animation: pikopiko 1s steps(2, start) infinite;
          animation: pikopiko 1s steps(2, start) infinite;
  bottom: 0;
  max-width: 225px;
  position: absolute;
  right: 2%;
  width: 20%;
  z-index: 2;
}

@media only screen and (max-width: 782px) {
  .top-mizu {
    bottom: -40px;
    max-width: 80px;
    right: 8%;
    width: 100%;
  }
}

@keyframes pikopiko {
  0% {
    -webkit-transform: rotate(1deg);
       -moz-transform: rotate(1deg);
        -ms-transform: rotate(1deg);
         -o-transform: rotate(1deg);
            transform: rotate(1deg);
  }

  to {
    -webkit-transform: rotate(-.5deg);
       -moz-transform: rotate(-.5deg);
        -ms-transform: rotate(-.5deg);
         -o-transform: rotate(-.5deg);
            transform: rotate(-.5deg);
  }
}

/* サイドメニュー */
.side-menu {
  max-width: 70px;
  position: absolute;
  right: 0;
  top: 43%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6%;
  z-index: 2;
}

.side-menu li :first-child {
  margin-bottom: 10px;
}

@media only screen and (max-width: 782px) {
  .side-menu {
    display: none;
  }
}

/* キャッチフレーズ */
.catch {
  left: 0;
  margin: auto;
  max-width: 173px;
  position: absolute;
  right: 0;
  top: 48%;
  transform: translateY(-50%);
  width: 15%;
  z-index: 2;
}

.sub-catch {
  bottom: 120px;
  left: 3%;
  max-width: 310px;
  position: absolute;
  width: 27%;
  z-index: 2;
}

.catch-mb-l, .catch-mb-r {
  display: none;
}

@media only screen and (max-width: 980px) {
  .sub-catch {
    bottom: 80px;
  }
}

@media only screen and (max-width: 782px) {
  .catch {
    max-width: 90px;
    top: 53%;
    width: 100%;
  }

  .sub-catch {
    display: none;
  }

  .catch-mb-l {
    bottom: 15px;
    display: block;
    left: 5%;
    max-width: 100px;
    position: absolute;
    width: 30%;
    z-index: 2;
  }

  .catch-mb-r {
    bottom: 15px;
    display: block;
    max-width: 100px;
    position: absolute;
    right: 5%;
    width: 30%;
    z-index: 2;
  }
}

/* 筆模様背景 */
.topfude-l {
  left: 0;
  max-width: 360px;
  position: absolute;
  top: 0;
  width: 28%;
  z-index: 1;
}

.topfude-r {
  bottom: 0;
  max-width: 360px;
  position: absolute;
  right: 0;
  width: 28%;
  z-index: 1;
}

@media only screen and (max-width: 782px) {
  .topfude-l {
    max-width: 160px;
    width: 100%;
  }

  .topfude-r {
    max-width: 140px;
    width: 100%;
  }
}

/*==========================================
 ヘッダー PCナビ
===========================================*/
.header {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.logo-waku {
  max-width: 500px;
  width: 35%;
}

.logo {
  left: 20px;
  max-width: 280px;
  position: absolute;
  right: 0;
  top: 20px;
  width: 55%;
}

@media only screen and (max-width: 980px) {
  .logo {
    top: 10px;
  }
}

@media only screen and (max-width: 782px) {
  .logo-waku {
    min-width: 250px;
  }

  .logo {
    left: 16px;
    width: 57%;
  }
}

.nav {
  align-items: center;
  background: rgba(255, 255, 255, .74);
  -webkit-border-radius: 48px;
     -moz-border-radius: 48px;
      -ms-border-radius: 48px;
       -o-border-radius: 48px;
          border-radius: 48px;
  display: flex;
  justify-content: center;
  margin: 50px 4% 0 0;
  max-width: 780px;
  padding: 0 3%;
  width: 61%;
}

@media only screen and (max-width: 980px) {
  .nav {
    margin: 40px 4% 0 0;
  }
}

.nav li {
  margin-left: 3%;
}

.nav li a {
  display: block;
  padding: 25px 0;
}

.nav li img:hover {
  opacity: 1;
}

a:hover, a img:hover {
  opacity: .7;
  -webkit-transition: ease .3s opacity;
     -moz-transition: ease .3s opacity;
      -ms-transition: ease .3s opacity;
       -o-transition: ease .3s opacity;
          transition: ease .3s opacity;
}

.nav-1 {
  max-width: 188px;
}

.nav li.nav-1:first-child {
  margin-left: 0;
}

.nav-2 {
  max-width: 85px;
}

.nav-3 {
  max-width: 109px;
}

.nav-4 {
  max-width: 93px;
}

.nav-5 {
  max-width: 84px;
}

.nav-6 {
  max-width: 70px;
}

@media only screen and (max-width: 782px) {
  .nav {
    display: none;
  }
}

/* サブメニュー */
.sub-menu {
  position: relative;
}

.child_menu {
  background: #faf8ea;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
      -ms-border-radius: 20px;
       -o-border-radius: 20px;
          border-radius: 20px;
  display: none;
  font-size: .97rem;
  left: 50%;
  line-height: 1;
  margin: auto;
  padding: 10px 10px 15px;
  position: absolute;
  top: 65px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 180px;
  z-index: 1;
}

@media only screen and (max-width: 980px) {
  .child_menu {
    font-size: .85rem;
    top: 58px;
  }
}

.sub-menu:hover .child_menu {
  animation-duration: 1s;
  animation-name: fade-nav;
  display: block;
}

@keyframes fade-nav {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.sub-nav li a {
  border-bottom: 1px solid #008e66;
  padding: 10px 0;
}

/*==========================================
 アバウト
===========================================*/
.back-fude {
  background: url(./images/fude-back.png) no-repeat right top;
  background-size: cover;
  height: auto;
  width: 100%;
}

.about-container {
  display: flex;
}

.about-container2 {
  flex-direction: row-reverse;
}

.about-item-r {
  margin: 0 calc(50% - 50vw);
  margin-left: auto;
  max-width: 600px;
  min-width: 340px;
  width: 55%;
}

.about-item-r2 {
  margin: 0 calc(50% - 50vw);
  margin-right: auto;
  max-width: 600px;
  min-width: 340px;
  width: 55%;
}

.about-item-r img {
  -webkit-border-radius: 20px 0 0 20px;
     -moz-border-radius: 20px 0 0 20px;
      -ms-border-radius: 20px 0 0 20px;
       -o-border-radius: 20px 0 0 20px;
          border-radius: 20px 0 0 20px;
}

.about-item-r2 img {
  -webkit-border-radius: 0 20px 20px 0;
     -moz-border-radius: 0 20px 20px 0;
      -ms-border-radius: 0 20px 20px 0;
       -o-border-radius: 0 20px 20px 0;
          border-radius: 0 20px 20px 0;
}

.about-item-l {
  margin-right: 7.40740741%;
  width: 660px;
}

.about-item-reverse {
  margin-left: 7.40740741%;
  width: 660px;
}

.about-tisub {
  font-size: 1.15rem;
}

.about-title {
  font-size: 2.5rem;
}

.about-suben {
  font-size: 1.3rem;
  letter-spacing: .1rem;
}

.line-1 {
  left: 0;
  max-width: 380px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.line-2 {
  margin-top: 30px;
  max-width: 560px;
}

@media only screen and (max-width: 890px) {
  .about-title {
    font-size: 1.9rem;
  }
}

@media only screen and (max-width: 782px) {
  .about-container {
    display: block;
  }

  .about-item-r {
    margin: 0 calc(50% - 50vw);
    margin-left: auto;
    margin-top: 25px;
    max-width: 500px;
    min-width: auto;
    width: 100%;
  }

  .about-item-r2 {
    margin: 0 calc(50% - 50vw);
    margin-right: auto;
    margin-top: 25px;
    max-width: 500px;
    min-width: auto;
    width: 100%;
  }

  .about-item-l {
    margin-right: 0;
    width: 100%;
  }

  .about-item-reverse {
    margin-left: 0;
    width: 100%;
  }

  .about-tisub {
    font-size: 1rem;
    margin-top: 20px;
    text-align: center;
  }

  .about-title {
    font-size: 1.6rem;
    text-align: center;
  }

  .about-suben {
    font-size: 1rem;
    text-align: center;
  }

  .line-1 {
    left: 0;
    margin: auto;
    max-width: 300px;
    right: 0;
  }

  .line-2 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    max-width: 560px;
  }
}

/* ルビ */
[data-ruby] {
  position: relative;
}

[data-ruby]::before {
  content: attr(data-ruby);
  font-size: .55rem;
  left: 50%;
  position: absolute;
  top: -1.1em;
  transform: translateX(-50%);
  white-space: nowrap;
}

/* 詳細 */
.about-ex {
  font-size: 1.2rem;
}

@media only screen and (max-width: 782px) {
  [data-ruby]::before {
    font-size: .5rem;
  }

  .about-ex {
    font-size: 1.1rem;
  }
}

/*==========================================
 キャラクター
===========================================*/
.chara-container {
  display: flex;
}

.chara-item {
  margin-right: 3.7037037%;
  width: 62.962963%;
}

.all-mize {
  width: 33.3333333%;
}

.chara-title {
  font-size: 1.3rem;
}

.line-3 {
  max-width: 220px;
}

@media only screen and (max-width: 950px) {
  .chara-txt br {
    display: none;
  }
}

@media only screen and (max-width: 782px) {
  .chara-container {
    display: block;
  }

  .chara-item {
    margin-right: 0;
    width: 100%;
  }

  .all-mize {
    margin: 20px auto 0;
    max-width: 240px;
    width: 100%;
  }

  .chara-title {
    font-size: 1.1rem;
  }

  .line-3 {
    max-width: 180px;
  }
}

/*==========================================
 コース一覧 常設ツアー
===========================================*/
.title-en {
  font-size: 1.1rem;
  letter-spacing: .1rem;
}

.title-l {
  font-size: 2.5rem;
}

.title-sub {
  font-size: 1.6rem;
}

/* 左右にかっこ */
.bracket {
  display: inline-block;
  padding: 0 20px;
  position: relative;
}

.bracket:before, .bracket:after {
  box-sizing: border-box;
  height: 100%;
  position: absolute;
  width: 10px;
}

.bracket:before {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  content: "";
  left: 0;
  top: 0;
}

.bracket:after {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  bottom: 0;
  content: "";
  right: 0;
}

.bracket-w:before {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}

.bracket-w:after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

/* 緑ライン */
.green-lime {
  background: #008e66;
  height: 4px;
  width: 90px;
}

.green-lime-m {
  margin-bottom: 16px;
  margin-top: 16px;
}

/* 筆ライン */
.line-auto {
  left: 0;
  margin: auto;
  margin-top: -35px;
  right: 0;
}

@media only screen and (max-width: 782px) {
  .title-en {
    font-size: 1rem;
  }

  .title-l {
    font-size: 1.9rem;
  }

  .title-sub {
    font-size: 1.3rem;
  }

  /* 左右にかっこ */
  .bracket {
    padding: 0 15px;
  }

  .bracket:before, .bracket:after {
    width: 8px;
  }

  /* 緑ライン */
  .green-lime {
    height: 3px;
    width: 80px;
  }

  .green-lime-m {
    margin-bottom: 12px;
    margin-top: 12px;
  }

  /* 筆ライン */
  .line-auto {
    margin-top: -25px;
  }
}

/* 常設ツアー */
.course-container {
  display: flex;
  justify-content: space-between;
}

.course-l {
  width: 40.7407407%;
}

.course-r {
  width: 51.8518519%;
}

.course-title {
  font-size: 1.5rem;
}

.title-line {
  position: relative;
}

.title-line:before {
  background: #000;
  bottom: -16px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 90px;
}

.course-title-sub {
  font-size: 1.1rem;
  margin-top: 2px;
}

.course-day-list {
  font-size: .95rem;
}

.course-dayspan {
  font-size: 1.5rem;
  font-weight: 600;
}

.link-box a {
  background: #fff;
  border: 1px solid #000;
  display: block;
  font-size: .97rem;
  max-width: 280px;
  padding: 14px 0;
  text-align: center;
}

.course-1-back {
  left: 0;
  max-width: 283px;
  position: absolute;
  top: 0;
  width: 28.3%;
}

.course-2-back {
  left: 0;
  max-width: 360px;
  position: absolute;
  top: 0;
  width: 36%;
}

.line-mt {
  margin-top: 40px;
}

.course-mitei {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.8;
}

@media only screen and (max-width: 782px) {
  .course-container {
    display: block;
  }

  .course-l {
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
    width: 100%;
  }

  .course-r {
    width: 100%;
  }

  .course-title {
    font-size: 1.2rem;
    margin-top: 20px;
  }

  .title-line:before {
    bottom: -13px;
    width: 80px;
  }

  .course-title-sub {
    font-size: 1rem;
  }

  .course-day-list {
    font-size: .9rem;
  }

  .course-dayspan {
    font-size: 1.3rem;
  }

  .link-box a {
    font-size: .9rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 240px;
    padding: 8px 0;
  }

  .line-mt {
    margin-top: 25px;
  }

  .course-mitei {
    font-size: 1rem;
  }
}

/* 矢印 */
.link-arrow {
  padding: 0 48px 1px 0;
  position: relative;
}

.link-arrow:before, .link-arrow:after {
  bottom: 9px;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
}

.link-arrow:before {
  background: #000;
  height: 1px;
  right: -3px;
  width: 48px;
}

.link-arrow:after {
  background: #000;
  height: 7px;
  width: 1px;
}

a.link-arrow:hover {
  opacity: .7;
}

/*==========================================
 コース一覧 テーマツアー
===========================================*/
.line-theme {
  top: 65%;
}

.theme-container {
  display: flex;
  flex-wrap: wrap;
}

.theme-item {
  background: #fff;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
      -ms-border-radius: 30px;
       -o-border-radius: 30px;
          border-radius: 30px;
  display: block;
  margin-bottom: 30px;
  margin-right: 3.7037037%;
  overflow: hidden;
  width: 48.1481481%;
}

.theme-item:nth-child(2n) {
  margin-right: 0;
}

.theme-pd {
  padding: 20px 6%;
}

.theme-ti {
  font-size: 1.2rem;
}

.theme-list {
  border-left: 6px solid #ec6b61;
  padding-left: 3%;
}

.theme-list li {
  display: flex;
}

.theme-l {
  width: 70px;
}

@media only screen and (max-width: 782px) {
  .theme-container {
    display: block;
  }

  .theme-item {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 380px;
    width: 100%;
  }

  .theme-item:nth-child(2n) {
    margin-right: auto;
  }

  .theme-pd {
    padding: 15px 6%;
  }

  .theme-ti {
    font-size: 1.05rem;
  }

  .theme-list {
    border-left: 5px solid #ec6b61;
  }

  .theme-list li {
    display: flex;
  }

  .theme-l {
    width: 70px;
  }
}

/* 画像比率 */
.middle-image img {
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.middle-image {
  overflow: hidden;
  padding-top: 57.6923077%;
  position: relative;
  width: 100%;
}

/*==========================================
 お知らせ
===========================================*/
.line-news {
  top: 80%;
}

.news-list li a {
  align-items: center;
  background: url(./images/news-back.jpg) no-repeat center center;
  background-size: cover;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
      -ms-border-radius: 20px;
       -o-border-radius: 20px;
          border-radius: 20px;
  display: flex;
  margin-bottom: 16px;
  padding: 20px 70px 20px 3%;
  position: relative;
  width: 100%;
}

.news-list li time {
  flex-shrink: 0;
  font-size: 1.4em;
  position: relative;
  width: 130px;
  z-index: 1;
}

.news-list li p {
  font-size: 1.05em;
  position: relative;
  z-index: 1;
}

.news-arrow {
  max-width: 287px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28%;
}

@media only screen and (max-width: 782px) {
  .news-list li a {
    display: block;
    margin-bottom: 10px;
    padding: 14px 6%;
  }

  .news-list li time {
    font-size: 1.2em;
  }

  .news-list li p {
    font-size: 1em;
  }

  .news-arrow {
    max-width: 200px;
    right: 6%;
    top: 13px;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
  }
}

/*==========================================
 トップお問い合わせ
===========================================*/
.con-back {
  background: url(./images/foot-back.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
}

.foot-con-list {
  display: flex;
  justify-content: space-between;
}

.foot-con-list li {
  margin-bottom: 25px;
  width: 48.1481481%;
}

@media only screen and (max-width: 782px) {
  .foot-con-list {
    display: block;
  }

  .foot-con-list li {
    margin: 0 auto 10px;
    max-width: 350px;
    width: 100%;
  }
}

/*==========================================
 フッター
===========================================*/
.footer {
  padding-bottom: 40px;
}

.foot-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.foot-logo {
  max-width: 280px;
  width: 30%;
}

.foot-txt {
  font-size: .95em;
  line-height: 1.7;
  margin-top: 40px;
}

.cst-link {
  color: #374149;
  text-decoration: underline;
}

.cst-logo {
  max-width: 150px;
  position: absolute;
  right: 0;
  top: -10px;
  width: 40%;
}

.foot-nav {
  display: flex;
  font-size: .9em;
  justify-content: flex-end;
}

.foot-nav li {
  margin-right: 18px;
}

.foot-nav li:last-child {
  margin-right: 0;
}

.foot-nav li a::before {
  background-image: url(./images/foot-arrow.png);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  margin-right: 4px;
  margin-top: -3px;
  vertical-align: middle;
  width: 15px;
}

.copy {
  font-size: .9rem;
  padding: 5px 2%;
}

.foot-hp {
  flex-shrink: 0;
}

@media screen and (max-width: 782px) {
  .footer {
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: left;
  }

  .foot-container {
    display: block;
  }

  .foot-logo {
    margin: 20px auto 0;
    max-width: 180px;
    width: 100%;
  }

  .foot-txt {
    font-size: .9em;
    margin-top: 0;
  }

  .foot-txt-span {
    display: inline-block;
  }

  .cst-logo {
    max-width: 120px;
    width: 37%;
  }

  .foot-nav {
    justify-content: flex-start;
  }

  .foot-nav li {
    margin-right: 14px;
  }

  .copy {
    font-size: .85rem;
    padding: 3px 2%;
  }
}

/*==========================================
 アニメーション
===========================================*/
/* ヘッダーアニメーション */
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
       -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
         -o-transform: translateY(20px);
            transform: translateY(20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

.fade-up {
  -webkit-animation: fadeUp 2.5s ease 1.5s 1 normal backwards;
          animation: fadeUp 2.5s ease 1.5s 1 normal backwards;
  animation-fill-mode: both;
}

/* キャッチアニメーション */
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
       -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
         -o-transform: translateY(-20px);
            transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fade-in {
  -webkit-animation: fadeIn 4s ease 1.5s 1 normal backwards;
          animation: fadeIn 4s ease 1.5s 1 normal backwards;
  animation-fill-mode: both;
}

/* 下からフェードイン */
.fadein-bottom {
  opacity: 0;
  -webkit-transform: translateY(30px);
     -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
       -o-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all .5s linear;
     -moz-transition: all .5s linear;
      -ms-transition: all .5s linear;
       -o-transition: all .5s linear;
          transition: all .5s linear;
}

.fadein-bottom.active {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/* 遅れて表示 */
.fade-delay {
  transition-delay: .15s;
}
