@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Amiri:ital@1&family=Noto+Serif+JP:wght@300;400;500;600&display=swap");
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック", YuGothic, "游ゴシック体", "Yu Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  color: #000;
  text-align: center;
}

section {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

#container {
  background: #fff;
  max-width: 1750px;
  margin: 0 auto;
}

.serif {
  font-family: YakuHanMP_Noto, "Noto serif JP", serif;
  font-weight: 400;
}

.en {
  font-family: "Amiri",serif;
}

.ro {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.ro:hover {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: .85;
  cursor: pointer;
}

.innerWrap {
  margin: 0 auto;
}

.pcCont {
  display: block;
}

.spCont {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pcCont {
    display: none;
  }
  .spCont {
    display: block;
  }
}

#breadcrumbs {
  color: #333;
  text-align: left;
  margin: 0 auto;
  padding: 12px 0 12px 30px;
  font-size: 12px;
  background-color: #f2f2f2;
}

#breadcrumbs a {
  color: #4e4e4e;
  text-decoration: none;
}

#breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#breadcrumbs li {
  margin-right: 15px;
}

#breadcrumbs li:not(:first-child):before {
  content: ">";
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  #breadcrumbs {
    max-width: auto;
    margin: 0 auto;
    padding: 9px 15px;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ common
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.jgt_price {
  display: none;
}

.tac {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.flex {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.flex.-jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex.-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex.-fs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex.-fdrr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
  .flex {
    display: block;
  }
}

.hd01 {
  display: inline-block;
  padding: 0 100px;
  font-family: YakuHanMP_Noto, "Noto serif JP", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
  line-height: 1.38889;
  letter-spacing: 0.03em;
  position: relative;
  margin-bottom: 30px;
}

.hd01 span {
  font-size: 30px;
}

.hd01 .en {
  color: #da6618;
  background: -webkit-linear-gradient(0deg, #ff748e, #ff9732, #a9cf25, #1bd484);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  font-size: 26px;
  font-style: italic;
  margin-top: 10px;
  letter-spacing: 0.03em;
}

.hd01::after, .hd01::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 62px;
  height: 78px;
  background: url(../img/dec_hd.png) no-repeat left top;
  background-size: 62px auto;
}

.hd01::after {
  left: auto;
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

@media only screen and (max-width: 767px) {
  .hd01 {
    padding: 0 45px;
    font-size: 24px;
    line-height: 1.33333;
    margin-bottom: 25px;
  }
  .hd01 span {
    font-size: 21px;
  }
  .hd01 .en {
    font-size: 17px;
  }
  .hd01::after, .hd01::before {
    width: 36px;
    height: 47px;
    background-size: 36px auto;
  }
}

p.sub {
  width: 420px;
  margin: 0 auto;
  font-family: YakuHanMP_Noto, "Noto serif JP", serif;
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0;
  background-color: #1a437a;
  padding: 8px 0px 10px 30px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 30px;
}

p.sub::before {
  content: '';
  background: url(../img/dec_charm_hd.png) no-repeat left top;
  background-size: 47px auto;
  width: 47px;
  height: 59px;
  position: absolute;
  left: 28px;
  top: -5px;
}

p.sub::after {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 28px solid #1a437a;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: rotate(215deg);
          transform: rotate(215deg);
}

@media only screen and (max-width: 767px) {
  p.sub {
    width: 270px;
    font-size: 16px;
    padding: 8px 25px 10px 60px;
    margin-bottom: 18px;
  }
  p.sub::before {
    background-size: 34px auto;
    width: 34px;
    height: 40px;
    left: 15px;
    top: -2px;
  }
  p.sub::after {
    border-bottom: 20px solid #1a437a;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    bottom: -14px;
  }
}

.hd02 {
  display: inline-block;
  color: #1a437a;
  font-size: 38px;
  line-height: 1.4;
  letter-spacing: 0.025em;
  padding: 0 48px;
  position: relative;
  margin-bottom: 32px;
}

.hd02::before, .hd02::after {
  content: '';
  width: 1px;
  height: 58px;
  background-color: #1a437a;
  position: absolute;
  bottom: -12px;
}

.hd02::before {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  left: 0;
}

.hd02::after {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  right: 0;
}

.hd02 span {
  background-color: #fff3a4;
}

@media only screen and (max-width: 767px) {
  .hd02 {
    font-size: 22px;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .hd02::before, .hd02::after {
    height: 32px;
    bottom: 0px;
  }
}

.dec_char {
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  opacity: 0;
  visibility: hidden;
}

.dec_char img {
  width: 72px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .dec_char img {
    width: 44px;
    height: auto;
  }
}

.scrollin {
  opacity: 1;
  visibility: visible;
  -webkit-animation: purun 0.8s linear 0s 1;
          animation: purun 0.8s linear 0s 1;
}

@-webkit-keyframes purun {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  30% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
            transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  70% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes purun {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  30% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
            transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  70% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #cc0000;
  padding: 0 30px;
  height: 80px;
  position: relative;
}

header img {
  width: 103px;
  height: 23px;
}

header h1 {
  position: absolute;
  right: 30px;
  width: calc(100% - 60px - 500px);
  font-size: 1.4rem;
  color: #fff;
  text-align: right;
}

@media screen and (max-width: 767px) {
  header {
    padding: 0;
    margin: 0;
    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;
    background: #DBDBDB;
    height: auto;
  }
  header .logo {
    position: relative;
    right: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    height: 56px;
    margin: 0;
    padding: 0 0 0 16px;
    background: #BF0101;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header img {
    width: 70px;
    height: auto;
  }
  header h1 {
    font-size: 1.3rem;
    line-height: 1.4;
    width: calc(100% - 110px);
    top: 10px;
    right: 16px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■main_vs
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#main_vs {
  position: relative;
  text-align: center;
  height: 800px;
  text-align: left;
  margin-bottom: 80px;
}

#main_vs .img_area {
  width: calc(100% - 550px);
  max-width: 1200px;
  position: relative;
}

#main_vs .img_area p {
  color: #fff;
  position: absolute;
  left: 75px;
  bottom: 45px;
  font-size: 30px;
  line-height: 1.4;
  font-style: italic;
  letter-spacing: 0.24em;
  z-index: 2;
  text-shadow: 0 0 7px #003200;
}

#main_vs .img_area p span {
  display: block;
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: 0.15em;
  margin-top: 20px;
}

#main_vs .txt_area {
  width: 550px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 390px 55px 0 88px;
  position: relative;
  background: url(../img/bg_maintxt.png) no-repeat left top;
}

#main_vs .txt_area .logo {
  position: absolute;
  top: 50px;
  right: 55px;
}

#main_vs .txt_area .en {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0.25em;
  position: absolute;
  right: 55px;
  top: 36%;
  text-align: right;
  white-space: nowrap;
  color: #17ae17;
  background: -webkit-linear-gradient(0deg, #ff748e, #ff9732, #a9cf25, #1bd484);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#main_vs .txt_area .catch {
  font-size: 28px;
  letter-spacing: 0.18em;
  margin-bottom: 13px;
}

#main_vs .txt_area h1 {
  width: 100%;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.15;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
  margin-bottom: 32px;
  position: relative;
}

#main_vs .txt_area h1::before, #main_vs .txt_area h1::after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#ff748e), color-stop(#ff9732), color-stop(#a9cf25), to(#1bd484));
  background: linear-gradient(90deg, #ff748e, #ff9732, #a9cf25, #1bd484);
}

#main_vs .txt_area h1::after {
  top: auto;
  bottom: 0;
}

#main_vs .txt_area .txt {
  font-size: 16px;
  line-height: 2.125;
  letter-spacing: 0.025em;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  #main_vs {
    height: auto;
    margin-bottom: 50px;
  }
  #main_vs .img_area {
    width: 100%;
  }
  #main_vs .img_area p {
    left: 25px;
    bottom: 16px;
    font-size: 18px;
  }
  #main_vs .img_area p span {
    font-size: 28px;
    margin-top: 10px;
  }
  #main_vs .txt_area {
    width: 100%;
    padding: 85px 40px 0px;
    background-size: 50% auto;
  }
  #main_vs .txt_area .logo {
    right: 40px;
    top: 50px;
  }
  #main_vs .txt_area .logo img {
    width: 64px;
    height: 64px;
  }
  #main_vs .txt_area .en {
    font-size: 4.1vw;
    font-style: italic;
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
    margin-top: 30px;
  }
  #main_vs .txt_area .catch {
    font-size: 19px;
    margin-bottom: 7px;
  }
  #main_vs .txt_area h1 {
    width: 100%;
    font-size: 9vw;
    letter-spacing: 0.125em;
    margin-bottom: 20px;
  }
  #main_vs .txt_area h1::before, #main_vs .txt_area h1::after {
    height: 2px;
    position: absolute;
    top: 5px;
  }
  #main_vs .txt_area h1::after {
    top: auto;
    bottom: 0;
  }
  #main_vs .txt_area .txt {
    font-size: 16px;
    line-height: 1.9375;
  }
}

/* メインスライド */
.slider {
  display: none;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.slider div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 800px;
  margin: 0;
}

.slider .slick-dots {
  left: auto;
  right: 65px;
  bottom: 40px;
  z-index: 4;
  text-align: right;
}

.slider .slick-dots li {
  margin: 0 3px;
}

.slider .slick-dots li.slick-active button:before,
.slider .slick-dots li button:before {
  color: #fff;
  opacity: 0.5;
  font-size: 9px;
}

.slider .slick-dots li.slick-active button:before {
  opacity: 1;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slider.slick-initialized {
  display: block;
  opacity: 1;
}

#main_vs .slider div.main01 {
  background-image: url(../img/main01.jpg);
}

#main_vs .slider div.main02 {
  background-image: url(../img/main02.jpg);
}

#main_vs .slider div.main03 {
  background-image: url(../img/main03.jpg);
}

#main_vs .slider div.main04 {
  background-image: url(../img/main04.jpg);
}

#main_vs .slider div.main05 {
  background-image: url(../img/main05.jpg);
}

@media screen and (max-width: 767px) {
  .slider div {
    height: 320px;
  }
  .slider .slick-dots {
    right: 10px;
    bottom: -30px;
  }
  .slider .slick-dots li {
    margin: 0 1px;
  }
  .slider .slick-dots li button:before {
    color: #ccc;
    opacity: 1;
  }
  .slider .slick-dots li.slick-active button:before {
    color: #157637;
  }
}

/* anchor */
.anchor_btn {
  max-width: 1320px;
  margin: 0 auto 80px;
}

.anchor_btn li,
.anchor_btn li::after,
.anchor_btn a,
.anchor_btn a::after {
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.anchor_btn a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.anchor_btn li {
  width: auto;
  font-size: 16px;
  position: relative;
  margin-bottom: 20px;
}

.anchor_btn li::after {
  content: "▼";
  color: #000;
  font-size: 0.9rem;
  position: absolute;
  right: 15px;
  top: 19px;
  z-index: 3;
}

.anchor_btn li a {
  color: #000;
  display: block;
  width: 100%;
  border: 1px solid #222;
  padding: 11px 45px 11px 35px;
  text-decoration: none;
  z-index: 2;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.anchor_btn li a::after {
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
}

.anchor_btn li a:hover::after {
  left: 0;
  top: 0;
  background-color: #f0f5f0;
}

@media screen and (max-width: 767px) {
  .anchor_btn {
    width: auto;
    margin: 0 20px 60px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
  }
  .anchor_btn.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .anchor_btn li {
    font-size: 1.3rem;
    line-height: 1.5;
    width: 50%;
    margin: 0;
  }
  .anchor_btn li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 0 15px 0 10px;
    height: 58px;
  }
  .anchor_btn li::after {
    font-size: 0.7rem;
    position: absolute;
    right: 9px;
    top: 21px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■tour
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#tour {
  max-width: 1320px;
  margin: 0 auto 100px;
  position: relative;
}

#tour .dec_char {
  position: absolute;
  top: 74px;
  right: 64px;
}

@media screen and (max-width: 767px) {
  #tour .dec_char {
    top: 10px;
    right: 15px;
  }
}

#tour h2 {
  font-size: 33px;
  margin-bottom: 65px;
}

#tour h2::before {
  background: url(../img/dec_tour_hd.png) no-repeat left top;
  background-size: 63px auto;
  width: 63px;
  height: 101px;
}

#tour h2::after {
  content: none;
}

#tour h2 .en {
  color: #000;
}

@media screen and (max-width: 767px) {
  #tour h2 {
    font-size: 24px;
    width: 86%;
    margin-bottom: 30px;
  }
  #tour h2::before {
    background-size: 48px auto;
    width: 48px;
    height: 84px;
    top: -13px;
  }
  #tour h2 .en {
    margin-top: 10px;
    font-size: 17px;
  }
}

#tour .tab {
  max-width: 1320px;
  border-bottom: 3px solid #d50808;
  margin-bottom: 60px;
}

#tour .tab li {
  cursor: pointer;
  color: #d50808;
  border: 2px solid #d50808;
  border-bottom: none;
  width: 13%;
  padding: 12px 0;
  cursor: pointer;
  font-size: 20px;
  border-radius: 3px 3px 0 0;
  margin: 0 9px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#tour .tab li.active {
  color: #fff;
  background-color: #d50808;
}

@media screen and (max-width: 767px) {
  #tour .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 0 32px;
    margin: 0 0 30px;
    border: none;
  }
  #tour .tab::after {
    content: '';
    display: block;
    width: 32%;
  }
  #tour .tab li {
    width: 32%;
    font-size: 17px;
    margin: 0 0 8px 0;
    padding: 14px 2px;
    border: 2px solid #d50808;
    border-radius: 3px;
  }
}

#tour .tour_block {
  max-width: 1320px;
  margin: 0 auto;
  padding-bottom: 40px;
}

#tour .tour_block .contents {
  display: none;
}

#tour .tour_block .show {
  display: block;
  -webkit-animation: fade-in 0.8s ease-out;
          animation: fade-in 0.8s ease-out;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#tour .tour_block ul {
  max-width: 1320px;
  margin: 0 auto;
}

#tour .tour_block ul::after {
  content: "";
  display: block;
  width: 31.81818%;
}

#tour .tour_block ul::before {
  content: "";
  display: block;
  width: 31.81818%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#tour .tour_block ul li {
  width: 31.81818%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 14px 0;
  margin-bottom: 32px;
  font-size: 1.8rem;
  line-height: 1.75;
  position: relative;
  text-align: left;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
}

#tour .tour_block ul li a {
  color: #000;
  text-decoration: none;
}

#tour .tour_block ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

#tour .tour_block ul li p {
  padding: 0 30px;
}

#tour .tour_block ul li .ttl {
  font-weight: bold;
  margin-bottom: 6px;
  position: relative;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

#tour .tour_block ul li .txt {
  font-size: 14px;
  line-height: 1.9;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  margin-bottom: 2px;
}

#tour .tour_block ul li .price {
  color: #c00;
  font-weight: bold;
  text-align: right;
}

#tour .tour_block ul li .price span {
  font-size: 31px;
  vertical-align: middle;
}

#tour .tour_block ul li .price .jgt_price::after {
  content: '円～';
  font-size: 16px;
}

#tour .tour_block ul li .price .jgt_price::before {
  font-size: 16px;
  margin-right: 10px;
}

#tour .tour_block #tyo_tour .jgt_price::before {
  content: '東京発';
}

#tour .tour_block #osa_tour .jgt_price::before {
  content: '大阪発';
}

#tour .tour_block #ngo_tour .jgt_price::before {
  content: '名古屋発';
}

#tour .tour_block #fuk_tour .jgt_price::before {
  content: '福岡発';
}

#tour .tour_block #kan_tour .jgt_price::before {
  content: '小松発';
}

#tour .tour_block #oki_tour .jgt_price::before {
  content: '沖縄発';
}

#tour .tour_block #hok_tour .jgt_price::before {
  content: '北海道発';
}

@media screen and (max-width: 1340px) {
  #tour .tour_block ul {
    margin: 0 auto;
    padding: 0 20px;
  }
}

@media screen and (max-width: 1100px) {
  #tour .tour_block ul {
    margin: 0 auto;
  }
  #tour .tour_block ul li {
    width: 48.5%;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  #tour .tour_block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #tour .tour_block ul li {
    width: 100%;
  }
  #tour .tour_block ul li .ttl {
    margin-bottom: 4px;
  }
  #tour .tour_block ul::before, #tour .tour_block ul::after {
    content: none;
  }
  #tour .tour_block ul .slick-dots {
    position: relative;
    width: auto;
    padding: 0;
    left: 0;
    right: auto;
    bottom: 0;
    top: auto;
    display: none;
  }
  #tour .tour_block ul .slick-dots li {
    width: auto;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    margin: 0 5px 0 0;
  }
  #tour .tour_block ul .slick-dots li button::before {
    opacity: 1;
    font-size: 9px;
    color: #ddd;
  }
  #tour .tour_block ul .slick-dots li.slick-active button::before {
    color: #157637;
  }
  #tour .tour_block .slick-slider,
  #tour .tour_block .slick-list,
  #tour .tour_block .slick-track,
  #tour .tour_block .slick-slide {
    -webkit-transition: none;
    transition: none;
  }
}

@media screen and (max-width: 600px) {
  #tour .tour_block {
    padding-bottom: 25px;
  }
  #tour .tour_block ul {
    display: block;
    padding: 0 32px;
  }
  #tour .tour_block ul div li {
    width: 100%;
    margin-bottom: 20px;
    font-size: 1.7rem;
    position: relative;
    padding-bottom: 12px;
    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    position: relative;
  }
  #tour .tour_block ul div li p {
    padding: 0 25px;
  }
  #tour .tour_block ul div li .txt {
    font-size: 13px;
    margin-bottom: 0;
  }
  #tour .tour_block ul div li a .plan_price {
    margin-top: 6px;
  }
}

@media screen and (max-width: 767px) {
  #tour {
    padding-bottom: 40px;
    margin-bottom: 50px;
    border-bottom: 1px solid #000;
  }
  #tour .tour_block {
    padding-bottom: 0;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#area {
  max-width: 1320px;
  margin: 0 auto 128px;
  position: relative;
}

#area h2 {
  margin-bottom: 65px;
}

#area .flex {
  margin-bottom: 65px;
}

#area .flex .ttl {
  width: 8.33333%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: left;
}

#area .flex .ttl h3 {
  font-size: 38px;
  font-style: italic;
  letter-spacing: 0.1em;
}

#area .flex .ttl .en {
  font-size: 25px;
  background: -webkit-linear-gradient(90deg, #24c4ff, #574feb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.12em;
}

#area .flex .img {
  width: 19.24242%;
}

#area .flex .img img {
  width: 100%;
  height: auto;
}

#area .flex .info {
  width: 63.25758%;
  text-align: left;
}

#area .flex .info h4 {
  font-family: "Noto serif JP",serif;
  font-size: 22px;
  float: left;
  margin: 0 24px 15px 0;
}

#area .flex .info h4 + p {
  float: left;
  margin-top: 8px;
}

#area .flex .info dl {
  clear: both;
  margin-bottom: 24px;
}

#area .flex .info dl dt {
  font-family: "Noto serif JP",serif;
  font-size: 17px;
  font-weight: bold;
  width: 205px;
  float: left;
  padding-left: 20px;
  position: relative;
}

#area .flex .info dl dt::before {
  content: '■';
  font-size: 7px;
  position: absolute;
  left: 0;
  top: 9px;
}

#area .flex .info dl dd {
  font-size: 15px;
  padding: 0 0 12px 205px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
}

#area .flex.toku .ttl .en {
  background: -webkit-linear-gradient(90deg, #574feb, #f36bce);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#area .notes {
  color: #888;
  font-size: 14px;
  text-align: left;
  position: absolute;
  bottom: 0;
}

#area .amami .info dl dt {
  color: #1a437a;
}

#area .amami .info dl dt::before {
  color: #1a437a;
}

#area .toku {
  position: relative;
}

#area .toku .dec_char {
  position: absolute;
  bottom: 80px;
  left: 10px;
}

@media screen and (max-width: 767px) {
  #area .toku .dec_char {
    bottom: auto;
    top: 30px;
    left: 32px;
  }
}

#area .toku .info h4 {
  color: #743b82;
}

#area .toku .info dl dt {
  color: #743b82;
}

#area .toku .info dl dt::before {
  color: #743b82;
}

@media screen and (max-width: 767px) {
  #area {
    margin-bottom: 64px;
  }
  #area h2 {
    margin-bottom: 32px;
  }
  #area .flex {
    line-height: 1.4;
    margin-bottom: 32px;
    padding: 0 30px;
  }
  #area .flex .ttl {
    width: 100%;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    margin-bottom: 24px;
    text-align: center;
  }
  #area .flex .ttl h3 {
    font-size: 24px;
    font-style: normal;
    margin-bottom: 5px;
  }
  #area .flex .ttl .en {
    font-size: 17px;
    font-style: italic;
    background: -webkit-linear-gradient(0deg, #24c4ff, #574feb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #area .flex .img {
    max-width: 180px;
    width: 100%;
    margin: 0 auto 24px;
  }
  #area .flex .img img {
    width: 100%;
    height: auto;
  }
  #area .flex .info {
    width: 100%;
    line-height: 1.8;
  }
  #area .flex .info h4 {
    font-size: 22px;
    float: left;
    margin: 0 24px 15px 0;
  }
  #area .flex .info h4 + p {
    float: left;
    margin-top: 8px;
  }
  #area .flex .info dl {
    margin-bottom: 24px;
  }
  #area .flex .info dl dt {
    font-size: 16px;
    width: 100%;
    float: none;
    margin-bottom: 6px;
  }
  #area .flex .info dl dt::before {
    top: 9px;
  }
  #area .flex .info dl dd {
    font-size: 13px;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
  }
  #area .notes {
    font-size: 13px;
    position: relative;
    bottom: auto;
    padding: 0 30px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.about {
  padding-bottom: 100px;
}

.about > .txt {
  font-size: 15px;
  margin-bottom: 74px;
}

.about .contents {
  max-width: 1320px;
  margin-bottom: 0;
}

.about .contents .img_area {
  width: 63.63636%;
}

.about .contents .img_area img {
  width: 100%;
  height: auto;
}

.about .contents .txt_area {
  width: 34.09091%;
  text-align: left;
  background-color: #edf5ff;
  padding: 44px 47px 28px;
  border-radius: 20px;
}

.about .contents .txt_area dt, .about .contents .txt_area dd {
  padding-left: 32px;
}

.about .contents .txt_area dt {
  font-family: "Noto serif JP",serif;
  color: #1a437a;
  font-size: 20px;
  position: relative;
  margin-bottom: 4px;
}

.about .contents .txt_area dt::before {
  font-size: 16px;
  content: '●';
  position: absolute;
  left: 3px;
  top: 5px;
}

.about .contents .txt_area dd {
  font-size: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 14px;
}

.about .contents .txt_area .notes {
  color: #888;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .about {
    padding-bottom: 30px;
  }
  .about > .txt {
    font-size: 15px;
    margin-bottom: 50px;
    margin: 0 40px 30px;
    text-align: left;
  }
  .about .contents {
    width: 100%;
    margin-bottom: 0;
  }
  .about .contents .img_area {
    width: 100%;
  }
  .about .contents .txt_area {
    width: 100%;
    padding: 20px 30px;
    border-radius: 0;
  }
  .about .contents .txt_area dt, .about .contents .txt_area dd {
    padding-left: 24px;
  }
  .about .contents .txt_area dt {
    font-size: 16px;
    margin-bottom: 2px;
  }
  .about .contents .txt_area dt::before {
    font-size: 12px;
    left: 3px;
    top: 3px;
  }
  .about .contents .txt_area dd {
    font-size: 13px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .about .contents .txt_area .notes {
    font-size: 12px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ charm
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.charm {
  background-color: #edf5ff;
  padding: 90px 0 54px;
  position: relative;
  overflow: hidden;
}

.charm .dec_char {
  position: absolute;
  top: 80px;
  left: calc(50% + 270px);
}

@media screen and (max-width: 767px) {
  .charm .dec_char {
    top: 10px;
    right: 15px;
  }
}

.charm::before {
  content: 'Charm of Amami-Oshima Island';
  color: #d8e3f2;
  font-size: 100px;
  font-family: Amiri;
  font-style: italic;
  letter-spacing: 0.04em;
  line-height: 1;
  position: absolute;
  top: -8px;
  left: calc(50% - 650px);
}

.charm .hd02 {
  margin-bottom: 20px;
}

.charm .hd02::before, .charm .hd02::after {
  bottom: 6px;
}

.charm .hd02 .sub {
  color: #fff;
  background-color: #444a9d;
}

.charm .hd02 .sub::after {
  border-bottom-color: #444a9d;
}

.charm .hd02 .en {
  display: block;
  background: -webkit-linear-gradient(0deg, #24c4ff, #574feb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-style: italic;
}

.charm .flex {
  max-width: 1320px;
  margin-bottom: 0px;
}

.charm .flex li {
  width: 30.7575%;
  text-align: center;
  margin-bottom: 64px;
}

.charm .flex img {
  width: 100%;
  height: auto;
  margin-bottom: 21px;
  border-radius: 12px;
}

.charm .flex p {
  line-height: 1.8;
}

.charm .flex p.copy {
  font-family: "Noto serif JP",serif;
  color: #0d54b4;
  font-size: 20px;
}

.charm .flex p.name {
  font-family: "Noto serif JP",serif;
  color: #1a437a;
  font-size: 23px;
  margin-bottom: 18px;
}

.charm .flex p.txt {
  font-size: 14px;
  padding: 0 20px;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .charm {
    padding: 40px 0;
  }
  .charm::before {
    font-size: 54px;
    top: 0;
    left: 0;
  }
  .charm .flex {
    width: 100%;
    padding: 0 40px;
  }
  .charm .flex li {
    width: 100%;
    margin-bottom: 28px;
  }
  .charm .flex img {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
  }
  .charm .flex p {
    width: 100%;
  }
  .charm .flex p.copy {
    font-size: 16px;
  }
  .charm .flex p.name {
    font-size: 21px;
    margin-bottom: 12px;
  }
  .charm .flex p.txt {
    font-size: 13px;
    padding: 0;
  }
}

.animal {
  color: #fff;
  background-color: #1a437a;
  padding: 112px 0 40px;
  position: relative;
  overflow: hidden;
}

.animal .dec_char {
  position: absolute;
  top: 79px;
  left: calc(50% - 390px);
}

@media screen and (max-width: 767px) {
  .animal .dec_char {
    top: 51px;
    left: auto;
    right: 156px;
  }
}

.animal::before {
  content: 'Life of Amami-Ohsima Island';
  color: #2d5c9c;
  font-size: 100px;
  font-family: Amiri;
  font-style: italic;
  letter-spacing: 0.04em;
  line-height: 1;
  position: absolute;
  top: -8px;
  left: calc(50% - 610px);
}

.animal p.sub {
  color: #0f438b;
  background-color: #f8e143;
}

.animal p.sub::after {
  border-bottom-color: #f8e143;
}

.animal .hd02 {
  color: #fff;
  font-size: 34px;
  margin-bottom: 50px;
}

.animal .hd02 .sub {
  color: #0e4e10;
}

.animal .hd02::before, .animal .hd02::after {
  background-color: #fff;
}

.animal .catch {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 500;
  width: 204px;
  height: 204px;
  background-color: #2d5c9c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  padding-bottom: 12px;
  position: absolute;
  left: calc(50% + 400px);
  top: 58px;
}

.animal .flex {
  max-width: 880px;
  margin-bottom: 30px;
}

.animal .flex li {
  width: 29.77273%;
  margin-bottom: 38px;
}

.animal .flex li img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.animal .flex li .name {
  font-family: "Noto serif JP";
  color: #f8e143;
  font-size: 23px;
  margin-bottom: 6px;
}

.animal .flex li .txt {
  text-align: justify;
  font-size: 14px;
  line-height: 1.78571;
  padding: 0 12px;
}

.animal .chk {
  max-width: 1080px;
  margin: 0 auto;
  color: #326734;
  font-size: 16px;
  line-height: 2.125;
  font-weight: bold;
  letter-spacing: 0.05em;
  background-color: #fff;
  padding: 50px 25px;
  -webkit-box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 64px;
}

.animal .chk span {
  background-color: #fff3a4;
}

.animal .safe_area .ttl_area {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}

.animal .safe_area .ttl_area::before, .animal .safe_area .ttl_area::after {
  content: '';
  position: absolute;
  top: 0;
  z-index: 1;
}

.animal .safe_area .ttl_area::before {
  left: 0;
  background: url(../img/dec_animal_chk.png) no-repeat left top;
  background-size: 197px auto;
  width: 197px;
  height: 186px;
}

.animal .safe_area .ttl_area::after {
  right: 0;
  background: url(../img/dec_animal_srk.png) no-repeat left top;
  background-size: 190px auto;
  width: 190px;
  height: 186px;
}

.animal .safe_area .ttl_area h4 {
  display: inline-block;
  color: #f8e143;
  font-size: 34px;
  line-height: 1.5;
  margin-bottom: 35px;
  border-bottom: double 4px #f8e143;
  position: relative;
  z-index: 2;
}

.animal .safe_area p.txt {
  font-size: 17px;
  margin-bottom: 48px;
}

.animal .safe_area ul.btn {
  max-width: 880px;
}

.animal .safe_area ul.btn li {
  width: 48.40909%;
  position: relative;
}

.animal .safe_area ul.btn li a {
  color: #0d4e0f;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.025em;
  display: block;
  background-color: #f8e143;
  padding: 24px;
  border-radius: 10px;
  -webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.1);
}

.animal .safe_area ul.btn li.pdf::after {
  content: '';
  background: url(../img/ico_pdf.png) no-repeat left top;
  background-size: 34px auto;
  position: absolute;
  right: 24px;
  top: 24px;
  width: 34px;
  height: 36px;
}

.animal .safe_area ul.btn li.mov::after {
  content: '';
  position: absolute;
  right: 36px;
  top: 36px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #0d4e0f;
  border-bottom: 2px solid #0d4e0f;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .animal {
    padding: 120px 0 40px;
  }
  .animal::before {
    font-size: 54px;
    top: 0;
    left: 0;
  }
  .animal .hd02 {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .animal .hd02::before, .animal .hd02::after {
    bottom: 10px;
  }
  .animal .catch {
    font-size: 12px;
    width: 116px;
    height: 116px;
    padding-bottom: 8px;
    left: auto;
    right: 10px;
    top: -12px;
  }
  .animal .flex {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .animal .flex li {
    width: 47.5%;
    margin-bottom: 20px;
  }
  .animal .flex li img {
    margin-bottom: 8px;
  }
  .animal .flex li .name {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .animal .flex li .txt {
    font-size: 13px;
    padding: 0 10px;
    text-align: left;
  }
  .animal .chk {
    width: 90%;
    font-size: 15px;
    line-height: 1.8;
    padding: 30px 34px;
    margin-bottom: 40px;
    text-align: justify;
  }
  .animal .safe_area .ttl_area {
    width: 100%;
  }
  .animal .safe_area .ttl_area::before {
    left: 15px;
    background-size: 80px auto;
    width: 80px;
    height: 75px;
  }
  .animal .safe_area .ttl_area::after {
    right: 15px;
    background-size: 80px auto;
    width: 80px;
    height: 75px;
  }
  .animal .safe_area .ttl_area h4 {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .animal .safe_area p.txt {
    font-size: 15px;
    padding: 0 40px;
    margin-bottom: 30px;
    text-align: left;
  }
  .animal .safe_area ul.btn {
    max-width: 100%;
    display: block;
    padding: 0 40px;
  }
  .animal .safe_area ul.btn li {
    width: 100%;
  }
  .animal .safe_area ul.btn li a {
    font-size: 17px;
    padding: 24px;
  }
  .animal .safe_area ul.btn li.pdf::after {
    background-size: 34px auto;
    position: absolute;
    right: 24px;
    top: 24px;
    width: 34px;
    height: 36px;
  }
  .animal .safe_area ul.btn li.mov::after {
    right: 36px;
    top: 36px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #0d4e0f;
    border-bottom: 2px solid #0d4e0f;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

/* エリア別個別設定 */
#amami .hd01 .en {
  background: -webkit-linear-gradient(0deg, #24c4ff, #574feb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#toku .about {
  padding-top: 110px;
  position: relative;
}

#toku .about .dec_char {
  position: absolute;
  top: 257px;
  left: calc(50% - 380px);
}

@media screen and (max-width: 767px) {
  #toku .about .dec_char {
    top: 140px;
    left: auto;
    right: 15px;
  }
}

#toku .hd01 .en {
  background: -webkit-linear-gradient(0deg, #574feb, #f36bce);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#toku .about .contents .txt_area {
  background-color: #f7f0fd;
}

#toku .about .contents .txt_area dt {
  color: #572285;
}

#toku .about .contents .txt_area dd {
  font-size: 15px;
}

#toku .charm {
  background-color: #f7f0fd;
}

#toku .charm::before {
  content: 'Charm of Tokunoshima Island';
  color: #eadff3;
  left: calc(50% - 610px);
}

#toku .charm .hd02 {
  color: #492c62;
}

#toku .charm .hd02 .en {
  color: #6a1fa9;
  background: -webkit-linear-gradient(180deg, #574feb, #f36bce);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#toku .charm p.sub {
  background-color: #572285;
}

#toku .charm p.sub::after {
  border-bottom-color: #572285;
}

#toku .charm .flex li {
  margin-right: 3.86375%;
}

#toku .charm .flex li:nth-child(3n),
#toku .charm .flex li:last-child {
  margin-right: 0;
}

#toku .charm .flex p.name {
  color: #492c62;
}

#toku .charm .flex p.copy {
  color: #6a1fa9;
}

#toku .animal {
  background-color: #492c62;
}

#toku .animal p.sub {
  color: #492c62;
}

#toku .animal::before {
  content: 'Life of Tokunoshima Island';
  color: #60407b;
  left: calc(50% - 548px);
}

#toku .animal .catch {
  background-color: #60407b;
}

#toku .animal .flex li .name {
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  #toku .about .contents .txt_area dd {
    font-size: 13px;
  }
  #toku .about {
    padding-top: 50px;
  }
  #toku .animal::before {
    left: 0;
  }
  #toku .animal .flex li .name {
    font-size: 16px;
    line-height: 1.6;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ model
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#model {
  border-top: 10px solid #ac9b95;
  background-color: #f7f2f0;
  padding: 120px 0;
  position: relative;
}

#model .ttl_en {
  background: -webkit-linear-gradient(0deg, #ff748e, #ff9732, #a9cf25, #1bd484);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.2;
  font-size: 120px;
  font-family: Amiri;
  font-style: italic;
  letter-spacing: 0.2em;
  line-height: 1;
  position: absolute;
  top: -12px;
  left: calc(50% - 560px);
}

#model .ttl_area {
  max-width: 1000px;
  margin: 0 auto 80px;
  position: relative;
  text-align: center;
  line-height: 1.44;
}

#model .ttl_area::before {
  content: '';
  position: absolute;
  background: url(../img/baloon.png) no-repeat left top;
  background-size: 151px 142px;
  width: 151px;
  height: 142px;
  left: 0;
  top: 0;
}

#model .ttl_area::after {
  content: '';
  position: absolute;
  background: url(../img/dec_model_hd.png) no-repeat left top;
  background-size: 60px 74px;
  width: 60px;
  height: 74px;
  right: 50px;
  top: 70px;
}

#model .ttl_area .copy {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
  position: relative;
  display: inline-block;
  padding: 0 35px;
}

#model .ttl_area .copy::before, #model .ttl_area .copy::after {
  content: '';
  width: 1px;
  height: 28px;
  background-color: #000;
  position: absolute;
  bottom: 0px;
}

#model .ttl_area .copy::before {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  left: 0;
}

#model .ttl_area .copy::after {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  right: 0;
}

#model .ttl_area h2 {
  font-size: 36px;
  letter-spacing: 0.05em;
  margin-bottom: 42px;
}

#model .ttl_area .flex {
  max-width: 954px;
}

#model .cont_area {
  max-width: 1320px;
  margin: 0 auto;
  margin-bottom: 70px;
  position: relative;
}

#model .cont_area .dec_char {
  position: absolute;
  top: -6px;
  right: 15px;
}

@media screen and (max-width: 767px) {
  #model .cont_area .dec_char {
    top: 10px;
    right: 15px;
  }
}

#model .cont_area h3 {
  text-align: left;
  margin-bottom: 26px;
}

#model .cont_area h3 .day {
  color: #fff;
  font-size: 34px;
  background-color: #5e4e48;
  width: 142px;
  display: inline-block;
  margin-right: 40px;
  text-align: center;
}

#model .cont_area h3 .en {
  font-size: 35px;
  font-style: italic;
  letter-spacing: 0.07em;
  background: -webkit-linear-gradient(0deg, #ff748e, #ff9732, #a9cf25, #1bd484);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

#model .cont_area ul {
  max-width: 1320px;
  margin-bottom: 60px;
}

#model .cont_area ul::after {
  content: '';
  width: calc(25% - 1px);
  display: block;
}

#model .cont_area ul li {
  width: calc(25% - 1px);
  margin: 0 1px 1px 0;
  background-color: #fff;
  text-align: left;
  position: relative;
}

#model .cont_area ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

#model .cont_area ul li p {
  padding: 0 30px;
}

#model .cont_area ul li p.time {
  padding: 0 26px;
  font-size: 21px;
  line-height: 1.5;
  font-style: italic;
  margin-bottom: 4px;
}

#model .cont_area ul li p.reco {
  padding: 0 30px;
  font-size: 14px;
  letter-spacing: 0.03em;
  margin-bottom: 6px;
}

#model .cont_area ul li p.ttl {
  color: #303030;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.64706;
  margin-bottom: 8px;
}

#model .cont_area ul li p.ttl a {
  color: #0d5810;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#model .cont_area ul li p.ttl a[target="_blank"] {
  background: url(../img/ico_out.png) no-repeat right 3px top 5px;
  background-size: 10px auto;
  padding-right: 17px;
}

#model .cont_area ul li p.ttl a:hover {
  opacity: 0.8;
}

#model .cont_area ul li p.txt {
  font-size: 14px;
  line-height: 1.71429;
  margin-bottom: 28px;
  text-align: justify;
}

#model .tour_area {
  max-width: 1080px;
  margin: 0 auto;
}

#model .tour_area p {
  display: inline-block;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
  position: relative;
  padding: 0 35px;
}

#model .tour_area p::before, #model .tour_area p::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 40px;
  background-color: #000;
  bottom: 2px;
}

#model .tour_area p::before {
  left: 0;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}

#model .tour_area p::after {
  right: 0;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

#model .tour_area ul li {
  width: 19%;
}

#model .tour_area ul li a {
  display: block;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  border-radius: 10px;
  background-color: #c00;
  text-align: center;
  text-decoration: none;
  padding: 15px 0;
  -webkit-box-shadow: 5px 5px 0 #ded9d8;
          box-shadow: 5px 5px 0 #ded9d8;
  position: relative;
}

#model .tour_area ul li a::after {
  content: '';
  position: absolute;
  right: 22px;
  top: 31px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  #model {
    padding: 65px 0 50px;
  }
  #model .ttl_en {
    opacity: 0.2;
    font-size: 64px;
    line-height: 0.9;
    position: absolute;
    top: -3px;
    left: 0;
  }
  #model .ttl_area {
    margin: 0 20px 25px;
    padding: 5px 0 0;
    line-height: 1.7;
  }
  #model .ttl_area::before {
    width: 84px;
    height: 84px;
    background-size: 84px auto;
    font-size: 13px;
    left: 0;
    top: -36px;
  }
  #model .ttl_area::after {
    background-size: 30px 37px;
    width: 30px;
    height: 37px;
    right: 10px;
    top: 0;
  }
  #model .ttl_area .copy {
    font-size: 13px;
    padding: 0 15px;
  }
  #model .ttl_area .copy::before, #model .ttl_area .copy::after {
    height: 20px;
  }
  #model .ttl_area h2 {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.025em;
    margin-bottom: 16px;
  }
  #model .ttl_area h2 span {
    font-size: 19px;
    line-height: 1.8;
  }
  #model .ttl_area .en {
    font-size: 19px;
  }
  #model .ttl_area .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  #model .ttl_area .flex li {
    margin: 0 8px 6px 0;
  }
  #model .ttl_area .flex li img {
    width: auto;
    height: 24px;
  }
  #model .cont_area {
    margin-bottom: 40px;
    padding: 0 25px;
  }
  #model .cont_area h3 {
    margin-bottom: 10px;
  }
  #model .cont_area h3 .day {
    width: 100%;
    font-size: 20px;
    margin: 0 0 10px 0;
  }
  #model .cont_area h3 .en {
    display: block;
    font-size: 25px;
    line-height: 1.5;
    text-align: center;
  }
  #model .cont_area ul {
    margin-bottom: 30px;
  }
  #model .cont_area ul li {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
  }
  #model .cont_area ul li img {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
  }
  #model .cont_area ul li p {
    padding: 0 30px;
  }
  #model .cont_area ul li p.time {
    padding: 0 26px;
    font-size: 20px;
    margin-bottom: 2px;
  }
  #model .cont_area ul li p.reco {
    padding: 0 30px;
    font-size: 14px;
    margin-bottom: 6px;
  }
  #model .cont_area ul li p.ttl {
    font-size: 16px;
    line-height: 1.64706;
    margin-bottom: 4px;
  }
  #model .cont_area ul li p.ttl a[target="_blank"] {
    background-size: 10px auto;
    padding-right: 17px;
  }
  #model .cont_area ul li p.txt {
    font-size: 13px;
    margin-bottom: 10px;
  }
  #model .tour_area {
    padding: 0 25px;
  }
  #model .tour_area p {
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: normal;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  #model .tour_area p::before, #model .tour_area p::after {
    width: 1px;
    height: 40px;
    bottom: 2px;
  }
  #model .tour_area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #model .tour_area ul li {
    width: 48%;
    margin-bottom: 10px;
  }
  #model .tour_area ul li a {
    font-size: 19px;
    padding: 10px 8px 10px 0;
  }
  #model .tour_area ul li a::after {
    right: 15px;
    top: 27px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

/*/////////////////////////////　フッター　////////////////////////////*/
footer {
  text-align: left;
  position: relative;
  padding: 100px 0 0 0;
}

footer ul {
  margin: 0 auto;
  padding: 0;
  font-size: 12px;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 11px;
  right: 40px;
}

footer li {
  margin: 0 0 0 24px;
  padding: 0;
}

footer .copyright {
  background: #ececec;
  padding: 24px 40px;
  text-align: left;
  margin: 0 auto;
  font-size: 1rem;
}

footer .copyright a {
  color: inherit !important;
  text-decoration: none;
}

footer div {
  color: #fff;
  background: #445289;
  padding: 40px calc(50% - 450px);
  padding: 40px -webkit-calc(50% - 450px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer dl {
  margin: 0 0 0px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

footer dd {
  font-size: 13px;
  margin: 0 12px 0 0;
  padding: 0;
}

footer dt {
  margin: 0 16px 0 0;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
}

footer dd a {
  color: #fff !important;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

footer dd a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  footer {
    padding: 60px 0 0 0;
  }
  footer ul {
    text-align: center;
    display: block;
    position: static;
  }
  footer li {
    margin: 0;
    padding: 0 15px;
  }
  footer .copyright {
    padding: 15px 20px;
  }
  footer div {
    display: block;
    padding: 20px;
    margin-top: 20px;
  }
  footer dl {
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer dt {
    width: 100%;
    margin: 0 0 12px 0;
  }
}

/* ページトップ */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 15px;
  z-index: 100;
}

#page-top a {
  background: #AB1436;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}

#page-top a:hover {
  text-decoration: none;
  background: #333;
}

@media screen and (max-width: 560px) {
  #page-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    font-size: 13px;
  }
  #page-top a {
    background: #AB1436;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
  }
  #page-top a:hover {
    text-decoration: none;
    background: #333;
  }
}
