@charset "utf-8";

/* PCサイズレスポンシブ */
@media(min-width:1000px) {
  body {
    min-width: 1000px;
    margin: 0;
  }

  .container {
    width: 100%;
    font-family: 'Libre Bodoni', serif;
    color: #4d5156;
  }

  .header {
    width: 100%;
    height: 100%;
    margin: 0;
    position: static;
  }
  
  .navi {
    width: 100%;
    background-color: rgb(255, 102, 0);
  }

  .navi ul {
    width: 35%;
    padding: 30px 0;
    margin: 0 0 0 65%;
    /* padding-top: 25px; */
    font-size: 30px;
    display: flex;
    justify-content: right;
    align-items: center;
  }

  li,
  a {
    color: white;
    list-style: none;
    text-decoration: none;
    text-align: right;
    margin: 0 9px;
  }

  .menu {
    display: none;
  }

  .background {
    width: 100%;
    height: 701px;
    margin: 0;
    padding: 40px 0;
    background-image: url(../img/vancouver.jpg);
    background-size: cover;
    background-position: center;
  }

  .background h2,
  p {
    margin: 0;
    text-align: center;

  }

  .title {
    padding-top: 120px;
  }

  .title h2 {
    font-size: 70px;
    color: white;
    font-weight: lighter;
  }

  .br-sp {
    display: none;
  }

  .title p {
    font-size: 36px;
    color: white;
  }



  .leaf1 {
    position: absolute;
    top: -5px;
    left: -25px;
    opacity: 0.85;
  }

  .leaf2 {
    position: absolute;
    top: 701px;
    right: 0px;
    opacity: 0.85;
  }

  .main {
    width: 90%;
    margin: 0 auto;
    margin-top: 100px;
  }

  /* テキストタイピング */
  .title {
    margin: 40px auto;
    padding: 28px;
    line-height: 1.5;
  }

  .TextTyping {
    text-align: center;
  }

  .TextTyping::after {
    content: "|";
    animation-name: blink;
    animation-duration: 1s;
    animation-iteration-count: infinite;
  }

  @keyframes blink {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  .rainbow {
    font-weight: bold;
    background: linear-gradient(to right, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
    background: -webkit-linear-gradient(left, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
    background: -o-linear-gradient(right, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
    background: -moz-linear-gradient(right, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .underline {
    text-decoration: underline;
  }


  .info {
    margin: 0 5%;
    margin-bottom: 70px;
    display: flex;
    align-items: center;

  }

  .photo2 {
    width: 50%;
  }

  .photo img {
    width: 100%;
  }

  /* スクロールCSS */
  .fade-in {
    opacity: 0;
    transition-duration: 1.5s;
    transition-property: opacity, transform;
    width: 50%;
  }

  .fade-in-left {
    transform: translate(-500px, 0);
  }

  .fade-in-right {
    transform: translate(500px, 0);
  }

  .scroll-in {
    opacity: 1;
    transform: translate(0, 0);
  }

  .explain {
    width: 50%;
    text-align: center;
    padding: 7% 0;
    border: solid 2px;
    background-color: #fff9f5;
  }

  .break {
    display: none;
  }

  .explain h2 {
    font-size: 50px;
    background: linear-gradient(to right, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
    background: -webkit-linear-gradient(left, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
    background: -o-linear-gradient(right, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
    background: -moz-linear-gradient(right, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .explain p,
  button {
    font-size: 27px;
  }

  .explain button {
    padding: 15px 25px;
    margin: 25px 0;
    margin-left: 50%;
    border-radius: 15px;
    border-color: #27282b;
    background-color: rgb(255, 102, 0);
  }

  button a {
    color: #27282b;
  }

  .contact {
    text-align: center;
    padding: 25px 0 50px 0;
  }

  /* ボタンの傾きホバー */
  .contact a,
  .hv button {
    display: inline-block;
    transition: .3s;
    font-family: 'Libre Bodoni', serif;
  }

  .contact a:hover,
  .hv button:hover {
    transform: rotate(-10deg);
  }

  .contact img {
    border-radius: 10px;
  }

  /* Topに戻るボタン */
  .pagetop {
    position: fixed;
    bottom: 60px;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 40%;
    transition: .3s;
    background: rgb(255, 113, 18);
    opacity: 0;
    font-size: 14px;
  }

  .pagetop:hover {
    box-shadow: 0 0 10px #00A6C4;
  }


  .footer {
    background-color: rgb(255, 102, 0);
    padding: 15px 0;
    text-align: center;
    font-size: 20px;
    color: white;
  }

}

/*ipadサイズレスポンシブ*/
@media(min-width:600px) and (max-width:999px) {
  body {
    min-width: 600px;
    max-width: 999px;
    margin: 0;
  }

  .container {
    width: 100%;
    font-family: 'Libre Bodoni', serif;
    color: #4d5156;
  }

  .header {
    width: 100%;
    height: 100%;
    margin: 0;
    position: static;
  }
  
  .navi {
    width: 100%;
    background-color: rgb(255, 102, 0);
  }

  .navi ul {
    width: 35%;
    padding: 30px 0;
    margin: 0 0 0 65%;
    font-size: 30px;
    display: flex;
    justify-content: right;
    align-items: center;
  }

  li,
  a {
    color: white;
    list-style: none;
    text-decoration: none;
    text-align: right;
    margin: 0 9px;

  }

  .background {
    width: 100%;
    height: 701px;
    margin: 0;
    padding: 40px 0;
    background-image: url(../img/vancouver.jpg);
    background-size: cover;
    background-position: center;
  }

  .menu {
    display: none;
  }

  .background h2,
  p {
    margin: 0;
    text-align: center;
  }

  .title {
    padding-top: 120px;
  }

  .title h2 {
    font-size: 70px;
    color: white;
    font-weight: lighter;
  }

  .br-sp {
    display: none;
  }

  .title p {
    font-size: 30px;
    color: white;
  }

  .leaf1 {
    position: absolute;
    top: -5px;
    left: -25px;
    opacity: 0.85;
  }

  .leaf1 img {
    width: 250px;
  }

  .leaf2 {
    position: absolute;
    top: 701px;
    right: 0px;
    opacity: 0.85;
  }

  .leaf2 img {
    width: 200px;
  }

  .main {
    width: 90%;
    margin: 0 auto;
    margin-top: 100px;
  }

  /* テキストタイピング */
  .title {
    margin: 40px auto;
    padding: 28px;
    line-height: 1.5;
  }

  .TextTyping {
    text-align: center;
  }

  .TextTyping::after {
    content: "|";
    animation-name: blink;
    animation-duration: 1s;
    animation-iteration-count: infinite;
  }

  @keyframes blink {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  .rainbow {
    font-weight: bold;
    background: linear-gradient(to right, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
    background: -webkit-linear-gradient(left, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
    background: -o-linear-gradient(right, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
    background: -moz-linear-gradient(right, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .main h2 {
    font-size: 28px;
  }

  .info {
    margin: 0 5%;
    margin-bottom: 70px;
    display: flex;
    align-items: center;

  }

  /* スクロールCSS（ふわっと） */
  .fade-in {
    opacity: 0;
    transition-duration: 1.5s;
    transition-property: opacity, transform;
    width: 50%;
  }

  .fade-in-left {
    transform: translate(-30px, 0);
  }

  .fade-in-right {
    transform: translate(30px, 0);
  }

  .scroll-in {
    opacity: 1;
    transform: translate(0, 0);
  }

  .photo2 {
    width: 50%;
  }

  .photo img {
    width: 100%;
  }

  .explain {
    width: 50%;
    text-align: center;
    padding: 7% 0;
    border: solid 2px;
    background-color: #fff9f5;
  }

  .explain h2 {
    font-size: 40px;
    background: linear-gradient(to right, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
    background: -webkit-linear-gradient(left, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
    background: -o-linear-gradient(right, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
    background: -moz-linear-gradient(right, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;  
  }

  .underline {
    text-decoration: underline;
  }

  .explain p,
  button {
    font-size: 20px;
  }

  .explain button {
    padding: 15px 25px;
    margin: 25px 0;
    margin-left: 30%;
    border-radius: 15px;
    border-color: #27282b;
    background-color: rgb(255, 102, 0);
  }

  button a {
    color: #27282b;
  }

  .contact {
    text-align: center;
    padding: 25px 0 50px 0;
  }

  /* ボタンの傾きホバー */
  .contact a,
  .hv button {
    display: inline-block;
    transition: .3s;
    font-family: 'Libre Bodoni', serif;    
  }

  .contact a:hover,
  .hv button:hover {
    transform: rotate(-10deg);
  }

  .contact img {
    width: 100%;
    border-radius: 10px;
  }

  /* Topに戻るボタン */
  .pagetop {
    position: fixed;
    bottom: 60px;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 40%;
    transition: .3s;
    background: rgb(255, 113, 18);
    opacity: 0;
    font-size: 14px;
  }

  .pagetop:hover {
    box-shadow: 0 0 10px #00A6C4;
  }
  
  
  .footer {
    width: 100%;
    background-color: rgb(255, 102, 0);
    padding: 15px 0;
    text-align: center;
    font-size: 20px;
    color: white;
  }
}

/*SPサイズレスポンシブ*/
@media(max-width:599px) {
  body {
    max-width: 599px;
    margin: 0;
  }

  .container {
    width: 100%;
    font-family: 'Libre Bodoni', serif;
    color: #4d5156;
  }

  .header {
    width: 100%;
    height: 100%;
    margin: 0;
    position: static;
  }
  
  .navi {
    width: 100%;
    display: none;
  }
  
  .navi ul {
    width: 35%;
    padding: 30px 0;
    margin: 0 0 0 65%;
    /* padding-top: 25px; */
    font-size: 30px;
    display: flex;
    justify-content: right;
    align-items: center;
  }

  .menu li,
  a {
    color: white;
    list-style: none;
    text-decoration: none;
    text-align: center;
    padding: 5%;
    font-size: 20px;
  }
  
  .menu {
    padding: 10px;
    background-color: rgb(255, 102, 0);
  }

  /* ハンバーガーメニューホバーデザイン */
  .menu a {
    padding: 0.1em 0.3em;
    position: relative;
    display: inline-block;
    transition: 0.3s;
  }

  .menu a::after,
  .menu a::before {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background-color: white;
    transition: 0.3s;
  }

  .menu a::before {
    top: 0;
    bottom: 0;
  }

  .menu a::after {
    bottom: 0;
    right: 0;
  }

  .menu a:hover::after,
  .menu a:hover::before {
    width: 100%;
  }

  .menu a:hover {
    color: white;
  }

  /* ホバーデザイン終わり */


  #nav-drawer {
    position: relative;
  }

  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display: none;
  }

  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
  }

  /*ハンバーガーの形をCSSで表現*/
  #nav-open span,
  #nav-open span:before,
  #nav-open span:after {
    position: absolute;
    height: 3px;
    /*線の太さ*/
    width: 25px;
    /*長さ*/
    border-radius: 3px;
    background: white;
    display: block;
    content: '';
    cursor: pointer;
  }

  #nav-open span:before {
    bottom: -8px;
  }

  #nav-open span:after {
    bottom: -16px;
  }

  /*閉じる用の薄黒箇所*/
  #nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }

  /*メニューの中身*/
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 90%;
    /* max-width: 150px;最大幅（お好みで調整を） */
    height: 40%;
    background: rgb(255, 113, 18);
    transition: .3s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

  /*チェックがついたら表示させる*/
  #nav-input:checked~#nav-close {
    display: block;
    opacity: .5;
  }

  #nav-input:checked~#nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
  }

  .header-logo-menu {
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row-reverse;
  }

  /*ロゴやサイトタイトルをセンタリング*/
  .logo-area {
    text-align: center;
    margin: auto;
  }

  .background {
    width: 100%;
    height: 701px;
    margin: 0;
    padding: 40px 0;
    background-image: url(../img/vancouver.jpg);
    background-size: cover;
    background-position: center;
  }

  .background h2,
  p {
    margin: 0;
    text-align: center;

  }

  .title {
    padding-top: 120px;
  }

  .title h2 {
    font-size: 50px;
    color: white;
    font-weight: lighter;
  }

  .title p {
    font-size: 30px;
    color: white;
  }

  .leaf1 {
    position: absolute;
    top: 0px;
    left: -8px;
    opacity: 0.85;
  }

  .leaf1 img {
    width: 150px;
  }

  .leaf2 {
    position: absolute;
    top: 701px;
    right: 0px;
    opacity: 0.85;
  }

  .leaf2 img {
    width: 150px;
  }

  .main {
    width: 90%;
    margin: 0 auto;
    margin-top: 100px;
  }

  /* テキストタイピング */
  .title {
    margin: 40px auto;
    padding: 28px;
    line-height: 1.5;
  }

  .TextTyping {
    text-align: center;
  }

  .TextTyping::after {
    content: "|";
    animation-name: blink;
    animation-duration: 1s;
    animation-iteration-count: infinite;
  }

  @keyframes blink {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  .rainbow {
    font-weight: bold;
    background: linear-gradient(to right, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
    background: -webkit-linear-gradient(left, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
    background: -o-linear-gradient(right, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
    background: -moz-linear-gradient(right, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }  



  .info {
    margin: 0 5%;
    margin-bottom: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .info2 {
    flex-direction: column-reverse;
  }

  /* スクロールCSS */
  .fade-in {
    opacity: 0;
    transition-duration: 1.5s;
    transition-property: opacity, transform;
    width: 100%;
  }

  .fade-in-left {
    transform: translate(-10px, 0);
  }

  .fade-in-right {
    transform: translate(10px, 0);
  }

  .scroll-in {
    opacity: 1;
    transform: translate(0, 0);
  }

  .photo img {
    width: 100%;
  }

  .explain {
    width: 100%;
    text-align: center;
    padding: 7% 0;
    border: solid 2px;
    background-color: #fff9f5;
  }

  .explain h2 {
    font-size: 38px;
    background: linear-gradient(to right, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
    background: -webkit-linear-gradient(left, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
    background: -o-linear-gradient(right, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
    background: -moz-linear-gradient(right, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0% center / 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;  
  }

  h1 {
    font-size: 32px;
  }

  .underline {
    text-decoration: underline;
  }

  .explain p,
  button {
    font-size: 18px;
  }

  .explain button {
    padding: 15px 35px;
    margin: 25px 0;
    margin-left: 55%;
    border-radius: 15px;
    border-color: #27282b;
    background-color: rgb(255, 102, 0);
  }

  button a {
    color: #27282b;
  }

  .contact {
    text-align: center;
    padding: 25px 0 50px 0;
  }

  /* ボタンの傾きホバー */
  .contact a,
  .hv button {
    display: inline-block;
    transition: .3s;
    font-family: 'Libre Bodoni', serif;    
  }

  .contact a:hover,
  .hv button:hover {
    transform: rotate(-10deg);
  }

  .contact img {
    width: 100%;
    border-radius: 10px;
  }

  /* Topに戻るボタン */
  .pagetop {
    position: fixed;
    bottom: 60px;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 40%;
    transition: .3s;
    background: rgb(255, 113, 18);
    opacity: 0;
    font-size: 14px;
  }

  .pagetop:hover {
    box-shadow: 0 0 10px #00A6C4;
  }
  
  
  .footer {
    background-color: rgb(255, 102, 0);
    width: 100%;
    padding: 15px 0;
    text-align: center;
    font-size: 20px;
    color: white;
  }
}