@charset "UTF-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.contentBody img {
  max-width: 100%;
  height: auto;
}

/* Base Style
================================================== */
* {
  box-sizing: border-box;
}

body {
  background-color: #fff;
  color: #666666;
  font-size: 95%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  overflow-x: hidden;
}

a {
  color: #3396cf;
}

a:hover,
a:focus {
  color: #ccad00;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

@media screen and (max-width: 768px) {
  a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
  }

  .sp {
    display: none;
  }
}

a:hover img,
a:focus img {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

input,
select,
textarea {
  color: #666;
  font-family: inherit;
  font-size: 80%;
}

sup {
  font-size: 0.5em;
  vertical-align: top;
}

sub {
  font-size: 0.5em;
  vertical-align: bottom;
}

/* layout
*/
.skip {
  display: none;
}

.new {
  margin-left: 0.75em;
  padding: 3px 5px 2px;
  border-radius: 2px;
  background-color: #d00;
  color: #fff;
  font-size: 75%;
  font-weight: normal;
  text-transform: uppercase;
}

/*custom_field body*/
#map_pos_body {
  width: 300px;
  height: 200px;
}

#container {
  position: relative;
}

#header {
  position: relative;
  z-index: 100;
}

#content {
  margin-bottom: 0px;
}

#content-top {
  margin-bottom: 0px;
  padding-top: 10px;
  background-color: #e1f5ff;
  background-image: url(/theme/sn-default/images/bg-top.png);
  background-size: 500px 500px;
  background-repeat: no-repeat;
  background-position: left -150px top -50px;
}

.inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin: 10px auto 0px auto;
}

@media screen and (max-width: 768px) {
  .inner {
    margin: 0px auto 0px auto;
  }
}

@media screen and (max-width: 768px) {
  #main {
    padding: 10px;
  }
}

#breadCrumb {
  font-size: 0.8em;
}

.margin-b {
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    min-width: 320px;
  }
}

.l-header-top-logo {
  float: left;
  width: 25%;
}

.l-header-top-tt {
  float: right;
  width: 7%;
  margin: 0px 15px;
}

.l-header-top-tt img {
  border: solid 1px #3398d1;
  background-color: #fff302;
}

.l-header-top-contact {
  float: right;
  width: 28%;
}

.l-header-top-rightblock {
  float: right;
  width: 36%;
}

img.p-header-top-contact-image {
  max-width: 297px;
  width: 100%;
  border-top: solid 1px #3398d1;
  border-right: solid 1px #3398d1;
  border-bottom: solid 1px #3398d1;
}

@media screen and (max-width: 768px) {
  .l-header-top-logo,
  .l-header-top-links {
    width: 100%;
    margin-bottom: 10px;
  }

  .l-header-top-contact-block {
    width: 100%;
    max-width: 425px;
    float: none;
    margin: 0 auto;
  }

  .l-header-top-tt {
    width: 20%;
    margin: 0;
    text-align: center;
  }

  .l-header-top-contact {
    width: 80%;
    margin: 0;
    text-align: center;
  }

  img.p-header-top-contact-image,
  img.p-header-top-contact-image-tt {
    width: 95%;
    max-width: inherit;
  }

  .l-header-top-rightblock {
    width: 100%;
  }
}

.l-header-nav-links {
  width: 100%;
  background-image: -webkit-linear-gradient(
    270deg,
    rgba(0, 150, 209, 1) 0%,
    rgba(0, 150, 209, 1) 35.57%,
    rgba(1, 134, 201, 1) 59.25%,
    rgba(1, 134, 201, 1) 100%
  );
  background-image: -moz-linear-gradient(
    270deg,
    rgba(0, 150, 209, 1) 0%,
    rgba(0, 150, 209, 1) 35.57%,
    rgba(1, 134, 201, 1) 59.25%,
    rgba(1, 134, 201, 1) 100%
  );
  background-image: -o-linear-gradient(
    270deg,
    rgba(0, 150, 209, 1) 0%,
    rgba(0, 150, 209, 1) 35.57%,
    rgba(1, 134, 201, 1) 59.25%,
    rgba(1, 134, 201, 1) 100%
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 150, 209, 1) 0%,
    rgba(0, 150, 209, 1) 35.57%,
    rgba(1, 134, 201, 1) 59.25%,
    rgba(1, 134, 201, 1) 100%
  );
}

li.header-list-mark {
  float: left;
  background-image: url(/theme/sn-default/images/header-list-mark.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 20px;
  font-size: 0.8em;
  margin: 0px 10px 0px 0px;
}

.header_links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.header_links_item {
  float: left;
  background-image: url(/theme/sn-default/images/line.png);
  background-position: right top;
  background-repeat: no-repeat;
  padding: 20px 30px 20px 30px;
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
  display: block;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.header_links_item:first-child {
  float: left;
  background-image: url(/theme/sn-default/images/line.png),
    url(/theme/sn-default/images/line.png);
  background-position: left top, right top;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .l-header-nav-links {
    display: none;
  }

  .header_links_item {
    float: none;
    background-image: url(none);
    background-position: right top;
    background-repeat: no-repeat;
    padding: 20px 30px 20px 30px;
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
    display: block;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    border-bottom: solid 1px #fff;
  }

  .header_links_item:first-child {
    float: none;
    background-image: url(none), url(none);
    background-position: left top, right top;
    background-repeat: no-repeat;
  }
}

.header_top_layer {
  padding-top: 5px;
  padding-bottom: 0px;
}

.h_logo {
  padding-top: 0px;
}

.h_logo_img {
  margin-left: 10px;
  max-width: 200px;
}

.l-header-top-setting {
  margin-bottom: 10px;
}

.l-header-top-setting-form {
  margin-right: 20px;
}

.input01 {
  height: 28px;
  border: 1px solid #0085cc;
  /*text-align: center;*/
}

.input02 {
  width: 28px;
  border: 1px solid #0085cc;
  text-align: center;
}

.input03 {
  border: 1px solid #0085cc;
}

#cp_hotel_1_1,
#cp_hotel_1_2,
#cp_hotel_2_1,
#cp_hotel_2_2 {
}

#google_translate_element {
  height: 28px;

  text-align: center;
}

.goog-te-gadget-simple {
  border: 0px solid #fff;
}

@media screen and (max-width: 768px) {
  .l-header-top-setting-form {
    margin-right: 0px;
    display: none;
  }
}

/* 右寄せメニュについての記述*/
/* Header
================================================== */
.header-top {
  position: fixed;
  right: 0;
  top: 0;
  /*background-color: #FFF;*/
  width: 100px;
}

.header-top button {
  float: left;
  margin: 15px 0 0 0;
}

.header-top .logo {
  float: left;
}

.header-top a {
  text-decoration: none;
}

.menu_open_button {
  margin-top: 5px;
  background-repeat: no-repeat;
  background-position: 14px 8px;
  background-image: url(/theme/sn-default/images/menu_icon.png);
  background-color: #2a92cc;
  padding-top: 28px;
  text-align: center;
  width: 55px;
  color: #fff;
  font-size: 10px;
  text-decoration: none;
}

.menu_close_button {
  background-repeat: no-repeat;
  background-position: 14px 8px;
  background-image: url(/theme/sn-default/images/menu_icon.png);
  background-color: #000;
  padding-top: 28px;
  text-align: center;
  width: 55px;
  color: #fff;
  font-size: 10px;
  text-decoration: none;
  float: right;
}

/* Header Nav
================================================== */
.header-navi .nav-header {
  background: #fff;
}

.header-navi .nav-header h2 {
  float: left;
  padding: 15px 5px 5px 5px;
}

.header-navi .nav-header button {
  float: right;
  padding: 5px;
}

.header-navi .nav-header button img {
  width: 45px;
}

/*サイドバー
---------------------------------------------------------------*/
#modal {
  display: none;
}

#modal ul li {
  width: 100%;
  height: 3em;
  border-bottom: 2px solid #fff;
  padding-left: 10px;
  text-align: left;
}

#modal ul li a {
  display: block;
  color: #06adf1;
  text-decoration: none;
  padding: 10px 10px 10px 20px;
}

.close {
  text-align: right;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  height: 50px;
}

.open {
  display: block;
  margin-top: 7px;
  margin-right: 7px;
  float: right;
}

.open img {
  vertical-align: middle;
}

#pageslide {
  /* These styles MUST be included. Do not change. */
  display: none;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  /* Specify the width of your pageslide here */
  width: 250px;
  /* These styles are optional, and describe how the pageslide will look */
  -webkit-box-shadow: inset 0 0 5px 5px #222;
  -moz-shadow: inset 0 0 5px 5px #222;
  box-shadow: inset 0 0 5px 5px #222;
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  overflow-y: scroll;
  background-color: #007fc2;
  border: 4px solid #fff;
  box-shadow: 0px 0px 4px #aaa;
  margin-bottom: 10px;
  height: 100%;
}

/* menu responsive */
.menu_open_button {
  display: none;
}

@media screen and (max-width: 768px) {
  .menu_open_button {
    display: block;
  }

  .h_logo,
  .h_right {
    width: 100%;
  }

  .h_right {
    padding-top: 20px;
  }

  ul.header_links,
  ul.header_top_layer_links {
    display: none;
  }
}

/* Top
================================================== */
.l-top-content-l {
  float: left;
  width: 55%;
  margin: 2px;
  position: relative;
  z-index: 0;
}

.l-top-content-r {
  float: right;
  width: 43%;
  margin: 2px;
}

@media screen and (max-width: 768px) {
  .l-top-content-l,
  .l-top-content-r {
    float: none;
    margin: 5px auto;
    width: 100%;
  }

  .l-top-content-l {
    max-width: 548px;
  }
}

.top-content-block-header {
  background-image: -webkit-linear-gradient(
    270deg,
    rgba(0, 150, 209, 1) 0%,
    rgba(0, 150, 209, 1) 35.57%,
    rgba(1, 134, 201, 1) 59.25%,
    rgba(1, 134, 201, 1) 100%
  );
  background-image: -moz-linear-gradient(
    270deg,
    rgba(0, 150, 209, 1) 0%,
    rgba(0, 150, 209, 1) 35.57%,
    rgba(1, 134, 201, 1) 59.25%,
    rgba(1, 134, 201, 1) 100%
  );
  background-image: -o-linear-gradient(
    270deg,
    rgba(0, 150, 209, 1) 0%,
    rgba(0, 150, 209, 1) 35.57%,
    rgba(1, 134, 201, 1) 59.25%,
    rgba(1, 134, 201, 1) 100%
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 150, 209, 1) 0%,
    rgba(0, 150, 209, 1) 35.57%,
    rgba(1, 134, 201, 1) 59.25%,
    rgba(1, 134, 201, 1) 100%
  );
  padding: 10px;
}

.top-content-block-header h2 {
  color: #fff;
  background-position: left;
  background-repeat: no-repeat;
  padding: 3px 0px 3px 48px;
  font-size: 1.5em;
  font-weight: bold;
  vertical-align: middle;
  display: table-cell;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.top-content-block-header h2 a {
  color: #fff;
  text-decoration: none;
}

.p-kouro-header {
  background-image: url(/theme/sn-default/images/top-kouro-icon.png);
  background-size: 40px 40px;
}

.p-unkou-header {
  background-image: url(/theme/sn-default/images/top-joukyou-icon.png);
  background-size: 40px 40px;
}

.top-content-block-header h2.p-tabistart-header {
  font-size: 1.3em;
}

.p-kouro-image {
  padding: 15px 10px 5px 10px;
  width: 100%;
}

@media screen and (max-width: 435px) {
  .p-kouro-image {
    padding-bottom: 40px;
  }
}

.p-kouro-desc-head {
  color: #3f9ace;
  position: absolute;
  top: 18%;
  left: 30px;
  font-size: 1.2em;
  font-weight: bold;
}

.p-kouro-desc-content {
  position: absolute;
  top: 70%;
  left: 30px;
  width: 13em;
  font-size: 0.9em;
}

@media screen and (max-width: 540px) {
  .p-kouro-desc-head {
    font-size: 1em;
  }

  .p-kouro-desc-content {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 435px) {
  .p-kouro-desc-head {
    left: 6px;
    top: 53%;
    font-size: 0.9em;
  }

  .p-kouro-desc-content {
    left: 6px;
    top: 67%;
    width: 13em;
    font-size: 0.4em;
  }
}

#main .p-unkou-block {
  font-size: 1.5em;
}

.p-unkou-block {
  font-size: 1.3em;
}

#main .p-unkou-content {
  padding: 15px 20px 20px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 #3396cf;
  -moz-box-shadow: 0 0 5px 0 #3396cf;
  box-shadow: 0 0 5px 0 #3396cf;
}

.p-unkou-content {
  padding: 15px 20px 20px 20px;
}

.p-unkou-todays-notice {
  padding: 5px;
  font-size: 1.5em;
}

.p-unkou-content-text-day {
  text-align: center;
  line-height: 2em;
  border-bottom: 1px #3398d1 solid;
  font-size: 0.7em;
  font-weight: bold;
  font-size: 110%;
}

.p-unkou-content-text {
  text-align: center;
  line-height: 2em;
  border-bottom: 1px #3398d1 solid;
  font-size: 0.8em;
  font-weight: bold;
  background-color: #dff5ff;
}

.txt-blue {
  color: #008fce;
}

.p-unkou-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 5px;
  padding-bottom: 5px;
}

.p-unkou-text-small {
  font-size: 0.6em;
}

@media screen and (max-width: 500px) {
  .p-unkou-wave-table {
    top: 60px;
  }

  .p-unkou-text-small span {
    display: block;
  }

  .nami-sp {
    display: block;
  }
}

.p-unkou-list-item-wrap {
  width: 46%;
}

.p-unkou-list-item {
  padding: 16px 8px 16px 8px;
  margin: 16px auto;
  color: #fff;
  border-radius: 4px;
  text-align: center;
}

#main .p-unkou-list-item {
  font-size: 1.3em;
}

.p-unkou-list-item-comment {
  width: 100%;
  text-align: center;
}

#top_unkou .p-unkou-list-item-comment {
  display: none;
}

a.btn-stat {
  display: block;
  text-decoration: none;
  color: #fff;
}

.p-unkou-item-operation {
  background: #364dd0;

  /* box-shadow */

  -webkit-box-shadow: 0 0 5px 0 #213e87;
  /* Safari, Chrome用 */
  -moz-box-shadow: 0 0 5px 0 #213e87;
  /* Firefox用 */
  box-shadow: 0 0 5px 0 #213e87;
  /* CSS3 */

  /* border-radius */
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;

  /* border */
}

.p-unkou-item-changed {
  background: #c7a028;

  /* box-shadow */

  -webkit-box-shadow: 0 0 5px 0 #896f00;
  /* Safari, Chrome用 */
  -moz-box-shadow: 0 0 5px 0 #896f00;
  /* Firefox用 */
  box-shadow: 0 0 5px 0 #896f00;
  /* CSS3 */

  /* border-radius */
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.p-unkou-item-kekkou {
  background: #c73738;
  /* box-shadow */

  -webkit-box-shadow: 0 0 5px 0 #992828;
  /* Safari, Chrome用 */
  -moz-box-shadow: 0 0 5px 0 #992828;
  /* Firefox用 */
  box-shadow: 0 0 5px 0 #992828;
  /* CSS3 */

  /* border-radius */
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.p-unkou-list-item-status {
  font-size: 1.4em;
  letter-spacing: -2px;
  font-weight: bold;
  color: #f2ef9d;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.p-unkou-list-item-status-en {
  font-size: 1.1em;
}

.p-unkou-list-item-name {
  font-size: 0.9em;
}

#top_unkou .p-unkou-list-item-shipnames {
  display: none;
}

.cap-top-stl {
  max-width: 1000px;
  text-align: center;
  margin: 40px auto 0px auto;
}

.cap-top-stl img {
  width: 100%;
  max-width: 1000px;
}

.p-tabistart-header {
  padding: 10px 20px 10px 20px;
  font-size: 1.2em;
  text-align: center;
  background-image: url(../images/bg-title03.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.p-tabistart-block {
  margin-top: 20px;
}

.p-tabistart-links {
  margin-bottom: 0px;

  padding: 10px 5px 5px 5px;
}

.p-tabistart-link_block {
  margin: 0px;
  width: 32%;
  margin-left: 4px;
  margin-bottom: 4px;
  float: left;
}

.p-tabistart-link_block a {
  display: block;
  border: 1px solid #2c97d2;
  background-color: #d7f2ff;
  font-size: 90%;
  padding: 10px 10px 10px 10px;
  text-align: center;
  vertical-align: middle;

  color: #3398d1;
  text-decoration: none;
}

.c-link-block a:hover {
  background-color: #bae1f4;
}

.p-otanoshimi-block {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  background: url(/theme/sn-default/images/top-otanoshimi-bkg.png) repeat;
}

.p-otanoshimi-header {
  text-align: center;
  margin-top: -5px;
  margin-bottom: 15px;
}

.p-otanoshimi-header-image {
  width: 100%;
  max-width: 500px;
  margin-top: -5px;
}

.p-otanoshimi-cards {
  padding: 0px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-otanoshimi-cards::after {
  content: "";
  display: block;
  width: 31%;
}

.p-otanoshimi-card {
  margin-bottom: 20px;
  box-sizing: border-box;
  width: 31%;
  color: #fff;
}

.p-otanoshimi-card a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-otanoshimi-card {
    width: 48%;
  }
}

img.p-otanoshimi-card-icon {
  display: block;
  width: 100%;
}

.p-otanoshimi-card-desc {
  padding: 0.8em;
  font-size: 1em;
  text-align: center;
  background: #2c97d2;
}

.p-top-tabiplan {
  width: 100%;
  overflow-x: hidden;
}

img.p-top-tabiplan-head {
  display: block;
  margin: 0 auto;
  margin-top: 45px;
  float: none;
  width: 100%;
  max-width: 995px;
}

@media screen and (max-width: 768px) {
  img.p-top-tabiplan-head {
    width: 150%;
    margin-left: -25%;
  }
}

.wrap-tabi {
  width: 100%;
  max-width: 1000px;
  margin: 20px auto;
  text-align: center;
  font-weight: bold;
}

.p-top-tabiplan-cards-wrap {
  width: 100%;
  overflow-x: scroll;
}

.p-top-tabiplan-cards {
  position: relative;

  width: 100%;
  max-width: 1000px;
  float: none;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 30px;
  /*overflow-x: scroll;*/
}

.p-top-tabiplan-cards:after {
  content: "";
  display: block;
  width: 30%;
}

.p-top-tabiplan-card-wrap {
  width: 31%;
  margin: 1%;
}

@media screen and (max-width: 768px) {
  .p-top-tabiplan-card-wrap {
    width: 48%;
    margin-bottom: 20px;
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  .p-top-tabiplan-card-wrap {
    width: 100%;
  }
}

.p-top-tabiplan-card {
  padding: 10px;
  max-width: 400px;
  margin: 0px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 #ccc;
  -moz-box-shadow: 0 0 5px 0 #ccc;
  box-shadow: 0 0 5px 0 #ccc;
}

#main .p-top-tabiplan-card {
  position: relative;
  padding: 10px;
  /* width: 310px; */
  /* margin: 0 10px 0 10px; */
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 #ccc;
  -moz-box-shadow: 0 0 5px 0 #ccc;
  box-shadow: 0 0 5px 0 #ccc;
}

img.p-top-tabiplan-card-image {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

h3.p-top-tabiplan-card-head {
  width: 100%;
  text-align: center;
  font-size: 1.1em;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #2c96d1;
}

.p-top-tabiplan-card-data {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #2c96d1;
  border-bottom: 1px solid #2c96d1;
}

.p-top-tabiplan-card-data-row {
  width: 100%;
  padding: 5px;
  overflow: hidden;
  *zoom: 1;
}

.p-top-tabiplan-card-data-row dt,
.p-top-tabiplan-card-data-row dd {
  float: left;
  padding: 2px;
}

.p-top-tabiplan-card-data-row dt {
  text-align: center;
  background: #7bc100;
  padding: 5px;
  vertical-align: middle;
  text-align: center;
  font-size: 0.7em;

  width: 50px;
  color: #fff;
}

.p-top-tabiplan-card-data-row dd {
  margin-left: 10px;
  font-size: 1em;
}

.p-top-tabiplan-card-link {
  background: #fff;
  padding: 6px;
  text-align: center;
}

img.p-top-tabiplan-contact {
  display: block;
  float: none;
  margin: 10px auto;
  max-width: 940px;
  width: 100%;
}

.p-top-content-after {
  padding-top: 16px;
  padding-bottom: 20px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #e0f5ff;
}

.l-top-content-after-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-top-news-section {
  width: 67%;
  padding: 10px;
  background: #fff;
}

.p-top-downloads-section {
  width: 30%;
  padding: 10px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .l-top-content-after-flexbox {
    display: block;
  }

  .p-top-news-section,
  .p-top-downloads-section {
    width: 100%;
  }
}

.c-news-section-head {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #589bd3;
}

.c-news-section-head h2,
.c-news-section-head .c-news-section-head-news {
  float: left;
}

.c-news-section-head h2 {
  font-size: 1.2em;
  border-left: 6px solid #2c96d1;
  padding-left: 10px;
}

.c-news-section-head .c-news-section-head-news {
  margin-top: 5px;
  margin-left: 15px;
}

.p-top-news-section-list li {
  padding: 9px;
  border-bottom: 1px solid #ccc;
  font-size: 0.9em;
}

.p-top-news-section-list span.date {
  color: #2c96d1;
}

.p-top-news-section-list span.title {
  margin-left: 1.5em;
}

.p-downloads-link_block {
  margin: 5px 10px;
}

.p-downloads-link_block {
  margin: 5px 10px;
}

/* footer
*/

#footer {
  padding-top: 16px;
  padding-bottom: 10px;
  margin-top: 30px;
  border-top: 3px solid #3397d0;
  /*position: relative;*/
  /*z-index: 1;*/
}

/*#footer:before{*/
/*content: "";*/
/*display: block;*/
/*position: absolute;*/
/*top: 3px;*/
/*left: 0px;*/
/*border-top: 1px solid #3397d0;*/
/*width: 100%;*/
/*padding-bottom: 2px;*/
/*min-height: 100%;*/
/*z-index: 10;*/
/*}*/
.p-footer-links {
}

.p-footer-descs-wrap {
  margin-top: 20px;
}

.p-footer-descs-wrap img {
  max-width: 80px;
}

.p-footer_logo,
.p-footer-descs {
  float: left;
}

@media screen and (max-width: 768px) {
  .p-footer-links {
    width: 95%;
    margin: 0px auto;
  }

  .p-footer_logo {
    display: none;
  }
}

.p-footer-descs {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .p-footer-descs {
    margin-left: 10px;
  }
}

.p-footer-title {
  font-size: 1.5em;
  font-weight: bold;
}

.r-link {
  width: 300px;
  float: right;
  padding: 10px;
}

.link-f {
  clear: both;
  border: 1px solid #2c97d2;
  background-color: #fff;

  padding: 5px;
  margin: 5px 0px 5px 0px;
}

.p-footer-contact {
  padding: 6px;
  padding-left: 20px;
  border: 1px #2c97d2 solid;
  color: #2c97d2;
  margin-left: 5px;
}

.p-footer-descs-info {
  margin-top: 1em;
  font-size: 0.9em;
}

/* col
================================================== */
.p-top-content-block {
  border: 4px solid #ffffff;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 #3396cf;
  -moz-box-shadow: 0 0 5px 0 #3396cf;
  box-shadow: 0 0 5px 0 #3396cf;
}

.p-top-content-block02 {
  border-top: 4px solid #ffffff;
  border-left: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 #3396cf;
  -moz-box-shadow: 0 0 5px 0 #3396cf;
  box-shadow: 0 0 5px 0 #3396cf;
  background-image: url(/theme/sn-default/images/bg-sit.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding-bottom: 30px;
}

.c-link-block {
}

.c-link-block a {
  display: block;
  border: 1px solid #2c97d2;
  background-color: #d7f2ff;
  font-size: 90%;
  padding: 10px 10px 10px 30px;
  text-align: left;
  vertical-align: middle;
  background-image: url(../images/pul01.jpg);
  background-position: left 10px center;
  background-repeat: no-repeat;
  color: #3398d1;
  text-decoration: none;
}

.c-link-block a:hover {
  background-color: #bae1f4;
}

.c-link-block02 {
  clear: both;
  border: 1px solid #2c97d2;
  background-color: #fffdaa;
  font-weight: bold;
  padding: 5px;
}

.c-link-block02 a {
  padding: 5px 10px 5px 32px;
  text-align: left;
  vertical-align: middle;
  display: table-cell;
  background-image: url(../images/pul01.jpg);
  background-position: left 10px center;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #d13232;
}

#main .c-link-block02 {
  clear: both;
  border: 1px solid #2c97d2;
  background-color: #fff8c9;

  /* border-radius */
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 5px;
  font-size: 1.1em;
  margin-top: 20px;
}

#main .c-link-block02 a {
  padding: 5px 10px 5px 32px;
  text-align: left;
  vertical-align: middle;
  display: table-cell;
  background-image: url(../images/pul01.jpg);
  background-position: left 10px center;
  background-repeat: no-repeat;
}

.c-list-blue-mark {
  background-position: 0px center;
  background-repeat: no-repeat;
  background-image: url(/theme/sn-default/images/list-blue-mark.png);
  padding-left: 20px;
  font-size: 0.9em;
  text-decoration: none;
}

.contentTitle {
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
}

.contentTitle h1 {
  font-size: 2em;
}

.contentBody {
  position: relative;
  z-index: 20;
}

.contentTitle .date {
  text-align: right;
  font-size: 80%;
  margin: 10px 0px 0px 0px;
  color: #999;
}

.p-content-title-backimage {
  position: relative;
  /* 中央表示*/
  /*横を 1920px固定としたらこれ*/
  left: 50%;
  margin-left: -960px;
}

@media screen and (max-width: 768px) {
  .p-content-title-backimage {
    position: relative;
    /* 中央表示*/
    /*横を 1920px固定としたらこれ*/
    left: 0%;
    margin-left: 0px;
    width: 100%;
    display: none;
  }
}

/* contentBody
================================================== */
.contentBody h1,
.contentTitle h1,
.p-contentbody-h1 {
  font-size: 1.8em;
  padding-bottom: 10px;
  margin-top: 20px;
  border-bottom: 3px solid #3397d0;
  position: relative;
  z-index: 1;
}

.contentBody h1:before,
.contentTitle h1:before,
.p-contentbody-h1:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0px;
  border-bottom: 1px solid #3397d0;
  width: 1000px;
  padding-bottom: 2px;
  min-height: 100%;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .contentBody h1,
  .contentTitle h1,
  .p-contentbody-h1 {
    font-size: 1.8em;
    padding-bottom: 10px;
    margin-top: 0px;
    border-bottom: 3px solid #3397d0;
    position: relative;
    z-index: 1;
  }

  .contentBody h1:before,
  .contentTitle h1:before,
  .p-contentbody-h1:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0px;

    border-bottom: 1px solid #3397d0;
    width: 100%;
    padding-bottom: 2px;
    min-height: 100%;
    z-index: 10;
    font-size: 1.2em;
  }
}

.contentBody h2,
.p-contentbody-h2 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #f6f4c4;
  background-position: left;
  background-repeat: no-repeat;
  font-size: 1.6em;
  background-image: -webkit-linear-gradient(
    270deg,
    rgba(0, 150, 209, 1) 0%,
    rgba(0, 150, 209, 1) 35.57%,
    rgba(1, 134, 201, 1) 59.25%,
    rgba(1, 134, 201, 1) 100%
  );
  background-image: -moz-linear-gradient(
    270deg,
    rgba(0, 150, 209, 1) 0%,
    rgba(0, 150, 209, 1) 35.57%,
    rgba(1, 134, 201, 1) 59.25%,
    rgba(1, 134, 201, 1) 100%
  );
  background-image: -o-linear-gradient(
    270deg,
    rgba(0, 150, 209, 1) 0%,
    rgba(0, 150, 209, 1) 35.57%,
    rgba(1, 134, 201, 1) 59.25%,
    rgba(1, 134, 201, 1) 100%
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 150, 209, 1) 0%,
    rgba(0, 150, 209, 1) 35.57%,
    rgba(1, 134, 201, 1) 59.25%,
    rgba(1, 134, 201, 1) 100%
  );
  padding: 10px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.contentBody h2:before,
.p-contentbody-h2:before {
  font-weight: bold;
  content: "|  ";
}

@media screen and (max-width: 768px) {
  .contentBody h2,
  .p-contentbody-h2 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #f6f4c4;
    background-position: left;
    background-repeat: no-repeat;
    font-size: 1.4em;
    vertical-align: middle;
    background-image: -webkit-linear-gradient(
      270deg,
      rgba(0, 150, 209, 1) 0%,
      rgba(0, 150, 209, 1) 35.57%,
      rgba(1, 134, 201, 1) 59.25%,
      rgba(1, 134, 201, 1) 100%
    );
    background-image: -moz-linear-gradient(
      270deg,
      rgba(0, 150, 209, 1) 0%,
      rgba(0, 150, 209, 1) 35.57%,
      rgba(1, 134, 201, 1) 59.25%,
      rgba(1, 134, 201, 1) 100%
    );
    background-image: -o-linear-gradient(
      270deg,
      rgba(0, 150, 209, 1) 0%,
      rgba(0, 150, 209, 1) 35.57%,
      rgba(1, 134, 201, 1) 59.25%,
      rgba(1, 134, 201, 1) 100%
    );
    background-image: linear-gradient(
      180deg,
      rgba(0, 150, 209, 1) 0%,
      rgba(0, 150, 209, 1) 35.57%,
      rgba(1, 134, 201, 1) 59.25%,
      rgba(1, 134, 201, 1) 100%
    );
    padding: 10px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  }

  .contentBody h2:before,
  .p-contentbody-h2:before {
    font-weight: bold;
    content: "|  ";
  }
}

.contentBody h3,
.p-contentbody-h3 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #5aacda;
  color: #fff;
  background-position: left;
  background-repeat: no-repeat;
  padding: 10px;
  font-size: 1.4em;
  vertical-align: middle;
  border: 3px solid #d8f3ff;
  border-radius: 4px;
  /* CSS3草案 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;
  /* Firefox用 */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .contentBody h3,
  .p-contentbody-h3 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #5aacda;
    color: #fff;
    background-position: left;
    background-repeat: no-repeat;
    padding: 10px;
    font-size: 1em;
    vertical-align: middle;
    border: 3px solid #d8f3ff;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  }
}

.contentBody h4,
.p-contentbody-h4 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px 5px 10px 5px;
  font-size: 1.4em;
  vertical-align: middle;
  color: #3f9ace;
  border-bottom: solid 1px #3f9ace;
}

.contentBody hr {
  background-color: #ffffff;
  border: none;
  background-position: left center;

  height: 14px;
  background-repeat: repeat-x;
  background-image: url(/theme/sn-default/images/line-ikari.png);
}

.contentBody p,
.contentBody ol,
.contentBody ul {
  margin: 1em 5px;
}

.contentBody ol {
  list-style: decimal;
  padding-left: 2em;
}

.contentBody ul {
  list-style: disc;
  padding-left: 2em;
}

.contentBody li ul {
  list-style: circle;
}

.contentBody li li ul {
  list-style: square;
}

.contentBody table {
  width: 100%;
}

.contentBody tbody {
  width: 100%;
  /* display: table; */
}

.contentBody table th,
.contentBody table td {
  text-align: left;
  vertical-align: middle;
  font-size: 100%;
  padding: 6px;
}

.contentBody table th label {
  text-align: center;
  width: 20%;
  color: #3397d0;
  background-color: #e1f4ff;
}

.contentBody table[border] {
  border: 1px solid #75b6db;
}

.contentBody table[border] th,
.contentBody table[border] td {
  border: 1px solid #75b6db;
}

@media screen and (max-width: 768px) {
  .contentBody table {
    width: 100%;
  }

  .contentBody table th,
  .contentBody table td {
    text-align: left;
    vertical-align: middle;
    font-size: 100%;
    padding: 6px;
  }

  .contentBody table th {
    text-align: center;
    width: 20%;
    color: #3397d0;
    background-color: #e1f4ff;
  }

  .contentBody table[border] {
    border: 1px solid #75b6db;
  }

  .contentBody table[border] th,
  .contentBody table[border] td {
    border: 1px solid #75b6db;
  }
}

.contentBody .style1 {
  display: block;
  border: 1px solid #2c97d2;
  padding: 10px;
  padding-right: 36px;
  text-align: left;
  vertical-align: middle;
  display: table-cell;
  border: 1px solid #2c97d2;
  background-color: #fffcae;

  /* border-radius */
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  font-weight: bold;
}

.contentBody .style1 a {
  background-position: left center;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-image: url(/theme/sn-default/images/header-list-mark.png);
  text-decoration: none;
}

.contentBody .style2 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #3f9ace;
  font-size: 1.6em;
  vertical-align: middle;
  font-weight: bold;
}

.contentBody .style3 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #666666;

  font-size: 1.4em;
  vertical-align: middle;
  font-weight: bold;
}

.contentBody .style4 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #666666;
  font-size: 1.2em;
  vertical-align: middle;
  font-weight: bold;
}

.contentBody .style5 {
  background: #7bc100;
  display: block;
  padding: 3px 2px 0px 2px;
  vertical-align: middle;
  text-align: center;
  font-size: 0.8em;
  height: 25px;
  min-width: 25px;
  color: #fff;
  float: left;
  margin-right: 15px;
}

.contentBody .style5 img {
  width: 100%;
}

.contentBody .style6 {
  color: red;
}

.contentBody .style7 {
  color: blue;
}

.contentBody .style8 {
  color: #7bc002;
}

.contentBody .style9 {
  color: #cc3dbd;
}

.contentBody .style10 {
  color: #000000;
}

@media screen and (max-width: 768px) {
  .contentBody .style1 {
    display: block;
    border: 1px solid #2c97d2;
    padding: 15px;
    padding-right: 36px;
    text-align: left;
    vertical-align: middle;
    display: table-cell;
    border: 1px solid #2c97d2;
    background-color: #fffcae;

    /* border-radius */
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-weight: bold;
  }

  .contentBody .style1 a {
    background-position: left center;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-image: url(/theme/sn-default/images/header-list-mark.png);
  }

  .contentBody .style2 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #3f9ace;
    font-size: 1.4em;
    vertical-align: middle;
    font-weight: bold;
  }

  .contentBody .style3 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #666666;

    font-size: 1.2em;
    vertical-align: middle;
    font-weight: bold;
  }

  .contentBody .style4 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #666666;
    font-size: 1em;
    vertical-align: middle;
    font-weight: bold;
  }

  .contentBody .style5 {
  }
}

/* テンプレートの指定スタイル */

.tbl-temp-blue {
  background-color: #e0f4ff;
  padding: 10px 20px 10px 20px;
  font-size: 90%;
}

.tbl-temp-yel {
  background-color: #fffde0;
  padding: 10px 20px 10px 20px;
  font-size: 90%;
}

.tbl-temp-pink {
  background-color: #ffe0e0;
  padding: 10px 20px 10px 20px;
  font-size: 90%;
}

.tbl-temp-green {
  background-color: #e7ffe0;
  padding: 10px 20px 10px 20px;
  font-size: 90%;
}

.tbl-temp-grey {
  background-color: #eeeeee;
  padding: 10px 20px 10px 20px;
  font-size: 90%;
}

/* エディター内での指定スタイル */
.contentBody .alignLeft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.contentBody .alignRight {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.contentBody .alignCenter {
}

@media screen and (max-width: 768px) {
  .contentBody .alignLeft {
    float: none;
    margin-right: 0px;
    margin-bottom: 0px;
    width: 100%;
    display: block;
  }

  .contentBody .alignRight {
    float: none;
    margin-right: 0px;
    margin-bottom: 0px;
    display: block;
  }

  .contentBody .alignCenter {
    width: 100%;
    height: auto;
  }
}

.contentBody .alignCenter {
  display: block;
  margin: 0 auto;
}

.contentBody ul.pageList {
  margin: 0em 0px;
  padding: 0px;
}

.contentBody ul.pageList {
  list-style: none;
  padding-left: 0em;
}

.contentBody ul.pageList li {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #d8f3ff;
  color: #3f9ace;

  padding: 10px;
  font-size: 1.3em;
  vertical-align: middle;
  border: 1px solid #75b6db;
  font-weight: bold;
}

.contentBody ul.pageList li .date {
  font-size: 0.7em;
}

.contentBody ul.pageList li .thumb {
  float: left;
  display: block;
  height: 80px;
  overflow: hidden;
  margin-right: 20px;
}

.contentBody ul.pageList li .title a {
  background-image: url(/theme/sn-default/images/header-list-mark.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 20px;
  text-decoration: none;
}

/* Color Definition
================================================== */
.red {
  color: red;
}

.scrText {
  font-size: 0;
}

/* Slider
================================================== */
#keyVisual {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.slide_splite_inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 0;
}

@media screen and (max-width: 768px) {
  .slide_splite_inner {
    width: 100%;
    min-width: 320px;
  }
}

#keyVisual .slide_desc {
  position: absolute;
  top: 200px;
  left: -35px;
  z-index: 10000;
  color: #fff;
  background: #444;
}

@media screen and (max-width: 1000px) {
  #keyVisual .slide_desc {
    top: 100px;
    left: 0px;
  }

  #keyVisual .slide_desc img {
    width: 90%;
  }
}

@media screen and (max-width: 700px) {
  #keyVisual .slide_desc {
    top: 50px;
  }
}

#keyVisual .slideWrap {
  width: 3070px;
  max-height: 450px;
  position: relative;
  left: 50%;
  margin-left: -1535px;
}

@media screen and (max-width: 1000px) {
  #keyVisual .slideWrap {
    width: 3070px;
    max-height: 450px;
    position: relative;
    left: 50%;
    margin-left: -1535px;
    width: 300%;
    margin-left: -150%;
    height: 33%;
  }
}

#keyVisual .bx-wrapper {
  height: auto;
  overflow: hidden;
  *zoom: 1;
}

#keyVisual .slideBody {
  width: 100%;
}

#keyVisual .slideBody img {
  width: 100%;
  vertical-align: bottom;
}

.p-top-tabiplan-cards-wrap .bx-wrapper {
  margin: 0 auto;
}

.p-top-tabiplan-cards-wrap .bx-viewport {
  min-width: 1480px;
}

/* Sitemap
================================================== */
/*サイトマップ リスト 階層関係なく共通*/
.sitemap-list {
  border-left: 1px dotted #444;
}

/*サイトマップ リスト項目 階層関係なく共通*/
.sitemap-list-item-span a {
  text-decoration: none;
}

/*サイトマップ リスト 階層を特定*/
ul.sitemap-list.sm-depth1-list {
  list-style-type: disc;
}

ul.sitemap-list.sm-depth2-list {
  list-style-type: circle;
}

ul.sitemap-list.sm-depth3-list {
  list-style-type: square;
}

ul.sitemap-list.sm-depth4-list {
  list-style-type: circle;
}

.contentBody .p-tt-body-root {
  position: relative;
  z-index: 20;
}

.contentBody .p-tt-selector-block {
  margin-top: 10px;
  padding: 28px;
  font-size: 1.1em;
}

.contentBody .p-tt-selector-block form {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contentBody .p-tt-selector-block {
    margin-top: 10px;
    padding: 14px;
    font-size: 0.8em;
  }
}

.contentBody .p-tt-selector-block label {
  padding: 15px 0px 15px 56px;
  height: 35px;
  vertical-align: middle;
  background-image: url(/theme/sn-default/images/tt-selector-header.png);
  background-position: left center;
  background-repeat: no-repeat;
}

.contentBody .p-tt-selector-block input[type="text"] {
  margin-left: 16px;
  width: 25em;
  text-align: center;
  height: 35px;
}

.contentBody .p-tt-selector-block button.ui-datepicker-trigger {
  height: 35px;
  width: 4em;
}

.contentBody .p-tt-sch_result-date {
  font-size: 1.1em;
  color: #3f9ace;
}

.contentBody .p-tt-sch_result-header {
  border: dotted;
  vertical-align: middle;
  margin-top: 32px;
  padding: 20px;
  font-size: 1.3em;
  color: #3f9ace;
}

.contentBody .p-tt-sch_result-header h2 {
  margin: 0;
  display: inline;
  font-size: 1.8em;
  border: none;
}

.contentBody .p-tt-sch_result-label {
  height: 2em;
  background: #3f9ace;
  color: #fff;
  padding: 5px;
}

.contentBody .p-tt-sch_result-block {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.9em;
}

.contentBody .p-tt-sch-ferry-section {
  width: 48%;
  margin: 5px;
}

.contentBody .p-tt-sch-rainbow-section {
  width: 48%;
  margin: 5px;
}

@media screen and (max-width: 768px) {
  .contentBody .p-tt-sch_result-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contentBody .p-tt-sch-ferry-section,
  .contentBody .p-tt-sch-rainbow-section {
    width: 98%;
  }
}

.contentBody .p-tt-sch-ferry-tt-section,
.contentBody .p-tt-sch-rainbow-tt-section {
  background: #e2f4fe;
  padding: 20px 20px 20px 20px;

  border: 4px solid #ffffff;
  -webkit-box-shadow: 0 0 5px 0 #ccc;
  /* Safari, Chrome用 */
  -moz-box-shadow: 0 0 5px 0 #ccc;
  /* Firefox用 */
  box-shadow: 0 0 5px 0 #ccc;
  /* CSS3 */
}

.contentBody .p-tt-sch-ferry-bus-section,
.contentBody .p-tt-sch-rainbow-bus-section {
  border: 4px solid #ffffff;
  -webkit-box-shadow: 0 0 5px 0 #ccc;
  /* Safari, Chrome用 */
  -moz-box-shadow: 0 0 5px 0 #ccc;
  /* Firefox用 */
  box-shadow: 0 0 5px 0 #ccc;
  /* CSS3 */
  padding: 20px 20px 20px 20px;
  background-color: #eee;
}

@media screen and (max-width: 768px) {
  .contentBody .p-tt-sch-ferry-tt-section,
  .contentBody .p-tt-sch-rainbow-tt-section {
    height: auto;
    padding: 5px;
  }

  .contentBody .p-tt-sch-ferry-bus-section,
  .contentBody .p-tt-sch-rainbow-bus-section {
    height: auto;
    padding: 5px;
  }
}

.contentBody .p-tt-sch-res-header {
  color: #3f9ace;
  background: transparent;
  font-size: 1.4em;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: dashed 1px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .contentBody .p-tt-sch-res-header {
    color: #3f9ace;
    background: transparent;
    font-size: 1.2em;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: dashed 1px;
    font-weight: bold;
  }
}

.contentBody .p-tt-sch-res-tt-header {
  font-size: 1.6em;
  color: #fff;
  padding: 4px;
  border: dotted 1px #000;
  margin-top: 8px;
}

.contentBody .p-tt-sch-res-table {
  margin-top: 18px;
  margin-bottom: 18px;
  text-align: center;
}

.contentBody .p-tt-sch-res-table > table {
  width: 100%;
}

.contentBody .p-tt-sch-res-table th,
.contentBody .p-tt-sch-res-table td {
  padding: 0;
  border: 1px solid #aaa;
  text-align: center;
}

.contentBody .p-tt-sch-res-table th.p-tt-sch-res-table-blank-cell {
  border: none;
}

.contentBody .p-tt-sch-res-table td.p-tt-sch-res-table-main-busstop-time-cell {
  background: #fee6e6;
}

.contentBody .p-tt-sch-res-table tbody > tr > th {
  vertical-align: middle;
}

.contentBody .p-tt-sch-res-table tbody > tr > td {
  width: 18%;
  background: #fff;
}

.contentBody .p-tt-sch-res-table.column5 tbody > tr > td {
  width: 11%;
  background: #fff;
}

.contentBody .p-tt-sch-res-table-name-cell {
  background: #3f9ace;
  color: #fff;
}

.contentBody .p-tt-sch-res-table-area-cell {
  background: #baeafd;
  width: 5%;
}

.contentBody .p-tt-sch-res-table-port-cell {
  background: #fffde5;
  width: 14%;
}

.contentBody .p-tt-sch-res-table-state_in-cell {
  background: #fffde5;
  width: 9%;
}

.contentBody .p-tt-sch-res-table-state_out-cell {
  background: #fee6e6;
  width: 9%;
}

.contentBody .p-tt-sch-res-header-bussymbol {
  margin: 10px auto;
  font-size: 1.1em;
}

@media screen and (max-width: 768px) {
  .contentBody .p-tt-sch-res-header-bussymbol {
    margin: 10px auto;
    font-size: 1em;
  }
}

.contentBody .p-tt-sch-res-header-bussymbol:before {
  content: "●";
}

.contentBody .p-tt-sch-res-table-bus-area-cell {
  color: #fff;
  background: #aaaaaa;
}

.contentBody .p-tt-sch-res-table-busstop-name-cell {
  background: #fffde5;
}

.contentBody .p-tt-sch-res-table-main-busstop-name-cell {
  background: #fee6e6;
}

.contentBody .p-tt-to-isokaze-timetable {
  display: block;
  float: none;
  margin: 40px auto;
  max-width: 777px;
  width: 100%;
}

.time-com {
  font-size: 80%;
}

table.p-kuuseki-cars-table {
  width: 100%;
  border-top: 1px solid #8e8e8f;
  border-left: 1px solid #8e8e8f;

  margin-bottom: 10px;
}

table.p-kuuseki-cars-table th {
  color: #fff;
  padding: 5px;
  vertical-align: middle;
  font-weight: normal;
  background-color: #f70026;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

table.p-kuuseki-cars-table td {
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #8e8e8f;
  border-bottom: 1px solid #8e8e8f;
  background-color: #fff;
}

table.p-kuuseki-cars-table td.p-kuuseki-cars-table-day {
  background-color: #d4f3c3;
  border-right: 1px solid #bfbbb0;
  border-left: 1px solid #fff;
}

table.p-kuuseki-cars-table td.p-kuuseki-cars-table-day.saturday {
  background-color: #3b6cff;
  color: #fff;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #fff;
}

table.p-kuuseki-cars-table td.p-kuuseki-cars-table-day.sunday {
  background-color: #d22c2c;
  color: #fff;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #fff;
}

.chimei {
  font-size: 70%;
  font-weight: lighter;
  letter-spacing: -0.5px;
}

@media screen and (max-width: 768px) {
  table.p-kuuseki-cars-table {
    width: 100%;
    border-top: 1px solid #8e8e8f;
    border-left: 1px solid #8e8e8f;
    margin-bottom: 10px;
    font-size: 70%;
  }

  table.p-kuuseki-cars-table th {
    color: #fff;
    padding: 0px;
    vertical-align: middle;
    font-weight: normal;
    background-color: #f70026;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  table.p-kuuseki-cars-table td {
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #8e8e8f;
    border-bottom: 1px solid #8e8e8f;
    background-color: #fff;
  }

  table.p-kuuseki-cars-table td.p-kuuseki-cars-table-day {
    background-color: #d4f3c3;
    border-right: 1px solid #bfbbb0;
    border-left: 1px solid #fff;
  }

  table.p-kuuseki-cars-table td.p-kuuseki-cars-table-day.saturday {
    background-color: #3b6cff;
    color: #fff;
    border-right: none;
    border-bottom: none;
    border-left: 1px solid #fff;
  }

  table.p-kuuseki-cars-table td.p-kuuseki-cars-table-day.sunday {
    background-color: #d22c2c;
    color: #fff;
    border-right: none;
    border-bottom: none;
    border-left: 1px solid #fff;
  }
}

.u-text-small {
  font-size: 0.7em;
}

.row {
  overflow: hidden;
  *zoom: 1;
}

.col {
  float: left;
}

@media screen and (max-width: 768px) {
  .col {
    float: none;
  }
}

table.tbl-fare {
  width: 100%;
  table-layout: fixed;
}

.contentBody table.tbl-fare th {
  background: #eeeeee;
  text-align: center;
  width: auto;
}

.contentBody table.tbl-fare th,
.contentBody table.tbl-fare td {
  text-align: center;
  vertical-align: middle;
  font-size: 100%;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  table.tbl-fare {
    width: 100%;
    table-layout: fixed;
  }

  .contentBody table.tbl-fare th {
    background: #eeeeee;
    text-align: center;
    width: auto;
  }

  .contentBody table.tbl-fare th,
  .contentBody table.tbl-fare td {
    text-align: center;
    vertical-align: middle;
    font-size: 80%;
    padding: 0px;
  }
}

/* 旅プラン
================================================== */
.clr {
  clear: both;
  min-height: 1em;
}

.clr {
  clear: both;
  min-height: 1em;
}

.w-plan {
}

.w-plan-left {
  width: 530px;

  float: left;
  /* w-plan-right パーツなくなり、ひとまず中央寄せに変更*/
  /*margin: auto;*/

  padding-top: 10px;
}

.w-plan-right {
  width: 440px;
  float: right;
}

.w-plan-right img {
  width: 100%;
  float: right;
}

@media screen and (max-width: 768px) {
  .w-plan-left {
    width: auto;
    float: none;
    padding-top: 10px;
  }

  .w-plan-right {
    width: auto;
    float: none;
  }
}

.plan-title {
  color: #3397d0;
  font-size: 1.6em;
  font-weight: bold;
}

.plan-title02 {
  background-color: #3398d1;
  color: #ffffff;
  font-size: 1.2em;
  text-align: center;
}

.contentBody .w-fp p.plan-title03 {
  color: #3397d0;
  font-size: 1.1em;
  font-weight: bold;
  border-bottom: 3px solid #3397d0;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  padding: 10px 0px 10px 0px;
}

@media screen and (max-width: 768px) {
  .contentBody .w-fp p.plan-title03 {
    color: #3397d0;
    font-size: 0.9em;
    font-weight: bold;
    border-bottom: 3px solid #3397d0;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    padding: 10px 0px 10px 0px;
  }
}

.contentBody p.plan-title {
  margin: 0px 5px 0px 5px;
}

.contentBody p.plan-title02 {
  margin: 16px 5px 10px 5px;
}

.contentBody .w-yado-right p {
  margin: 5px 5px 5px 5px;
}

.w-wa {
  background-color: #e0f4ff;
  padding: 10px 20px 10px 20px;
  font-size: 90%;
}

.w-wa02 {
  font-size: 0.8em;
}

.contentBody .w-wa02 p {
  margin: 1em 0px;
}

.contentBody .w-plan-right .alignRight {
  float: right;
  margin-left: 0px;
  margin-bottom: 20px;
}

.contentBody table[border].tbl-plan01 {
  border: 0px solid #75b6db;
  margin: 20px 0px 20px 0px;
}

.contentBody table[border].tbl-plan01 th,
.contentBody table[border].tbl-plan01 td {
  border: 0px solid #3f9ace;
}

.contentBody table.tbl-plan01 th {
  background: #ffffff;
  text-align: center;
  width: 12%;
  vertical-align: top;
  font-size: 100%;
  padding: 0px 0px 20px 0px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .contentBody table[border].tbl-plan01 {
    width: 100% !important;
  }
  .contentBody table.tbl-plan01 th {
    background: #ffffff;
    text-align: center;
    width: 20%;
    vertical-align: top;
    font-size: 100%;
    padding: 0px 0px 20px 0px;
    color: #fff;
  }
}

.contentBody table.tbl-plan01 td {
  text-align: left;
  padding: 6px 6px 6px 0px;
}

.contentBody table.tbl-plan01 td p {
  margin: 0em 0px 0.5em 0px;
}

.contentBody table[border].tbl-plan02 {
  border: 0px solid #75b6db;
  margin: 20px 0px 20px 0px;
}

.contentBody table[border].tbl-plan03 {
  border: 0px solid #3f9ace;
  margin-bottom: 20px;
}

.contentBody table[border].tbl-plan03 th,
.contentBody table[border].tbl-plan03 td {
  border: 0px solid #3f9ace;
}

.contentBody table.tbl-plan03 th {
  background: #ffffff;
  text-align: center;
  width: 10%;
  vertical-align: middle;
  font-size: 100%;
  padding: 5px 0px 0px 5px;

  color: #fff;
}

.contentBody table.tbl-plan03 td {
  text-align: left;
  padding: 0px 0px 0px 5px;
}

.plan-bg {
  background: #7bc100;
  display: table-cell;
  vertical-align: middle;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  height: 90px;
  width: 90px;
}

@media screen and (max-width: 768px) {
  .plan-bg {
    background: #7bc100;
    display: table-cell;
    vertical-align: middle;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    height: 90px;
    width: 50px;
    margin-right: 10px;
    font-size: 80%;
  }
}

.plan-bg02 {
  background: #7bc100;
  display: table-cell;
  vertical-align: middle;
  font-size: 0.7em;

  height: 25px;
  width: 35px;
}

.plan-bg03 {
  background: #7bc100;
  display: block;
  padding: 3px 2px 0px 2px;
  vertical-align: middle;
  text-align: center;
  font-size: 0.8em;

  height: 25px;
  min-width: 25px;
  color: #fff;
  float: left;
  margin-right: 15px;
}

.plan-gaiyo {
  background: #ffffff;
  display: block;

  padding: 0px 20px 20px 20px;

  -webkit-box-shadow: 0 0 5px 0 #3396cf;
  /* Safari, Chrome用 */
  -moz-box-shadow: 0 0 5px 0 #3396cf;
  /* Firefox用 */
  box-shadow: 0 0 5px 0 #3396cf;
  /* CSS3 */
  margin: 5px;
}

.plan-gaiyo-left {
  width: 240px;
  float: left;
}

.plan-gaiyo-right {
  width: 210px;
  float: right;
}

.img-ss01 {
}

table,
tbody,
tr,
th,
td .tbl-plan-photo {
}

 {
  display: block;
}

@media screen and (max-width: 700px) {
  .plan-gaiyo-left {
    width: auto;
    float: none;
  }

  .plan-gaiyo-right {
    width: auto;
    float: none;
  }

  .img-ss01 {
  }

  .img-ss01 img {
    width: 48%;
  }

  table.tbl-plan-photo,
  .tbl-plan-photo tbody,
  .tbl-plan-photo tr,
  .tbl-plan-photo th,
  .tbl-plan-photo td {
    display: block;
  }
}

.h2-img {
}

.h2-img img {
  vertical-align: middle;
  margin-right: 7px;
}

.contentBody h2.h2-img {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #3f9ace;
  color: #fff;
  background-position: left;
  background-repeat: no-repeat;
  padding: 10px;
  vertical-align: middle;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #f6f4c4;
  background-position: left;
  background-repeat: no-repeat;
  font-size: 1.6em;
  background-image: -webkit-linear-gradient(
    270deg,
    rgba(0, 150, 209, 1) 0%,
    rgba(0, 150, 209, 1) 35.57%,
    rgba(1, 134, 201, 1) 59.25%,
    rgba(1, 134, 201, 1) 100%
  );
  background-image: -moz-linear-gradient(
    270deg,
    rgba(0, 150, 209, 1) 0%,
    rgba(0, 150, 209, 1) 35.57%,
    rgba(1, 134, 201, 1) 59.25%,
    rgba(1, 134, 201, 1) 100%
  );
  background-image: -o-linear-gradient(
    270deg,
    rgba(0, 150, 209, 1) 0%,
    rgba(0, 150, 209, 1) 35.57%,
    rgba(1, 134, 201, 1) 59.25%,
    rgba(1, 134, 201, 1) 100%
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 150, 209, 1) 0%,
    rgba(0, 150, 209, 1) 35.57%,
    rgba(1, 134, 201, 1) 59.25%,
    rgba(1, 134, 201, 1) 100%
  );
  padding: 10px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.contentBody h2.h2-img:before {
  font-weight: bold;
  content: "  ";
}

.contentBody h3.h3-img {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #5aacda;
  color: #fff;
  background-position: left;
  background-repeat: no-repeat;
  padding: 10px;
  vertical-align: middle;
  border: 3px solid #d8f3ff;
  border-radius: 4px;
  /* CSS3草案 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;
  /* Firefox用 */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.contentBody h3.h3-img img {
  text-align: left;
  vertical-align: middle;
  width: 40px;
  margin-right: 10px;
}

.w-yado {
}

.w-yado-left {
  width: 100%;
  max-width: 530px;
  float: left;
}

.w-yado-left img {
  width: 100%;
}

.w-yado-right img {
  width: 100%;
}

.w-yado-right {
  width: 100%;
  max-width: 460px;
  float: left;
  padding: 0px 0px 0px 0px;
}

@media screen and (max-width: 700px) {
  .w-yado-left {
    float: none;
  }

  .w-yado-right {
    float: none;
    padding: 0px 0px 0px 0px;
  }
}

.w-fp {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
  background-color: #317fcd;
  padding-bottom: 20px;
}

.w-fp-plan-block {
  margin: 0 0px 15px 30px;

  text-align: center;
  width: 290px;
  background-color: #fff;
  padding: 20px 10px 10px 10px;
}

.freeplan-thumb img {
  width: 250px;
}

@media screen and (max-width: 768px) {
  .w-fp-plan-block {
    margin: 0 0px 15px 10px;

    text-align: center;
    width: 45%;
    background-color: #fff;
    padding: 5px;
  }

  .freeplan-thumb img {
    width: 100%;
  }
}

.contentBody .w-fp p,
.contentBody .w-fp ol,
.contentBody .w-fp ul {
  margin: 0em 5px;
}

.w-cnt {
  padding: 20px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  background: url(/theme/sn-default/images/top-otanoshimi-bkg.png) repeat;
  margin-bottom: 20px;
}

.w-cnt-wrap {
}

.w-cnt-left {
  width: 460px;
  float: left;
  text-align: center;
}

.w-cnt-right {
  width: 480px;
  float: right;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .w-cnt-left {
    width: auto;
    float: none;
    text-align: center;
  }

  .w-cnt-right {
    width: auto;
    float: none;
    text-align: center;
  }

  .w-cnt-right img {
    display: none;
  }
}

.cap-tel {
  color: #3396cf;
  font-size: 2em;
}

.cap-tel02 {
  color: #3396cf;
  font-size: 3.2em;
  font-weight: bold;
  letter-spacing: -4px;
}

@media screen and (max-width: 768px) {
  .cap-tel {
    color: #3396cf;
    font-size: 1em;
  }

  .cap-tel02 {
    color: #3396cf;
    font-size: 1.6em;
    font-weight: bold;
    letter-spacing: -2px;
  }
}

.cap-link {
}

.c-right {
  width: 500px;
  float: right;
}

.c-right02 {
  width: 660px;
  float: right;
}

@media screen and (max-width: 768px) {
  .c-right {
    width: auto;
    float: none;
  }

  .c-right02 {
    width: auto;
    float: none;
  }
}

.bg-sp01 {
  background-color: #eee;
  padding: 10px;
}

.bg-sp02 {
  background-color: #ffd7d7;
  padding: 10px;
}

.bg-sp03 {
  border: solid 1px #ccc;
  padding: 0px 10px 10px 10px;
  font-size: 80%;
}

.contentBody .bg-sp03 h3 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  background-position: left;
  background-repeat: no-repeat;
  padding: 10px;
  font-size: 1.3em;
  vertical-align: middle;
  border: 0px solid #75b6db;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-align: center;
}

.p-kuuseki-cars-link-block {
  text-align: center;
  border: 8px #b3dcea solid;
  padding: 10px;
  border: 4px solid #ffffff;
  position: relative;
  background-color: #e0f5ff;
  -webkit-box-shadow: 0 0 5px 0 #ccc;
  /* Safari, Chrome用 */
  -moz-box-shadow: 0 0 5px 0 #ccc;
  /* Firefox用 */
  box-shadow: 0 0 5px 0 #ccc;
  /* CSS3 */
}

.p-kuuseki-cars-link-monthly {
  font-size: 1.2em;
  margin: 10px 20px;
}

.p-kuuseki-cars-month {
  font-size: 1.5em;
  margin: 10px 20px;
  background-color: #3397d0;
  padding: 20px 30px 20px 30px;
  color: #fff;
}

.p-kuuseki-cars-notice {
  text-align: center;
  margin: 20px auto;
}

.p-kuuseki-cars-info-block {
  border: 4px solid #ffffff;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 #ccc;
  /* Safari, Chrome用 */
  -moz-box-shadow: 0 0 5px 0 #ccc;
  /* Firefox用 */
  box-shadow: 0 0 5px 0 #ccc;
  /* CSS3 */
  margin: 20px auto;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .p-kuuseki-cars-link-monthly {
    font-size: 0.8em;
    margin: 10px 0px;
  }

  .p-kuuseki-cars-month {
    font-size: 1em;
    margin: 10px 20px;
    background-color: #3397d0;
    padding: 20px 10px 20px 10px;
    color: #fff;
  }

  .p-kuuseki-cars-notice {
    text-align: center;
    margin: 20px auto;
  }

  .p-kuuseki-cars-info-block {
    padding: 20px;
    background: #e1f4ff;
    margin: 20px auto;
  }
}

.label-kuuseki {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  font-size: 1.2em;
}

.label-kuuseki span {
  color: #3397d0;
  border-left: solid 5px #3397d0;
  padding-left: 5px;
  padding-right: 10px;
  font-size: 0.8em;
}

.img-ftp img {
  width: 100%;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .label-kuuseki {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 0.8em;
  }
}

.btn-contact {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.btn-contact img {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 #ccc;
  -moz-box-shadow: 0 0 5px 0 #ccc;
  box-shadow: 0 0 5px 0 #ccc;
  margin: 2px;
  width: 100%;
  max-width: 990px;
}

.pc-none {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-none {
    display: block;
  }
}

/* 緊急情報
================================================== */
.wrap-em {
  padding: 5px 5px 15px 5px;
  background-color: #e0f5ff;
  font-size: 1.1em;
}

.top_emergency_wrp {
  /*padding-top: 30px;*/
  display: flex;
}

.top_emergency_head {
  width: 20%;
  text-align: center;
  padding: 10px;
  background-color: #ddd;
  align-items: center;
}

.top_emergency_wrp h2 {
  font-weight: bold;

  color: #0085cc;
}

.top_emergency_wrp h2 a {
  text-decoration: none;
}

.top_emergency_body ul {
  margin: 0px;
  padding: 0px;
  align-items: center;
}

.top_emergency_body {
  padding: 10px;
  width: 79%;
  background-color: #fff;
}

.top_emergency_body .date {
  padding-left: 5px;
  margin-right: 20px;
}

.none_text{
  display: none;
}




/*tbl-plan-photo*/



table.tbl-plan{
	width: 100%!important;
}


@media screen and (max-width: 768px) {
	

tbody{
	width: 100%!important;
}
	
table.tbl-plan{
	width: 100%!important;
}
	
table.tbl-plan th,table.tbl-plan td{
	width: 100%!important;
	display: block;
}
	
table.tbl-plan img{
	width: 100%;
}

}

