@charset "UTF-8";
/*$basePink: #CA7575;*/
/*$basePink: #CA7575;*/
.touchSwUtil {
  display: block;
  position: fixed;
  top: 20px;
  right: 10px;
  width: 35px;
  height: 35px;
  text-decoration: none;
  z-index: 200;
}
.touchSwUtil span {
  display: block;
  position: relative;
  top: 0px;
}
.touchSwUtil span:before {
  color: #f15000;
  font-size: 8px;
  content: "MENU";
}
.touchSwUtil i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  width: 28px;
  height: 3px;
  color: #666;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #666;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.touchSwUtil i:before, .touchSwUtil i:after {
  content: '';
  width: 28px;
  height: 3px;
  background: #666;
  position: absolute;
  left: 0;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.touchSwUtil i:before {
  top: -9px;
}
.touchSwUtil i:after {
  bottom: -9px;
}
.touchSwUtil.active {
  color: #333;
}
.touchSwUtil.active i {
  width: 0;
}
.touchSwUtil.active i:before, .touchSwUtil.active i:after {
  background: #333;
}
.touchSwUtil.active i:before {
  top: 0px;
  width: 30px;
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.touchSwUtil.active i:after {
  top: 0px;
  width: 30px;
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.touchSwUtil.active span:before {
  content: "CLOSE";
}
.touchSwUtil:hover i {
  background-color: #333;
}
.touchSwUtil:hover i:before, .touchSwUtil:hover i:after {
  background-color: #333;
}

.touchMenuUtil {
  background-color: transparent;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 60px 0 0;
  width: 100%;
  overflow-y: auto;
  z-index: 150;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.touchMenuUtil.active {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.touchMenuUtil .inner {
  padding: 10px;
  background-color: #fff;
}

.translate3d-on {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.list-half > li {
  float: left;
  width: 50%;
}

.list-quarter > li {
  float: left;
  width: 25%;
}
@media screen and (max-width: 1023px) {
  .list-quarter > li {
    width: 50%;
  }
}

.sample::before {
  content: 'main';
}

.header {
  background-image: url("/images/top/top_slider01-img.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.header img {
  width: 100%;
  height: auto;
}
.header.pc {
  display: block;
}
.header.smt {
  display: none;
}

.timeBox .time {
  padding: 8px 10px;
  background-color: #f4f4f4;
  border-radius: 30px;
  color: white;
  margin: 5px;
  font-weight: normal;
}
.timeBox .time:hover {
  padding: 16px 18px;
  margin: 0 3px;
}
.timeBox .time.active {
  padding: 16px 18px;
  margin: 0 3px;
}
.timeBox .timeSwitch,
.timeBox .seasonSwitch {
  display: none;
}

.more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 240px;
  padding: 15px 20px;
  background-color: #59b320;
  color: #ffffff !important;
}
.more .fa {
  font-size: 30px;
}

.pc--none {
  display: none;
}

.more-tb {
  display: none;
  padding: 16px 75px 16px 20px;
  background-color: #59b320;
  color: #ffffff !important;
  position: relative;
}
.more-tb img {
  width: 46px;
  height: 8px;
}

.more-smt {
  display: none;
  padding: 16px 75px 16px 20px;
  background-color: #59b320;
  color: #ffffff !important;
  right: 15px;
}
.more-smt img {
  width: 46px;
  height: 8px;
}

.whiteArrow {
  top: 13px;
  right: 10px;
  position: absolute;
}
.whiteArrow img {
  width: 46px;
  height: 8px;
}

.sliderBox.pc {
  display: block;
  margin-bottom: 35px;
}
.sliderBox.smt {
  display: none;
}
@media screen and (max-width: 768px) {
  .sliderBox.pc {
    display: none;
  }
  .sliderBox.smt {
    display: block;
  }
}

.mainVisualSlider {
  position: relative;
}
@media (max-width: 479px) {
  .mainVisualSlider {
    margin: 0;
  }
}
.mainVisualSlider.flexslider {
  margin-bottom: 0;
}
.mainVisualSlider .slides li .main {
  position: relative;
}
.mainVisualSlider .slides li .main-visual-set {
  position: absolute;
  right: 120px;
  bottom: 20px;
}
.mainVisualSlider .slides li .main-visual-set .frontLayer {
  margin-bottom: 20px;
  pointer-events: none;
  text-align: right;
}
.mainVisualSlider .slides li .main-visual-set .frontLayer img {
  display: inline-block;
  width: 21.9vw;
  height: 21.9vw;
  transition: all 300ms ease-out;
}
.mainVisualSlider .slides li .main-visual-set .slideCaption {
  float: right;
  display: inline-block;
  padding: 15px;
  background: rgba(255, 255, 255, 0.7);
  color: #1a1a1a;
  font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  font-size: 20px;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mainVisualSlider .slides li .main-visual-set .slideCaption {
    margin: -50px 0 10px 10px;
    padding: 5px;
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .mainVisualSlider .slides li .main-visual-set .slideCaption {
    margin: -50px 10px 10px 10px;
    padding: 5px;
    font-size: 14px;
    white-space: normal;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .mainVisualSlider .slides li .main-visual-set .frontLayer img {
    width: 18vw;
    height: 18vw;
  }
}
@media screen and (max-width: 768px) {
  .mainVisualSlider .slides li .main-visual-set {
    right: initial;
    bottom: initial;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mainVisualSlider .slides li .main-visual-set .frontLayer img {
    width: 62vw;
    height: 62vw;
  }
}

section .title {
  margin: 0 0 0 20px;
  padding: 5px 0 3px 15px;
  border-left: 4px solid #59b320;
}
section .title h2 {
  font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 24px;
}
section .title h2 + p {
  margin: 0;
  font-weight: 500;
}

.photoBox.bgimg {
  background-image: url("/images/top/blog-bg.jpg");
}
.photoBox .sns-title__box {
  display: block;
  text-align: center;
}
.photoBox .sns-title__box h2 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 0 10px 10px;
  border-bottom: 4px solid #1a1a1a;
  font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  font-size: 27px;
}
.photoBox .sns-title__box h2 .fa {
  margin-right: 10px;
}
.photoBox .sns__box {
  min-height: 500px;
}
.photoBox .sns__box + .more {
  max-width: 220px;
  margin: 40px auto 0;
  background-color: #1a1a1a;
}
.photoBox .sns__box .row {
  margin-left: 0;
  margin-right: 0;
}
.photoBox .sns__box .col-sm-4 {
  padding-left: 0;
  padding-right: 0;
}
.photoBox .sns__box .img-responsive {
  border: .5px solid #fff;
}
.photoBox .sns__box #fb-page-plugin .fb-page {
  display: block;
  width: 500px !important;
  margin: 0 auto;
}
.photoBox .inn {
  width: 100%;
}
.photoBox .inn .phototitleBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 30px 30px 0;
  overflow: hidden;
}
.photoBox .inn .phototitleBox .timechangeContent {
  display: flex;
  margin-top: 18px;
  width: 360px;
  margin-right: 320px;
  float: right;
}
.photoBox .inn .phototitleBox .timechangeContent .word {
  margin-right: 7px;
  font-weight: bold;
}
.photoBox .inn .phototitleBox .timechangeContent .timeBox .time.morning {
  background-color: #AA8020;
}
.photoBox .inn .phototitleBox .timechangeContent .timeBox .time.morning:hover {
  background-color: #daaa3c;
}
.photoBox .inn .phototitleBox .timechangeContent .timeBox .time.noon {
  background-color: #559892;
}
.photoBox .inn .phototitleBox .timechangeContent .timeBox .time.noon:hover {
  background-color: #81b9b4;
}
.photoBox .inn .phototitleBox .timechangeContent .timeBox .time.noon.active {
  padding: 16px 18px;
  margin: 0 3px;
}
.photoBox .inn .phototitleBox .timechangeContent .timeBox .time.night {
  background-color: #2A2532;
}
.photoBox .inn .phototitleBox .timechangeContent .timeBox .time.night:hover {
  background-color: #4f465e;
}
.photoBox .inn .photoList {
  display: block;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #9f9f9f;
  border-right: 1px solid #9f9f9f;
  border-left: 1px solid #9f9f9f;
  margin-bottom: 0;
}
.photoBox .inn .photoList li {
  width: 25%;
  float: left;
  position: relative;
  padding: 0;
  border-left: 1px solid #9f9f9f;
  border-top: 1px solid #9f9f9f;
}
.photoBox .inn .photoList li:first-of-type {
  width: 50%;
  border-left: none;
}
.photoBox .inn .photoList li:first-of-type .caption {
  bottom: 10px;
}
.photoBox .inn .photoList li.image a:hover {
  box-shadow: 0 6px 10px 0 #666666;
}
.photoBox .inn .photoList li.image.lank:after {
  content: "";
  border-bottom: 50px solid transparent;
  border-left: 50px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
}
.photoBox .inn .photoList li.image.lank .no {
  position: absolute;
  top: 20px;
  left: 23px;
  z-index: 5;
}
.photoBox .inn .photoList li.image.lank .no.no1 {
  font-size: 140%;
}
.photoBox .inn .photoList li a {
  width: 100%;
  display: block;
  padding: 15px;
}
.photoBox .inn .photoList li a img {
  width: 100%;
}
.photoBox .inn .photoList li .caption {
  position: absolute;
  left: 15px;
  bottom: 15px;
  margin: 0;
  padding: 20px 0 10px 20px;
  width: calc(100% - 30px);
  color: white;
  font-size: 13px;
  line-height: 1.4;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #000000), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(bottom, #000000, rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(bottom, #000000, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
  z-index: 40;
  text-align: left;
}

.seasonInfo {
  background-image: url("/images/top/bg_seasonal-acitivity.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
}
.seasonInfo .inn .slidertitleBox {
  display: block;
  padding: 25px 15px;
  position: relative;
}
.seasonInfo .inn .slidertitleBox .titleinn {
  margin-bottom: 15px;
  overflow: hidden;
}
.seasonInfo .inn .slidertitleBox .titleinn .title {
  margin: 0;
  color: #ffffff;
  float: left;
  display: table;
}
.seasonInfo .inn .slidertitleBox .titleinn .title h2 {
  font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-weight: bold;
}
.seasonInfo .inn .slidertitleBox .titleinn .seasonchangeContent {
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  float: right;
  margin-top: 18px;
}
.seasonInfo .inn .slidertitleBox .titleinn .seasonchangeContent .word {
  margin-right: 10px;
}
.seasonInfo .inn .slidertitleBox .titleinn .seasonchangeContent .timeBox .time.spring {
  background-color: #CB7575;
}
.seasonInfo .inn .slidertitleBox .titleinn .seasonchangeContent .timeBox .time.spring:hover {
  background-color: #e0adad;
}
.seasonInfo .inn .slidertitleBox .titleinn .seasonchangeContent .timeBox .time.summer {
  background-color: #58A280;
}
.seasonInfo .inn .slidertitleBox .titleinn .seasonchangeContent .timeBox .time.summer:hover {
  background-color: #88bea5;
}
.seasonInfo .inn .slidertitleBox .titleinn .seasonchangeContent .timeBox .time.autumn {
  background-color: #B64247;
}
.seasonInfo .inn .slidertitleBox .titleinn .seasonchangeContent .timeBox .time.autumn:hover {
  background-color: #ce777b;
}
.seasonInfo .inn .slidertitleBox .titleinn .seasonchangeContent .timeBox .time.winter {
  background-color: #4580C9;
}
.seasonInfo .inn .slidertitleBox .titleinn .seasonchangeContent .timeBox .time.winter:hover {
  background-color: #80a8da;
}
.seasonInfo .inn .flexslider {
  margin: 30px 0;
}
.seasonInfo .inn .flexslider a .main:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}
.seasonInfo .inn .flexslider a:hover .main {
  opacity: 1;
}
.seasonInfo .inn .flexslider a:hover .main:after {
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("/images/main/showDetail.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 30%;
}
.seasonInfo .inn .slideCaption {
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
}

.travelTheme .inn .more_smt {
  display: none;
}
.travelTheme .inn .titleBox {
  position: relative;
  overflow: hidden;
  margin: 30px 0;
}
.travelTheme .inn .titleBox .title {
  display: table;
  float: left;
  padding: 0 15px;
}
.travelTheme .inn .titleBox .title h2 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  border-left: 4px solid #59b320;
  padding-left: 20px;
  font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
}
.travelTheme .inn .titleBox .title h2 .eng-title {
  display: block;
  margin-bottom: 5px;
}
.travelTheme .inn .titleBox .title h2 img {
  display: block;
  width: 90px;
  height: 22px;
  padding-bottom: 5px;
}
.travelTheme .inn .titleBox .more {
  position: absolute;
}
.travelTheme .inn .themeBox ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.travelTheme .inn .themeBox ul li {
  width: 25%;
  display: inline-block;
}
.travelTheme .inn .themeBox ul li a {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.travelTheme .inn .themeBox ul li a:hover {
  opacity: 1;
}
.travelTheme .inn .themeBox ul li a img {
  width: 100%;
  display: block;
}
.travelTheme .inn .themeBox ul li a .text-pane {
  text-align: center;
  z-index: 3;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  opacity: 1;
  width: 75%;
}
.travelTheme .inn .themeBox ul li a .text-pane .text {
  display: inline-block;
  color: #ffffff;
  border-bottom: 3px solid #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 3px;
}
.travelTheme .inn .themeBox ul li a:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
}
.travelTheme .inn .themeBox ul li a:hover .text {
  border-bottom: 3px solid red;
}
.travelTheme .inn .themeBox ul li a:hover:after {
  background-color: rgba(0, 0, 0, 0.5);
}

.tabikichiBlog {
  background-image: url("/images/top/blog-bg.jpg");
  padding: 70px 0;
}
.tabikichiBlog .inn {
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}
.tabikichiBlog .inn .content {
  position: relative;
}
.tabikichiBlog .inn .content .title {
  width: 303px;
  margin: 0;
  float: left;
}
@media screen and (min-width: 1320px) {
  .tabikichiBlog .inn .content .title {
    width: calc(100% - 1000px);
  }
}
.tabikichiBlog .inn .content .title h2 {
  margin: 0;
  font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-weight: bold;
  border-left: 4px solid #59b320;
  padding-left: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1320px) {
  .tabikichiBlog .inn .content .title h2 {
    margin-bottom: 126px;
  }
}
.tabikichiBlog .inn .content .title h2 .eng-title {
  display: block;
  padding-bottom: 5px;
}
.tabikichiBlog .inn .content .title h2 .eng-title img {
  width: 168px;
  height: 19px;
}
.tabikichiBlog .inn .content .more {
  position: relative;
  left: 0;
  bottom: 0;
  display: table;
  float: left;
}
.tabikichiBlog .inn .listInn {
  float: right;
  width: 947px;
}
@media screen and (max-width: 1320px) {
  .tabikichiBlog .inn .listInn {
    float: none;
    margin-bottom: 30px;
    width: 100%;
  }
}
.tabikichiBlog .inn .listInn ul li {
  margin-bottom: 25px;
}
.tabikichiBlog .inn .listInn ul li a {
  display: table;
  width: 100%;
  height: 60px;
}
.tabikichiBlog .inn .listInn ul li a:hover {
  box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.15);
}
.tabikichiBlog .inn .listInn ul li .image, .tabikichiBlog .inn .listInn ul li .text {
  display: table-cell;
  vertical-align: middle;
}
.tabikichiBlog .inn .listInn ul li .image {
  width: 100px;
  background: url(_.png) no-repeat center center;
  background-size: auto 100%;
}
.tabikichiBlog .inn .listInn ul li .text {
  position: relative;
  padding: 0 75px 0 20px;
  background-color: #ffffff;
}
.tabikichiBlog .inn .more {
  position: relative;
  right: 0;
}
.tabikichiBlog .snsBlock {
  display: table;
  margin: 60px auto 0;
  overflow: hidden;
}
.tabikichiBlog .snsBlock .link {
  float: left;
  margin: 0 35px;
}
.tabikichiBlog .snsBlock .link a {
  width: 100%;
}
.tabikichiBlog .snsBlock .link a img {
  width: 40px;
  height: 40px;
  margin: 0;
}

.Blog {
  background-image: url("/images/top/blog-bg.jpg");
  padding: 70px 0;
}
.Blog .inn {
  margin-left: 30px;
}
.Blog .inn .content {
  position: relative;
  overflow: hidden;
}
.Blog .inn .content .title {
  width: 303px;
  margin: 0;
  float: left;
}
@media screen and (min-width: 1320px) {
  .Blog .inn .content .title {
    width: calc(100% - 1000px);
  }
}
.Blog .inn .content .title h2 {
  margin: 0;
  font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-weight: bold;
  border-left: 4px solid #59b320;
  padding-left: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1320px) {
  .Blog .inn .content .title h2 {
    margin-bottom: 126px;
  }
}
.Blog .inn .content .title h2 .eng-title {
  display: block;
  padding-bottom: 5px;
}
.Blog .inn .content .title h2 .eng-title img {
  width: 168px;
  height: 19px;
}
.Blog .inn .content .more {
  position: relative;
  left: 0;
  bottom: 0;
  display: table;
  float: left;
}
.Blog .inn .listInn {
  margin-right: 15px;
  float: right;
}
@media screen and (max-width: 1320px) {
  .Blog .inn .listInn {
    float: left;
    margin-bottom: 30px;
  }
}
.Blog .inn .listInn ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.Blog .inn .listInn ul li {
  display: flex;
  margin-bottom: 25px;
  list-style: none;
}
.Blog .inn .listInn ul li:last-child {
  margin-bottom: 0;
}
.Blog .inn .listInn ul li .image {
  display: block;
  width: atuo;
  height: 62px;
}
.Blog .inn .listInn ul li .image a {
  width: auto;
  height: 100%;
}
.Blog .inn .listInn ul li .image a img {
  width: auto;
  height: 100%;
}
.Blog .inn .listInn ul li .list {
  position: relative;
}
.Blog .inn .listInn ul li .list a {
  padding: 20px 100px 20px 17px;
  background-color: #ffffff;
  display: inline-block;
  min-width: 867px;
  max-width: 1320px;
}
.Blog .inn .listInn ul li:hover .image {
  box-shadow: 0 6px 6px 0 #bfbfbf;
}
.Blog .inn .listInn ul li:hover .list {
  box-shadow: 0 6px 6px 0 #bfbfbf;
}
.Blog .inn .more {
  position: relative;
  right: 0;
}
.Blog .snsBlock {
  display: table;
  margin: 60px auto 0;
  overflow: hidden;
}
.Blog .snsBlock .link {
  float: left;
  margin: 0 35px;
}
.Blog .snsBlock .link a {
  width: 100%;
}
.Blog .snsBlock .link a img {
  width: 40px;
  height: 40px;
  margin: 0;
}

.information {
  /*margin-top : -10px;*/
  margin-bottom: 90px;
  padding: 70px 0 50px;
  border-bottom: 1px solid #8c8c8c;
}
.information .angle-green {
  font-size: 30px;
  color: #59b320;
}
.information .inn {
  padding: 0 15px;
}
.information .inn .content .titleInn {
  position: relative;
  float: left;
  margin: 0;
  display: table;
}
@media screen and (max-width: 1320px) {
  .information .inn .content .titleInn {
    float: none;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1320px) {
  .information .inn .content .titleInn {
    width: calc(100% - 963px);
    margin-bottom: 126px;
  }
}
.information .inn .content .titleInn .title {
  margin: 0;
  display: table;
}
.information .inn .content .titleInn .title h2 {
  font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-weight: bold;
}
.information .inn .content .listInn {
  margin-right: 15px;
  float: right;
  margin-top: 2px;
  width: 945px;
  min-height: 250px;
}
.information .inn .content .listInn + .more {
  float: left;
}
@media screen and (max-width: 1320px) {
  .information .inn .content .listInn {
    float: none;
    width: 100%;
    margin-bottom: 30px;
    min-height: auto;
  }
}
.information .inn .content .listInn ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.information .inn .content .listInn ul li {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: solid 1px #b2b2b2;
}
.information .inn .content .listInn ul li:last-child {
  border-bottom: none;
}
.information .inn .content .listInn ul li::after {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-family: FontAwesome;
  content: '\f105';
  color: #59b320;
  font-size: 30px;
}
.information .inn .content .listInn ul li a {
  width: 100%;
}
.information .inn .content .listInn ul li a .tagBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.information .inn .content .listInn ul li a .tagBox .tag-time {
  color: #59b320;
  font-weight: bold;
}
.information .inn .content .listInn ul li a .tagBox .tagList {
  display: flex;
  align-items: center;
  margin: 0 15px;
  font-weight: bold;
}
.information .inn .content .listInn ul li a .tagBox .tagList .tag-new {
  color: #59b320;
  border: solid 1px #59b320;
  padding: 0 11px;
}
.information .inn .content .listInn ul li a .tagBox .tagList .tag-check {
  color: #ffffff;
  background-color: #59b320;
  border: solid 1px #59b320;
  padding: 0 10px;
}
.information .inn .content .listInn ul li a .tagBox .tag-category {
  color: #59b320;
}
.information .inn .content .listInn ul li a .title {
  display: inline-block;
  padding-bottom: 15px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .more.pc--none {
    display: flex;
    margin: 0 30px;
  }

  .photoBox .inn .phototitleBox .title {
    float: left;
  }
  .photoBox .inn .phototitleBox .timechangeContent {
    width: 400px;
    float: right;
    padding: 0 15px;
    margin: 18px auto 0;
  }
  .photoBox .inn .phototitleBox .more {
    display: none;
  }
  .photoBox .inn .photoList {
    margin-bottom: 30px;
  }
  .photoBox .more-tb {
    display: table;
    margin: 0 auto;
  }

  .seasonInfo {
    margin-top: 30px;
  }

  .tabikichiBlog .inn {
    padding: 0 10px;
  }
  .tabikichiBlog .inn .content .title {
    float: none;
  }
  .tabikichiBlog .inn .listInn {
    float: none;
  }
  .tabikichiBlog .inn .more {
    float: none !important;
    margin: 0 auto;
  }

  .Blog .inn .content .title {
    float: none;
  }
  .Blog .inn .listInn {
    margin-right: 15px;
    float: none;
    width: calc(100% - 15px);
  }
  .Blog .inn .listInn ul li .list {
    margin-left: 17px;
    position: relative;
    width: 100%;
  }
  .Blog .inn .listInn ul li .list a {
    width: 100%;
  }
  .Blog .inn .more {
    float: none !important;
    margin: 0 auto;
  }

  .information .inn .content .listInn {
    float: none;
  }
  .information .inn .content .listInn ul {
    width: 100%;
  }
  .information .inn .content .more {
    float: none !important;
    margin: 0 auto 30px;
  }
}
@media (max-width: 768px) {
  .header.pc {
    display: none;
  }
  .header.smt {
    display: block;
    background-image: url("/images/top/top-smt.jpg");
  }

  .pc--none {
    display: flex;
  }

  .more {
    margin: 10px 15px 30px;
  }

  .photoBox .sns__box + .more {
    max-width: 100%;
    margin: 10px 15px 30px;
  }
  .photoBox .sns__box #fb-page-plugin {
    padding-left: 0;
    padding-right: 0;
  }
  .photoBox .sns__box #fb-page-plugin .fb-page {
    display: block;
    width: 100% !important;
    margin: 0 auto;
  }
  .photoBox .inn {
    /*
    .more-smt {
      display : table;
      margin  : 10px auto 0;
      right   : 0;
    }
    &.activity {
      padding-bottom : 30px;
      border-bottom  : solid 1px #333;
    }
    &.special {
      padding-bottom : 30px;
    }
    &.access {
      padding-bottom : 30px;
    }
    */
  }
  .photoBox .inn .phototitleBox .title {
    float: none;
    padding: 0 0 0 10px;
  }
  .photoBox .inn .phototitleBox .title h2 img {
    height: 15px;
  }
  .photoBox .inn .phototitleBox .title h2 img.activity {
    width: 224px;
  }
  .photoBox .inn .phototitleBox .title h2 img.special {
    width: 186px;
  }
  .photoBox .inn .phototitleBox .title h2 img.popular {
    width: 125px;
  }
  .photoBox .inn .phototitleBox .timechangeContent {
    float: none;
    width: 100%;
    margin: 25px auto 0;
    display: table;
    flex-wrap: wrap;
    padding: 10px;
  }
  .photoBox .inn .phototitleBox .timechangeContent .word {
    display: table;
    margin: 0 auto;
  }
  .photoBox .inn .phototitleBox .timechangeContent .timeBox {
    display: table;
    margin: 0 auto;
    padding: 30px 0 0 0;
  }
  .photoBox .inn .phototitleBox .more {
    display: none;
  }
  .photoBox .inn .photoList {
    border: none;
  }
  .photoBox .inn .photoList li {
    border: none;
  }
  .photoBox .inn .photoList li:first-child {
    width: 100%;
  }
  .photoBox .inn .photoList li:nth-child(n + 2) {
    width: 50%;
  }
  .photoBox .inn .photoList li a {
    padding: 7px;
  }
  .photoBox .inn .photoList li .caption {
    left: 7px;
    bottom: 7px;
    width: calc(100% - 14px);
    padding: 20px 10px 5px 10px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .photoBox .inn .photoList li.image a:hover {
    box-shadow: none;
  }
  .photoBox .inn .photoList li.image.lank:after {
    border-bottom: 70px solid transparent;
    border-left: 70px solid rgba(255, 255, 255, 0.5);
    top: 7px;
    left: 7px;
  }
  .photoBox .inn .photoList li.image.lank .no {
    top: 20px;
    left: 20px;
  }

  .seasonInfo {
    background-image: url("/images/top/bg_seasonal-acitivity.jpg");
  }
}
@media screen and (max-width: 768px) and (max-width: 767px) {
  .seasonInfo {
    background-position: 77%;
  }
}
@media (max-width: 768px) {
  .seasonInfo .inn .slidertitleBox {
    padding: 25px 10px;
  }
  .seasonInfo .inn .slidertitleBox .titleinn .title {
    float: none;
  }
  .seasonInfo .inn .slidertitleBox .titleinn .title h2 img {
    width: 205px;
    height: 14px;
  }
  .seasonInfo .inn .slidertitleBox .titleinn .seasonchangeContent {
    float: none;
    max-width: 422px;
    margin: 30px auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .seasonInfo .inn .slidertitleBox .titleinn .seasonchangeContent .word {
    margin: 0 auto;
  }
  .seasonInfo .inn .slidertitleBox .titleinn .seasonchangeContent .timeBox {
    margin: 35px auto 0;
  }
}

@media (max-width: 768px) {
  .travelTheme .inn .themeBox ul li {
    width: 50%;
  }
  .travelTheme .inn .titleBox .title {
    padding: 0 10px;
  }
  .travelTheme .inn .titleBox .title h2 {
    padding-left: 15px;
  }
  .travelTheme .inn .titleBox .title h2 img {
    width: 71px;
    height: 17px;
  }
  .travelTheme .inn .titleBox .more {
    display: none;
  }
  .travelTheme .inn .more_smt {
    position: relative;
    display: table;
    padding: 16px 75px 16px 25px;
    background-color: #CA7575;
    color: #ffffff !important;
    margin: 30px auto;
  }
  .travelTheme .inn .more_smt img {
    width: 46px;
    height: 8px;
  }

  .tabikichiBlog {
    padding: 40px 0;
  }
  .tabikichiBlog .inn .content .title {
    float: none;
    width: 100%;
    margin: 0;
  }
  .tabikichiBlog .inn .content .title h2 {
    margin-bottom: 25px;
    padding-left: 15px;
  }
  .tabikichiBlog .inn .content .title h2 .eng-title img {
    width: 105px;
    height: 15px;
  }
  .tabikichiBlog .inn .content .more {
    float: none;
    margin: 0 auto;
  }
  .tabikichiBlog .inn .listInn ul li .image {
    width: 60px;
  }
  .tabikichiBlog .inn .listInn ul li .text {
    font-size: 0.9em;
    max-width: 1vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .tabikichiBlog .snsBlock .link {
    margin: 0 20px;
    float: left;
  }

  .Blog {
    padding: 40px 0;
  }
  .Blog .inn {
    margin-left: 0;
    margin: 0 10px;
  }
  .Blog .inn .content .title {
    float: none;
    width: 100%;
    margin: 0;
  }
  .Blog .inn .content .title h2 {
    margin-bottom: 25px;
    padding-left: 15px;
  }
  .Blog .inn .content .title h2 .eng-title img {
    width: 105px;
    height: 15px;
  }
  .Blog .inn .content .more {
    float: none;
    margin: 0 auto;
  }
  .Blog .inn .listInn {
    float: none;
    margin-right: 0;
  }
  .Blog .inn .listInn ul li .list a {
    width: 100%;
    padding: 10px 70px 10px 10px;
  }
  .Blog .inn .listInn ul li:hover .image {
    box-shadow: none;
  }
  .Blog .inn .listInn ul li:hover .list {
    box-shadow: none;
  }
  .Blog .snsBlock .link {
    margin: 0 20px;
    float: left;
  }

  .information {
    padding: 30px 0 0;
    margin-bottom: 20px;
  }
  .information .inn {
    padding: 0 10px;
  }
  .information .inn .content .titleInn .title {
    display: block;
  }
  .information .inn .content .listInn {
    width: 100%;
  }
  .information .inn .content .listInn + .more {
    float: none;
  }
  .information .inn .content .listInn ul {
    width: 100%;
  }
  .information .inn .content .listInn ul li::after {
    display: none;
  }
  .information .inn .content .listInn ul li a .tagBox {
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
