@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.7;
  color: #666;
}

body * {
  min-height: 0%;
  box-sizing: border-box;
}

img {
  vertical-align: top;
}

a {
  text-decoration: none;
  transition: .4s;
  color: #2D506B;
}

a:hover {
  opacity: .8;
}

ul {
  list-style: none;
}

/*main*/
.int-mv {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.int-mv__bg {
  position: relative;
  min-height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.int-mv__bg__txt {
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  text-align: center;
}

.int-mv__bg__txt > div:nth-of-type(1) img {
  opacity: 0;
  transition: .5s;
}

.int-mv__bg__txt > div:nth-of-type(1) img.move {
  opacity: 1;
}

.int-mv__bg__txt > div:nth-of-type(2) {
  margin-top: 60px;
}

.int-mv__bg__txt > div:nth-of-type(2) img {
  margin: 0 20px;
  opacity: 0;
  transition: .5s;
}

.int-mv__bg__txt > div:nth-of-type(2) img:nth-of-type(1) {
  transform: translate(-37%, 27%);
}

.int-mv__bg__txt > div:nth-of-type(2) img:nth-of-type(1).move {
  opacity: 1;
  transform: translate(0, 0);
}

.int-mv__bg__txt > div:nth-of-type(2) img:nth-of-type(2) {
  transform: translate(-27%, 0);
}

.int-mv__bg__txt > div:nth-of-type(2) img:nth-of-type(2).move {
  opacity: 1;
  transform: translate(0, 0);
}

.int-mv__bg__txt > div:nth-of-type(2) img:nth-of-type(3) {
  transform: translate(0, 27%);
}

.int-mv__bg__txt > div:nth-of-type(2) img:nth-of-type(3).move {
  opacity: 1;
  transform: translate(0, 0);
}

.int-mv__bg__img {
  width: 100%;
  transform: scale(4) translate(37%, -27%);
  opacity: 0;
}

.int-mv__bg__img.move0 {
  opacity: 1;
  transition: 1s;
}

.int-mv__bg__img.move1 {
  transform: scale(4) translate(9%, -41%);
  transition: 1.5s ease-in-out;
}

.int-mv__bg__img.move2 {
  transform: scale(4) translate(-9%, -33%);
  transition: 1.5s ease-in-out;
}

.int-mv__bg__img.move3 {
  transform: scale(4) translate(-9%, -20%);
  transition: 1.5s ease-in-out;
}

.int-mv__bg__img.move4 {
  transform: scale(1) translate(0, -27%);
  transition: 1.5s ease-in-out;
}

.int-mv__bg__img.move5 {
  transform: scale(1) translate(0, 0);
  transition: 2s ease-in-out;
}

.int-mv__ttl {
  position: fixed;
  bottom: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 100px;
  color: #fff;
  background-color: #A3C2C3;
  opacity: 0;
  transform: translateY(100px);
  transition: .5s;
  z-index: 1;
}

.int-mv__ttl img {
  vertical-align: middle;
}

.int-mv__ttl.active {
  opacity: 1;
  transform: translateY(0);
}

.int-mv__ttl.trans0 {
  transition: 0s;
}

.int-mv__ttl.kotei {
  position: absolute;
  bottom: -100px;
  z-index: 0;
}

.int-section {
  padding: 100px 0;
  border-bottom: 2px solid #A3C2C3;
  text-align: center;
}

.int-section--yodogawa {
  padding-top: 200px;
  background-color: #A3C2C3;
}

.int-section--yattemite {
  border-bottom: none;
  padding-bottom: 0;
}

.int-section--gray {
  background-color: #F2F2F2;
}

.int-section--hajimemashite {
  border-bottom: 20px solid #FFB3B1;
}

.int-section--intern, .int-section--real_online, .int-section--tour {
  border-bottom: none;
}

.int-section--youkou {
  border-bottom: 20px solid #FFB3B1;
  text-align: left;
}

.int-section--info .int-item__ttl {
  font-size: 16px;
}

.int-section--info .int-item__txt {
  font-size: 12px;
}

.int-yodogawa {
  line-height: 2;
  text-align: center;
  color: #fff;
}

.int-yodogawa a {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #2D506B;
}

.int-section__linkWrap {
  display: inline-block;
  color: #666;
}

.int-section__ttl {
  margin-top: 20px;
  text-align: center;
}

.int-section__img {
  margin-top: 20px;
  text-align: center;
}

.int-section__txt {
  margin-top: 20px;
  text-align: center;
}

.int-youkou {
  width: 712px;
  margin: auto;
}

.int-youkou__inner {
  padding: 80px 76px;
  border-top: 1px solid #666;
}

.int-youkou__inner:nth-of-type(1) {
  border: none;
  padding-top: 0;
}

.int-item__ttl {
  margin-top: 20px;
  font-size: 18px;
  line-height: 2;
  color: #5B385E;
}

.int-item__ttl--mgb {
  margin-bottom: 20px;
}

.int-item__ttl.first {
  margin-top: 0;
}

.int-item__txt {
  line-height: 2;
  font-size: 14px;
}

.int-youkou__entryBtn {
  display: block;
  width: 270px;
  margin-top: 20px;
  text-align: center;
  pointer-events: none;
}

.int-youkou__entryBtn__udnerTxt {
  display: inline-block;
  padding: 30px;
  margin-top: 30px;
  border: 1px solid #666;
  border-radius: 4px;
  line-height: 2;
  font-size: 12px;
}

.int-tour {
  display: inline-block;
  text-align: left;
}

.int-info {
  display: inline-block;
  border: 1px solid #FFB3B1;
  padding: 40px 30px;
  margin-top: 50px;
  text-align: left;
}

.int-info a {
  color: #FB6D4F;
}

.int-info__ttl {
  color: #FFB3B1;
}

/*aside*/
.int-aside__inner {
  width: 280px;
  transition: .5s;
}

.int-aside__toggleWrap {
  position: absolute;
  left: 0;
  top: 16px;
}

.int-aside__toggle {
  position: relative;
  width: 26px;
  height: 26px;
  padding: 13px 0;
  margin: 0 0 0 20px;
  cursor: pointer;
}

.int-aside__toggle::before, .int-aside__toggle::after {
  content: '';
  position: absolute;
  left: 0;
  width: 26px;
  height: 1px;
  background-color: #2D506B;
  transition: .5s;
}

.int-aside__toggle::before {
  transform: rotate(45deg);
  top: 13px;
}

.int-aside__toggle::after {
  transform: rotate(-45deg);
  top: 13px;
}

.int-aside__toggle__inner {
  position: relative;
}

.int-aside__toggle__inner::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-300%, -50%);
  transition: .5s;
  width: 26px;
  height: 1px;
  background-color: #2D506B;
}

.int-aside {
  position: fixed;
  left: 0;
  top: 0;
  padding: 20px 10px;
  width: 300px;
  background-color: #F2F2F2;
  height: calc(100vh - 100px);
  transform: translateX(-300px);
  transition: .5s;
  border-right: 1px solid #fff;
}

.int-aside.active {
  transform: translateX(0);
}

.int-aside.kotei {
  height: inherit;
  min-height: 100vh;
}

.int-aside a {
  display: block;
  width: 100%;
  padding: 20px;
  color: #2D506B;
  font-size: 14px;
}

.int-aside ul {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}

.int-aside ul li {
  position: relative;
  width: 100%;
  border-bottom: 2px solid #fff;
}

.int-aside ul li:nth-of-type(1) {
  border-top: 2px solid #fff;
}

.int-aside ul li.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 14px;
  background-color: #5B385E;
}

.int-aside ul li.active a {
  color: #5B385E;
}

.int-aside.close {
  width: 70px;
}

.int-aside.close .int-aside__inner {
  transform: translateX(-300px);
}

.int-aside.close .int-aside__toggle::before {
  transform: rotate(0) translateX(-50%);
  top: 5px;
  left: 50%;
}

.int-aside.close .int-aside__toggle::after {
  transform: rotate(0) translateX(-50%);
  left: 50%;
  top: inherit;
  bottom: 5px;
}

.int-aside.close .int-aside__toggle__inner::after {
  transform: translate(-50%, -50%);
}

.int-aside__links {
  padding: 40px 0 20px;
  text-align: center;
}

.int-aside__links a {
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
  padding: 0;
}

.int-aside__links a:nth-of-type(1) {
  margin-top: 0;
}

.int-aside__links a.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 14px;
  background-color: #5B385E;
}

a.int-aside__toTop {
  display: flex;
  justify-content: center;
  padding: 15px 20px;
}

a.int-aside__toTop img {
  padding: 0 5px 3px 0;
}

/*footer*/
.int-footer {
  padding: 100px 0;
  background-color: #A3C2C3;
  color: #fff;
}

.int-footer a {
  color: #fff;
}

.int-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 606px;
  margin: auto;
}

.int-sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 196px;
}

.int-sns a img {
  height: 36px;
  width: auto;
}

.int-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 330px;
}

.int-links a img {
  margin-right: 5px;
}

.int-hobonichi {
  padding-top: 100px;
  font-size: 14px;
  text-align: center;
}

.end {
  color: #FB6D4F;
}

.grayscale {
  filter: grayscale(100%);
}

/*common*/
.pc {
  display: block;
}

.sp {
  display: none;
}

.inlineB {
  display: inline-block;
}

.pc-mgt60 {
  margin-top: 60px;
}

.pc-mgt50 {
  margin-top: 50px;
}

@media screen and (min-width: 769px) {
  .int-aside {
    overflow: scroll;
    height: 100vh;
  }
  .int-aside.kotei {
    height: 100vh;
  }
}

@media screen and (max-width: 768px) {
  /*main*/
  .int-main__inner {
    width: 100%;
    overflow: hidden;
  }
  .int-mv {
    height: 106vw;
    transition: 1.5s;
  }
  .int-mv.sp-active {
    width: 600%;
  }
  .int-mv.sp-move4 {
    width: 100%;
  }
  .int-mv__bg {
    min-height: inherit;
    overflow: initial;
  }
  .int-mv__bg img.move5 {
    transform: scale(1.4) translateY(14%);
  }
  .int-mv__bg.sp-active {
    width: 100%;
    position: absolute;
    top: -285%;
    left: -1%;
  }
  .int-mv__bg.sp-active img {
    transform: inherit !important;
  }
  .int-mv__bg.sp-move1 {
    top: -340%;
    left: -34%;
    transition: 1.5s;
  }
  .int-mv__bg.sp-move2 {
    top: -306%;
    left: -50%;
  }
  .int-mv__bg.sp-move3 {
    top: -243%;
  }
  .int-mv__bg.sp-move4 {
    top: -22%;
    left: 0;
  }
  .int-mv__bg.sp-move5 {
    top: 0;
  }
  .int-mv__bg__txt {
    width: 100%;
    top: 36%;
  }
  .int-mv__bg__txt > div:nth-of-type(1) img {
    width: 90vw;
  }
  .int-mv__bg__txt > div:nth-of-type(2) {
    margin-top: 15%;
    margin-right: 5%;
  }
  .int-mv__bg__txt > div:nth-of-type(2) img {
    margin: 0 2vw;
  }
  .int-mv__bg__txt > div:nth-of-type(2) img:nth-of-type(1) {
    width: 24vw;
    transform: translate(-37%, 27%);
  }
  .int-mv__bg__txt > div:nth-of-type(2) img:nth-of-type(1).move {
    opacity: 1;
    transform: translate(0, 0);
  }
  .int-mv__bg__txt > div:nth-of-type(2) img:nth-of-type(2) {
    width: 30.58vw;
    transform: translate(-27%, 0);
  }
  .int-mv__bg__txt > div:nth-of-type(2) img:nth-of-type(2).move {
    opacity: 1;
    transform: translate(0, 0);
  }
  .int-mv__bg__txt > div:nth-of-type(2) img:nth-of-type(3) {
    width: 13vw;
    transform: translate(0, 27%);
  }
  .int-mv__bg__txt > div:nth-of-type(2) img:nth-of-type(3).move {
    opacity: 1;
    transform: translate(0, 0);
  }
  .int-mv__bg__img {
    transform: scale(1) translate(33%, -22%);
  }
  .int-mv__bg__img.sp-active {
    opacity: 1;
    transition: 1s;
  }
  .int-mv__bg__img.sp-move1 {
    transition: inherit;
  }
  .int-mv__bg__img.move1 {
    transform: scale(1) translate(9%, -23%);
  }
  .int-mv__bg__img.move2 {
    transform: scale(1) translate(-9%, -22%);
  }
  .int-mv__bg__img.move3 {
    transform: scale(1) translate(-9%, -10%);
  }
  .int-mv__bg__img.move4 {
    transform: scale(1) translate(0, 8%);
  }
  .int-mv__bg__img.move5 {
    transform: scale(1) translateY(14%);
  }
  .int-mv__ttl {
    position: static;
    padding: 30px 10px 0;
  }
  .int-mv__ttl img {
    max-height: 70px;
    width: auto;
  }
  .int-mv__ttl.kotei {
    top: calc(106vw - 100px);
    bottom: inherit;
  }
  .int-section {
    padding: 50px 5%;
  }
  .int-section--yodogawa {
    padding-top: 50px;
  }
  .int-section--yattemite {
    padding-bottom: 25px;
  }
  .int-section--info .int-item__txt {
    font-weight: normal;
  }
  .int-yodogawa {
    text-align: left;
  }
  .int-yodogawa span {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .int-section__linkWrap > *:nth-child(1) {
    margin-top: 0;
  }
  .int-section__ttl.info {
    margin-top: 0;
  }
  .int-section__ttl img {
    max-width: 100%;
  }
  .int-section__img img {
    max-width: 100%;
  }
  .int-section__txt {
    text-align: left;
    display: flex;
    justify-content: center;
  }
  .int-section__txt.info {
    display: block;
  }
  .int-section__txt.adj1 {
    margin-top: 30px;
  }
  .int-youkou {
    width: 100%;
  }
  .int-youkou__inner {
    padding: 40px 0;
  }
  .int-youkou__entryBtn {
    margin: 20px auto 0;
  }
  .int-youkou__entryBtn__udnerTxt {
    font-weight: normal;
  }
  .int-info {
    padding: 20px 15px;
  }
  /*aside*/
  .int-aside {
    overflow: scroll;
    height: 100vh;
    padding-bottom: 80px;
  }
  .int-aside a {
    padding: 10px 10px 10px 20px;
  }
  .int-aside ul {
    padding: 10px 0;
  }
  .int-aside.kotei {
    height: 100vh;
  }
  .int-aside.close {
    width: 66px;
    height: 60px;
    min-height: inherit;
    padding-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.3);
    overflow: hidden;
    border-right: none;
  }
  .int-aside__links a {
    padding: 0;
  }
  .int-aside__links a img {
    width: 160px;
  }
  /*footer*/
  .int-footer {
    padding: 0 0 50px;
  }
  .int-footer a {
    margin-top: 50px;
  }
  .int-footer__inner {
    width: 100%;
    flex-direction: column;
  }
  .int-links {
    flex-direction: column;
    width: 100%;
  }
  .int-hobonichi {
    padding-top: 50px;
  }
  /*common*/
  br {
    display: none;
  }
  br.keep {
    display: block;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
