@charset "UTF-8";
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　フォント

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*yakuhan ゴシック*/
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp-noto.min.css");
/*yakuhan 明朝*/
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp-noto.min.css");
/*NotoSansJP NotoSerifJP*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap");
/*Roboto*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　mixin　

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　メディアクエリ

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　変数　

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*カラー*/
/*汎用カラー*/
/*フォント明朝*/
/*フォント line awesome*/
/* CSS Document */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　リセット

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*    background:transparent;*/
}

/*行の高さをフォントサイズと同じにしています*/
body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
  vertical-align: middle;
}

/*画像を縦に並べたときに余白が出てしまわないよう*/
img {
  　　　vertical-align: top;
  　　　font-size: 0;
  　　　line-height: 0;
}

/* new HTML5 elements */
section, nav, article, aside, hgroup,
header, footer, figure, figcaption,
summary {
  display: block;
  margin: 0;
  padding: 0;
}

/* 以下個人的な変更点 */
th, td {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
}

input, select {
  vertical-align: text-top;
  margin-left: 0;
}

.min {
  font-family: "Noto Serif JP", serif;
}

.en-b {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.en-t {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.example-gothic {
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.example-min {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　初期設定

–––––––––––––––––––––––––––––––––––––––––––––––––– */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, div, dl, dt, dd, table {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  /*	overflow-y: scroll !important;*/
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 180%;
  color: #333;
  font-size: 1.6em;
}

img {
  border: none;
}

img {
  width: 100%;
  height: auto;
  aspect-ratio: attr(width)/attr(height);
  image-rendering: -webkit-optimize-contrast;
}

a {
  text-decoration: none;
  outline: none;
}

a:link {
  color: #003865;
}

a:visited {
  color: #003865;
}

a:hover {
  color: #003865;
}

a:active {
  color: #003865;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pcno {
  display: none;
}

.spno {
  display: block;
}

.sprite {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*.bt{ display: none !important;}*/
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　基本枠

–––––––––––––––––––––––––––––––––––––––––––––––––– */
#outer {
  background: #daf2f7;
}

#wrap {
  min-width: 1150px;
  margin: 0 auto;
  /*    background: url("../img/hd-decoline.svg") no-repeat left top;*/
  background-size: 496px;
  overflow: hidden;
}

.cons {
  width: 1150px;
  margin: 0 auto;
}

#content {
  line-height: 180%;
  padding-bottom: 100px;
}

.lbox {
  width: 48%;
}

.rbox {
  width: 48%;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　ヘッダ　関連

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*　ヘッダ
----------------------------------------------------*/
header {
  height: 750px;
  background: url("../img/vis.webp") no-repeat 50% 50%;
  margin-bottom: -65px;
}
header .cons {
  text-align: center;
}
header .lead {
  font-size: 2.2rem;
  background: #FFF;
  width: 70%;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 70px;
  border-radius: 30px;
  margin-bottom: 40px;
}

/*　ページタイトル
----------------------------------------------------*/
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　固定バナー

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　フッタ　関連

–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #FFF;
}
footer .cons {
  width: 1150px;
  margin: 0 auto;
}
footer .lbox {
  width: 100%;
  border-bottom: 1px solid #CCC;
  padding-bottom: 30px;
  margin-bottom: 45px;
}
footer .lbox img {
  width: 77%;
  height: auto;
}
footer .rbox {
  width: 100%;
}
footer #copyright {
  margin-top: 20px;
  letter-spacing: 1px;
  color: #666;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　SEC1

–––––––––––––––––––––––––––––––––––––––––––––––––– */
#p-main #sec1 {
  position: relative;
  z-index: 99;
  margin-bottom: 75px;
}
#p-main #sec1 .cons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#p-main #sec1 .visban {
  width: 600px;
  margin: 0 auto;
}
#p-main #sec1 .visban img {
  width: 100%;
  height: auto;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　intro

–––––––––––––––––––––––––––––––––––––––––––––––––– */
#p-main #intro {
  /*h2{ width:100%; margin-bottom: 50px;}*/
}
#p-main #intro .colum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
#p-main #intro .lbox {
  width: 610px;
}
#p-main #intro .rbox {
  width: 430px;
  margin-top: -90px;
}
#p-main #intro h3 {
  font-size: 2.9rem;
  line-height: 160%;
  margin-bottom: 20px;
}
#p-main #intro .lead {
  font-size: 2rem;
  line-height: 210%;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　SEC2

–––––––––––––––––––––––––––––––––––––––––––––––––– */
#p-main #sec2 {
  margin-bottom: 160px;
}
#p-main #sec2 h4 {
  font-size: 2.4rem;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

/*見出し*/
/*コース*/
#p-main #sec2 .cs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
#p-main #sec2 .cs li {
  width: 32%;
  background: #FFF;
  padding-bottom: 3%;
}
#p-main #sec2 .cs .photo {
  margin-bottom: 10px;
}
#p-main #sec2 .cs .note {
  font-size: 14px;
  line-height: 150%;
  margin-top: 10px;
  color: #FF0004;
}
#p-main #sec2 .cs .bt {
  width: 90%;
  margin: 0 auto;
  font-size: 1.8rem;
  text-align: center;
}
#p-main #sec2 .cs .bt a {
  display: block;
  background: #01a8ff;
  text-align: center;
  color: #FFF;
  line-height: 60px;
  border-radius: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#p-main #sec2 .cs .bt a:hover {
  background: #0a71a6;
}

/*ツアー概要*/
#p-main #sec2 .colum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
#p-main #sec2 .colum .lbox {
  width: 650px;
}
#p-main #sec2 .colum .lbox .note {
  font-size: 14px;
}
#p-main #sec2 .colum .rbox {
  width: 450px;
  margin-top: 20px;
}

#p-main #sec2 .outtab {
  width: 100%;
  border-top: 1px solid #333;
  margin-bottom: 10px;
}
#p-main #sec2 .outtab tr {
  border-bottom: 1px solid #333;
}
#p-main #sec2 .outtab th {
  font-size: 2rem;
  padding: 13px 0;
  width: 33%;
}
#p-main #sec2 .outtab th span {
  background: #112b75;
  color: #FFF;
  display: block;
  line-height: 50px;
  border-radius: 15px;
}
#p-main #sec2 .outtab td {
  font-size: 2.4rem;
  padding-left: 5%;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　SEC3

–––––––––––––––––––––––––––––––––––––––––––––––––– */
#p-main #sec3 .cs-dtl li {
  background: #FFF;
  margin-bottom: 50px;
  padding-bottom: 4%;
  position: relative;
}
#p-main #sec3 .cs-dtl .colum {
  width: 91%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
#p-main #sec3 .cs-dtl .lbox {
  width: 390px;
}
#p-main #sec3 .cs-dtl .rbox {
  width: 630px;
  margin: 0;
}
#p-main #sec3 .cs-dtl .rbox .note {
  display: none;
}
#p-main #sec3 .cs-dtl .icon {
  line-height: 75px;
  background: #122b76;
  color: #FFF;
  width: 230px;
  text-align: center;
  font-size: 3rem;
  position: absolute;
  left: 0;
  top: 0;
}
#p-main #sec3 .cs-dtl h4 {
  height: 75px;
  line-height: 75px;
  font-size: 3.6rem;
  color: #537236;
  background: #596fb1;
  padding-left: 270px;
  margin-bottom: 40px;
}
#p-main #sec3 .cs-dtl h4 span.cancel {
  color: #FF0004;
  font-size: 23px;
}
#p-main #sec3 .cs-dtl .date {
  width: 360px;
  margin-bottom: 20px;
}
#p-main #sec3 .cs-dtl .note {
  width: 91%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 10px;
  color: #FF0004;
}
#p-main #sec3 .cs-dtl .bt {
  width: 91%;
  margin: 0 auto;
  font-size: 2.4rem;
}
#p-main #sec3 .cs-dtl .bt a {
  display: block;
  background: #01a8ff;
  text-align: center;
  color: #FFF;
  line-height: 80px;
  border-radius: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#p-main #sec3 .cs-dtl .bt a:hover {
  background: #0a71a6;
}

#p-main #sec3 .shime-tit {
  font-size: 2.4rem;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　汎用クラス

–––––––––––––––––––––––––––––––––––––––––––––––––– */
.red {
  color: #ff0000;
}

.none {
  display: none;
}

.clear {
  clear: both;
}

.clear-hr {
  clear: both;
  visibility: hidden;
  height: 0;
  margin: 0;
  border: none;
}

.sp-top80 {
  margin-top: 80px !important;
}

.sp-top1em {
  margin-top: 1em;
}

.sp-top2em {
  margin-top: 2em;
}

.sp-bot1em {
  margin-bottom: 1em;
}

.sp-bot2em {
  margin-bottom: 2em;
}

.sp-bot15 {
  margin-bottom: 15px !important;
}

.sp-top15 {
  margin-top: 15px !important;
}

.sp-top-none {
  margin-top: 0 !important;
}

.sprite {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.gray {
  background: #f3f3f3;
}

.nt {
  font-size: 1.2rem;
  color: #666;
}

li.emp {
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 670px) {
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　初期設定

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, div, dl, dt, dd, table {
    margin: 0;
    padding: 0;
  }
  html {
    font-size: 62.5%;
    /*	overflow-y: scroll !important;*/
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 180%;
    color: #333;
    font-size: 1.4em;
  }
  img {
    border: none;
  }
  img {
    width: 100%;
    height: auto;
    aspect-ratio: attr(width)/attr(height);
    image-rendering: -webkit-optimize-contrast;
  }
  a {
    text-decoration: none;
    outline: none;
  }
  a:link {
    color: #003865;
  }
  a:visited {
    color: #003865;
  }
  a:hover {
    color: #003865;
  }
  a:active {
    color: #003865;
  }
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pcno {
    display: block;
  }
  .spno {
    display: none;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　基本枠

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #wrap {
    min-width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .cons {
    width: 88%;
    margin: 0 auto;
  }
  #content {
    line-height: 180%;
    padding-bottom: 0px;
  }
  .lbox {
    width: 100%;
  }
  .rbox {
    width: 100%;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　ヘッダ　関連

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /*　ヘッダ
  ----------------------------------------------------*/
  header {
    padding-top: 0px;
    height: auto;
    aspect-ratio: 0.7;
    background: url("../img/vis-sp.webp") no-repeat 50% 50%;
    background-size: cover;
    margin-bottom: -9%;
  }
  header .cons {
    text-align: center;
  }
  header .lead {
    font-size: 2.2rem;
    background: #FFF;
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
    line-height: 70px;
    border-radius: 30px;
    margin-bottom: 40px;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　フッタ　関連

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #FFF;
  }
  footer .cons {
    width: 90%;
    min-width: 0px;
  }
  footer .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .lbox {
    width: 100%;
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  footer .lbox img {
    width: 100%;
    height: auto;
  }
  footer .rbox {
    width: 100%;
  }
  footer #copyright {
    text-align: right;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 0px;
    font-size: 12px;
    color: #666;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　SEC1

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #p-main #sec1 {
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
  }
  #p-main #sec1 .visban {
    width: 90%;
    margin: 0 auto;
  }
  #p-main #sec1 .visban img {
    width: 100%;
    height: auto;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　intro

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #p-main #intro h2 {
    width: 100%;
    margin-bottom: 20px;
  }
  #p-main #intro .colum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
  }
  #p-main #intro .lbox {
    width: 100%;
    margin-bottom: 30px;
  }
  #p-main #intro .rbox {
    width: 100%;
    margin: 0;
    margin-bottom: 50px;
  }
  #p-main #intro h3 {
    font-size: 1.9rem;
    line-height: 160%;
    margin-bottom: 10px;
  }
  #p-main #intro h3 br {
    display: none;
  }
  #p-main #intro .lead {
    font-size: 1.4rem;
    line-height: 180%;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　SEC2

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #p-main #sec2 {
    margin-bottom: 60px;
  }
  #p-main #sec2 h4 {
    font-size: 1.8rem;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  /*コース*/
  #p-main #sec2 .cs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
  }
  #p-main #sec2 .cs li {
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 10%;
    padding-bottom: 8%;
  }
  /*ツアー概要*/
  #p-main #sec2 .colum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  #p-main #sec2 .colum .lbox {
    width: 100%;
    margin-bottom: 30px;
  }
  #p-main #sec2 .colum .rbox {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
  }
  #p-main #sec2 .colum .note span {
    font-size: 11px;
    line-height: 100% !important;
  }
  #p-main #sec2 .outtab {
    width: 100%;
    border-top: 1px solid #333;
    margin-bottom: 10px;
  }
  #p-main #sec2 .outtab tr {
    border-bottom: 1px solid #333;
  }
  #p-main #sec2 .outtab th {
    font-size: 1.2rem;
    padding: 10px 0;
    width: 30%;
  }
  #p-main #sec2 .outtab th span {
    color: #FFF;
    display: block;
    line-height: 30px;
    border-radius: 5px;
  }
  #p-main #sec2 .outtab td {
    font-size: 1.4rem;
    padding-left: 5%;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　SEC3

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #p-main #sec3 .cs-dtl li {
    background: #FFF;
    margin-bottom: 50px;
    padding-bottom: 13%;
    position: relative;
  }
  #p-main #sec3 .cs-dtl .colum {
    width: 90%;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
  }
  #p-main #sec3 .cs-dtl .lbox {
    width: 100%;
  }
  #p-main #sec3 .cs-dtl .rbox {
    width: 100%;
  }
  #p-main #sec3 .cs-dtl .honbun {
    margin-bottom: 40px;
  }
  #p-main #sec3 .cs-dtl .icon {
    line-height: 50px;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    position: static;
    margin-bottom: 20px;
  }
  #p-main #sec3 .cs-dtl h4 {
    height: auto;
    line-height: 150%;
    font-size: 2.4rem;
    color: #537236;
    background: none;
    padding-left: 0px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  #p-main #sec3 .cs-dtl h4 span.cancel {
    color: #FF0004;
    font-size: 2rem;
  }
  #p-main #sec3 .cs-dtl .date {
    width: 100%;
    margin-bottom: 20px;
  }
  #p-main #sec3 .cs-dtl .rbox .step {
    width: 100%;
    overflow: scroll;
  }
  #p-main #sec3 .cs-dtl .rbox .step img {
    width: 200%;
  }
  #p-main #sec3 .cs-dtl .rbox .note {
    display: block;
    font-size: 12px;
    margin: 0;
    padding: 0;
    margin-top: 3px;
  }
  #p-main #sec3 .cs-dtl .bt {
    width: 90%;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #p-main #sec3 .cs-dtl .bt a {
    display: block;
    text-align: center;
    color: #FFF;
    line-height: 60px;
    border-radius: 10px;
  }
  #p-main #sec3 .shime-tit {
    font-size: 1.8rem;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　汎用クラス

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .red {
    color: #ff0000;
  }
  .none {
    display: none;
  }
  .clear {
    clear: both;
  }
  .clear-hr {
    clear: both;
    visibility: hidden;
    height: 0;
    margin: 0;
    border: none;
  }
  .sp-top80 {
    margin-top: 80px !important;
  }
  .sp-top1em {
    margin-top: 1em;
  }
  .sp-top2em {
    margin-top: 2em;
  }
  .sp-bot1em {
    margin-bottom: 1em;
  }
  .sp-bot2em {
    margin-bottom: 2em;
  }
  .sp-bot15 {
    margin-bottom: 15px !important;
  }
  .sp-top15 {
    margin-top: 15px !important;
  }
  .sp-top-none {
    margin-top: 0 !important;
  }
  .sprite {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .gray {
    background: #f3f3f3;
  }
  .nt {
    font-size: 1.2rem;
    color: #666;
  }
  li.emp {
    height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　アニメーション

–––––––––––––––––––––––––––––––––––––––––––––––––– */
.upper {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 1;
  margin-top: -69px;
}

.upperon {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  margin-top: 0;
}

.fd {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.fdon {
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.fd2 {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.fd2on {
  opacity: 1;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.fd3 {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  margin-top: 300px;
  padding-top: 300px;
}

.fd3on {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  margin-top: 0px;
  padding-top: 0px;
}

.lefty {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  margin-left: -50px;
}

.leftyon {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  margin-left: 0px;
}

.f-in {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  margin-left: -100px;
}

.f-inon {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  margin-left: 0px;
}

.intlogo {
  -webkit-transition: 2s;
  transition: 2s;
  opacity: 0;
  margin-top: 0px;
}

.intlogoon {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  margin-top: 0px;
}

.righty {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  margin-right: -39px;
}

.rightyon {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  margin-right: 0px !important;
}

.opc1 {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  margin-top: 200px;
}

.opc1on {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  margin-top: 0px;
}

.opc2 {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  margin-top: 200px;
}

.opc2on {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  margin-top: 0px;
}

@-webkit-keyframes wmask-mo {
  0% {
    left: 0;
    width: 100%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 1;
  }
}

@keyframes wmask-mo {
  0% {
    left: 0;
    width: 100%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 1;
  }
}
.wmask {
  position: relative;
  overflow: hidden;
}

.wmaskon:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #003865;
  -webkit-animation: wmask-mo 1s cubic-bezier(0.77, 0, 0.175, 1) 0.8s forwards;
          animation: wmask-mo 1s cubic-bezier(0.77, 0, 0.175, 1) 0.8s forwards;
}

@-webkit-keyframes mask_fadeIn {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  45% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}

@keyframes mask_fadeIn {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  45% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}
.is-fadeIn {
  position: relative;
  overflow: hidden;
}

.is-fadeIn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #222;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-animation: mask_fadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
          animation: mask_fadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  opacity: 1;
}

@-webkit-keyframes mask_fadeIn2 {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  45% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}

@keyframes mask_fadeIn2 {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  45% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}
.is-fadeIn2 {
  position: relative;
  overflow: hidden;
}

.is-fadeIn2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003865;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-animation: mask_fadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
          animation: mask_fadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  opacity: 1;
}

@-webkit-keyframes w_fadeIn {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  45% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}

@keyframes w_fadeIn {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  45% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}
.is-w_fadeIn {
  position: relative;
  overflow: hidden;
}

.is-w_fadeIn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-animation: w_fadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
          animation: w_fadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  opacity: 1;
}

/************************************************************************************

　スマホ設定

*************************************************************************************/
@media screen and (max-width: 670px) {
  .upper {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    opacity: 0;
    margin-top: -49px;
  }
  .upperon {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    margin-top: 0;
  }
  .fd3 {
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 0;
    margin-top: 100px;
    padding-top: 100px;
  }
  .fd3on {
    opacity: 1;
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
    margin-top: 0px;
    padding-top: 0px;
  }
}