/* Commons*/
body {
  background-color: #f7f2ee;
  color: #666666;
  font-size: 62.5%;
  font-family: Sinhala Sangam MN, 'Hiragino Maru Gothic ProN', 'ヒラギノ丸ゴ ProN', Meiryo, メイリオ , MS PGothic , MS Pゴシック , sans-serif;
  line-height: 1.6;
  behavior: url("/htc/csshover3.htc");
}

a {
  outline: 0;
}

a:link,
a:visited {
  color: #666666;
  text-decoration: none;
}

a:hover,
a:active {
  color: #fd758b;
  text-decoration: underline;
}

img {
  max-width: 100%;
  max-height: 100%;
}

h1, h2, h3, h4, h5, h6,
p,
li, dt, dd,
th, td {
  letter-spacing: 0.1em;
}

h1 {
  margin-bottom: 20px;
}

h2 {
  margin-bottom: 20px;
  font-size: 2.5em;
}

p, li, dt, dd {
  font-size: 1.6em;
}

em, dfn {
  font-style: nomal;
}

table {
  width: 100%;
  border-color: none;
  font-size: 1.7em;
}

th, td {
  color: #666666;
}

/* common */
div#container {
  margin: 30px auto;
  width: 100%;
  /* 960 */
  max-width: 960px;
}
div#container h2 {
  padding-left: 30px;
  background: url(/img/header/h2_icon.png) center left no-repeat;
}

div#container > header {
  float: left;
  width: 151px;
}
div#container > header #logo {
  width: 151px;
}
div#container > header nav {
  display: none;
}

nav#global-nav {
  float: right;
  margin-top: 30px;
}
nav#global-nav a {
  text-decoration: none;
}
nav#global-nav > ul {
  position: relative;
}
nav#global-nav > ul > li {
  float: left;
  margin: 0 5px 10px 5px;
  padding: 10px 15px;
}
nav#global-nav > ul > li > a {
  display: block;
  letter-spacing: 0.1em;
}
nav#global-nav > ul > li > a:hover {
  color: #ffffff;
}
nav#global-nav > ul > li:hover {
  background: #fd758b;
  color: #ffffff;
  text-decoration: none;
}
nav#global-nav > ul > li:hover > a {
  color: #ffffff;
}
nav#global-nav > ul > li.current_page {
  background: #fd758b;
  color: #ffffff;
  text-decoration: none;
}
nav#global-nav > ul > li.current_page > a {
  color: #ffffff;
}
nav#global-nav > ul > li.dropdown {
  position: relative;
  cursor: pointer;
}
nav#global-nav > ul > li.dropdown > ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  margin: 3px 0 0 0;
  padding: 15px;
  height: 200px;
  background: #ffffff;
}
nav#global-nav > ul > li.dropdown > ul li {
  color: #666666;
  float: none;
  margin-bottom: 10px;
  width: 150px;
  font-size: 1em;
}
nav#global-nav > ul > li.dropdown > ul li a {
  padding-left: 29px;
  background: url(/img/nav/common/nav-arrow_off.png) 13px center no-repeat transparent;
  display: block;
  padding: 8px 13px 8px 29px;
}
nav#global-nav > ul > li.dropdown > ul li a:hover {
  padding-left: 29px;
  background: url(/img/nav/common/nav-arrow_on.png) 13px center no-repeat transparent;
  color: #ffffff;
}
nav#global-nav > ul > li.dropdown > ul li:hover {
  background: #fd758b;
  color: #ffffff;
  text-decoration: none;
}
nav#global-nav > ul > li.dropdown > ul:after {
  position: absolute;
  top: -10px;
  left: 35px;
  display: block;
  width: 0;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: #ffffff transparent;
  content: "";
}

div#content {
  clear: both;
  /* fadeIn BackTop */
}
div#content header#current_content {
  margin: 30px 0;
}
div#content header#current_content h1 {
  float: left;
  margin-bottom: 0;
}
div#content header#current_content nav#topicpath {
  float: right;
}
div#content header#current_content nav#topicpath ol li {
  float: left;
}
div#content header#current_content nav#topicpath ol li a {
  color: #fd758b;
  text-decoration: underline;
}
div#content header#current_content nav#topicpath ol li span {
  margin: 0 5px;
}
div#content a {
  color: #666666;
}
div#content section,
div#content address {
  background: #ffffff;
}
div#content section > header {
  margin: 15px;
}
div#content section > header h1 {
  margin-bottom: 10px;
}
div#content section div.illustration {
  margin: 15px 15px 0;
  background-color: #ffffff;
}
div#content section div.illustration img {
  margin-bottom: -4px;
}
div#content section p.detail {
  color: #fd758b;
  padding-left: 29px;
  background: url(/img/nav/common/nav-arrow_off.png) 13px center no-repeat transparent;
  float: right;
  margin: 15px 0;
}
div#content .unit {
  float: left;
  margin: 10px;
}
div#content .col3 {
  width: 220px;
}
div#content .col4 {
  width: 300px;
}
div#content .col5 {
  width: 380px;
}
div#content .col6 {
  width: 460px;
}
div#content .col7 {
  width: 540px;
}
div#content .col8 {
  width: 620px;
}
div#content .col9 {
  width: 700px;
}
div#content .col12 {
  width: 940px;
}
div#content nav#back-top {
  position: fixed;
  right: 50px;
  bottom: 30px;
}
div#content nav#back-top p a {
  display: block;
  padding: 15px;
  background: rgba(253, 118, 140, 0.7);
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#fb9aa9, endcolorstr=#fb9aa9, gradienttype=0);
}
div#content nav#back-top p a:hover {
  background: #fd768c;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#fd758a, endcolorstr=#fd758a, gradienttype=0);
}

section.in_contact address {
  margin: 15px;
}
section.in_contact address dl dd {
  margin-bottom: 10px;
}
section.in_contact address dl dd em {
  color: #fd758b;
  font-size: 1.5em;
}

footer {
  clear: both;
  padding-top: 20px;
}
footer > a:hover {
  color: #666666;
}
footer section.in_contact {
  float: left;
}
footer section.in_contact address {
  margin: 15px;
}
footer section.in_contact address dl dd {
  margin-bottom: 10px;
}
footer section.in_contact address dl dd em {
  color: #fd758b;
  font-size: 1.8em;
}
footer section.in_contact address {
  margin: 0;
}
footer nav#sitemap-nav {
  float: right;
}
footer nav#sitemap-nav ul li {
  float: left;
  margin-right: 1.6em;
}
footer p#copyright {
  clear: both;
  padding-top: 10px;
  text-align: left;
  font-size: 1.4em;
}

/* home */
body#home div#main-visual {
  clear: both;
  padding-top: 20px;
}
body#home div#content {
  margin-top: -15%;
}

/* service */
body#service div#main {
  float: left;
  max-width: 740px;
  width: 100%;
}
body#service div#main section {
  margin-bottom: 20px;
  padding: 20px;
}
body#service div#main div {
  background-color: #ffffff;
}
body#service div#main div#main-visual {
  margin-bottom: 20px;
  padding: 20px 20px 0 20px;
}
body#service div#main div#main-visual img {
  margin-bottom: -4px;
}
body#service div#main section#price table {
  float: left;
  margin-right: 20px;
  width: 48%;
}
body#service div#main section#price table th {
  width: 80%;
}
body#service div#main section#price table td {
  color: #fd758b;
  width: 20%;
}
body#service div#main section#price table th, body#service div#main section#price table td {
  padding: 10px;
  border-bottom: 1px dotted #c0c0c0;
}
body#service div#main section#price table.last-child {
  margin-right: 0;
}
body#service div#main section#flow ol li {
  margin-bottom: 20px;
  font-size: 100%;
}
body#service div#main section#flow ol li > dl {
  padding-bottom: 45px;
  background: url(/img/content/service/flow_arrow.gif) no-repeat 150px bottom;
}
body#service div#main section#flow ol li > dl > dt {
  font-size: 2.4em;
}
body#service div#main section#flow ol li > dl > dt span {
  color: #fd758b;
}
body#service div#main section#flow ol li > dl dd dl.ticket {
  margin: 20px 0;
}
body#service div#main section#flow ol li > dl dd dl.ticket dt {
  color: #fd758b;
  font-weight: bold;
  font-size: 100%;
}
body#service div#main section#flow ol li > dl dd dl.ticket dd {
  font-size: 100%;
}
body#service div#main section#flow ol li > dl dd.contact {
  margin: 10px 0;
}
body#service div#main section#flow ol li > dl dd.contact em {
  color: #fd758b;
  font-size: 1.4em;
}
body#service div#main section#flow ol li dl.last-child {
  padding-bottom: 0;
  background: none;
}
body#service div#sidebar {
  float: right;
  width: 200px;
}
body#service div#sidebar a {
  text-decoration: none;
}
body#service div#sidebar nav#local-nav ul {
  padding: 15px;
  background: #ffffff;
}
body#service div#sidebar nav#local-nav ul li {
  color: #666666;
  float: none;
  margin-bottom: 10px;
  width: 170px;
  font-size: 1.6em;
}
body#service div#sidebar nav#local-nav ul li a {
  padding-left: 29px;
  background: url(/img/nav/common/nav-arrow_off.png) 13px center no-repeat transparent;
  display: block;
  padding: 8px 13px 8px 29px;
}
body#service div#sidebar nav#local-nav ul li a:hover {
  padding-left: 29px;
  background: url(/img/nav/common/nav-arrow_on.png) 13px center no-repeat transparent;
  color: #ffffff;
}
body#service div#sidebar nav#local-nav ul li:hover {
  background: #fd758b;
  color: #ffffff;
  text-decoration: none;
}
body#service div#sidebar nav#local-nav ul li.current_page {
  background: #fd758b;
  color: #ffffff;
  text-decoration: none;
}
body#service div#sidebar nav#local-nav ul li.current_page > a {
  padding-left: 29px;
  background: url(/img/nav/common/nav-arrow_on.png) 13px center no-repeat transparent;
  color: #ffffff;
}

/* stuff */
body#stuff div#content div.profile {
  padding: 20px;
  background: #ffffff;
}

/* shop */
body#shop div#content section#summary {
  padding: 20px;
}
body#shop div#content section#summary dl {
  float: left;
}
body#shop div#content section#summary dl dt {
  color: #fd758b;
}
body#shop div#content section#summary dl dd {
  margin-bottom: 20px;
}
body#shop div#content section#summary div#landscape {
  position: relative;
  z-index: 0;
  float: right;
}
body#shop div#content section#summary div#landscape div.touchslider-viewport {
  overflow: hidden;
  width: 560px;
  height: 420px;
}
body#shop div#content section#summary div#landscape div.touchslider-viewport + div {
  position: absolute;
  bottom: 10px;
  left: 200px;
  z-index: 1;
}
body#shop div#content section#summary div#landscape .touchslider-prev,
body#shop div#content section#summary div#landscape .touchslider-next {
  position: absolute;
}
body#shop div#content section#summary div#landscape .touchslider-prev {
  top: -200px;
  left: -190px;
}
body#shop div#content section#summary div#landscape .touchslider-next {
  position: absolute;
  top: -200px;
  right: -190px;
}
body#shop div#content section#summary div#landscape .touchslider-nav-item {
  margin: 0 5px;
  color: #ffffff;
}
body#shop div#content section#summary div#landscape .touchslider-nav-item-current {
  color: #fd758b;
}

/* access */
body#access section#route {
  padding: 20px;
}
body#access section#route div#map_canvas + p {
  margin: 5px 0 20px 0;
}
body#access section#route div#map_canvas + p a:hover {
  color: #fd758b;
}
body#access section#route section#bus,
body#access section#route section#train {
  width: 46%;
}
body#access section#route section#bus h2,
body#access section#route section#train h2 {
  margin-left: 0;
}
body#access section#route section#bus {
  float: left;
}
body#access section#route section#bus dl dt {
  margin-bottom: 10px;
  font-size: 2.5em;
}
body#access section#route section#bus dl dd {
  margin-bottom: 25px;
}
body#access section#route section#bus dl dd ul {
  margin: 10px 20px;
  margin-left: 1em;
  padding-left: 1em;
  list-style-type: disc;
}
body#access section#route section#bus dl dd ul li {
  font-size: 1em;
}
body#access section#route section#train {
  float: right;
}

/* policy */
/*PC(980px)*/
/*Tablet(768px)*/
@media screen and (max-width: 767px) {
  div#content {
    margin: 0 10px;
  }
  div#content header#current_content {
    margin-top: 30px;
  }
  div#content header#current_content h1 {
    margin-bottom: 20px;
  }
  div#content header#current_content nav#topicpath {
    float: none;
    clear: both;
  }

  footer nav#sitemap-nav {
    display: none;
  }

  div#container > header {
    float: none;
    width: 100%;
  }
  div#container > header #logo {
    float: left;
    padding-left: 20px;
  }
  div#container > header nav#toggle-nav {
    display: block;
    float: right;
    padding-right: 20px;
  }
  div#container > header nav#toggle-nav > p {
    color: #fd758b;
    text-align: center;
    font-size: 1.1em;
  }
  div#container > header nav#toggle-nav p#btn {
    background-color: #fd758b;
    cursor: pointer;
    padding: 5px 10px;
  }
  div#container > header nav#toggle-nav p#btn span {
    display: block;
    margin: 7px 0;
    width: 30px;
    height: 2px;
    background: #ffffff;
  }
  div#container > header nav#toggle-nav:active {
    opacity: 0.8;
  }

  nav#global-nav {
    display: none;
    float: none;
    clear: both;
    margin: 20px;
  }
  nav#global-nav > ul {
    padding: 20px;
    background-color: #ffffff;
  }
  nav#global-nav > ul > li {
    float: none;
  }
  nav#global-nav > ul > li.dropdown {
    background-image: url(/img/nav/global/dropdown-arrow_off.png);
    background-position: 95.52% 17px;
    background-repeat: no-repeat;
  }
  nav#global-nav > ul > li.dropdown > ul {
    position: relative;
    margin: 10px 0;
  }
  nav#global-nav > ul > li.dropdown > ul li {
    color: #666666;
    float: none;
    margin-bottom: 10px;
    width: 100%;
    font-size: 1em;
  }
  nav#global-nav > ul > li.dropdown > ul li a {
    padding-left: 29px;
    background: url(/img/nav/common/nav-arrow_off.png) 13px center no-repeat transparent;
    display: block;
    padding: 8px 13px 8px 29px;
  }
  nav#global-nav > ul > li.dropdown > ul li a:hover {
    padding-left: 29px;
    background: url(/img/nav/common/nav-arrow_on.png) 13px center no-repeat transparent;
    color: #ffffff;
  }
  nav#global-nav > ul > li.dropdown > ul li:hover {
    background: #fd758b;
    color: #ffffff;
    text-decoration: none;
  }
  nav#global-nav > ul > li.dropdown > ul:after {
    display: none;
  }
  nav#global-nav > ul > li.dropdown:hover {
    background-image: url(/img/nav/global/dropdown-arrow_on.png);
  }

  footer {
    margin: 0 20px;
  }

  body#service div#main section#summary header,
  body#service div#main section#summary div.illustration {
    float: none;
    width: 100%;
  }
  body#service div#main section#price table {
    width: 100%;
  }
  body#service div#sidebar {
    display: none;
  }

  /* shop */
  body#shop div#content section#summary dl {
    float: none;
  }
  body#shop div#content section#summary div#landscape {
    float: none;
  }
  body#shop div#content section#summary div#landscape div.touchslider-viewport {
    width: 380px;
    height: 240px;
  }
  body#shop div#content section#summary div#landscape div.touchslider-viewport + div {
    bottom: 5px;
    left: 95px;
  }
  body#shop div#content section#summary div#landscape .touchslider-prev,
  body#shop div#content section#summary div#landscape .touchslider-next {
    display: none;
  }

  /* access */
  body#access section#route section#bus,
  body#access section#route section#train {
    width: 100%;
  }
  body#access section#route section#bus {
    float: none;
  }
  body#access section#route section#train {
    float: none;
  }
}
/*SmartPhone(480px)*/
