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

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 span {
  font-size: 28px;
}

.hd01 .en {
  color: #c86217;
  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 45px;
    font-size: 28px;
    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;
  }
}

.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: 20px;
  }
  .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_neko {
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  opacity: 0;
  visibility: hidden;
  /*transform: translateY(40px) translateY(40px) rotate3d(100,20,20,60deg);*/
}

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

.scrollin {
  opacity: 1;
  visibility: visible;
  /*transform: translateY(-10px) translateY(0) rotate3d(0,0,0,0deg);*/
  -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, #e6833b, #fbcf5a, #a6c400, #2ead0c);
  -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(#e6833b), color-stop(#fbcf5a), color-stop(#a6c400), to(#2ead0c));
  background: linear-gradient(90deg, #e6833b, #fbcf5a, #a6c400, #2ead0c);
}

#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: 5vw;
    line-height: 1.4;
    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: 8.8vw;
    letter-spacing: 0.08em;
    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;
  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 !important;
}

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

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

#main_vs .slider div {
  height: 800px;
}

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

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

@media screen and (max-width: 767px) {
  .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;
  }
  #main_vs .slider div {
    height: 320px;
  }
}

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

.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: 24%;
  font-size: 16px;
  position: relative;
}

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

.anchor_btn li a {
  color: #000;
  display: block;
  width: 100%;
  border: 1px solid #222;
  padding: 10px 20px 10px 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: #f4f3ec;
}

@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: 15px;
  }
}

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

#tour .dec_neko {
  position: absolute;
  top: 64px;
  right: 0;
}

#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;
  top: -20px;
}

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

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

@media screen and (max-width: 767px) {
  #tour .dec_neko {
    top: 28px;
    right: 19px;
  }
  #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: 10px 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 h3 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: #c86217;
  margin-bottom: 28px;
  padding: 2px 0;
}

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

#tour .tour_block ul.flex {
  padding-bottom: 30px;
}

#tour .tour_block ul.slick {
  margin-bottom: 0px;
}

#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: 0 0 32px;
  font-size: 1.8rem;
  line-height: 1.75;
  position: relative;
  text-align: left;
  -webkit-box-shadow: 0px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 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;
  height: 62px;
}

#tour .tour_block ul li .txt {
  font-size: 14px;
  line-height: 1.9;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-bottom: 2px;
  height: 78px;
}

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

#tour .tour_block ul li .price span {
  font-size: 27px;
  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 ul.ln4 li .txt {
  height: 106px;
}

#tour .tour_block ul .slick-dots {
  bottom: 10px;
  /*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 #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: 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;
  }
  #tour .tour_block ul li .ttl, #tour .tour_block ul li .txt {
    height: auto;
  }
  #tour .tour_block ul.ln4 li .txt {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  #tour .tour_block h3 {
    font-size: 16px;
    margin: 0 30px 20px;
    padding: 5px 0;
  }
  #tour .tour_block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #tour .tour_block ul li {
    width: 100%;
  }
  #tour .tour_block ul li img {
    margin-bottom: 16px;
  }
  #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;
    /*    li{
                        width: auto;
                        border:none;
                        box-shadow: none;
                        background-color: transparent;
                        margin: 0 5px 0 0;
                        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: 20px;
    margin-bottom: 50px;
    border-bottom: 1px solid #000;
  }
  #tour .tour_block {
    padding-bottom: 0;
  }
}

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

#about .dec_neko {
  position: absolute;
  top: 111px;
  right: 361px;
}

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

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

#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: #fcf4ee;
  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: #c86217;
  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 .info {
  max-width: 1320px;
  margin: 0 auto 74px;
  border: 2px solid #cb6d27;
  font-size: 15px;
  line-height: 2;
  text-align: left;
  padding: 50px 10%;
}

#about .vl_area {
  max-width: 1320px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 90px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#about .vl_area .img_area {
  width: 43.93939%;
  position: relative;
  padding-top: 18px;
}

#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;
  border-radius: 8px;
}

#about .vl_area .img_area .slick-dots {
  left: auto;
  right: auto;
  top: auto;
  bottom: -35px;
  text-align: center;
}

#about .vl_area .img_area .slick-dots li {
  margin: 0 2px;
}

#about .vl_area .img_area .slick-dots li button::before {
  color: #176933;
  opacity: 0.2;
}

#about .vl_area .txt_area {
  width: 50%;
}

#about .vl_area .ttl {
  font-family: "Noto serif JP";
  font-size: 34px;
  font-weight: 400;
  line-height: 1.6;
  padding-top: 30px;
  margin-bottom: 40px;
  position: relative;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

#about .vl_area .ttl span {
  display: block;
  font-size: 20px;
}

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

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

#about .vl02 .ttl::before {
  content: '02';
}

#about .vl03 .ttl::before {
  content: '03';
}

@media screen and (max-width: 767px) {
  #about {
    padding-bottom: 20px;
  }
  #about .dec_neko {
    top: 65px;
    right: 36px;
  }
  #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 .info {
    margin: 20px;
    padding: 25px;
    font-size: 14px;
  }
  #about .vl_area {
    width: auto;
    margin: 0 20px 24px;
  }
  #about .vl_area .img_area {
    width: 100%;
    margin-bottom: 26px;
  }
  #about .vl_area .img_area .en {
    font-size: 25px;
    left: 20px;
    bottom: 7px;
  }
  #about .vl_area .txt_area {
    width: 100%;
  }
  #about .vl_area .txt_area .ttl {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
  }
  #about .vl_area .txt_area .ttl span {
    font-size: 16px;
  }
  #about .vl_area .txt_area .txt {
    font-size: 14px;
    text-align: justify;
    padding: 0 10px;
  }
  #about .vl01 .ttl::before {
    right: 0;
    left: auto;
    top: auto;
  }
  #about .vl02 .ttl::before {
    right: 0;
    left: auto;
    top: auto;
  }
  #about .vl03 .ttl::before {
    right: 0;
    left: auto;
    top: auto;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ 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: #664327;
  padding: 112px 0 30px;
  position: relative;
  overflow: hidden;
}

#animal .dec_neko {
  position: absolute;
  top: 67px;
  right: 364px;
}

@media screen and (max-width: 767px) {
  #animal .dec_neko {
    top: 18px;
    right: auto;
    left: 28px;
  }
}

#animal::before {
  content: 'Animals of Iriomote Island';
  color: #7f593a;
  font-size: 120px;
  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: #7f593a;
  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: 1190px;
  margin-bottom: 30px;
}

#animal .flex li {
  width: 22.01681%;
  margin-bottom: 38px;
  margin-right: 46px;
}

#animal .flex li:nth-child(4n), #animal .flex li:last-child {
  margin-right: 0;
}

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

#animal .flex li .name {
  font-family: "Noto serif JP";
  color: #f8e143;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 12px;
}

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

#animal .chk {
  max-width: 1080px;
  margin: 0 auto;
  color: #564403;
  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: 1080px;
}

#animal .safe_area ul.btn li {
  width: 32.03704%;
  position: relative;
  margin: 0;
}

#animal .safe_area ul.btn li a {
  color: #564403;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.025em;
  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;
  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);
  height: 80px;
}

#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.out::after {
  content: '';
  background: url(../img/ico_out.png) no-repeat left top;
  background-size: 16px auto;
  position: absolute;
  right: 24px;
  top: 24px;
  width: 16px;
  height: 14px;
}

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

@media screen and (max-width: 767px) {
  #animal {
    padding: 118px 0 40px;
  }
  #animal::before {
    font-size: 50px;
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #animal .flex li {
    width: 47.5%;
    margin: 0 0 20px 0;
  }
  #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%;
    margin-bottom: 20px;
  }
  #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);
  }
}

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

#model .dec_neko {
  position: absolute;
  top: -34px;
  right: 260px;
}

@media screen and (max-width: 767px) {
  #model .dec_neko {
    top: -32px;
    right: 50px;
  }
}

#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: #c86217;
  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: #713f1a;
  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, #e6833b, #fbcf5a, #a6c400, #2ead0c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

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

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

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

#model .cont_area ul li {
  width: calc(20% - 1px);
  margin: 0 1px 1px 0;
  background-color: #fff;
  text-align: left;
  padding-bottom: 30px;
}

#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.ttl {
  color: #c86217;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.64706;
  margin-bottom: 8px;
}

#model .cont_area ul li p.ttl a {
  color: #c86217;
  -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.57143;
  text-align: justify;
}

#model .cont_area ul li p.txt .notes {
  color: #5c5c5c;
  font-size: 90%;
  line-height: 1.8;
}

#model p.hd {
  color: #c86217;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

#model iframe {
  margin-bottom: 24px;
}

#model p.notes {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #model {
    padding: 30px 0 50px;
  }
  #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: 7px;
  }
  #model .ttl_area::after {
    background-size: 30px 37px;
    width: 30px;
    height: 37px;
    bottom: auto;
    top: -13px;
  }
  #model .ttl_area h2 {
    font-size: 24px;
    line-height: 1.5;
  }
  #model .ttl_area h2 span {
    padding: 2px 10px;
    margin: 4px 0 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-bottom: 26px;
  }
  #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;
  }
  p.hd {
    font-size: 18px;
    margin-bottom: 10px;
  }
  iframe {
    width: 84%;
    height: 200px;
    margin-bottom: 10px;
  }
  p.notes {
    font-size: 13px;
    padding: 0 25px;
    text-align: left;
  }
}

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