@charset "UTF-8";
/*
CSS compiled with SASS+Compass
Sass 3.4.9
Compass 1.0.1
raw file　../sass/style.scss
*/
/*bg-wave*/
/* media query */
.bg-gr {
  background-color: #F7F7F7;
}

.bg-yl {
  background-color: #F7F4EA;
}

@keyframes horizontal {
  0% {
    transform: translateX(-5%);
  }
  100% {
    transform: translateX(0px);
  }
}
.round5 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.round10 {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.bg-wave {
  width: 100vw;
  overflow: hidden;
  position: relative;
  top: 2px;
}
.bg-wave img {
  width: 2880px;
  min-width: 200%;
  animation: horizontal 5s ease-in-out infinite alternate;
}

#canvas-container {
  position: relative;
  bottom: 6px;
  transform: rotate(180deg);
}

@keyframes spin1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hover-uneune-box {
  width: 155px;
  /*for Smartphone*/
  height: auto;
  position: relative;
}
@media (max-width: 767px) {
  .hover-uneune-box {
    width: 100px;
  }
}
.hover-uneune-box:nth-child(1) .circle {
  transform: rotate(-45deg);
}
.hover-uneune-box:nth-child(2) .circle {
  transform: rotate(-20deg);
}
.hover-uneune-box:nth-child(3) .circle {
  transform: rotate(-115deg);
}
.hover-uneune-box:nth-child(4) .circle {
  transform: rotate(-180deg);
}
.hover-uneune-box .line {
  box-sizing: border-box;
  border: 6px solid #fff;
  border-radius: 120% 129% 123% 124%/124% 120% 127% 125%;
  background: transparent;
  position: relative;
  width: 155px;
  height: 155px;
  /*for Smartphone*/
  z-index: 10;
  transform-origin: 49.7% 50%;
}
@media (max-width: 767px) {
  .hover-uneune-box .line {
    width: 100px;
    height: 100px;
    border: 4px solid #fff;
  }
}
.hover-uneune-box .img {
  width: calc(155px - 4px);
  height: calc(155px - 4px);
  /*for Smartphone*/
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
@media (max-width: 767px) {
  .hover-uneune-box .img {
    width: calc(100px - 4px);
    height: calc(100px - 4px);
  }
}
.hover-uneune-box .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.hover-uneune-box p {
  color: #951717;
  font-weight: bold;
  text-align: center !important;
  /*for Tablet*/
  /*for Smartphone*/
}
@media (max-width: 1199px) {
  .hover-uneune-box p {
    line-height: 1.5;
    font-size: 15px;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .hover-uneune-box p {
    font-size: 13px;
    margin-top: 3px;
  }
}

a:hover .hover-uneune-box {
  /* box-shadow */
}
a:hover .hover-uneune-box .img {
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.19);
}
a:hover .hover-uneune-box .img img {
  transform: translate(-50%, -50%) scale(1.1, 1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1, 1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1, 1.1);
  -o-transform: translate(-50%, -50%) scale(1.1, 1.1);
}
a:hover .hover-uneune-box .line {
  animation: spin1 2s linear infinite;
}

article {
  box-sizing: border-box;
  margin-left: 30px;
  margin-bottom: 20px;
  /*for Tablet*/
}
@media (max-width: 1199px) {
  article {
    margin-left: 0;
  }
}
article:hover p {
  color: #951717;
  text-decoration: underline;
}
article span {
  font-size: 15px;
  display: inline-block;
  width: 115px;
  vertical-align: middle;
  line-height: 1.5;
  /*for Tablet*/
  /*for Smartphone*/
}
article span:before {
  content: "[";
}
article span:after {
  content: "]";
}
@media (max-width: 1199px) {
  article span {
    font-size: 14px;
    width: 100px;
  }
}
@media (max-width: 767px) {
  article span {
    font-size: 13px;
    width: 90px;
  }
}
article time {
  color: #EEC643;
  font-weight: bold;
  width: 100px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 15px;
  /*for Tablet*/
  /*for Smartphone*/
}
@media (max-width: 1199px) {
  article time {
    font-size: 14px;
    width: 85px;
  }
}
@media (max-width: 767px) {
  article time {
    font-size: 12px;
  }
}
article p {
  color: #000;
  display: inline-block;
  width: 570px;
  line-height: 1.5;
  vertical-align: middle;
  font-weight: bold;
  font-size: 15px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
  position: relative;
  /*for Tablet*/
  /*for Smartphone*/
}
@media (max-width: 1199px) {
  article p {
    font-size: 14px;
    width: calc(100% - 190px);
  }
}
@media (max-width: 767px) {
  article p {
    width: 100%;
    line-height: 1.4;
    font-weight: normal;
  }
}

h2 {
  padding-top: 35px;
  font-size: 29px;
  font-weight: bold;
  letter-spacing: .08em;
  padding-bottom: 20px;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  h2 {
    padding-bottom: 10px;
    font-size: 22px;
  }
}
h2 span {
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-top: 18px;
  color: #951717;
  font-weight: normal;
  line-height: 1.8;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  h2 span {
    margin-top: 5px;
    font-size: 13px;
  }
}
.icon-title-box h2 span {
  color: #000;
}

h3 {
  text-align: left;
  font-size: 24px;
  letter-spacing: .1em;
  font-weight: bold;
  /*for Smartphone*/
}
h3 .eng {
  font-weight: bold;
  letter-spacing: .05em;
  display: inline-block;
}
@media (max-width: 767px) {
  h3 {
    font-size: 19px;
  }
}

h4 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .05em;
  text-align: left;
  line-height: 1.95;
  color: #3E3A39;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}

p {
  font-size: 16px;
  color: #3E3A39;
}

ul {
  font-size: 0;
}

.namibox {
  margin: auto;
  width: 85px;
  overflow: hidden;
  position: relative;
  height: 24px;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .namibox {
    font-size: 20px;
    width: 70px;
  }
}
.namibox span {
  font-size: 24px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .namibox span {
    font-size: 20px;
  }
}

.machi-icon {
  display: inline-block;
  font-size: 25px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #fff;
  position: relative;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .machi-icon {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}
.machi-icon:before {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.machi-icon.icon-nagaoka, .nagaoka .machi-icon {
  background-color: #0071bc;
}
.machi-icon.icon-tsunan, .tsunan .machi-icon {
  background-color: #8cc63f;
}
.machi-icon.icon-sanjou, .sanjou .machi-icon {
  background-color: #000;
}
.machi-icon.icon-tohkamachi, .tohkamachi .machi-icon {
  background-color: #fbb03b;
}
.machi-icon.icon-niigata, .niigata .machi-icon {
  background-color: #29abe2;
}
.machi-icon.shadow {
  box-shadow: 3px 4px 7px -1px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 3px 4px 7px -1px rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: 3px 4px 7px -1px rgba(0, 0, 0, 0.32);
}

.nagaoka .machi-icon:before {
  content: "\e908";
}

.niigata .machi-icon:before {
  content: "\e909";
}

.sanjou .machi-icon:before {
  content: "\e90a";
}

.tohkamachi .machi-icon:before {
  content: "\e90b";
}

.tsunan .machi-icon:before {
  content: "\e90c";
}

.img-box {
  position: relative;
  overflow: hidden;
}
.img-box img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.icon-title-box {
  padding-top: 60px;
  margin-bottom: 60px;
  text-align: center;
  margin: auto;
  /*for Smartphone*/
}
.icon-title-box .title-icon {
  font-size: 42px;
}
@media (max-width: 767px) {
  .icon-title-box .title-icon {
    font-size: 32px;
  }
}

.img-title-box {
  padding-top: 60px;
  text-align: center;
  margin: auto;
  margin-bottom: 40px;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .img-title-box {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .img-title-box h2 {
    padding-top: 20px;
  }
}
.img-title-box .img-box {
  width: 238px;
  height: 238px;
  margin: auto;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .img-title-box .img-box {
    width: 150px;
    height: 150px;
  }
}
.img-title-box .img-box img {
  width: 100%;
}

.left-title-box {
  text-align: left;
}
.left-title-box .namibox {
  margin: 0;
}

.detail-title-box {
  margin-top: 30px;
  margin-bottom: 20px;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .detail-title-box {
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
.detail-title-box .machi-box p {
  display: inline-block;
  padding-left: 15px;
  color: #3E3A39;
  font-size: 15px;
  letter-spacing: .1em;
  font-weight: bold;
  vertical-align: middle;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .detail-title-box .machi-box p {
    padding-left: 5px;
  }
}
.detail-title-box .machi-box span {
  vertical-align: middle;
}
.detail-title-box h2 {
  padding-top: 15px;
  font-size: 30px;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .detail-title-box h2 {
    font-size: 24px;
  }
}
.detail-title-box h2 span {
  margin-top: 15px;
  margin-bottom: 15px;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .detail-title-box h2 span {
    margin-top: 5px;
    margin-bottom: 0;
  }
}

.h3-icon {
  vertical-align: middle;
  padding-top: 60px;
  /*for Smartphone*/
}
.h3-icon .icon {
  font-size: 37px;
  display: inline-block;
  padding-right: 10px;
  position: relative;
  top: -3px;
  vertical-align: middle;
}
.h3-icon .eng {
  font-size: 16px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .h3-icon {
    padding-top: 40px;
  }
  .h3-icon .icon {
    font-size: 25px;
  }
  .h3-icon .eng {
    font-size: 13px;
    padding-left: 38px;
    display: block;
  }
}

.h3-noicon {
  padding-bottom: 40px;
  padding-left: 16px;
  position: relative;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .h3-noicon {
    line-height: 1.4;
  }
}
.h3-noicon:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  display: inline-block;
  width: 6px;
  height: 26px;
  margin-right: 10px;
  background-color: #801516;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .h3-noicon:before {
    height: 21px;
    margin-right: 5px;
  }
}
.h3-noicon .eng {
  font-size: 17px;
  color: #951717;
  padding-left: 20px;
  /*for Smartphone*/
}
.h3-noicon .eng:before {
  content: "- ";
}
.h3-noicon .eng:after {
  content: " -";
}
@media (max-width: 767px) {
  .h3-noicon .eng {
    font-size: 11px;
    padding-left: 5px;
  }
}

.below-h2 {
  text-align: center;
  font-size: 22px;
  color: #801516;
  margin-bottom: 25px;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .below-h2 {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}

h4.info {
  margin-top: 60px;
  color: #951717;
}

h4.icon .icon-link {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 12px;
  background-color: #801516;
  color: #fff;
  position: relative;
  top: 4px;
  margin-right: 10px;
  border-radius: 50%;
}
h4.icon .icon-link:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nami-text {
  text-align: left;
}
.nami-text .namibox {
  margin: 23px 0;
}
.nami-text p {
  line-height: 30px;
  color: #000;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .nami-text p {
    line-height: 1.75;
  }
  .nami-text p br {
    display: none;
  }
}

p.desc {
  line-height: 30px;
  color: #000;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  p.desc {
    line-height: 1.75;
  }
}

a .icon-arrow,
span.bg-red .icon-arrow,
span.bg-wh .icon-arrow {
  line-height: 1;
  background-color: #fff;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  font-size: 10px;
  position: relative;
  top: 3px;
  display: inline-block;
  color: #801516;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  a .icon-arrow,
  span.bg-red .icon-arrow,
  span.bg-wh .icon-arrow {
    width: 14px;
    height: 14px;
  }
}
a .icon-arrow:before,
span.bg-red .icon-arrow:before,
span.bg-wh .icon-arrow:before {
  position: absolute;
  display: inline-block;
  left: calc(50% + 1px);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*for Smartphone*/
}
@media (max-width: 767px) {
  a .icon-arrow:before,
  span.bg-red .icon-arrow:before,
  span.bg-wh .icon-arrow:before {
    -webkit-transform: translate(-50%, -50%) scale(0.8, 0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8, 0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8, 0.8);
    -o-transform: translate(-50%, -50%) scale(0.8, 0.8);
    transform: translate(-50%, -50%) scale(0.8, 0.8);
  }
}

a.bg-red,
span.bg-red {
  display: inline-block;
  background-color: #801516;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
a.bg-red .icon-arrow,
span.bg-red .icon-arrow {
  margin-left: 15px;
}
a.bg-red.down-h:hover,
span.bg-red.down-h:hover {
  box-shadow: 3px 5px 12px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 5px 12px -5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 5px 12px -5px rgba(0, 0, 0, 0.3);
}
a.bg-red.down-h:hover:before,
span.bg-red.down-h:hover:before {
  background-color: #EEC643;
}
a.bg-red.down-h:hover .icon-arrow,
span.bg-red.down-h:hover .icon-arrow {
  color: #EEC643;
}

a.rounded,
span.rounded {
  font-weight: bold;
  font-size: 15px;
  padding: 13px 38px 17px;
  border-radius: 3px;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  a.rounded,
  span.rounded {
    padding: 8px 20px 12px;
    font-size: 13px;
  }
}

a.mini,
span.mini {
  font-size: 14px;
  padding: 4px 16px 6px 18px;
  border-radius: 15px;
}
a.mini .icon-arrow,
span.mini .icon-arrow {
  top: 2px;
  width: 13px;
  height: 13px;
  margin-left: 12px;
}
a.mini .icon-arrow:before,
span.mini .icon-arrow:before {
  left: 50%;
  top: calc(50% - 1px);
  -webkit-transform: translate(-50%, -50%) scale(0.8, 0.8);
  -moz-transform: translate(-50%, -50%) scale(0.8, 0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8) translate(-50%, -50%);
  transform: scale(0.8, 0.8) translate(-50%, -50%);
}

a.bg-wh,
span.bg-wh {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #3E3A39;
  font-weight: bold;
  padding: 5px 30px;
  border-radius: 16px;
}
a.bg-wh .icon-arrow,
span.bg-wh .icon-arrow {
  top: 1px;
  width: 14px;
  height: 14px;
  background-color: #801516;
  color: #fff;
  transform: rotate(180deg);
  margin-right: 8px;
}
a.bg-wh .icon-arrow:before,
span.bg-wh .icon-arrow:before {
  left: 50%;
  top: calc(50% - 1px);
  -webkit-transform: translate(-50%, -50%) scale(0.706, 0.706);
  -moz-transform: translate(-50%, -50%) scale(0.706, 0.706);
  -ms-transform: translate(-50%, -50%) scale(0.706, 0.706);
  -o-transform: scale(0.706, 0.706) translate(-50%, -50%);
  transform: scale(0.706, 0.706) translate(-50%, -50%);
}

a.map {
  background-color: #951717;
  text-align: left;
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  padding: 3px 7px;
  border-radius: 3px;
  margin-bottom: 20px;
}

.yl-info {
  padding-top: 5px;
  padding-bottom: 3px;
}
.yl-info p {
  color: #EEC643;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
}
.yl-info p span {
  margin-right: 5px;
  font-size: 18px;
  position: relative;
  top: 2px;
  width: 20px;
  display: inline-block;
  text-align: center;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .yl-info p span {
    font-size: 14px;
    width: 16px;
  }
}

.center-box {
  text-align: center;
  display: block;
}

.flex-parent .item {
  position: relative;
}
.flex-parent .item.box {
  background-color: #fff;
  border: 1px solid #E8E9EB;
  padding: 15px;
  text-align: left;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .flex-parent .item.box {
    padding: 10px;
  }
}
.flex-parent.col2 .item {
  width: calc(100% / 2 - 15px);
  margin-bottom: 20px;
}
.flex-parent.col2 .item:nth-child(2n+1) {
  margin-right: 25px;
}
.flex-parent.col2-nom .item {
  width: calc(100% / 2);
}
.flex-parent.col3 .item {
  width: calc(100% / 3);
  margin-bottom: 20px;
}
.flex-parent.col3 .item:nth-child(3n+2) {
  margin-left: 20px;
  margin-right: 20px;
}

.flex-parent.museum-box {
  /*for Smartphone*/
}
.flex-parent.museum-box:last-child {
  padding-bottom: 70px;
}
.flex-parent.museum-box .item {
  position: relative;
}
.flex-parent.museum-box .img-box {
  width: 100%;
  height: 195px;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .flex-parent.museum-box .img-box {
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
    height: 100px;
  }
}
.flex-parent.museum-box .yl-info {
  /*for PC*/
}
@media (min-width: 1200px) {
  .flex-parent.museum-box .yl-info {
    padding-bottom: 10px;
    display: inline-block;
  }
}
.flex-parent.museum-box .machi-icon {
  position: absolute;
  top: 185px;
  right: 30px;
  /* box-shadow */
  box-shadow: 3px 4px 10px -1px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 3px 4px 10px -1px rgba(0, 0, 0, 0.42);
  -webkit-box-shadow: 3px 4px 10px -1px rgba(0, 0, 0, 0.42);
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .flex-parent.museum-box .machi-icon {
    top: 90px;
    right: 10px;
    box-shadow: 2px 2px 4px -1px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 2px 2px 4px -1px rgba(0, 0, 0, 0.42);
    -webkit-box-shadow: 2px 2px 4px -1px rgba(0, 0, 0, 0.42);
  }
}
.flex-parent.museum-box h4 {
  color: #000;
  letter-spacing: 0;
  line-height: 1;
  padding-top: 10px;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .flex-parent.museum-box h4 {
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 30px;
  }
}
.flex-parent.museum-box p {
  font-size: 14px;
  line-height: 1;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .flex-parent.museum-box p {
    font-size: 11.5px;
    line-height: 1.5;
  }
}
.flex-parent.museum-box p.machi {
  color: #999;
  padding-top: 15px;
  font-weight: bold;
  letter-spacing: .05em;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .flex-parent.museum-box p.machi {
    padding-top: 10px;
  }
}
.flex-parent.museum-box .detail p {
  line-height: 1.4;
  font-size: 13px;
  color: #666;
  position: relative;
  padding-left: 70px;
}
.flex-parent.museum-box .detail p .fred {
  color: #3E3A39;
  font-weight: bold;
  position: absolute;
  left: 0;
}
.flex-parent.museum-box .item .center-box {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .flex-parent.museum-box .item .center-box {
    bottom: 15px;
  }
}
.flex-parent.museum-box .mini.bg-red {
  margin-top: 15px;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .flex-parent.museum-box .mini.bg-red {
    font-size: 12px;
    padding: 2px 10px 4px 12px;
  }
  .flex-parent.museum-box .mini.bg-red .icon-arrow {
    transform: scale(0.8, 0.8);
    margin-left: 5px;
  }
}
.flex-parent.museum-box a.map {
  margin-bottom: 15px;
  font-size: 11px;
}
@media (max-width: 767px) {
  .flex-parent.museum-box .yl-info,
  .flex-parent.museum-box .map,
  .flex-parent.museum-box .detail {
    display: none;
  }
}

.flex-parent.event-box {
  margin-top: 60px;
  margin-bottom: 50px;
  /*for Tablet*/
  /*for Smartphone*/
}
@media (max-width: 1199px) {
  .flex-parent.event-box {
    margin-top: 30px;
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    /*for Smartphone*/
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .flex-parent.event-box {
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .flex-parent.event-box.col2 .item {
    width: 100%;
    margin-bottom: 25px;
  }
  .flex-parent.event-box.col2 .item:nth-child(2n+1) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .flex-parent.event-box {
    margin-top: 15px;
  }
}
.flex-parent.event-box h4 {
  font-size: 16px;
  line-height: 1.5;
  padding-top: 5px;
  padding-bottom: 5px;
  /*for Tablet*/
  /*for Smartphone*/
}
@media (max-width: 1199px) {
  .flex-parent.event-box h4 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .flex-parent.event-box h4 {
    padding-bottom: 10px;
    border-bottom: 1px dotted #E8E9EB;
    margin-bottom: 5px;
    font-size: 15px;
    color: #801516;
  }
}
.flex-parent.event-box .yl-info p {
  font-size: 13px;
}
.flex-parent.event-box .img-box {
  width: 161px;
  height: 161px;
  float: left;
  margin-right: 15px;
  /*for Tablet*/
  /*for Smartphone*/
}
@media (max-width: 1199px) {
  .flex-parent.event-box .img-box {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 767px) {
  .flex-parent.event-box .img-box {
    width: 100%;
    height: 150px;
    margin-right: 0;
    margin-bottom: 10px;
    float: none;
  }
}
.flex-parent.event-box .detail {
  margin-top: 8px;
  /*for Tablet*/
  /*for Smartphone*/
}
@media (max-width: 1199px) {
  .flex-parent.event-box .detail {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .flex-parent.event-box .detail {
    display: none;
  }
}
.flex-parent.event-box .detail p {
  font-size: 13px;
  line-height: 1.7;
}
.flex-parent.event-box .item:hover h4 {
  color: #951717;
  font-weight: bold;
}

span.new {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 37px 37px 37px;
  border-color: transparent transparent #951717 transparent;
  position: absolute;
  transform: rotate(-45deg);
  top: -8px;
  left: -27px;
  /* box-shadow */
  box-shadow: 0px 10px 7px -10px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0px 10px 7px -10px rgba(0, 0, 0, 0.52);
  -webkit-box-shadow: 0px 10px 7px -10px rgba(0, 0, 0, 0.52);
}
span.new:before {
  content: "NEW!!";
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 20px;
  left: 50%;
  font-weight: bold;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.flex-parent.ruin-box .item {
  margin-bottom: 20px;
}
.flex-parent.ruin-box .img-box {
  margin: -15px -15px 10px;
  width: calc(100% + 30px);
  height: 120px;
}
.flex-parent.ruin-box h4 {
  color: #801516;
  font-size: 18px;
}
.flex-parent.ruin-box .detail {
  padding-bottom: 40px;
}
.flex-parent.ruin-box .detail p {
  font-size: 13px;
  line-height: 1;
}
.flex-parent.ruin-box .bg-wh {
  margin-top: 10px;
  float: right;
  border: 0;
  padding: 0;
  font-size: 13px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.flex-parent.ruin-box .bg-wh .icon-arrow {
  margin-right: 0;
  margin-left: 10px;
  transform: rotate(0);
  width: 13px;
  height: 13px;
}
.flex-parent.ruin-box .bg-wh .icon-arrow:before {
  left: calc(50% - 1px);
  top: calc(50% - 2px);
  -webkit-transform: translate(-50%, -50%) scale(0.606, 0.606);
  -moz-transform: translate(-50%, -50%) scale(0.606, 0.606);
  -ms-transform: translate(-50%, -50%) scale(0.606, 0.606);
  -o-transform: scale(0.606, 0.606) translate(-50%, -50%);
  transform: scale(0.606, 0.606) translate(-50%, -50%);
}

.flex-parent.sub-nav-box {
  padding-top: 45px;
  padding-bottom: 45px;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .flex-parent.sub-nav-box {
    display: block;
    padding-top: 0;
    padding-bottom: 30px;
    padding-top: 10px;
  }
}
.flex-parent.sub-nav-box .item.title {
  width: 25%;
  border-right: 2px solid #000;
  min-height: 157px;
  position: relative;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .doki .flex-parent.sub-nav-box .item.title, .about .flex-parent.sub-nav-box .item.title, .topics .flex-parent.sub-nav-box .item.title, .sightseeing .flex-parent.sub-nav-box .item.title {
    width: 100%;
    border-right: 0;
    height: auto;
    min-height: 0;
    text-align: left;
    border-bottom: 1px solid #E8E9EB;
    margin-bottom: 10px;
  }
  .doki .flex-parent.sub-nav-box .item.title .icon-title-box, .about .flex-parent.sub-nav-box .item.title .icon-title-box, .topics .flex-parent.sub-nav-box .item.title .icon-title-box, .sightseeing .flex-parent.sub-nav-box .item.title .icon-title-box {
    text-align: left;
    position: relative;
    top: 0;
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  .doki .flex-parent.sub-nav-box .item.title .icon-title-box .title-icon, .about .flex-parent.sub-nav-box .item.title .icon-title-box .title-icon, .topics .flex-parent.sub-nav-box .item.title .icon-title-box .title-icon, .sightseeing .flex-parent.sub-nav-box .item.title .icon-title-box .title-icon {
    display: none;
  }
  .doki .flex-parent.sub-nav-box .item.title h2, .about .flex-parent.sub-nav-box .item.title h2, .topics .flex-parent.sub-nav-box .item.title h2, .sightseeing .flex-parent.sub-nav-box .item.title h2 {
    font-size: 18px;
    padding-bottom: 0;
  }
  .doki .flex-parent.sub-nav-box .item.title h2 span, .about .flex-parent.sub-nav-box .item.title h2 span, .topics .flex-parent.sub-nav-box .item.title h2 span, .sightseeing .flex-parent.sub-nav-box .item.title h2 span {
    display: none;
  }
  .doki .flex-parent.sub-nav-box .item.title .namibox, .about .flex-parent.sub-nav-box .item.title .namibox, .topics .flex-parent.sub-nav-box .item.title .namibox, .sightseeing .flex-parent.sub-nav-box .item.title .namibox {
    display: none;
  }
}
.flex-parent.sub-nav-box .item.link {
  width: 75%;
  margin: 10px 20px 0;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .doki .flex-parent.sub-nav-box .item.link, .about .flex-parent.sub-nav-box .item.link, .topics .flex-parent.sub-nav-box .item.link, .sightseeing .flex-parent.sub-nav-box .item.link {
    width: 100%;
    margin-left: 0;
  }
  .doki .flex-parent.sub-nav-box .item.link .photo-link-box.col2, .about .flex-parent.sub-nav-box .item.link .photo-link-box.col2, .topics .flex-parent.sub-nav-box .item.link .photo-link-box.col2, .sightseeing .flex-parent.sub-nav-box .item.link .photo-link-box.col2 {
    margin-left: -6px;
    margin-right: -6px;
    border-bottom: 0;
    display: block;
  }
  .doki .flex-parent.sub-nav-box .item.link .photo-link-box.col2 .item, .about .flex-parent.sub-nav-box .item.link .photo-link-box.col2 .item, .topics .flex-parent.sub-nav-box .item.link .photo-link-box.col2 .item, .sightseeing .flex-parent.sub-nav-box .item.link .photo-link-box.col2 .item {
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 4px;
    padding-bottom: 0;
  }
  .doki .flex-parent.sub-nav-box .item.link .photo-link-box.col2 .item a, .about .flex-parent.sub-nav-box .item.link .photo-link-box.col2 .item a, .topics .flex-parent.sub-nav-box .item.link .photo-link-box.col2 .item a, .sightseeing .flex-parent.sub-nav-box .item.link .photo-link-box.col2 .item a {
    display: block;
    margin-top: 18px;
  }
  .doki .flex-parent.sub-nav-box .item.link .photo-link-box.col2 .item span, .about .flex-parent.sub-nav-box .item.link .photo-link-box.col2 .item span, .topics .flex-parent.sub-nav-box .item.link .photo-link-box.col2 .item span, .sightseeing .flex-parent.sub-nav-box .item.link .photo-link-box.col2 .item span {
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
  }
  .doki .flex-parent.sub-nav-box .item.link .photo-link-box.col2 .item span:before, .about .flex-parent.sub-nav-box .item.link .photo-link-box.col2 .item span:before, .topics .flex-parent.sub-nav-box .item.link .photo-link-box.col2 .item span:before, .sightseeing .flex-parent.sub-nav-box .item.link .photo-link-box.col2 .item span:before {
    content: url(../images/common/icon-arrow-img.png);
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 10px;
    position: relative;
    top: 2px;
  }
  .doki .flex-parent.sub-nav-box .item.link .photo-link-box.col2 .item:nth-child(2n+1), .about .flex-parent.sub-nav-box .item.link .photo-link-box.col2 .item:nth-child(2n+1), .topics .flex-parent.sub-nav-box .item.link .photo-link-box.col2 .item:nth-child(2n+1), .sightseeing .flex-parent.sub-nav-box .item.link .photo-link-box.col2 .item:nth-child(2n+1) {
    border-right: 0;
    margin-right: 0;
  }
  .doki .flex-parent.sub-nav-box .item.link .photo-link-box.col2 .item .img-box, .about .flex-parent.sub-nav-box .item.link .photo-link-box.col2 .item .img-box, .topics .flex-parent.sub-nav-box .item.link .photo-link-box.col2 .item .img-box, .sightseeing .flex-parent.sub-nav-box .item.link .photo-link-box.col2 .item .img-box {
    display: none;
    width: 100%;
    height: 80px;
  }
  .doki .flex-parent.sub-nav-box .item.link .link-list a, .about .flex-parent.sub-nav-box .item.link .link-list a, .topics .flex-parent.sub-nav-box .item.link .link-list a, .sightseeing .flex-parent.sub-nav-box .item.link .link-list a {
    font-size: 14px;
    margin-top: 18px;
    text-decoration: none;
  }
}
.flex-parent.sub-nav-box .icon-title-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
}
.flex-parent.sub-nav-box .icon-title-box .title-icon {
  font-size: 32px;
}
.flex-parent.sub-nav-box .icon-title-box h2 {
  padding-top: 15px;
  font-size: 24px;
  letter-spacing: .1em;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .flex-parent.sub-nav-box .icon-title-box h2 {
    font-size: 22px;
  }
}
.flex-parent.sub-nav-box .icon-title-box h2 span {
  color: #000;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 8px;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .flex-parent.sub-nav-box .icon-title-box h2 span {
    margin-bottom: 3px;
  }
}
.flex-parent.sub-nav-box .photo-link-box {
  border-bottom: 1px dotted #DBDBDB;
}
.flex-parent.sub-nav-box .photo-link-box.col2 .item {
  width: calc(100% / 2 - 7.5px);
  margin-bottom: 20px;
}
.flex-parent.sub-nav-box .photo-link-box.col2 .item:nth-child(2n+1) {
  margin-right: 15px;
}
.flex-parent.sub-nav-box .photo-link-box a {
  display: inline-block;
  vertical-align: middle;
  color: #3E3A39;
  font-weight: bold;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.flex-parent.sub-nav-box .photo-link-box a:hover {
  color: #951717;
}
.flex-parent.sub-nav-box .photo-link-box a:hover span {
  text-decoration: underline;
}
.flex-parent.sub-nav-box .photo-link-box.col2 .item {
  width: 50%;
  margin-bottom: 0;
  padding-bottom: 15px;
}
.flex-parent.sub-nav-box .photo-link-box.col2 .item:nth-child(2n+1) {
  border-right: 1px dotted #DBDBDB;
}
.flex-parent.sub-nav-box .photo-link-box .img-box {
  display: inline-block;
  z-index: 10;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  width: 154px;
  height: 104px;
  vertical-align: middle;
  margin-right: 15px;
}
.flex-parent.sub-nav-box .photo-link-box .img-box img {
  width: 100%;
}
.flex-parent.sub-nav-box .photo-link-box a span {
  vertical-align: middle;
  max-width: 185px;
  display: inline-block;
  line-height: 1.4;
  font-size: 15px;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .flex-parent.sub-nav-box .photo-link-box a span {
    max-width: none;
    line-height: 1.6;
    text-decoration: none;
  }
}
.flex-parent.sub-nav-box .link-list a {
  display: inline-block;
  vertical-align: middle;
  color: #3E3A39;
  font-weight: bold;
  font-size: 15px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
  margin-top: 18px;
  margin-right: 50px;
}
.flex-parent.sub-nav-box .link-list a:hover {
  color: #951717;
  text-decoration: underline;
}
.flex-parent.sub-nav-box .link-list a.pare {
  margin-right: 10px;
  padding-right: 20px;
  border-right: 1px solid #E8E9EB;
}
.flex-parent.sub-nav-box .link-list a.sub {
  font-size: 13.5px;
  margin-right: 25px;
}
.flex-parent.sub-nav-box .link-list a.sub .icon-arrow {
  background-color: #ffffff;
  color: #801516;
  margin-right: 4px;
  width: 8px;
}
.flex-parent.sub-nav-box .link-list a.sub .icon-arrow:before {
  -webkit-transform: translate(-50%, -50%) scale(0.7, 0.7);
  -moz-transform: translate(-50%, -50%) scale(0.7, 0.7);
  -ms-transform: translate(-50%, -50%) scale(0.7, 0.7);
  transform: translate(-50%, -50%) scale(0.7, 0.7);
}
.flex-parent.sub-nav-box .link-list a .icon-arrow {
  background-color: #801516;
  color: #fff;
  width: 13px;
  height: 13px;
  top: 1px;
  margin-right: 10px;
}
.flex-parent.sub-nav-box .link-list a .icon-arrow:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8, 0.8);
  -moz-transform: translate(-50%, -50%) scale(0.8, 0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8, 0.8);
  transform: translate(-50%, -50%) scale(0.8, 0.8);
}

.icon-title-box.top {
  padding-bottom: 10px;
  padding-top: 70px;
  /*for Tablet*/
}
@media (max-width: 1199px) {
  .icon-title-box.top {
    padding-top: 40px;
  }
}
.icon-title-box.top .title-icon {
  font-size: 35px;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .icon-title-box.top .title-icon {
    font-size: 32px;
  }
}
.icon-title-box.top h2 {
  padding-top: 20px;
  font-size: 26px;
  letter-spacing: .1em;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .icon-title-box.top h2 {
    font-size: 22px;
    padding-top: 10px;
  }
}
.icon-title-box.top h2 span {
  color: #000;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 12px;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .icon-title-box.top h2 span {
    font-size: 14px;
    margin-bottom: 3px;
  }
}

header {
  overflow: visible;
}
header .container {
  position: relative;
  overflow: visible;
  /*for Tablet*/
}
@media (max-width: 1199px) {
  header .container {
    border-bottom: 1px solid #E8E9EB;
  }
}
header .container.center .cl {
  /*for Smartphone*/
}
@media (max-width: 767px) {
  header .container.center .cl {
    text-align: left;
  }
  header .container.center .cl .fl-l {
    float: none;
    display: inline-block;
  }
  header .container.center .cl .fl-l .language {
    padding: 5px 10px 8px;
  }
}
header .language {
  border: 1px solid #801516;
  border-top: 0;
  padding: 8px 20px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
header .language p,
header .language a {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  position: relative;
  line-height: 1;
}
header .language a {
  margin-left: 20px;
  padding-right: 5px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
header .language a:after {
  content: "/";
  color: #000;
  position: absolute;
  right: -15px;
  pointer-events: none;
}
header .language a:last-child {
  padding-right: 0;
}
header .language a:last-child:after {
  content: none;
}
.ja header .language a.ja {
  color: #DBDBDB;
}
.ja header .language a.ja:hover {
  color: #951717;
  text-decoration: underline;
}
.ja header .language a.en {
  color: #951717;
  text-decoration: underline;
}
.ja header .language a.en:hover {
  color: #951717;
  text-decoration: underline;
}
.ja header .language a.ch {
  color: #DBDBDB;
}
.ja header .language a.ch:hover {
  color: #951717;
  text-decoration: underline;
}
header .logo {
  display: block;
  margin: auto;
  padding: 5px 0;
  /*for PC*/
  /*for Tablet*/
  /*for Smartphone*/
}
@media (min-width: 1200px) {
  header .logo {
    position: relative;
  }
}
@media (max-width: 1199px) {
  header .logo {
    top: 20px;
    width: 500px;
  }
}
@media (max-width: 767px) {
  header .logo {
    top: 40px;
    width: 80%;
  }
}
header .logo .jhlogo {
  position: absolute;
  width: 168px;
  top: 35px;
  left: 30px;
  /*for Tablet*/
}
header .logo .jhlogo img {
  width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  header .logo .jhlogo {
    display: none;
  }
}
header .logo .heri {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
  letter-spacing: .1rem;
  color: #000;
  /*for Tablet*/
  /*for Smartphone*/
}
@media (max-width: 1199px) {
  header .logo .heri {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  header .logo .heri {
    font-size: 12px;
  }
}
header .logo h1 {
  margin-bottom: 15px;
  width: 100%;
  color: #801516;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  /*for Tablet*/
  /*for Smartphone*/
}
@media (max-width: 1199px) {
  header .logo h1 {
    margin-bottom: 20px;
  }
  header .logo h1 img {
    width: 260px;
  }
}
@media (max-width: 767px) {
  header .logo h1 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  header .logo h1 img {
    width: 200px;
  }
}
header .logo img {
  width: 274px;
  height: 47px;
}
header .logo .loopSlider.nami {
  /*for Smartphone*/
}
header .logo .loopSlider.nami img {
  width: 170px;
  height: 24px;
}
@media (max-width: 767px) {
  header .logo .loopSlider.nami {
    display: none;
  }
}
header .logo p.copy {
  color: #801516;
  font-weight: bold;
  letter-spacing: .1rem;
  font-size: 16px;
  line-height: 1;
  margin-top: 7px;
  margin-bottom: 10px;
  /*for Tablet*/
  /*for Smartphone*/
}
@media (max-width: 1199px) {
  header .logo p.copy {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  header .logo p.copy {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 5px;
  }
}
header .fl-r.link a {
  display: inline-block;
  padding: 0 15px;
  font-weight: bold;
  font-size: 14px;
  margin: 15px 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
  transform-origin: 49.7% 50%;
}
header .fl-r.link a:hover span {
  background-color: #801516;
  animation: spin1 2s linear infinite;
}
header .fl-r.link a span {
  display: inline-block;
  background-color: #3E3A39;
  color: #fff;
  width: 23px;
  height: 23px;
  vertical-align: middle;
  font-size: 11px;
  padding-top: 5px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
header .fl-r.link a span:before {
  position: relative;
  top: 1px;
}
header .fl-r.link a span.icon-link {
  font-size: 12px;
}
header .fl-r.link a:last-child {
  padding-right: 0;
  border-left: 1px solid #000;
}
header .special-link {
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 50;
  width: 201px;
}
header .special-link img {
  width: 201px;
}
header .special-link a {
  display: inline-block;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
header .special-link a:hover {
  transform: translateY(3px);
}
header .special-link .sp-link-box {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
  padding-top: 25px;
  width: 166px;
  height: 166px;
  background-color: #801516;
  position: absolute;
  top: 21px;
  left: 9px;
  overflow: hidden;
}
header .special-link .sp-link-box p {
  line-height: 1.5;
}
header .special-link .sp-link-box .yl p {
  color: #EEC643;
  font-size: 14px;
  font-weight: bold;
}
header .special-link .sp-link-box p.bold {
  padding-top: 10px;
  font-size: 13.5px;
  font-weight: bold;
  color: #fff;
}
header .drawer-nav {
  overflow: visible !important;
}
header .drawer-menu {
  overflow: visible;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
}
header .drawer-menu .drawer-menu-item {
  padding: 15px 30px;
  position: relative;
  font-weight: bold;
  color: #3E3A39;
  text-decoration: none;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 300;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
header .drawer-menu .drawer-menu-item:hover {
  color: #801516;
}
header .drawer-menu .drawer-menu-item:after {
  display: block;
  content: url(../images/common/nav-line.svg);
  position: absolute;
  right: -4px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 20px;
  width: 9px;
}
header .drawer-menu .drawer-menu-item .sightseeing {
  width: 85px;
  text-align: center;
}
@media all and (-ms-high-contrast: none) {
  header .drawer-menu .drawer-menu-item .sightseeing {
    width: 100px;
  }
}
header .drawer-menu li:first-child .drawer-menu-item:before {
  display: block;
  content: url(../images/common/nav-line.svg);
  position: absolute;
  left: -4px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 20px;
  width: 9px;
}
header .drawer-menu li .pulldown {
  opacity: 0;
  width: 100vw;
  border-top: 1px solid #E8E9EB;
  background-color: #fff;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /* box-shadow */
  box-shadow: 0px 11px 19px -3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 11px 19px -3px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 11px 19px -3px rgba(0, 0, 0, 0.08);
  /*for sile from left to right*/
  /*for pull down*/
  visibility: hidden;
  transform: scale(1, 0);
  transform-origin: 50% 0;
  transition: .5s;
}
header .drawer-menu li .pulldown li {
  width: 100%;
  position: relative;
}
header .drawer-menu li .pulldown li a {
  display: block;
  z-index: 9999;
}
header .drawer-menu li:hover .hover-eng-parent {
  color: #fff;
}
header .drawer-menu li:hover .hover-eng-parent .after {
  color: #951717;
  opacity: 1;
  z-index: 3;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
header .drawer-menu li:hover .pulldown {
  opacity: 1;
  /*for sile from left to right*/
  /*for  pull down*/
  visibility: visible;
  transform: scale(1, 1);
}

footer {
  position: relative;
  z-index: 10;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  footer {
    border-top: 1px solid #E8E9EB;
  }
}
footer .footer-box:after {
  content: "";
  display: block;
  clear: both;
}
footer .footer-box .item {
  background-color: #fff;
}
footer .footer-box .img-box {
  display: inline-block;
  width: 200px;
  height: 200px;
  float: left;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  footer .footer-box .img-box {
    width: 80px;
    height: 80px;
  }
}
footer .footer-box .img-box img {
  width: 100%;
}
footer .footer-box .desc-box {
  width: calc(100% - 210px);
  position: relative;
  padding-right: 30px;
  padding-left: 15px;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  footer .footer-box .desc-box {
    width: calc(100% - 80px);
    padding-left: 5px;
    padding-right: 15px;
  }
}
footer .footer-box h4,
footer .footer-box p {
  text-align: left;
}
footer .footer-box h4 {
  padding-top: 18px;
  margin-bottom: 10px;
  color: #801516;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  footer .footer-box h4 {
    color: #3E3A39;
    font-size: 16px;
    padding-top: 10px;
  }
}
footer .footer-box p {
  line-height: 1.75;
  margin-bottom: 15px;
  font-size: 14px;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  footer .footer-box p {
    display: none;
  }
}
footer .footer-bn {
  border-top: 2px solid #E8E9EB;
  padding-top: 40px;
  padding-bottom: 40px;
  /*for Tablet*/
  /*for Smartphone*/
}
@media (max-width: 1199px) {
  footer .footer-bn {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  footer .footer-bn {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 0;
  }
}
footer .footer-bn-box {
  width: 100%;
  /*for Tablet*/
}
@media (max-width: 1199px) {
  footer .footer-bn-box.nowrap.flex-parent {
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    /*for Smartphone*/
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  footer .footer-bn-box.nowrap.flex-parent {
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
  }
}
@media (max-width: 1199px) {
  footer .footer-bn-box.nowrap.flex-parent .item {
    margin-bottom: 20px;
    /*for Smartphone*/
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  footer .footer-bn-box.nowrap.flex-parent .item {
    margin-bottom: 8px;
  }
}

footer .footer-bn-box:hover .item img {
  opacity: .4;
}
footer .footer-bn-box:hover .item:hover img {
  opacity: 1;
}
footer .footer-bn-box .item {
  background-color: #fff;
  margin-right: 8px;
  margin-left: 8px;
  font-size: 0;
  /*for Smartphone*/
  line-height: 0;
  border: 1px solid #E8E9EB;
}
@media (max-width: 767px) {
  footer .footer-bn-box .item {
    width: calc(50% - 5px);
    margin: 0;
  }
}
footer .footer-bn-box .item img {
  max-width: 100%;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
footer .gotop {
  border-top: 2px solid #801516;
  border-bottom: 2px solid #801516;
}
footer .gotop p {
  display: inline-block;
  vertical-align: middle;
}
footer .gotop a {
  display: inline-block;
  width: 50px;
  height: 46px;
  background-color: #801516;
  vertical-align: middle;
  /*for Tablet*/
}
@media (max-width: 1199px) {
  footer .gotop a {
    width: 46px;
    height: 42px;
  }
}
footer .gotop a .icon-arrow {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
  background-color: transparent;
  color: #fff;
  transform: rotate(-90deg);
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 8px 14px;
  /*for Tablet*/
}
@media (max-width: 1199px) {
  footer .gotop a .icon-arrow {
    width: 14px;
    height: 14px;
    margin: 10px 16px;
  }
}
footer .footer-contact {
  padding-top: 10px;
  padding-bottom: 20px;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  footer .footer-contact {
    padding-top: 0;
    padding-bottom: 15px;
  }
}
footer .footer-contact h4 {
  font-size: 18px;
  color: #000;
  padding-top: 15px;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  footer .footer-contact h4 {
    font-size: 16px;
  }
}
footer .footer-contact p {
  font-size: 15px;
  line-height: 1.6;
  /*for Tablet*/
  /*for Smartphone*/
}
@media (max-width: 1199px) {
  footer .footer-contact p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  footer .footer-contact p {
    font-size: 13px;
  }
}
footer .footer-contact .fl-l {
  /*for Smartphone*/
}
@media (max-width: 767px) {
  footer .footer-contact .fl-l {
    float: none;
    margin-bottom: 20px;
  }
}
footer .footer-contact .fl-r {
  text-align: right;
  margin-top: 60px;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  footer .footer-contact .fl-r {
    float: none;
    text-align: center;
    margin-top: 10px;
  }
}
footer .footer-contact .fl-r ul li {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #801516;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  footer .footer-contact .fl-r ul li {
    border-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
}
footer .footer-contact .fl-r ul li:last-child {
  border-right: 0;
  padding-right: 0;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  footer .footer-contact .fl-r ul li:last-child {
    padding-right: 5px;
  }
}
footer .footer-contact .fl-r ul li a {
  display: block;
  color: #3E3A39;
  font-weight: bold;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  footer .footer-contact .fl-r ul li a {
    font-size: 12px;
    border: 1px solid #951717;
    width: 130px;
    padding: 5px 0;
    border-radius: 13px;
  }
}
footer .footer-contact .fl-r ul li a:hover {
  color: #951717;
  text-decoration: underline;
}
footer .footer-contact .fl-r p {
  padding-top: 15px;
  font-size: 13px;
  /*for Tablet*/
  /*for Smartphone*/
}
@media (max-width: 1199px) {
  footer .footer-contact .fl-r p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  footer .footer-contact .fl-r p {
    font-size: 11px;
    padding-top: 8px;
  }
}

/*other-page common style*/
.footer-event-box .flex-parent.event-box {
  margin-top: 40px;
  margin-bottom: 40px;
}
.footer-event-box .flex-parent.event-box .item {
  margin-bottom: 0;
}
.footer-event-box .center-box {
  margin-bottom: 50px;
}
.footer-event-box .doki {
  margin-top: 40px;
  margin-bottom: 40px;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .footer-event-box .doki {
    margin-top: 20px;
  }
}

.footer-nav {
  margin-bottom: 90px;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .footer-nav {
    margin-bottom: 0;
  }
  .footer-nav .flex-parent.sub-nav-box .item.link .link-list a.sub {
    font-size: 12px;
    text-decoration: none;
  }
  .footer-nav .flex-parent.sub-nav-box .item.link .link-list a.sub .icon-arrow {
    background-color: transparent;
  }
}

.caption {
  font-size: 13px;
  padding-left: 55px;
  padding-top: 5px;
  position: relative;
  line-height: 1.4;
}
.caption:before {
  content: url(../images/common/caption-icon.svg);
  width: 40px;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: -15px;
}

.seeing-circle {
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
.seeing-circle .img-box {
  width: 230px;
  height: 230px;
  border: 5px solid #fff;
  margin-bottom: 30px;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .seeing-circle .img-box {
    width: 130px;
    height: 130px;
    border: 3px solid #fff;
    margin: auto;
  }
}
.seeing-circle .img-box img {
  width: 206px;
}
.seeing-circle .machi-icon {
  z-index: 30;
  position: absolute;
  top: 200px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .seeing-circle .machi-icon {
    top: 110px;
  }
}
.seeing-circle h4 {
  color: #951717;
  text-align: center;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .seeing-circle h4 {
    font-size: 15px;
    padding-top: 10px;
  }
}
.seeing-circle p {
  line-height: 1;
  color: #999;
  font-weight: bold;
  padding-top: 4px;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .seeing-circle p {
    padding-top: 0;
  }
}

.img-box-col2 {
  margin-right: -10px;
  margin-left: -10px;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .img-box-col2 {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.img-box-col2 .img {
  margin-right: 10px;
  margin-left: 10px;
  width: 100%;
  max-width: 400px;
  overflow: hidden;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .img-box-col2 .img {
    margin: 0;
  }
  .img-box-col2 .img:nth-child(2n) {
    display: none;
  }
  .img-box-col2 .img .caption {
    display: none;
  }
}
.img-box-col2 .img img {
  width: 100%;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .detail-box .img-box-col2 .img img {
    border-radius: 0;
  }
}

.img-box-col4 {
  display: block;
  margin-right: -10px;
  margin-left: -10px;
}
.img-box-col4:after {
  content: "";
  display: block;
  clear: both;
}
.img-box-col4 .img {
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  width: calc(25% - 20px);
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .img-box-col4 .img {
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .img-box-col4 .img p.caption {
    padding-left: 0;
  }
  .img-box-col4 .img p.caption:before {
    content: none;
  }
}
.img-box-col4 .img img {
  width: 100%;
}

/*hover effect*/
.hover-up-box {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -woz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
}

a:hover .hover-up-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.hover-scale-layer {
  width: 155px;
  height: 155px;
  opacity: 0;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: scale 0.4s, -webkit-transform 0.4s;
  transition: scale 0.4s, transform 0.4s;
  position: relative;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  /*for Smartphone*/
}
@media (max-width: 767px) {
  .hover-scale-layer {
    display: none;
    width: 100px;
    height: 100px;
  }
}
.hover-scale-layer p {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 15px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

a:hover .hover-scale-layer {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.img-box.hover-scale-img img {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transform: scale(1, 1) translate(-50%, -50%);
  -moz-transform: scale(1, 1) translate(-50%, -50%);
  -ms-transform: scale(1, 1) translate(-50%, -50%);
  transform: scale(1, 1) translate(-50%, -50%);
}

a:hover .img-box.hover-scale-img img {
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1, 1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1, 1.1);
  transform: translate(-50%, -50%) scale(1.1, 1.1);
}

.hover-scale-shadow {
  -webkit-transform: scale(1, 1) translateY(0);
  transform: scale(1, 1) translateY(0);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
  position: relative;
  z-index: 100;
}
.hover-scale-shadow:hover {
  -webkit-transform: scale(1.02, 1.02) translateY(0px);
  transform: scale(1.02, 1.02) translateY(0px);
  /* box-shadow */
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.25);
}

.bg-red.hover-reverse {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
  position: relative;
}
.bg-red.hover-reverse:before, .bg-red.hover-reverse:after {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
}
.bg-red.hover-reverse.rounded:before, .bg-red.hover-reverse.rounded:after {
  border-radius: 5px;
}
.bg-red.hover-reverse.mini:before, .bg-red.hover-reverse.mini:after {
  border-radius: 15px;
  top: -2px;
  left: 50%;
}
.bg-red.hover-reverse.mini:hover:before, .bg-red.hover-reverse.mini:hover:after {
  border-radius: 15px;
  top: -2px;
  left: -2px;
}
.bg-red.hover-reverse.map:before, .bg-red.hover-reverse.map:after {
  border-radius: 3px;
}
.bg-red.hover-reverse:hover::before, .bg-red.hover-reverse:hover::after {
  width: 100%;
  height: 100%;
}
.bg-red.hover-reverse:hover::before {
  border-top-color: #951717;
  border-right-color: #951717;
  transition: width .15s, height .15s .15s;
}
.bg-red.hover-reverse:hover::after {
  border-bottom-color: #951717;
  border-left-color: #951717;
  transition: height .15s, width .15s .15s;
}
.bg-red.hover-reverse:hover {
  background-color: #fff;
  color: #951717;
}
.bg-red.hover-reverse:hover span {
  background-color: #951717;
  color: #fff;
}

.bg-wh.hover-reverse {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
  position: relative;
}
.bg-wh.hover-reverse:hover {
  background-color: #951717;
  color: #fff;
}
.bg-wh.hover-reverse:hover span.icon-arrow {
  background-color: #fff;
  color: #951717;
}

.hover-reverse-noline.bg-red.mini {
  border: 2px solid #801516;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.hover-reverse-noline:hover .bg-red.mini {
  background-color: #fff;
  border: 2px solid #951717;
  color: #951717;
}
.hover-reverse-noline:hover .bg-red.mini span {
  background-color: #951717;
  color: #fff;
}

.hover-eng-parent {
  position: relative;
  display: inline-block;
  height: 16px;
  overflow: hidden;
  line-height: 1;
  padding-left: 3px;
  padding-right: 3px;
}
.hover-eng-parent .after {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 15px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 120%);
  -moz-transform: translate(-50%, 120%);
  -ms-transform: translate(-50%, 120%);
  -o-transform: translate(-50%, 120%);
  transform: translate(-50%, 120%);
  background-color: #fff;
}

a:hover .hover-eng-parent {
  color: #fff;
}
a:hover .hover-eng-parent .after {
  color: #951717;
  opacity: 1;
  z-index: 3;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

a.hover-underline {
  position: relative;
}
a.hover-underline:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  background-color: #E8E9EB;
  transition: all .2s ease;
  transition-delay: .2s;
}
a.hover-underline:hover:after {
  transform: scaleX(1);
}

@keyframes vertical {
  0% {
    transform: translateY(0px) rotate(-90deg);
  }
  100% {
    transform: translateY(-3px) rotate(-90deg);
  }
}
a.hover-fuwafuwa:hover span {
  animation: vertical .7s ease-in-out infinite alternate;
}

/*for Smartphone*/
@media (max-width: 767px) {
  #canvas-container {
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 10000;
    background-image: url(../images/common/wave-bg01.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 20px;
  }
  #canvas-container #sineCanvas {
    display: none;
  }
}
