@charset 'UTF-8';

html {
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  font-weight: 500;
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

area {
  cursor: pointer;
}

.top-logo {
  display: block;
  overflow: hidden;
  width: 201px;
  height: 32px;
  margin: 24px auto;
  white-space: nowrap;
  text-indent: 200%;
  background: url('../img/logo.gif') no-repeat;
}

/* English 2019.4.2 */
.top-btn {
  position:absolute;
  font-size:15px;
  font-weight:bold;
  right:0;
  top:-25px;
}
.top-btn a {
  text-decoration:none;
  background:#d23918;
  border-bottom:3px solid #c32a08;
  color:#FFF;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  display:inline-block;
  padding:10px 20px;
}
.top-btn a:hover {
  background:#c32a08;
  transition:0.3s;
}

.wrapper {
  width: 1240px;
  margin: 0 auto;
  position:relative;
}

.inner {
  width: 1060px;
  margin: 0 auto;
}

.top-img {
  vertical-align: bottom;
}

.download_btn {
  display: block;
  margin-top: 20px;
  transition: .3s linear;
  transition-property: all;
  text-align: center;
}

.download_btn:hover {
  opacity: .8;
}

.lead-img {
  display: block;
  margin: 120px auto 20px;
}

.link-menu {
  display: flex;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
  justify-content: space-around;
}

.link_matsue a,
.link_onomichi a,
.link_imabari a,
.link_matsuyama a {
  display: block;
  width: 221px;
  height: 62px;
  text-indent: -9999px;
}

.link_matsue {
  background: url('../img/link_matsue_off.png') no-repeat;
}

.link_matsue a {
  background: url('../img/link_matsue_off.png') no-repeat;
}

.link_matsue a:hover {
  background: url('../img/link_matsue_on.png') no-repeat;
}

.link_onomichi {
  background: url('../img/link_onomichi_off.png') no-repeat;
}

.link_onomichi a {
  background: url('../img/link_onomichi_off.png') no-repeat;
}

.link_onomichi a:hover {
  background: url('../img/link_onomichi_on.png') no-repeat;
}

.link_imabari {
  background: url('../img/link_imabari_off.png') no-repeat;
}

.link_imabari a {
  background: url('../img/link_imabari_off.png') no-repeat;
}

.link_imabari a:hover {
  background: url('../img/link_imabari_on.png') no-repeat;
}

.link_matsuyama {
  background: url('../img/link_matsuyama_off.png') no-repeat;
}

.link_matsuyama a {
  background: url('../img/link_matsuyama_off.png') no-repeat;
}

.link_matsuyama a:hover {
  background: url('../img/link_matsuyama_on.png') no-repeat;
}

.link_matsue.is-active a {
  background: url('../img/link_matsue_on.png') no-repeat;
}

.link_onomichi.is-active a {
  background: url('../img/link_onomichi_on.png') no-repeat;
}

.link_imabari.is-active a {
  background: url('../img/link_imabari_on.png') no-repeat;
}

.link_matsuyama.is-active a {
  background: url('../img/link_matsuyama_on.png') no-repeat;
}

.link-contents {
  margin: 0;
  padding: 0;
  list-style: none;
}

.link-contents li:not(:first-child) {
  display: none;
}

.area {
  display: block;
  margin: 0 auto 70px;
}

footer {
  background: #f27c00;
}

.copyright {
  line-height: 40px;
  text-align: center;
  color: #fff;
}

.copyright small {
  font-size: 13px;
}

.lightcase-icon-close {
  font-size: 18px !important;
  width: auto !important;
  color: #fff !important;
}

.lightcase-icon-close span {
  text-indent: 0 !important;
}

.lightcase-icon-close:before {
  font-weight: bold;
  margin-right: .3em;
  content: '×';
  color: #000;
  border-radius: 50%;
  background: #fff;
}
