@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.3;
  line-height: 1.38889;
  letter-spacing: 0.03em;
  position: relative;
  margin-bottom: 30px;
}

.hd01 .en {
  color: #da6618;
  display: block;
  font-size: 26px;
  font-style: italic;
  margin-top: 14px;
  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 55px;
    font-size: 24px;
    line-height: 1.33333;
    margin-bottom: 25px;
  }
  .hd01 .en {
    font-size: 17px;
  }
  .hd01::after, .hd01::before {
    width: 36px;
    height: 47px;
    background-size: 36px auto;
  }
}

.hd02 {
  display: inline-block;
  font-size: 34px;
  line-height: 1.4;
  letter-spacing: 0.025em;
  padding: 0 48px;
  position: relative;
  margin-bottom: 50px;
}

.hd02::before, .hd02::after {
  content: '';
  width: 2px;
  height: 58px;
  background-color: #000;
  position: absolute;
  bottom: -10px;
}

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

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

.hd02 span.sub {
  display: inline-block;
  font-size: 22px;
  letter-spacing: 0;
  background-color: #f8e143;
  padding: 8px 55px 10px 90px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 35px;
}

.hd02 span.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;
}

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

.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 {
    width: 2px;
    height: 32px;
    bottom: 0px;
  }
  .hd02 span.sub {
    font-size: 16px;
    padding: 8px 25px 10px 60px;
    margin-bottom: 18px;
  }
  .hd02 span.sub::before {
    background-size: 34px auto;
    width: 34px;
    height: 40px;
    left: 15px;
    top: -2px;
  }
  .hd02 span.sub::after {
    border-bottom: 20px solid #f8e143;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    bottom: -14px;
  }
}

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

.dec_char img {
  height: auto;
}

@media only screen and (max-width: 767px) {
  .dec_char img {
    width: 54px;
    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: 37px;
  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: 74px;
  letter-spacing: 0.24em;
}

#main_vs .txt_area {
  width: 550px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 368px 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: 35%;
  text-align: right;
  white-space: nowrap;
  color: #17ae17;
  background: -webkit-linear-gradient(0deg, #f1ff17, #17ae17, #24c4ff, #574feb);
  -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(#f1ff17), color-stop(#17ae17), color-stop(#24c4ff), to(#574feb));
  background: linear-gradient(90deg, #f1ff17, #17ae17, #24c4ff, #574feb);
}

#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: 10px;
    font-size: 18px;
  }
  #main_vs .img_area p span {
    font-size: 37px;
  }
  #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: 17px;
    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: 1080px;
  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: 19.2%;
  font-size: 16px;
  position: relative;
}

.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: 12px 20px 12px 15px;
  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.4rem;
    width: 50%;
    margin: 0;
  }
  .anchor_btn li a {
    border: none;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 15px 10px 10px;
  }
  .anchor_btn li::after {
    font-size: 0.7rem;
    position: absolute;
    right: 9px;
    top: 18px;
  }
}

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

#tour .dec_char {
  position: absolute;
  top: 50px;
  right: 30px;
}

#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 .dec_char {
    top: 10px;
    right: 15px;
  }
  #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 .hd02 {
  font-size: 30px;
  margin-bottom: 32px;
}

#tour .hd02::before, #tour .hd02::after {
  height: 50px;
}

@media screen and (max-width: 767px) {
  #tour .hd02 {
    font-size: 19px;
    padding: 0 22px;
    margin-bottom: 16px;
  }
  #tour .hd02::before, #tour .hd02::after {
    width: 1px;
  }
}

#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 24px;
}

#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;
  letter-spacing: 0.025em;
  margin-bottom: 2px;
  min-height: 106px;
}

#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 .hok_tour .jgt_price::before {
  content: '北海道発';
}

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

@media screen and (max-width: 1100px) {
  #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;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#about {
  max-width: 1320px;
  margin: 0 auto;
  padding-bottom: 60px;
  position: relative;
}

#about .dec_char {
  position: absolute;
  top: 150px;
  left: calc(50% + 374px);
}

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

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

#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: #f0f4ee;
  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: #157637;
  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;
}

#about .vl_area {
  max-width: 1320px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 90px;
}

#about .vl_area .img_area {
  position: relative;
}

#about .vl_area .img_area .en {
  color: #fff;
  font-size: 50px;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: absolute;
  left: 36px;
  bottom: 8px;
  z-index: 5;
  text-shadow: 0 0 6px #176933;
}

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

#about .vl_area .ttl {
  font-family: "Noto serif JP";
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 12px;
  position: relative;
}

#about .vl_area .ttl span {
  font-size: 36%;
}

#about .vl_area .ttl::before {
  content: '01';
  position: absolute;
  color: #52901b;
  opacity: 0.2;
  font-family: "Amiri",serif;
  font-style: italic;
  font-size: 180px;
  line-height: 1;
}

#about .vl_area .copy {
  display: inline-block;
  font-family: "Noto serif JP";
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  background-color: #52901b;
  border-radius: 6px;
  padding: 0 15px 2px 15px;
  margin-bottom: 25px;
}

#about .vl_area .txt {
  font-size: 15px;
  text-align: justify;
}

#about .vl01 .ttl::before {
  content: '01';
  left: -184px;
  top: -38px;
}

#about .vl01 .img_area {
  margin-bottom: 50px;
}

#about .vl01 .img_area .flex > div {
  width: 66.66667%;
}

#about .vl01 .img_area .flex > div + div {
  width: 33.33333%;
}

#about .vl01 .img_area .flex > div img {
  width: 100%;
  height: auto;
}

#about .vl01 .flex {
  position: relative;
}

#about .vl01 .flex .dec_char {
  position: absolute;
  top: -110px;
  left: auto;
  right: -48px;
  width: 104px;
}

@media screen and (max-width: 1400px) {
  #about .vl01 .flex .dec_char {
    top: -110px;
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  #about .vl01 .flex .dec_char {
    top: 30px;
    right: 10px;
    width: 54px;
  }
}

#about .vl01 .ttl_area {
  width: 45.45455%;
  padding-left: 184px;
}

#about .vl01 .txt {
  width: 53.0303%;
}

#about .vl02 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#about .vl02 .ttl::before {
  content: '02';
  right: 0;
  top: -38px;
}

#about .vl02 .img_area {
  width: 61.81818%;
}

#about .vl02 .txt_area {
  width: 31.81818%;
  padding-top: 10px;
}

#about .vl03 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#about .vl03 .ttl::before {
  content: '03';
  right: 0;
  top: -38px;
}

#about .vl03 .img_area {
  width: 63.63636%;
}

#about .vl03 .txt_area {
  width: 31.06061%;
  padding-top: 20px;
}

#about .vl03 .copy {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  #about {
    padding-bottom: 20px;
  }
  #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%;
    background-color: #f0f4ee;
    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: 14px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  #about .contents .txt_area .notes {
    font-size: 12px;
  }
  #about .vl_area {
    width: 100%;
    margin-bottom: 40px;
  }
  #about .vl_area .img_area .en {
    font-size: 25px;
    left: 20px;
    bottom: 7px;
  }
  #about .vl_area .img_area .dec_char {
    top: 310px;
    right: 10px;
    width: 54px;
  }
  #about .vl_area .ttl {
    font-size: 28px;
    margin-bottom: 12px;
  }
  #about .vl_area .ttl span {
    font-size: 40%;
  }
  #about .vl_area .ttl::before {
    font-size: 100px;
    right: 0;
  }
  #about .vl_area .copy {
    font-size: 13px;
    background-color: #52901b;
    padding: 0 12px 2px 12px;
    margin-bottom: 20px;
  }
  #about .vl_area .txt {
    font-size: 15px;
    text-align: justify;
  }
  #about .vl01 .ttl::before {
    content: '01';
    left: auto;
    top: auto;
  }
  #about .vl01 .img_area {
    margin-bottom: 30px;
  }
  #about .vl01 .img_area .flex > div {
    width: 100%;
  }
  #about .vl01 .img_area .flex > div + div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
  }
  #about .vl01 .ttl_area {
    width: 100%;
    padding-left: 0;
    padding: 0 40px;
  }
  #about .vl01 .txt {
    width: 100%;
    padding: 0 40px;
  }
  #about .vl02 .ttl::before {
    content: '02';
    left: auto;
    top: auto;
  }
  #about .vl02 .img_area {
    width: 100%;
    margin-bottom: 30px;
  }
  #about .vl02 .txt_area {
    width: 100%;
    padding: 0 40px;
  }
  #about .vl03 .ttl::before {
    right: 0;
    left: auto;
    top: auto;
  }
  #about .vl03 .img_area {
    width: 100%;
    margin-bottom: 30px;
  }
  #about .vl03 .txt_area {
    width: 100%;
    padding: 0 40px;
  }
  #about .vl03 .copy {
    margin-bottom: 20px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ charm
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#forest {
  background-color: #f3f6f7;
  padding: 90px 0;
}

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

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

#forest .flex {
  max-width: 1080px;
}

#forest .flex img {
  width: 59.25926%;
  height: 100%;
}

#forest .flex p {
  width: 35.18519%;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  #forest {
    padding: 40px 0;
  }
  #forest .flex {
    width: 100%;
    padding: 0 40px;
  }
  #forest .flex img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  #forest .flex p {
    width: 100%;
  }
}

#animal {
  color: #fff;
  background-color: #2a5f2b;
  padding: 112px 0 30px;
  position: relative;
  overflow: hidden;
}

#animal .dec_char {
  position: absolute;
  top: 82px;
  left: calc(50% - 380px);
}

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

#animal::before {
  content: 'Animals of YAMBARU';
  color: #3e7b3f;
  font-size: 140px;
  font-family: Amiri;
  font-style: italic;
  letter-spacing: 0.04em;
  line-height: 1;
  position: absolute;
  top: -15px;
  left: calc(50% - 650px);
}

#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: #3e7b3f;
  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% + 460px);
  top: 74px;
}

#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 {
  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: 150px 0 40px;
  }
  #animal::before {
    font-size: 70px;
    top: 0;
    left: 0;
  }
  #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);
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■travel
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#travel .ttl {
  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;
  width: 100%;
  background: url(../img/travel_img01.jpg) no-repeat center center;
  height: 500px;
  margin-bottom: 80px;
}

#travel .ttl h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  margin: 25px 0 0;
}

#travel .ttl h2 .en {
  color: #fff;
}

#travel p.txt {
  max-width: 750px;
  margin: 0 auto;
  text-align: left;
  line-height: 2.25;
  margin-bottom: 90px;
  text-align: justify;
}

#travel .hd02 {
  font-size: 28px;
  padding: 0 30px;
}

#travel .hd02 span.sub {
  color: #fff;
  font-size: 19px;
  background-color: #3e7b3f;
  padding: 8px 35px 10px;
  z-index: 1;
}

#travel .hd02 span.sub::before {
  content: none;
}

#travel .hd02 span.sub::after {
  border-bottom-color: #3e7b3f;
  z-index: 0;
}

#travel .hd02::after, #travel .hd02::before {
  height: 40px;
  bottom: -5px;
}

#travel .movie {
  max-width: 1320px;
  margin-bottom: 100px;
}

#travel .movie div {
  width: 48%;
  text-align: center;
  line-height: 1.7;
}

#travel .movie div video {
  width: 100%;
  margin-bottom: 20px;
}

#travel .movie div .name {
  font-size: 22px;
  font-weight: bold;
}

#travel .subimg li {
  width: 33.3333%;
}

#travel .subimg li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  #travel .ttl {
    height: 250px;
    margin-bottom: 30px;
    background-size: cover;
  }
  #travel .ttl h2 {
    font-size: 24px;
    margin: 15px 0 0;
  }
  #travel p.txt {
    padding: 0 40px;
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 2;
  }
  #travel .hd02 {
    font-size: 20px;
    line-height: 1.8;
    padding: 0 20px;
  }
  #travel .hd02 span.sub {
    font-size: 15px;
    line-height: 1.5;
    padding: 4px 18px 6px;
  }
  #travel .hd02::after, #travel .hd02::before {
    height: 40px;
    bottom: 0;
  }
  #travel .movie {
    padding: 0 40px;
    margin-bottom: 50px;
  }
  #travel .movie div {
    width: 100%;
    margin-bottom: 30px;
  }
  #travel .movie div video {
    width: 100%;
    margin-bottom: 15px;
  }
  #travel .movie div .name {
    font-size: 18px;
  }
  #travel .subimg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #travel .subimg li {
    width: 50%;
    overflow: hidden;
  }
  #travel .subimg li img {
    width: 100%;
    height: auto;
    -o-object-fit: fill;
       object-fit: fill;
  }
  #travel .subimg li:nth-of-type(3) {
    display: none;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ model
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#model {
  background-color: #f0f4ee;
  padding: 92px 0 10px;
  position: relative;
}

#model .dec_char {
  position: absolute;
  top: 86px;
  left: calc(50% + 460px);
}

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

#model .ttl_area {
  max-width: 1320px;
  margin: 0 auto 50px;
  position: relative;
  text-align: left;
  line-height: 1.6;
  padding: 13px 0 0 188px;
}

#model .ttl_area::before, #model .ttl_area::after {
  content: '';
  position: absolute;
}

#model .ttl_area::before {
  white-space: pre;
  content: '担当者\Aおすすめ';
  width: 142px;
  height: 142px;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  background-color: #52901b;
  border-radius: 50%;
  text-align: center;
  left: 0;
  top: 0;
  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;
}

#model .ttl_area::after {
  background: url(../img/dec_model_hd.png) no-repeat left top;
  background-size: 60px 74px;
  width: 60px;
  height: 74px;
  right: 0;
  bottom: 0;
}

#model .ttl_area h2 {
  font-size: 34px;
}

#model .ttl_area h2 span {
  color: #fff;
  display: inline-block;
  background-color: #2a5f2b;
  padding: 5px 15px;
  margin-left: 26px;
}

#model .ttl_area .en {
  font-size: 35px;
  font-style: italic;
  letter-spacing: 0.07em;
  background: -webkit-linear-gradient(0deg, #54c600, #1c8c20);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

#model .cont_area {
  margin-bottom: 110px;
}

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

#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;
}

#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: #0d5810;
  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 .cont_area ul li p.point {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.53333;
  letter-spacing: 0.05em;
  background-color: #52901b;
  padding-top: 20px;
  padding-bottom: 17px;
  margin: 28px 0 0 0;
  position: relative;
}

#model .cont_area ul li p.point::before {
  content: 'ここがポイント！';
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  width: 158px;
  background-color: #f35600;
  position: absolute;
  text-align: center;
  left: calc(50% - 79px);
  top: -14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  #model {
    padding: 30px 0 10px;
  }
  #model .ttl_area {
    margin: 0 20px 15px;
    padding: 5px 0 0 88px;
  }
  #model .ttl_area::before {
    width: 74px;
    height: 74px;
    font-size: 13px;
    left: 0;
    top: 0;
  }
  #model .ttl_area::after {
    background-size: 30px 37px;
    width: 30px;
    height: 37px;
    bottom: auto;
    top: -13px;
  }
  #model .ttl_area h2 {
    font-size: 18px;
  }
  #model .ttl_area h2 span {
    padding: 2px 10px;
    margin-left: 6px;
  }
  #model .ttl_area .en {
    font-size: 19px;
  }
  #model .cont_area {
    margin-bottom: 40px;
    padding: 0 25px;
  }
  #model .cont_area ul li {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 1px 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 {
    margin-bottom: 20px;
  }
  #model .cont_area ul li p.point {
    font-size: 14px;
    padding: 15px 25px 12px;
  }
  #model .cont_area ul li p.point::before {
    font-size: 14px;
  }
}

/*/////////////////////////////　フッター　////////////////////////////*/
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;
  }
}
