@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Signika:400,700,600);
* {
  color: #000;
  font-family: 'Meiryo','メイリオ', 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',sans-serif;
  margin: 0px;
  padding: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.0rem;
}

body {
  text-align: center;
  margin: 0px auto;
  background: #fff;
  font-size: 9pt;
}

img {
  vertical-align: bottom;
}

a img, img a {
  border: 0px;
}

li {
  list-style-type: none;
}

a:hover, a:hover strong {
  color: #289fce;
}

.inner {
  width: 990px;
  text-align: center;
  margin: 0px auto;
  text-align: left;
}

h1 {
  display: none;
}

/* ============================================================================== */
/* header */
/* ============================================================================== */
nav {
  width: 990px;
  text-align: center;
  margin: 0px auto;
}
nav:after {
  content: '';
  display: block;
  clear: both;
}
nav li {
  width: 300px;
  margin: 0px 15px;
  border-top: 7px solid #c5b266;
  float: left;
  position: relative;
}
nav li img {
  width: 180px;
  height: auto;
}
nav li a {
  display: block;
  padding: 27px 0px 60px 0px;
}
nav li a:hover:before, nav li a.selected:before {
  border-top: solid 7px #c5b266;
  border-bottom: 0;
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
  content: '';
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -5px;
}
nav li.miya_nav {
  border-top: 7px solid #e74922;
}
nav li.miya_nav a:hover:before, nav li.miya_nav a.selected:before {
  border-top-color: #e74922;
}
nav li.matsu_nav {
  border-top: 7px solid #2c9758;
}
nav li.matsu_nav a:hover:before, nav li.matsu_nav a.selected:before {
  border-top-color: #2c9758;
}
nav li.ama_nav {
  border-top: 7px solid #289fce;
}
nav li.ama_nav a:hover:before, nav li.ama_nav a.selected:before {
  border-top-color: #289fce;
}

header {
  position: relative;
}
header .inner {
  padding: 0px 15px;
}

.lang {
  float: right;
}
.lang li {
  float: left;
  padding: 10px 0px;
}
.lang li span {
  display: none;
}
.lang li a {
  text-decoration: none;
}
.lang li:after {
  content: "|";
  padding: 0px 10px;
}
.lang li:last-of-type:after {
  content: "";
}

#mark {
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -36px;
  z-index: 10000;
}

/* ============================================================================== */
/* header */
/* ============================================================================== */
.caption {
  width: 990px;
  text-align: center;
  margin: 0px auto;
  background: #fff;
  position: relative;
  z-index: 10000;
  top: -90px;
  padding: 36px;
}
.caption img {
  float: right;
}
.caption div {
  text-align: left;
  width: 660px;
}
.caption p {
  line-height: 1.3rem;
  margin: 24px 0px;
}
.caption a {
  display: block;
  text-decoration: none;
  background: #c5b266;
  width: 360px;
  padding: 8px;
  text-align: center;
  color: #fff;
  font-size: 11pt;
  margin: 12px 150px;
  border: 1px solid #c5b266;
}
.caption a:hover {
  background: #fff;
  color: #c5b266;
}

.disaster {
  margin: 24px auto;
  border: #e74922 1px solid;
  padding: 16px 36px;
  width: 920px !important;
}

#catch {
  height: 30px;
  width: auto;
}

#minimap {
  width: 200px;
  height: auto;
  margin-right: -10px;
}

/* bxslider ===================================================================== */
.bx-wrapper {
  text-align: center;
  margin: 0px auto;
  position: relative;
}
.bx-wrapper img {
  max-width: 1600px;
  display: block;
  text-align: center;
  margin: 0px auto;
}

.bx-wrapper .bx-viewport {
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-pager {
  position: relative;
  bottom: 64px;
  z-index: 100000000;
}

.bx-pager-item {
  display: inline-block;
}
.bx-pager-item a {
  background: #cbcbcb;
  height: 7px;
  width: 48px;
  color: #cbcbcb;
  overflow: hidden;
  display: block;
  margin: 5px 2px;
}
.bx-pager-item a.active {
  background: #666;
  color: #666;
}

/* コンテンツ ======================================================================= */
.article header {
  width: 990px;
  text-align: center;
  margin: 0px auto;
  position: relative;
}
.article nav {
  padding-left: 330px;
  font-size: 0px;
  letter-spacing: -2px;
  word-spacing: -2px;
}
.article nav li {
  font-size: 9pt;
  letter-spacing: normal;
  word-spacing: normal;
  width: 112px;
  margin: 0px 10px !important;
}
.article nav li img {
  width: 112px !important;
  height: auto;
}
.article h2 {
  margin-bottom: 18px;
}
.article h2 img {
  height: 60px;
  width: auto;
}
.article h2 span {
  display: none;
}
.article h4 span {
  display: none;
}
.article .lang {
  position: absolute;
  top: 6px;
  left: 100px;
  z-index: 10000;
}
.article .lang li:after {
  padding: 0px 7px;
}

#logo {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
}

.pagetitle {
  display: none;
}

.outline {
  padding: 0px 15px 15px 365px;
  text-align: left;
}
.outline p {
  line-height: 1.3rem;
}
.outline p span {
  display: block;
  text-align: right;
  margin-top: 5px;
}
.outline h3 {
  color: #a18d3d;
  padding-bottom: 5px;
}
.outline h3 img {
  width: 450px;
}
.outline h3 span {
  display: none;
}

.toc {
  margin-right: 15px;
}
.toc ul {
  float: left;
  width: 280px;
  border-top: 1px solid rgba(225, 212, 160, 0.6);
}
.toc ul:last-of-type {
  float: right;
}
.toc li {
  border-bottom: 1px solid rgba(225, 212, 160, 0.6);
  padding: 8px 0px;
}
.toc li a {
  text-decoration: none;
}
.toc li span {
  display: none;
}
.toc li img {
  vertical-align: middle;
}
.toc li .thums {
  width: 36px;
  height: 36px;
  margin-right: 10px;
  display: inline-block;
}
.toc li h4 {
  display: inline;
}
.toc li h4 img {
  height: 24px;
  width: auto;
}

/* 観光スポット ===================================================================== */
#kanko, #flower, #hashi_sea {
  background: url(images/asanoha.png) repeat-x;
  padding-top: 36px;
}
#kanko .inner, #flower .inner, #hashi_sea .inner {
  background: #fff;
  padding-top: 24px;
}
#kanko h3, #flower h3, #hashi_sea h3 {
  display: none;
}
#kanko h4, #flower h4, #hashi_sea h4 {
  padding: 8px 0px 0px 0px;
}
#kanko h4 img, #flower h4 img, #hashi_sea h4 img {
  height: 27px;
}
#kanko ul, #flower ul, #hashi_sea ul {
  font-size: 0px;
  letter-spacing: -1px;
  word-spacing: -1px;
}
#kanko li, #flower li, #hashi_sea li {
  font-size: 9pt;
  letter-spacing: normal;
  word-spacing: normal;
  width: 300px;
  display: inline-block;
  margin: 15px;
  vertical-align: top;
}
#kanko li p, #flower li p, #hashi_sea li p {
  line-height: 1.3rem;
  margin-top: 5px;
}
#kanko li p span, #flower li p span, #hashi_sea li p span {
  background: #a18d3d;
  margin-right: 5px;
  line-height: 1.0rem;
  padding: 0px;
  color: #fff;
  font-size: 7.5pt;
  width: 45px;
  display: inline-block;
  text-align: center;
}
#kanko li.x2, #flower li.x2, #hashi_sea li.x2 {
  width: 630px !important;
}
#kanko li.x3, #flower li.x3, #hashi_sea li.x3 {
  content: '';
  display: block;
  clear: both;
  width: 960px !important;
}

#flower {
  background: url(images/asanoha.png) !important;
}
#flower .inner {
  background: none;
}
#flower h2 img {
  width: 220px !important;
  height: auto !important;
}
#flower h3 {
  margin-top: -48px;
}
#flower h3 img {
  width: 240px !important;
}
#flower h3 span {
  display: none;
}

/* 天橋立 */
#hashi_tit2 {
  float: right;
  height: auto;
  width: 540px;
}

#hashi_tit2_txt {
  width: 540px;
  margin-left: 90px;
}

#hashi_sea {
  background: url(hashi/sea_bg.png);
  padding-bottom: 30px;
}
#hashi_sea .inner {
  background: none !important;
  margin-top: -30px;
}
#hashi_sea h3 span {
  display: none;
}

#hashi_tit4 {
  margin-right: 30px;
  margin-left: 30px;
  float: left;
  height: auto;
  width: 480px;
}

#hashi_tit4_txt {
  width: 440px;
  margin-left: 510px;
  line-height: 1.2rem;
  padding-top: 12px;
}

#matsu_kanko_i6 {
  float: right;
  margin-left: 30px;
  margin-top: 30px;
}

/* ショップリスト ===================================================================== */
.shoplist {
  background: rgba(221, 218, 211, 0.5);
}
.shoplist .inner {
  background: transparent !important;
}
.shoplist li {
  width: 168px;
  margin: 15px;
  padding-bottom: 15px;
}
.shoplist li h4 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 5px 0px;
}
.shoplist li img {
  width: 100%;
  height: auto;
}
.shoplist li p {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  line-height: 1.2rem;
  padding-top: 8px;
}

/* ============================================================================== */
/* contents */
/* ============================================================================== */
.season {
  position: relative;
}

#season_logo {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -480px;
  z-index: 1000;
}

.carousel li {
  position: relative;
}
.carousel p {
  width: 100%;
  text-align: left;
  position: absolute;
  bottom: 0px;
  background: rgba(54, 54, 54, 0.8);
  color: #fff;
  padding: 5px 15px;
  font-size: 8.25pt;
}
.carousel p strong {
  display: block;
  color: #fff;
  font-size: 10.5pt;
  margin-bottom: 5px;
  font-weight: normal;
}

.event {
  padding: 48px 0px;
}
.event ul {
  width: 580px;
  margin: 15px;
  float: left;
  border-top: 1px solid rgba(54, 54, 54, 0.15);
}
.event li {
  padding: 12px;
  border-bottom: 1px solid rgba(54, 54, 54, 0.15);
}
.event li img {
  display: block;
}
.event li span {
  width: 72px;
  padding: 2px 0px;
  text-align: center;
  background: #e74922;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  font-size: 8.25pt;
}
.event li span.ama {
  background: #289fce;
}
.event li span.matsu {
  background: #2c9758;
}

.side_line {
  float: right;
  width: 300px;
  margin: 15px;
}
.side_line dl {
  border-top: 1px solid rgba(54, 54, 54, 0.15);
  margin-bottom: 36px;
}
.side_line dt {
  color: #d5c279;
  font-size: 8.25pt;
  padding: 10px 0px 5px 0px;
}
.side_line dd {
  border-bottom: 1px solid rgba(54, 54, 54, 0.15);
  padding-bottom: 10px;
}
.side_line:after {
  content: '';
  display: block;
  clear: both;
}

.area-topic li {
  width: 300px;
  margin: 15px;
  padding: 15px;
  background: #289fce;
  vertical-align: top;
  color: #fff;
  float: left;
}
.area-topic li h3 {
  float: right;
  width: 80px;
  height: 80px;
  margin: 15px -15px 0px 15px !important;
}
.area-topic li h3 span {
  display: none;
}
.area-topic li p {
  color: #fff;
  line-height: 1.2rem;
}
.area-topic li img:first-of-type {
  margin: -15px -15px 15px -15px;
}
.area-topic li:first-of-type {
  background: #e74922;
}
.area-topic li:last-of-type {
  background: #2c9758;
}
.area-topic li ul {
  border-top: 1px dotted rgba(255, 255, 255, 0.5);
  margin: 10px 0px;
}
.area-topic li li {
  background: none !important;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  margin: 0px !important;
  padding: 5px 0px !important;
  width: 100% !important;
}
.area-topic li li div {
  width: 60px;
  height: 60px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
.area-topic li li div img {
  width: auto;
  height: 60px;
}
.area-topic li li span {
  display: block;
  color: #e1d4a0;
  margin-bottom: 3px;
  font-size: 8.25pt;
}
.area-topic li li a {
  text-decoration: none;
  color: #fff;
}
.area-topic li li a:hover {
  text-decoration: underline;
}
.area-topic:after {
  content: '';
  display: block;
  clear: both;
}

/* グルメ ======================================================================== */
#gourmet {
  padding-top: 36px;
  background: url(images/asanoha.png) repeat-x;
}
#gourmet .inner {
  background: #fff;
  padding: 24px 15px 15px 15px;
  position: relative;
}
#gourmet li h3 {
  display: none;
}
#gourmet li h4 img {
  width: auto;
  height: 30px;
  margin: 0px 0px 5px 0px;
}
#gourmet li h4 span {
  display: none;
}
#gourmet li p {
  font-size: 9pt;
  line-height: 1.3rem;
  vertical-align: top;
}
#gourmet li p span {
  color: #fff;
  display: inline-block;
  background: #8f7d36;
  font-size: 7.5pt;
  padding: 0px 5px;
  margin-right: 5px;
}

/* 宮島 */
#miya_gourmet_tit {
  width: 400px;
  height: auto;
  margin: -25px 30px 0px 0px;
  float: left;
}

#miya_gourmet_txt {
  width: 530px;
  float: right;
}

.miya_gourmet ul {
  margin: 15px -15px;
  font-size: 0px;
  letter-spacing: -2px;
  word-spacing: -2px;
}
.miya_gourmet li {
  width: 300px;
  display: inline-block;
  font-size: 9pt;
  letter-spacing: normal;
  word-spacing: normal;
  margin: 15px;
  vertical-align: top;
}

/* 天橋立 */
.hashi_gourmet ul {
  font-size: 0px;
  letter-spacing: -2px;
  word-spacing: -2px;
  margin: -15px -15px 0px -15px;
}
.hashi_gourmet li {
  font-size: 9pt;
  letter-spacing: normal;
  word-spacing: normal;
  width: 217px;
  margin: 15px;
  display: inline-block;
  vertical-align: top;
}
.hashi_gourmet li.x2 {
  width: 464px !important;
}

#hashi_gourmet {
  margin-top: -25px;
  margin-left: -12px;
  width: 200px !important;
  position: relative;
  z-index: 10;
}

#hashi_gourmet3 {
  margin-left: -100px;
}

#hashi_gourmet8 {
  margin-top: -45px;
  float: left;
  margin-right: 12px;
}

#hashi_gourmet9 {
  float: left;
  margin-right: 12px;
}

/* 松島 */
.matsu_gourmet ul {
  margin: -15px -15px 15px -15px;
  font-size: 0px;
  letter-spacing: -2px;
  word-spacing: -2px;
}
.matsu_gourmet li {
  width: 300px;
  display: inline-block;
  font-size: 9pt;
  letter-spacing: normal;
  word-spacing: normal;
  margin: 15px;
  vertical-align: top;
}
.matsu_gourmet li.x2 {
  width: 630px;
}
.matsu_gourmet p {
  line-height: 1.3rem;
}
.matsu_gourmet p span {
  color: #fff;
  display: inline-block;
  background: #15482a;
  font-size: 7.5pt;
  padding: 0px 5px;
  margin-right: 5px;
}

#matsu_gourmet_i2 {
  margin-top: 130px;
}

#matsu_gourmet {
  height: 120px !important;
  margin-bottom: 10px;
}

/* 工芸品 ======================================================================== */
#craft {
  background: url(images/asanoha.png);
}
#craft ul {
  font-size: 0px;
  letter-spacing: 0px;
  word-spacing: 0px;
  margin: 0px -15px !important;
}
#craft li {
  font-size: 9pt;
  letter-spacing: normal;
  word-spacing: normal;
  display: inline-block;
  width: 217px;
  margin: 15px;
  vertical-align: top;
  position: relative;
}
#craft li h3 {
  display: none;
}
#craft li h4 {
  color: #fff;
  border-bottom: 1px dotted white;
  font-size: 11pt;
  font-weight: normal;
  padding-bottom: 5px;
}
#craft li p {
  color: #fff;
  line-height: 1.2rem;
  margin-top: 8px;
}
#craft li img {
  position: relative;
  z-index: 10;
}
#craft li div {
  position: absolute;
  padding: 8px;
}
#craft li.x2 {
  width: 464px !important;
}

#miya_craft_1 img {
  top: -15px;
  left: -60px;
}
#miya_craft_1 div {
  width: 180px;
  bottom: -140px;
  left: -20px;
  background: #e74922;
}

#miya_craft_2 img {
  top: 0px;
  right: -10px;
}
#miya_craft_2 div {
  width: 180px;
  bottom: 30px;
  right: 180px;
  background: #e74922;
}

#miya_craft_3 img {
  top: 140px;
  left: 0px;
}
#miya_craft_3 div {
  width: 150px;
  top: 10px;
  right: 10px;
  background: #e74922;
}

#miya_craft_4 img {
  top: 225px;
  left: -60px;
}
#miya_craft_4 div {
  width: 217px;
  bottom: -40px;
  right: -10px;
  background: #e74922;
}

#miya_craft_5 img {
  top: -80px;
  left: 0px;
}
#miya_craft_5 div {
  width: 230px;
  bottom: -40px;
  right: -20px;
  background: #e74922;
}

#miya_craft_6 div {
  width: 217px;
  top: -120px;
  right: 0px;
  background: #e74922;
}

#miya_tit3 {
  text-align: right;
}
#miya_tit3 h2 img {
  width: 180px !important;
  height: auto !important;
  margin-top: -15px;
}
#miya_tit3 p {
  color: #000 !important;
  text-align: left;
}

/* 特産品 ======================================================================== */
/* 天橋立 */
#tokusan {
  background: url(images/asanoha.png);
}
#tokusan ul {
  font-size: 0px;
  letter-spacing: -2px;
  word-spacing: -2px;
  margin: 15px -15px;
  padding-top: 30px;
}
#tokusan li {
  font-size: 9pt;
  letter-spacing: normal;
  word-spacing: normal;
  width: 217px;
  margin: 15px;
  display: inline-block;
  vertical-align: top;
}
#tokusan li.x2 {
  width: 464px !important;
}
#tokusan li h3 {
  display: none;
}
#tokusan li h4 img {
  height: 30px;
  width: auto;
}
#tokusan li h4 span {
  display: none;
}
#tokusan li img {
  margin: 0px 0px 5px 0px;
}
#tokusan li p {
  font-size: 9pt;
  line-height: 1.3rem;
  vertical-align: top;
}
#tokusan li p span {
  color: #fff;
  display: inline-block;
  background: #175d79;
  font-size: 7.5pt;
  padding: 0px 5px;
  margin-right: 5px;
}

/* イベント ======================================================================= */
.closeup {
  text-align: center;
  margin: 0px auto;
  height: 480px;
  position: relative;
}
.closeup.fixed {
  background-attachment: fixed !important;
  z-index: -1;
}
.closeup h3 {
  font-weight: normal;
  font-size: 12pt;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  padding-bottom: 5px;
}
.closeup h3 span {
  background: #7c6d2f;
  color: #fff;
  font-size: 7.5pt;
  display: inline-block;
  padding: 0px 5px;
  margin-left: 8px;
}
.closeup p {
  line-height: 1.3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
}
.closeup div {
  position: absolute;
  top: 300px;
  left: 50%;
  width: 420px;
  margin-left: -480px;
  background: rgba(255, 255, 255, 0.8);
  text-align: left;
  padding: 24px;
}

.event_lineup {
  background: #e74922;
  padding-top: 36px;
}
.event_lineup h3 {
  text-align: center;
  margin-bottom: 12px;
}
.event_lineup h3 span {
  display: none;
}
.event_lineup h3 img {
  height: 48px;
}
.event_lineup ul {
  font-size: 0px;
  letter-spacing: -2px;
  word-spacing: -2px;
}
.event_lineup li {
  font-size: 9pt;
  letter-spacing: normal;
  word-spacing: normal;
  width: 217px;
  margin: 15px;
  padding: 15px;
  display: inline-block;
  vertical-align: top;
  background: #c13715;
}
.event_lineup li.x2 {
  width: 464px !important;
}
.event_lineup li h4 {
  font-size: 10.5pt;
  text-align: center;
  font-weight: normal;
  color: #e1d4a0;
}
.event_lineup li .date {
  background: #e74922;
  border-radius: 10px;
  padding: 1px 10px;
  text-align: center;
  margin: 3px auto;
}
.event_lineup li img {
  margin: -15px -15px 5px -15px;
}
.event_lineup li p {
  font-size: 9pt;
  color: #fff;
  line-height: 1.3rem;
  padding-top: 5px;
  vertical-align: top;
}
.event_lineup li p span {
  color: #fff;
  display: inline-block;
  background: #932a10;
  font-size: 7.5pt;
  padding: 0px 5px;
  margin-right: 5px;
}
.event_lineup .left {
  float: left;
  width: 465px;
  margin-right: 15px;
}
.event_lineup .right {
  float: right;
  width: 465px;
  margin-left: 15px;
}
.event_lineup dl {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 36px;
}
.event_lineup dt {
  float: left;
  width: 70px;
  color: #fff;
  padding: 8px 0px;
}
.event_lineup dd {
  color: #fff;
  padding: 8px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* 天橋立 */
#event_hashi {
  background: url(hashi/hashidate_i1.jpg) no-repeat center top;
}
#event_hashi div {
  position: absolute;
  width: 390px;
  left: 50%;
  top: 24px;
  margin-left: 100px;
}

.ama_eve {
  background: #289fce !important;
}
.ama_eve li {
  background: #2288b0 !important;
}
.ama_eve li .date {
  background: #289fce !important;
}
.ama_eve li p span {
  background: #175d79;
}

/* 松島 */
#event_matsu {
  background: url(matsu/matsushima_i1.jpg) no-repeat center top;
}
#event_matsu div {
  position: absolute;
  width: 420px;
  left: 50%;
  top: 120px !important;
  margin-left: 60px !important;
}

.matsu_eve {
  background: #2c9758 !important;
}
.matsu_eve li {
  background: #247b48 !important;
}
.matsu_eve li .date {
  background: #2c9758 !important;
}
.matsu_eve li p span {
  background: #15482a;
}

/* 宮島 */
#event_miya {
  background: url(miya/miyajima_i1.jpg) no-repeat center top;
}
#event_miya div {
  margin-left: 30px !important;
  top: 345px !important;
  width: 450px !important;
}

/* マップ ========================================================================= */
.map {
  position: relative;
  padding: 15px 0px;
}

#slideMap {
  position: absolute;
  z-index: 1000;
  top: -45px;
  left: 50%;
  margin-left: -45px;
  background: rgba(0, 0, 0, 0.8);
  width: 90px;
  height: 90px;
  color: #fff;
}

#map_canvas {
  width: 960px;
  height: 480px;
}

.gm-style-iw {
  overflow: hidden !important;
}

.gm-style-iw div {
  overflow: hidden !important;
}

/* アクセス ======================================================================== */
#access .inner {
  padding: 15px;
}

.traffic {
  float: right;
  width: 390px;
}
.traffic li {
  width: 100%;
  padding: 16px;
}
.traffic li img {
  width: auto;
  height: 27px;
  margin-bottom: 5px;
}
.traffic li p {
  border-top: 1px dotted #c5b266;
  padding-top: 12px;
  margin-bottom: 12px;
  font-size: 10.5pt;
}

.acc_link {
  margin: 0px -15px;
}
.acc_link ul {
  font-size: 0px;
  letter-spacing: -2px;
  word-spacing: -2px;
}
.acc_link li {
  display: inline-block;
  margin: 8px 15px;
  text-align: center;
  font-size: 9pt;
  letter-spacing: normal;
  word-spacing: normal;
}
.acc_link li:nth-of-type(3n) {
  margin-right: 0px;
}
.acc_link li a {
  display: block;
  width: 300px;
  border: 1px solid #e1d4a0;
  padding: 16px 0px;
  font-size: 10.5pt;
  text-decoration: none;
}
.acc_link li a:hover {
  background: rgba(225, 212, 160, 0.6);
  color: #000;
}

/* 宮島 */
.line_bn {
  border: 1px solid #d9d6cf;
  margin: 60px 0px 18px 0px;
}

.acc_miya li {
  margin: 8px !important;
}
.acc_miya li:nth-of-type(2n) {
  margin-right: 0px;
}
.acc_miya li:nth-of-type(3n) {
  margin-right: 15px;
}
.acc_miya li a {
  width: 226px !important;
}

.acc_right {
  float: right !important;
}

/* ギャラリー ======================================================================= */
.gallery_lineup {
  background: #e74922;
  padding-top: 36px;
  padding-bottom: 60px;
}
.gallery_lineup h3 {
  margin-bottom: 12px;
  text-align: center;
  line-height: 1.35em;
}
.gallery_lineup h3 span {
  display: none;
}

.thumbs {
  position: relative;
}
.thumbs ul {
  font-size: 0px;
  letter-spacing: 0px;
  word-spacing: 0px;
  width: 990px;
}
.thumbs li {
  font-size: 9pt;
  letter-spacing: normal;
  word-spacing: normal;
  display: inline-block;
  margin: 15px -2px;
  position: relative;
  vertical-align: top;
}
.thumbs li.content {
  width: 100% !important;
  display: none;
  margin-bottom: 40px;
  background: #c63815;
  float: left;
  min-height: 480px;
  position: relative;
  padding: 45px 0 45px;
}
.thumbs li.content h3 {
  color: #fff;
  font-size: 16pt;
  font-weight: normal;
  margin-bottom: 24px;
  padding-top: 100px;
  text-align: center;
  width: 270px;
}
.thumbs li.content p {
  color: #fff;
  line-height: 1.3rem;
  width: 270px;
}
.thumbs li.content dl {
  width: 240px;
  border-top: 1px solid rgba(231, 73, 34, 0.7);
  margin-top: 10px;
}
.thumbs li.content dt {
  width: 60px;
  float: left;
  color: #fff;
  padding: 5px 0px;
}
.thumbs li.content dt:after {
  content: " : ";
}
.thumbs li.content dd {
  border-bottom: 1px solid #e74922;
  padding: 5px 0px;
  color: #fff;
  text-align: left;
}
.thumbs li .media {
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-left: 20px;
  min-height: 200px;
}
.thumbs li .media img {
  max-width: 640px;
  height: auto;
}
.thumbs li .comment {
  float: right;
  margin: auto 30px auto 0px;
}
.thumbs .close {
  display: block;
  font-size: 48pt;
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  font-weight: normal;
}
.thumbs a.thumbnail {
  display: block;
  margin: 0px auto;
  width: 168px;
  height: 168px;
  text-decoration: none;
  background-position: center;
  background-repeat: no-repeat;
}
.thumbs a.thumbnail h4 {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
  width: 168px;
  height: 168px;
  display: table-cell;
  font-weight: normal;
  font-size: 10.5pt;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.thumbs a.thumbnail:hover h4 {
  opacity: 1;
}

.active-arrow {
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-bottom: 24px solid #c63815;
  bottom: -36px;
  z-index: 99;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.portfolio-content {
  display: none;
}

#look_gallery {
  display: block;
  width: 480px;
  padding: 16px 48px;
  border: 1px solid #e1d4a0;
  color: #fff;
  font-size: 12pt;
  text-align: center;
  margin: 48px auto 0px auto;
  text-decoration: none;
}
#look_gallery:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

/* 天橋立 */
#kanko_img_hashi {
  background: url(hashi/hashidate_i2.jpg) no-repeat center top;
}
#kanko_img_hashi div {
  width: 300px;
  top: 340px !important;
  margin-left: 200px;
}

#hashidate .gallery_lineup {
  background: #289fce;
}
#hashidate .content {
  background: #2181a8;
}
#hashidate .active-arrow {
  border-bottom: 24px solid #2181a8;
}

/* 松島 */
#kanko_img_matsu {
  background: url(matsu/matsushima_i2.jpg) no-repeat center top;
}
#kanko_img_matsu div {
  width: 300px;
  top: 270px !important;
}

#matsushima .gallery_lineup {
  background: #2c9758;
}
#matsushima .content {
  background: #227343;
}
#matsushima .active-arrow {
  border-bottom: 24px solid #227343;
}

/* 宮島 */
#kanko_img_miya {
  background: url(miya/miyajima_i2.jpg) no-repeat center top;
}
#kanko_img_miya div {
  width: 300px;
  top: 60px !important;
}

/* ============================================================================== */
/* 日本三景とは */
/* ============================================================================== */
#map h3 {
  margin-top: 60px;
  margin-bottom: 12px;
}
#map h3 img {
  height: 135px !important;
  width: auto !important;
}
#map h3 span {
  display: none;
}

/* 鉄道マッブ ====================================================================== */
.railmap {
  background: url(images/map_bg.png) #e7f2f7;
  width: 990px;
  height: 600px;
  position: relative;
}
.railmap p {
  position: absolute;
  top: 36px;
  left: 20px;
  line-height: 1.4rem;
  font-size: 10.5pt;
}
.railmap .map_icon {
  opacity: 0;
  transition: all 500ms;
}
.railmap .spot {
  position: absolute;
  width: 0px;
  opacity: 0;
  height: auto;
  transition: opacity 0.5s ease-in;
}
.railmap .spot.extension {
  width: 70px !important;
  opacity: 1;
}
.railmap #miya_icon {
  transform: translate(75px, 50px);
}
.railmap #miya_icon.scrollin {
  opacity: 1;
  transform: translate(75px, -88px);
}
.railmap #matsu_icon {
  transform: translate(813px, -200px);
}
.railmap #matsu_icon.scrollin {
  opacity: 1;
  transform: translate(813px, -525px);
}
.railmap #hashi_icon {
  transform: translate(183px, -700px);
}
.railmap #hashi_icon.scrollin {
  opacity: 1;
  transform: translate(183px, -275px);
}

#matsu_spot_1 {
  top: 80px;
  right: 60px;
}

#matsu_spot_2 {
  top: 190px;
  right: 120px;
}

#matsu_spot_3 {
  top: 55px;
  right: 60px;
}

#matsu_spot_4 {
  top: 0px;
  right: 30px;
}

#matsu_spot_5 {
  top: 75px;
  right: 10px;
}

#hashi_spot_1 {
  bottom: 155px;
  right: 510px;
}

#hashi_spot_2 {
  bottom: 100px;
  left: 380px;
}

#hashi_spot_3 {
  bottom: 130px;
  left: 420px;
}

#hashi_spot_4 {
  bottom: 124px;
  left: 350px;
}

#hashi_spot_5 {
  bottom: 135px;
  left: 300px;
}

#hashi_spot_6 {
  bottom: 220px;
  left: 260px;
}

#miya_spot_1 {
  bottom: 105px;
  left: 100px;
}

#miya_spot_2 {
  bottom: 60px;
  left: 40px;
}

#miya_spot_3 {
  bottom: 95px;
  left: 220px;
}

#miya_spot_4 {
  bottom: 120px;
  left: 240px;
}

#miya_spot_5 {
  bottom: 84px;
  left: 170px;
}

#miya_spot_6 {
  bottom: 68px;
  left: 110px;
}

/* 比較表 ======================================================================== */
.compare {
  padding: 15px 0px;
  border-top: 1px solid rgba(197, 178, 102, 0.5);
}
.compare:after {
  content: '';
  display: block;
  clear: both;
}
.compare ul {
  margin-left: 330px;
}
.compare li {
  border-bottom: 1px dotted rgba(197, 178, 102, 0.8);
  margin-bottom: 15px;
  line-height: 1.3rem;
}
.compare li:last-of-type {
  border-bottom: none;
}
.compare li h4 {
  font-size: 14pt;
  color: #b49d44;
  font-weight: normal;
  margin-bottom: 10px;
}
.compare li ul {
  margin-left: -15px !important;
}
.compare li ul:after {
  content: '';
  display: block;
  clear: both;
}
.compare li li {
  width: 165px;
  padding: 0px 15px;
  float: left;
  text-align: center;
  border-bottom: none;
  border-right: 1px dotted rgba(197, 178, 102, 0.8);
}
.compare li li h5 {
  font-size: 10.5pt;
  font-weight: normal;
  padding: 3px 0px;
}
.compare li li:nth-of-type(4n) {
  padding-right: 0px;
  border-right: none;
}
.compare .title {
  margin-top: -15px;
  width: 300px;
  float: left;
  text-align: center;
}
.compare .title h3 {
  padding: 8px 0px;
}
.compare .title h3 img {
  width: 160px;
  height: auto;
}
.compare .title h3 span {
  display: none;
}
.compare p {
  padding: 0px 0px 15px 0px;
  text-align: left;
  line-height: 1.3rem;
}

#compare_matsu .title {
  border-top: 7px solid #2c9758;
}

#compare_hashi .title {
  border-top: 7px solid #289fce;
}

#compare_miya .title {
  border-top: 7px solid #e74922;
}

/* ============================================================================== */
/* バナー広告 */
/* ============================================================================== */
#banner .outline {
  margin-bottom: 60px !important;
}
#banner h3 {
  font-size: 27px;
  padding: 36px 0px 24px 0px;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ヒラギノ明朝 Pro W3", "HiraMinPro W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: normal;
}
#banner .banner_outline {
  border-collapse: collapse;
  margin: 0px 15px 72px 15px;
}
#banner .banner_outline th {
  padding: 12px 20px;
  line-height: 1.5em;
  text-align: left;
  background: rgba(157, 135, 50, 0.1);
  border: 1px solid rgba(157, 135, 50, 0.3);
}
#banner .banner_outline th.table_tit {
  width: 20%;
}
#banner .banner_outline td {
  padding: 12px 20px;
  width: 40%;
  line-height: 1.5em;
  border: 1px solid rgba(157, 135, 50, 0.3);
}
#banner .banner_outline td strong {
  margin-top: 12px;
  display: block;
}
#banner .banner_outline tr:first-of-type th {
  text-align: center !important;
}
#banner p {
  line-height: 1.8em;
}
#banner p.error {
  color: #cc0000;
  text-align: left;
}
#banner p span {
  color: #cc0000;
}
#banner .info {
  margin: 15px;
  display: flex;
  flex-wrap: wrap;
}
#banner .info li {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  width: 300px;
  padding: 24px 15px;
  border: 1px solid rgba(157, 135, 50, 0.3);
}
#banner .info li h4 {
  padding-bottom: 6px;
  border-bottom: 1px dotted rgba(157, 135, 50, 0.45);
  margin-bottom: 12px;
}
#banner .info li:nth-of-type(2) a {
  display: block;
  margin-top: 16px;
  background: #b49d44;
  border: 1px solid #b49d44;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 12px;
  text-decoration: none;
}
#banner .info li:nth-of-type(2) a:hover {
  color: #b49d44;
  background: #fff;
}
#banner .info li:last-of-type {
  margin-right: -15px !important;
}
#banner .info li p {
  text-align: left !important;
}
#banner .info:after {
  content: '';
  display: block;
  clear: both;
}

#banner_form {
  margin: 12px auto 72px auto;
}
#banner_form dl {
  width: 720px;
  margin: 24px auto 0px auto;
}
#banner_form dt {
  width: 140px;
  float: left;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
}
#banner_form dt span {
  color: #cc0000;
}
#banner_form dd {
  margin-bottom: 10px;
  font-size: 14px;
  padding-left: 150px;
  text-align: left;
}
#banner_form dd input, #banner_form dd select {
  padding: 5px 10px;
  border: 1px solid rgba(157, 135, 50, 0.45);
  font-size: 14px;
}
#banner_form dd input.zip, #banner_form dd select.zip {
  width: 75px;
  margin-bottom: 10px;
}
#banner_form dd input.long, #banner_form dd select.long {
  width: 540px;
}
#banner_form dd input.eisu, #banner_form dd select.eisu {
  ime-mode: disabled;
}
#banner_form .button {
  margin: 24px auto 72px auto;
  text-align: center;
}
#banner_form .submit {
  padding: 16px 0px;
  width: 240px;
  background: #b49d44;
  border: 1px solid #b49d44;
  color: #fff;
  cursor: pointer;
}
#banner_form .submit:hover {
  color: #b49d44;
  background: #fff;
}
#banner_form .reset {
  padding: 16px 0px;
  width: 240px;
  border: 1px solid #b49d44;
  background: #fff;
  color: #b49d44;
  cursor: pointer;
}

.form_list {
  background: url(images/asanoha.png);
  padding: 24px 0px;
}

.kakunin dd {
  padding: 5px 10px;
  font-size: 14px;
}

#yoko {
  margin-top: 120px;
}

.yoko {
  margin: -12px 15px 60px 15px;
  text-align: left;
}
.yoko h4 {
  margin-top: 24px;
  margin-bottom: 5px;
}
.yoko p {
  line-height: 1.75em;
  text-align: left !important;
}
.yoko ol {
  margin: 8px 0px 8px 30px;
}
.yoko li {
  line-height: 1.75em;
  margin-left: 12px;
  list-style-type: decimal;
}

.thanks {
  margin: 36px 180px 240px 180px;
}

/* ============================================================================== */
/* footer */
/* ============================================================================== */
#page-top {
  position: fixed;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  bottom: 15px;
  right: 15px;
  z-index: 10000;
}
#page-top img {
  height: 40%;
  width: auto;
  margin-top: 12px;
}

footer {
  background: #e1d4a0;
}
footer .inner {
  padding: 15px;
}

/* ============================================================================== */
/* 個別設定 */
/* ============================================================================== */
.f_left {
  float: left;
}

.f_right {
  float: right;
}

.f_center {
  text-align: center;
  margin: 0px auto;
}

.t_left {
  text-align: left;
}

.t_right {
  text-align: right;
}

.t_center {
  text-align: center;
  margin: 0px auto;
}

.d_none {
  display: none;
}

.clear {
  content: '';
  display: block;
  clear: both;
}

.red {
  color: #e74922;
}
