@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

TRANSPORTATION CSS File

File Name		transportation.scss
Note			TRANSPORTATIONページ用スタイルシート


New Creation	2012/07/25 14:00
Update


Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次
1.	ブラウザデフォルトスタイルリセット
2.	HTMLタグ
3.	container
4.	共通部分
5.	header
6.	content
	6-1.	main
7.	footer

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 10px;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
}

fieldset {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font: 100%;
  font-size: inherit;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

th,
td {
  padding: 0;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

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

/*----------------------------------------------------------------------
2.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
  background: #000;
}

body > img {
  display: block;
  left: 50%;
  margin: 0 auto;
}

div:empty::before {
  line-height: 2;
  font-size: 1.2em;
}

/*----------------------------------------------------------------------
3.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  width: 100%;
  min-width: 920px;
  min-height: 100%;
}

* html #container {
  height: 100%;
}

* + html #container {
  height: 100%;
}

body > #container {
  height: auto;
}

#container > .wrapper {
  margin: 0 auto;
  width: 920px;
}

/*----------------------------------------------------------------------
4.	共通部分
----------------------------------------------------------------------*/
#smartphone {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
}

#smartphone a {
  display: block;
  padding: 30px 0;
  font-size: 3em;
  font-weight: bold;
  color: #fff;
}

#yearend {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  overflow: hidden;
  padding-top: 3px;
  width: 99.85%;
  height: 32px;
  border: 1px solid #888;
  background: url(../img/yearend_bg.gif) left 3px repeat-x #C40038;
  line-height: 1.2em;
}

#yearend h2,
#yearend p {
  display: table-cell;
}

* html #yearend h2, * html
#yearend p {
  display: inline;
  zoom: 1;
}

* + html #yearend h2, * + html
#yearend p {
  display: inline;
  zoom: 1;
}

#yearend p {
  padding: 5px 91px 0 2em;
  vertical-align: middle;
  text-indent: -1em;
  line-height: 1.2;
  color: #59514e;
}

#yearend .pic {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------------
5.	#header
----------------------------------------------------------------------*/
#header {
  margin: 0 auto 13px;
  width: 920px;
}

#header .wrapper {
  *zoom: 1;
  position: relative;
}

#header .wrapper::after {
  content: '';
  display: table;
  clear: both;
}

#header .owo-banner {
  float: right;
  padding-top: 15px;
}

#header .owo-banner a {
  opacity: 1;
  transition: opacity .2s linear;
}

#header .owo-banner a:hover {
  opacity: .6;
}

#header #logo {
  float: left;
  margin-left: 0;
  padding: 30px 0 0;
}

#header nav {
  float: right;
  padding-top: 20px;
  width: 659px;
  height: 12px;
}

#header nav ul {
  *zoom: 1;
}

#header nav ul::after {
  content: '';
  display: table;
  clear: both;
}

#header nav ul li {
  float: left;
  margin-right: 33px;
}

#header nav ul li.active {
  margin-right: 32px;
  margin-left: -1px;
}

#header nav ul li:nth-child(5) {
  margin-right: 35px;
}

#header nav ul li:nth-child(5).active:nth-child(5) {
  margin-right: 34px;
}

#header nav ul li:last-child {
  margin-right: 0;
}

#header nav ul li a {
  display: block;
}

#header nav ul li a img {
  display: block;
  position: relative;
}

#header aside .info {
  position: fixed;
  top: 160px;
  right: 0;
  z-index: 1100;
}

#header aside .info ul li {
  margin-bottom: 5px;
}

#header aside .info ul li a {
  display: block;
}

#header aside .info ul li.mail {
  border-bottom: none;
}

#header aside .banner {
  position: absolute;
  top: 25px;
  right: 0;
}

#header aside .banner a {
  opacity: 1;
  transition: opacity .2s linear;
}

#header aside .banner a:hover {
  opacity: .6;
}

#header aside .banner a img {
  border: 1px solid #464147;
}

/*----------------------------------------------------------------------
6.	#content
----------------------------------------------------------------------*/
#content {
  margin: 0 auto;
  padding-bottom: 237px;
  width: 920px;
}

/*
6-1.	#main
----------------------------------------------------------------------*/
#main > h1 {
  margin-bottom: 10px;
}

#main nav {
  width: 920px;
}

#main nav ul {
  *zoom: 1;
}

#main nav ul::after {
  content: '';
  display: table;
  clear: both;
}

#main nav ul li {
  float: left;
  margin-right: 4px;
}

#main nav ul li:last-child {
  margin: 0;
}

#main nav ul li a {
  display: block;
  padding: 21px 0;
  width: 227px;
  background: rgba(139, 122, 122, 0.35);
  text-align: center;
}

#main nav ul li a:hover,
#main nav ul li.active a {
  background: rgba(37, 34, 43, 0.75);
}

#main nav.header {
  margin: 0 0 10px;
}

#main nav.header ul li a:hover,
#main nav.header ul .active a {
  padding-bottom: 19px;
  border-bottom: 2px solid #ba3921;
}

#main nav.footer {
  margin-bottom: 30px;
}

#main nav.footer ul li a:hover,
#main nav.footer ul .active a {
  padding-top: 19px;
  border-top: 2px solid #ba3921;
}

#main section {
  margin-bottom: 30px;
}

#main section h1 {
  margin-bottom: 4px;
}

#main section div {
  background: rgba(37, 34, 43, 0.75);
}

#main nav ul li a {
  width: 181px;
}

#main nav ul li:last-child a {
  width: 180px;
}

#main h2 {
  margin-bottom: 10px;
}

#main section div {
  padding: 45px 50px;
}

#main #details div {
  padding: 37px 0 50px 50px;
}

#main #details div section h1 {
  margin: 0;
  padding: 0 0 6px 8px;
  border-bottom: 1px solid #464147;
}

#main #details div section * {
  margin-left: 257px;
  color: #c8c8c9;
}

#main #details div section * * {
  margin: 0;
}

#main #details div #condition {
  margin-bottom: 12px;
  min-height: 218px;
  background: url(../img/price_transportation_details_condition_bg.png) 21px top no-repeat;
}

#main #details div #condition h1 {
  padding-top: 36px;
}

#main #details div #condition ul li {
  padding-left: 1em;
  border-bottom: 1px solid #464147;
  list-style-position: inside;
  list-style-type: disc;
  line-height: 2.4166666667;
  font-size: 1.2em;
}

#main #details div #condition ul li dt,
#main #details div #condition ul li dd {
  display: inline-block;
}

#main #details div #condition ul li dt {
  width: 10em;
}

#main #details div #need {
  margin: 0;
  background: url(../img/price_transportation_details_need_bg.png) 11px 13px no-repeat;
}

#main #details div #need h1 {
  margin-bottom: 23px;
}

#main #details div #need p {
  margin: 0 0 19px 270px;
  line-height: 2.1666666667;
  font-size: 1.2em;
}

#main #details div #need ul {
  margin-bottom: 26px;
  border-top: 1px solid #464147;
}

#main #details div #need ul li {
  padding: 12px 180px 12px 13px;
  border-bottom: 1px solid #464147;
}

#main #details div #need ul li dl {
  padding-left: 50px;
  min-height: 34px;
}

#main #details div #need ul li:first-child dl {
  background: url(../img/price_transportation_details_need_bg1.gif) left center no-repeat;
}

#main #details div #need ul li:last-child dl {
  background: url(../img/price_transportation_details_need_bg2.gif) left center no-repeat;
}

#main #details div #need ul li dl dt,
#main #details div #need ul li dl dd {
  display: table-cell;
  height: 34px;
  vertical-align: middle;
  line-height: 1.4;
}

* html #main #details div #need ul li dl dt, * html
#main #details div #need ul li dl dd {
  display: inline;
  zoom: 1;
}

* + html #main #details div #need ul li dl dt, * + html
#main #details div #need ul li dl dd {
  display: inline;
  zoom: 1;
}

#main #details div #need ul li dl dt {
  width: 164px;
  font-size: 1.2em;
  font-weight: bold;
}

#main #details div #need ul li dl dt small {
  font-size: 0.8333333333em;
  color: #8C8C8D;
}

#main #details div #need ul li dl dd {
  color: #8C8C8D;
}

#main #details div #need aside {
  margin-right: 50px;
  padding: 16px 16px 16px 22px;
  background: #000;
}

#main #details div #need aside h1,
#main #details div #need aside ul {
  display: table-cell;
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: middle;
}

* html #main #details div #need aside h1, * html
#main #details div #need aside ul {
  display: inline;
  zoom: 1;
}

* + html #main #details div #need aside h1, * + html
#main #details div #need aside ul {
  display: inline;
  zoom: 1;
}

#main #details div #need aside h1 {
  padding-left: 38px;
  width: 200px;
  background: url(../img/price_transportation_details_need_aside_title_bg.gif) left center no-repeat;
  line-height: 1.6666666667;
  font-size: 1.2em;
  font-weight: bold;
}

#main #details div #need aside ul li {
  margin-left: 1.5em;
  padding: 0;
  border: none;
  list-style-type: disc;
  line-height: 1.4;
  color: #8C8C8D;
}

#main #details div #need aside ul li small {
  font-size: 1em;
  color: #8C8C8D;
}

#main #amount div h2 {
  *zoom: 1;
  margin-bottom: 36px;
  border: 1px solid #464147;
}

#main #amount div h2::after {
  content: '';
  display: table;
  clear: both;
}

#main #amount div h2 span,
#main #amount div h2 em {
  display: block;
  float: left;
  text-align: center;
  line-height: 78px;
}

#main #amount div h2 span {
  width: 409px;
  font-size: 1.4em;
  color: #c8c8c9;
}

#main #amount div h2 em {
  width: 407px;
  border-left: 1px solid #464147;
  background: rgba(0, 0, 0, 0.4);
}

#main #amount div h2 em img {
  vertical-align: middle;
}

#main #amount div section {
  *zoom: 1;
  margin: 0;
}

#main #amount div section::after {
  content: '';
  display: table;
  clear: both;
}

#main #amount div section h1 {
  margin: 0 0 14px;
  vertical-align: middle;
  line-height: 16px;
}

#main #amount div section h1 img {
  margin-right: 12px;
}

#main #amount div section h1 small {
  font-size: 1em;
  color: #8C8C8D;
}

#main #amount div section section {
  float: left;
  margin: 0 8px 28px 0;
  width: 406px;
}

#main #amount div section section:nth-child(odd) {
  margin-right: 0;
}

#main #example > section > h1 {
  position: relative;
  width: 406px;
  height: 50px;
}

#main #example > section > h1 img {
  position: absolute;
  bottom: 0;
  margin: 0;
}

#main #amount div section section h1 {
  margin: 0;
}

#main #amount div section section div {
  padding: 17px 24px 0;
  border: 1px solid #575259;
  border-top: none;
  background: none;
}

#main #amount div section section div section {
  float: none;
  margin: 0 0 26px !important;
  width: auto;
}

#main #amount div section section div section h1 {
  margin-bottom: 5px;
  padding: 5px 0 5px 6px;
  background: rgba(0, 0, 0, 0.3);
  line-height: 1.2;
  color: #c8c8c9;
}

#main #amount div section section div section h1 em {
  margin-right: 6px;
  font-size: 1.2em;
  font-weight: bold;
}

#main #amount div section section div section table {
  width: 356px;
}

#main #amount div section section div section table tr th,
#main #amount div section section div section table tr td {
  padding: 0 5px;
  line-height: 1.4;
  color: #c8c8c9;
}

#main #amount div section section div section table tr:last-child th,
#main #amount div section section div section table tr:last-child td {
  padding-bottom: 6px;
}

#main #amount div section section div section table tfoot tr th,
#main #amount div section section div section table tfoot tr td {
  padding-top: 6px;
  border-top: 1px solid #464147;
  font-size: 1.2em;
}

#main #amount div section section div section table tr td {
  text-align: right;
}

#main #amount div section section div section table tfoot tr td {
  font-size: 1.2em;
  font-weight: bold;
  color: #ba3921;
}

#main #hotel > div {
  *zoom: 1;
}

#main #hotel > div::after {
  content: '';
  display: table;
  clear: both;
}

#main #hotel > div > section > h1 {
  position: relative;
  width: 406px;
  height: 50px;
}

#main #hotel > div > section > h1 img {
  position: absolute;
  bottom: 0;
  margin: 0;
}

#main #hotel div p {
  margin-bottom: 18px;
  line-height: 2.1666666667;
  font-size: 1.2em;
  color: #c8c8c9;
}

#main #hotel div section {
  float: left;
  margin: 0 8px 18px 0;
  width: 406px;
}

#main #hotel div section:nth-child(odd) {
  margin-right: 0;
}

#main #hotel div section h1 {
  margin: 0;
}

#main #hotel div section div {
  padding: 18px 24px;
  border-right: 1px solid #575259;
  border-left: 1px solid #575259;
  background: none;
}

#main #hotel div section div section {
  position: relative;
  float: none;
  margin: 0 0 11px;
  width: auto;
  min-height: 129px;
}

#main #hotel div section div section h1 {
  margin-bottom: 5px;
  padding: 5px 0 5px 6px;
  background: rgba(0, 0, 0, 0.3);
  line-height: 1;
  font-size: 1.2em;
  font-weight: bold;
  color: #c8c8c9;
}

#main #hotel div section div section p,
#main #hotel div section div section dl {
  margin: 0 0 0 90px;
  line-height: 1.4;
  font-size: 1em;
}

#main #hotel div section div section dl dt,
#main #hotel div section div section dl dd {
  display: inline;
  color: #c8c8c9;
}

#main #hotel div section div section p:nth-child(4) {
  padding-bottom: 32px;
}

#main #hotel div section div section .pic {
  position: absolute;
  top: 30px;
  left: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

#main #hotel div section div section .link {
  position: absolute;
  right: 0;
  bottom: 0;
}

#main #hotel div section div section .link a {
  display: block;
  padding: 2px;
  border: 1px solid #bd995b;
  background: url(../img/price_transportation_hotel_link_h.gif) 2px 2px no-repeat;
}

#main #hotel div section div section .link a img {
  transition: all .2s linear;
}

#main #hotel div section div section .link a:hover img {
  opacity: 0;
}

#main #hotel div section .pic {
  margin: 0;
  padding: 18px 0 24px;
  border: 1px solid #575259;
  border-top: none;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 1.5;
}

/*----------------------------------------------------------------------
7.	#footer
----------------------------------------------------------------------*/
#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#footer > * {
  margin: 0 auto;
  width: 920px;
}

#footer .f-info {
  margin-bottom: 24px;
  background: rgba(37, 34, 43, 0.75);
}

#footer .f-info > .title {
  padding: 20px 0 28px;
  background: url(../img/footer_info_title_bg.gif);
  text-align: center;
}

#footer .f-info .form {
  *zoom: 1;
  padding: 38px 36px 27px;
  border-bottom: 1px solid #47424b;
}

#footer .f-info .form::after {
  content: '';
  display: table;
  clear: both;
}

#footer .f-info .form .lead {
  float: left;
  margin-right: 26px;
  padding: 30px 0 28px 167px;
  background: url(../img/footer_info_form_bg.jpg) left center no-repeat;
}

#footer .f-info .form-list {
  overflow: hidden;
}

#footer .f-info .form-item {
  float: left;
  margin-right: 14px;
}

#footer .f-info .form-item:last-child {
  margin-right: 0;
}

#footer .f-info .form-item img {
  display: block;
  margin: 0 auto 9px;
}

#footer .f-info .form-item a {
  display: block;
  padding: 2px;
  border: 1px solid #bd995b;
  transition: opacity .2s linear;
}

#footer .f-info .form-item a img {
  margin: 0;
  opacity: 1;
  transition: all .2s linear;
}

#footer .f-info .form-item a:hover img {
  opacity: 0;
}

#footer .f-info .form-item.mail a {
  background: url(../img/footer_info_form_mail_h.gif) 2px 2px no-repeat;
}

#footer .f-info .form-item.counseling a {
  background: url(../img/footer_info_form_counseling_h.gif) 2px 2px no-repeat;
}

#footer .f-info .clinic {
  position: relative;
  padding: 27px 0 38px 36px;
  background: url(../img/footer_info_clinic_bg.png) 609px 16px no-repeat;
}

#footer .f-info .clinic-item {
  margin-bottom: 20px;
}

#footer .f-info .clinic-item:last-child {
  margin: 0;
}

#footer .f-info .clinic-item .title {
  position: relative;
  float: left;
  margin-right: 10px;
  width: 142px;
  height: 25px;
}

#footer .f-info .clinic-item .title img {
  position: absolute;
  bottom: 0;
}

#footer .f-info .clinic-item .tel {
  overflow: hidden;
  line-height: 25px;
  font-size: 1.3em;
  color: #c8c8c9;
}

#footer .f-info .clinic-item .tel img {
  margin: 2px 7px 1px 0;
}

#footer .f-info .clinic-item .tel span {
  font-size: 0.8461538462em;
}

#footer .f-info .link {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

#footer .f-info .link a img {
  background: #b8b9ba;
  transition: all 1s ease;
}

#footer .f-info .link a:hover img {
  background: #bd995b;
}

#footer .text {
  margin-bottom: 4px;
  line-height: 1.4;
  color: #8C8C8D;
}

#footer aside ul {
  margin-left: 28em;
}

#footer aside ul li {
  display: inline;
  margin-right: 3em;
  line-height: 34px;
}

#footer aside ul li a {
  color: #b8b9ba;
}

#footer aside #pagetop {
  position: fixed;
  right: 0;
  bottom: 90px;
}

#footer aside #pagetop a img[src*=arrow],
#footer aside #pagetop a img[src*=index_about_title],
#footer aside #pagetop a img[src*=pagetop] {
  background: #b8b9ba;
  transition: all 1s ease;
}

#footer aside #pagetop a:hover img[src*=arrow],
#footer aside #pagetop a:hover img[src*=index_about_title],
#footer aside #pagetop a:hover img[src*=pagetop] {
  background: #bd995b;
}

#footer #copyright {
  margin-top: -34px;
  background: url(../img/footer_copyright_bg.png) right center no-repeat;
  line-height: 34px;
  color: #b8b9ba;
}

/*----------------------------------------------------------------------
市島フィールドここから
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2014.02.27　更新
----------------------------------------------------------------------*/
.price #main nav ul li a {
  width: 227px;
}

/*----------------------------------------------------------------------
市島フィールドここまで
----------------------------------------------------------------------*/

/*# sourceMappingURL=transportation.css.map */
