@charset "UTF-8";
/* ----------------------------------------------------------
  System setting
---------------------------------------------------------- */
.red{
  color: #FF0000;
}
/* -------------------- Margin -------------------- */
.mt10{margin-top:10px;}
.mb10{margin-bottom:10px;}
.ml10{margin-left:10px;}
.mr10{margin-right:10px;}
.mt20{margin-top:20px;}
.mb20{margin-bottom:20px;}
.ml20{margin-left:20px;}
.mr20{margin-right:20px;}
.mt30{margin-top:30px;}
.mb30{margin-bottom:30px;}
.ml30{margin-left:30px;}
.mr30{margin-right:30px;}
.mt40{margin-top:40px;}
.mb40{margin-bottom:40px;}
.ml40{margin-left:40px;}
.mr40{margin-right:40px;}
.mt50{margin-top:50px;}
.mb50{margin-bottom:50px;}
.ml50{margin-left:50px;}
.mr50{margin-right:50px;}
 
.img-fit{width: 100%}
.redday{
    background-color: #FF0000;
}
.saturday{
    background-color: #0000FF;
}
td.day{
  position: relative;
  height: 42px;
  vertical-align: top;
}


td.day a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 22px;
  padding-top: 20px;
}
.month{
    background-color: #cdcdcd;
}
.must{
  color: #FF0000;
}
.cb{
  clear: both;
}
.imgright{
  float: right;
  margin-left: 1em;
}
.imgleft{
  float: left;
  margin-right: 1em;
}
.imgcenter{
  display: block;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
}
.txtcenter{
  text-align: center;
}
@media screen and (min-width: 767px) {
.disp_sp{
  display: none;
}
}
@media screen and (max-width: 767px) {
.disp_pc{
  display: none;
}
}

/* ----------------------------------------------------------
  base setting
---------------------------------------------------------- */
body {
  color: #333333;
  font-size: 80%;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 160%;
}

/* link
--------------------- */
a {
  color: #343754;
  text-decoration: none;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a:hover,
a:active {
  color: #696d91;
  text-decoration: underline;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

a.over {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}

/* header
--------------------- */
#header {
  background: url(../img/header_bg.png) repeat-x scroll 0 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  z-index: 100;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 767px) {
  #header {
    display: none;
  }
}

#header_cont {
  background: url(../img/header_cont_bg.png) no-repeat scroll center 0;
  width: 980px;
  height: 160px;
  margin: 0 auto;
  position: relative;
}

#header_cont_top #en {
  position: absolute;
  top: 0;
  left: 0;
}

#header_cont_top ul li {
  position: absolute;
}

#header_cont_top ul li#shop {
  top: 36px;
  left: 0;
}

#header_cont_top ul li#mail {
  top: 36px;
  left: 178px;
}

#header_cont_top ul li#tel {
  top: 26px;
  left: 656px;
}

#header_cont_top ul li#reserve {
  top: 21px;
  right: 0;
}

#header_cont_btm h1 {
  position: absolute;
  top: 22px;
  left: 395px;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  z-index: 10;
  font-size: 1em;
margin: 0;
}

#header_cont_btm #navi li {
  position: absolute;
  top: 78px;
}

#header_cont_btm #navi li#navi01 {
  left: 0;
}

#header_cont_btm #navi li#navi02 {
  left: 169px;
}

#header_cont_btm #navi li#navi03 {
  left: 659px;
}

#header_cont_btm #navi li#navi04 {
  left: 819px;
}

#header_cont_btm #smlCenter {
  position: absolute;
  top: 64px;
  left: 410px;
  width: 151px;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  z-index: 1;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
}

#header_cont_btm #smlCenter li {
  padding: 0 0 10px;
}

/* headerSml */
#header.headerSml {
  -webkit-transform: translate(0, -50px);
  -moz-transform: translate(0, -50px);
  -o-transform: translate(0, -50px);
  transform: translate(0, -50px);
  top: -50  px\9;
}
#header.headerSml #header_cont_top #shop {
  top: 50px;
  left: 0;
}
#header.headerSml #header_cont_top #tel {
  top: 0px;
}
#header.headerSml #header_cont_top #reserve {
  top: 0px;
}
#header.headerSml #header_cont_top #en {
  top: 50px;
  right:0 !important;
  left:auto;}
#header.headerSml #header_cont_btm h1 {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

#header.headerSml #header_cont_btm #smlCenter {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  z-index: 11;
}

@media screen and (max-width: 767px) {
  .top_logo {
    text-align: center;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .top_logo {
    display: none;
  }
}

/*========================================
  navgation
========================================*/
nav.hedrMenu {
  position: fixed;
  top: 10px;
  right: 10px;
}

@media screen and (min-width: 768px) {
  nav.hedrMenu {
    top: 140px;
    right: 0;
  }
}

nav.hedrMenu a {
  display: block;
  background: url(../img/menu.png) #ffffff no-repeat scroll 0 0;
  background-size: 55px 65px;
  -webkit-background-size: 55px 65px;
  -moz-background-size: 55px 65px;
  width: 55px;
  height: 65px;
  text-indent: -9999px;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  nav.hedrMenu a {
    background: url(../img/menu_pc.png) #ffffff no-repeat scroll 0 0;
    background-size: 31px 110px;
    -webkit-background-size: 31px 110px;
    -moz-background-size: 31px 110px;
    width: 31px;
    height: 110px;
  }
}

/* ----------------------------------------------------------
  Drawer Slide Menu
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .trigger {
    display: block;
    position: fixed;
    top: 140px;
    right: 0;
    width: 31px;
    height: 110px;
    z-index: 10;
    cursor: pointer;
    background: url(../img/menu_pc.png) #ffffff no-repeat scroll 0 0;
    background-size: 31px 110px;
    -webkit-background-size: 31px 110px;
    -moz-background-size: 31px 110px;
  }
}

@media screen and (max-width: 767px) {
  .trigger {
    position: fixed;
    top: 10px;
    right: 10px;
    display: block;
    background: url(../img/menu.png) #ffffff no-repeat scroll 0 0;
    background-size: 55px 65px;
    -webkit-background-size: 55px 65px;
    -moz-background-size: 55px 65px;
    width: 55px;
    height: 65px;
    border-radius: 5px;
  }
}

body.open {
  width: 100%;
  overflow: hidden;
}

body.open:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 150;
}

body.open .menu {
  right: 0;
}

.menu {
  position: fixed;
  top: 0;
  right: -260px;
  width: 260px;
  height: 100%;
  background-color: #eee;
  z-index: 200;
  transition: right 0.4s ease;
  overflow-y: auto;
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu li {
  border-bottom: #ccc solid 1px;
  font-size: 12px;
}

.menu__close {
  line-height: 40px;
  padding: 0 0 0 18px;
}

.menu__close span {
  display: block;
  background: url(../img/menu_icon_close.png) no-repeat scroll 0 50%;
  background-size: 17px 17px;
  -webkit-background-size: 17px 17px;
  -moz-background-size: 17px 17px;
  padding-left: 27px;
}

.menu__toplayer a {
  background: #dfdfdf;
  display: block;
  padding: 0 0 0 18px;
  line-height: 40px;
}

.menu__link a {
  display: block;
  padding: 0 0 0 35px;
  line-height: 40px;
  background: url(../img/menu_icon_link.png) no-repeat scroll 5% 50%;
  background-size: 11px 11px;
  -webkit-background-size: 11px 11px;
  -moz-background-size: 11px 11px;
}

.menu__lower a {
  display: block;
  padding: 0 0 0 18px;
  line-height: 40px;
}

.menu__lower a:before {
  content: '・ ';
}
/*root横並び*/

.menu_a ul{
margin: 0;
padding: 0;
list-style: none;
background-color: aqua;
}
.menu_a li a{
display:block;
padding:5px;
color: #000000;
font-size: 20px;
text-decoration: none;
}
.menu_a li a:hover{
background-color: #eeeeee;
}
.menu_a ul:after{
content: "";
display: block;
clear: both
} 
.menu_a li {
float: left;
width: auto;
}
@media (max-width:768px){
.menu_a{
display: none;
}	
}
/*root メニューした*/

.marineshuttle h1 a{
color: aqua;
text-decoration: none;
}
.marineshuttle h1{
margin: 2px;
font-size: 25px;
}
.marineshuttle p{
margin: 0;
font-size: 15px
}
.marineshuttle {
background-color: snow;
}
@media (max-width:768px){
.marineshuttle{display: none;}
}
@media(max-width:768px){
	.MS{display: none;}
}
.MS:after{
content: "";
display: block;
clear: both;
}
.marineshuttle{
float:left;
width: 50%;
}
.marineshuttle2{
float: left;
width: 50%;
}
.rbon p{
	font-size: 20px;
	text-align: center;
}
/* frame
--------------------- */
#wrap {
  max-width: 2600px;
  min-width: 980px;
  margin: 0px;
  padding: 0px;
}

@media screen and (max-width: 767px) {
  #wrap {
    min-width: 0;
  }
}


table {
  width: 100%;
  margin: 20px 0 20px 0;
  border: 1px solid #cccccc;
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #939393;
  text-align: center;
  color: #000000;
}

/* footer
--------------------- */
#footerArea {
  border-top: #222243 solid 2px;
}

@media screen and (max-width: 767px) {
  #footerArea {
    display: none;
  }
}

#footerArea p {
  font-size: 14px;
  line-height: 15px;
  margin: 0 0 16px 0;
}

#footerArea p a {
  background: url(../img/footer_ico_grdlnk.gif) no-repeat scroll 0 0.15em;
}
#footerArea p a.f_logo{
  background: none !important;
  padding-left: 0px;
}

#footerArea a {
  padding-left: 18px;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}

#footerArea a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

#footerArea ul {
  padding-bottom: 10px;
}

#footerArea li {
  padding-bottom: 5px;
}

#footerArea li a {
  background: url(../img/footer_ico_lnk.gif) no-repeat scroll 0 0.25em;
  padding-left: 10px;
}

#footerArea li span {
  font-size: 10px;
  padding-left: 10px;
  display: block;
}

#footerArea dl {
  padding-left: 10px;
}

#footerArea dt {
  margin-bottom: 5px;
}

#footerTop {
  border-top: #fff solid 1px;
  background: #222243;
  padding: 32px 0;
}

#footerTopCnt {
  width: 80%;
  overflow: hidden;
  margin: 0 auto;
  color: #fff;
}

#ftrLinkL {
  float: left;
  width: 30%;
  margin-right: 4%;
  border-right: #514f74 solid 1px;
}

#ftrLinkC {
  float: left;
  width: 30%;
}

#ftrLinkR {
  float: left;
  width: 30%;
  padding-left: 4%;
  border-left: #514f74 solid 1px;
}

#footerBtm {
  border-top: #dfaf50 solid 6px;
  text-align: center;
  padding: 12px 0 14px;
}

#footerBtm .copy {
  font-size: 9px;
  color: #343754;
}

#sp_footerArea {
  background: #dadadd;
  font-size: 1.4em;
}

@media screen and (min-width: 768px) {
  #sp_footerArea {
    display: none;
  }
}

.sns_link {
  padding: 15px 0 8px 0;
}

.sns_link li {
  height: 60px;
  width: 80%;
  margin: 0 auto 7px auto;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.sns_link li a {
  text-decoration: none;
  color: #222243;
}

.sns_link li p {
  text-align: center;
  height: 60px;
}

.sns_link li p span {
  display: block;
  padding: 20px 0 0 25px;
}

.sns_link li.fb_btn {
  background: url(../img/fb_btn.png) no-repeat 18px 15px #fff;
  background-size: 30px 30px;
}

.sns_link li.tw_btn {
  background: url(../img/tw_btn.png) no-repeat 18px 15px #fff;
  background-size: 30px 30px;
}

.sns_link li.yt_btn {
  background: url(../img/yt_btn.png) no-repeat 18px 15px #fff;
  background-size: 30px 30px;
}

.btn_bottom {
  border-top: solid 1px #ffffff;
  margin: 0;
  font-size: 14px;
}

.btn_bottom li {
  background: #222243;
  width: 50%;
  text-align: center;
  box-sizing: border-box;
  border-bottom: solid 1px #ffffff;
}

.btn_bottom li.btn_left {
  float: left;
  border-right: solid 1px #B9B9B9;
}

.btn_bottom li.btn_right {
  float: right;
}

.btn_bottom li.btn_center {
  width: 100%;
  clear: both;
}

.btn_bottom li a {
  display: block;
  line-height: 50px;
  text-decoration: none;
  color: #fff;
}

.footer_bottom {
  text-align: center;
  padding-top: 25px;
  background: #FFFFFF;
}

.footer_bottom p {
  color: #222243;
  padding: 20px 0;
  font-size: 8px;
}

/* ----------------------------------------------------------
  トップページ
---------------------------------------------------------- */
/* mainVisual
--------------------- */
#mainVisual {
  margin-top: 125px;
}

@media screen and (max-width: 767px) {
  #mainVisual {
    display: none;
  }
}

#mainVisual ul {
  width: 100%;
  max-width: 1600px;
  min-width: 980px;
  height: 384px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

#mainVisual ul li a {
  display: inline-block;
  width: 20%;
  height: 384px;
  float: left;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}

#mainVisual ul li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

#mainVisual ul li a.not {
  width: 19%;
}

#mainVisual ul li a.selected {
  width: 23.99%;
}

#mainVisual ul li#mainSctn01 a {
  background: url(../img/top/mainvisual_bg02.jpg) no-repeat scroll 50% 50%;
}

#mainVisual ul li#mainSctn02 a {
  background: url(../img/top/mainvisual_bg18.jpg) no-repeat scroll 50% 50%;
}

#mainVisual ul li#mainSctn03 a {
  background: url(../img/top/mainvisual_bg20.jpg) no-repeat scroll 50% 50%;
}

#mainVisual ul li#mainSctn04 a {
  background: url(../img/top/mainvisual_bg04.jpg) no-repeat scroll 50% 50%;
}

#mainVisual ul li#mainSctn05 a {
  background: url(../event/event.jpg) no-repeat scroll 50% 50%;
}

#mainVisual ul li a h2 {
  width: 100%;
  height: 47px;
  padding: 12px 0 0 0;
  position: absolute;
  top: 325px;
  left: 0;
  text-align: center;
}

#mainVisual ul li#mainSctn01 a h2 {
  background: url(../img/top/mainvisual_title_bg01.png) repeat scroll 0 0;
}

#mainVisual ul li#mainSctn02 a h2 {
  background: url(../img/top/mainvisual_title_bg02.png) repeat scroll 0 0;
}

#mainVisual ul li#mainSctn03 a h2 {
  background: url(../img/top/mainvisual_title_bg03.png) repeat scroll 0 0;
}

#mainVisual ul li#mainSctn04 a h2 {
  background: url(../img/top/mainvisual_title_bg04.png) repeat scroll 0 0;
}

#mainVisual ul li#mainSctn05 a h2 {
  background: url(../img/top/mainvisual_title_bg05.png) repeat scroll 0 0;
}

#sp_mainVisual {
  margin-bottom: 30px;
  overflow: hidden;
  zoom: 1;
}

@media screen and (min-width: 768px) {
  #sp_mainVisual {
    display: none;
  }
}

#sp_mainVisual li {
  float: left;
  width: 47%;
  margin: 10px 0 0 2%;
}

#sp_mainVisual li img {
  width: 100%;
}
/*スマホ版中間画像*/
#sp_mainVisual img {width:100%;
}
/*スマホ版文字*/
#sp_mainVisual p {font-size:12px;
}

/* notice
--------------------- */
#info {
  margin: auto;
  width: 100%;
  min-width: 980px;
}

#info table {
  width: 100%;
  border-collapse: collapse;
  border: #ccc solid 1px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#info table img {
  width: 100%;
}

#info table th {
  border-top: #ccc solid 1px;
  border-right: #ccc solid 1px;
  border-left: #ccc solid 1px;
  padding: 0 0 0 15px;
  background: #eaeaea;
  font-size: 16px;
  color: #363656;
  font-weight: bold;
	height: 35px;
}

#info table th.rouge span {
  background: url(../img/top/info_ico_mr.png) no-repeat scroll 0 0;
  padding-left: 50px;
}

#info table th.shuttle span {
  background: url(../img/top/info_ico_ms.gif) no-repeat scroll 0 0;
  padding-left: 40px;
}

#info table th.seabass span {
  background: url(../img/top/info_ico_sb.gif) no-repeat scroll 0 0;
  padding-left: 40px;
}

#info table td {
  border: #ccc solid 1px;
  padding: 0 0 0 15px;
}

#info table .title td {
  width: 35px;
  padding: 10px 0;
  border-top: #222243 solid 3px;
  border-bottom: #222243 solid 3px;
  border-left: #222243 solid 3px;
  background: #222243;
  font-size: 14px;
  color: #fff;
}
#info a{
  color: #ED256D;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #info {
    display: none;
  }
}

/* bnrArea
--------------------- */
#bnrArea {
  width: 80%;
  min-width: 980px;
  margin: 0 auto 13px;
}

#bnrArea a {
  display: block;
}

#bnrArea img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  #bnrArea {
    width: 100%;
    min-width: 0;
  }
}

/* reccommend
--------------------- */
.reccommend {
  margin: 0 15px 13px;
  border: #ccc solid 1px;
  background-color: #ffffff;
}

.reccommend .recTitle {
  text-align: center;
  border-bottom: #ccc solid 5px;
  boder-top: #ccc solid 5px;	
  padding: 7px 0 9px;
  font-size: 18px;
  color: #222243;
}

.reccommend ul {
      padding: 0px;
}
.reccommend ul:after {
  content:"";
  clear:both;
  display:block;
}
.reccommend ul.cruises li {
  display:inline-block;
  list-style-type:none;
      width: 24%;
      vertical-align:top;
      text-align:center;
      padding: 10px 0;
}
.reccommend ul.cruises li a {
  color: #000000;
  font-weight: bold;
}
.reccommend ul.cruises li p.reccommend__title {
  width: 250px;
  font-size: 95%;
  line-height: 100%;
  margin: 5px auto;
  display: block;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .reccommend {
    display: none;
  }
}
.mmback img{
	width: auto;
}
/* sp_rayout
--------------------- */
#sp_rayout h3 {
  font-size: 1.4em;
  font-weight: bold;
  background: #222243;
  padding: 12px 15px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0;
}
#sp_rayout2 h3 {
  font-size: 1.2em;
  font-weight: bold;
  background: #ff69b4;
  padding: 12px 15px;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
}
#sp_rayout3 h3 {
  font-size: 1.2em;
  font-weight: bold;
  background: #2e8b57;
  padding: 12px 15px;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
}
#sp_rayout4 h3 {
  font-size: 1.2em;
  font-weight: bold;
  background: #0000ff;
  padding: 12px 15px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
}
#sp_rayout h3 span {
  color: #f08080;
}
#sp_rayout2 h3 span {
  color: #000000;
}
#sp_rayout3 h3 span {
  color: #fffafa;
}
/*乗り場別カテゴリー*/
#sp_rayout h2 {
	font-size:16px;
	font-weight:bold;
	background:#ff0000;
	padding:12px 15px;
	text-align:center;
	color:#ffffff;
	margin-bottom:0;
}
#sp_rayout h2 span {
	color:#ffffff;}
	
	#neweveyama {
		width:auto;
		margin:10px auto;
	}
	
#sp_rayout ul.operating li {
  margin: 8px;
  font-size: 1.0em;
}

#sp_rayout ul.operating li + li {
  padding-top: 8px;
  border-top: 2px solid #dedede;
}

#sp_rayout ul.operating li dt {
  color: #2f2f4e;
  font-weight: bold;
  text-decoration: none;
}
#sp_rayout ul.operating li dd {
  margin-left:10px;
}
#sp_rayout .main {
  width: 80%;
  margin: 10px auto;
  display: block;
}

#sp_rayout .main ul .top_list {
  display: table;
  vertical-align: middle;
}

#sp_rayout .main ul .info_img {
  width: 45%;
  display: table-cell;
  vertical-align: middle;
}

#sp_rayout .main ul .info_img img {
  width: 100%;
  height: auto;
  display: table-cell;
  vertical-align: middle;
}

#sp_rayout .main ul .info_txt {
  width: 70%;
  overflow: hidden;
  vertical-align: middle;
  padding: 0 7px 0 7px;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.0em;
}

@media screen and (min-width: 768px) {
  #sp_rayout {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #sp_rayout2 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #sp_rayout3 {
    display: none;
  }
}

/* contArea
--------------------- */
@media screen and (max-width: 767px) {
  #contArea {
    display: none;
  }
}

#contArea ul {
  width: 100%;
  overflow: hidden;
  border-bottom: #ccc solid 1px;
}

#contArea ul li {
  width: 20%;
  float: left;
  text-align: center;
}

#contArea ul li a {
  border-right: #ccc solid 1px;
  display: block;
  padding: 18px 0 0;
  height: 160px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}

#contArea ul li.last a {
  border-right: none;
}

#contArea ul li a h4 img {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}

#contArea ul li a p {
  background: url(../img/top/contArea_icon.png) no-repeat scroll 43px 0.2em;
  margin: 30px auto 0;
  width: 100px;
  text-decoration: none;
  color: #000;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}

#contArea ul li a p span {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  display: block;
}

#contArea ul li.contArea01 a:hover {
  background: #a3d7fc;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

#contArea ul li.contArea01 a:hover p {
  background-position: 84px 0.2em;
}

#contArea ul li.contArea02 a:hover {
  background: #9decfd;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

#contArea ul li.contArea02 a:hover p {
  background-position: 84px 0.2em;
}

#contArea ul li.contArea03 a:hover {
  background: #70efe2;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

#contArea ul li.contArea03 a:hover p {
  background-position: 84px 0.2em;
}

#contArea ul li.contArea04 a:hover {
  background: #b1adfb;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

#contArea ul li.contArea04 a:hover p {
  background-position: 84px 0.2em;
}

#contArea ul li.contArea05 a:hover {
  background: #d4d1fc;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

#contArea ul li.contArea05 a:hover p {
  background-position: 84px 0.2em;
}

#contArea ul li a:hover p span {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

#sp_contArea li {
  border-top: 1px dotted #ccc;
}

#sp_contArea li:last-child {
  border-bottom: 1px dotted #ccc;
}

#sp_contArea a {
  text-decoration: none;
}

#sp_contArea h4 {
  background: url(../img/top/contArea_icon.png) no-repeat;
  background-position: 20px 11px;
  padding-left: 40px;
  font-size: 1.2em;
  line-height: 2em;
}

@media screen and (min-width: 768px) {
  #sp_contArea {
    display: none;
  }
}

/* news
--------------------- */
#news {
  padding: 19px 19px 9px 19px;
}

#news #newsTitle {
  width: 100%;
  overflow: hidden;
  padding: 0 0 7px 0;
  border-bottom: #222243 solid 2px;
}

#news #newsTitle h5 {
  float: left;
  padding-left: 6px;
}

#news #newsTitle p {
  float: right;
}

@media screen and (max-width: 767px) {
  #news #newsTitle p {
    display: none;
  }
}

#news ul li a {
  width: 100%;
  overflow: hidden;
  border-bottom: #ffc0cd dotted 2px;
  padding: 10px 0;
  display: block;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}

#news ul li.last a {
  border: none;
}

#news ul li a:hover {
  background: #f0f0f0;
  color: #000;
  text-decoration: none;
}

#news ul li a span {
  display: inline-block;
  float: left;
  padding: 0 36px 0 6px;
}
#news .next_prev{
  display: block;
  margin: 20px auto;
  text-align: center;
}
#news .next_prev .prev{
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #news ul li a span {
    float: none;
    padding: 0;
    font-weight: bold;
  }
}

@media screen and (max-width: 767px) {
  #news ul li a {
    font-size: 0.8em;
  }
}

#news .arrival {
  border: 2px solid #222244;
  border-radius: 5px;
  margin: 20px;
}

#news .arrival a {
  text-decoration: none;
  color: #222243;
}

#news .arrival p {
  padding: 10px;
  font-size: 1.4em;
  text-align: center;
  color: #222243;
}

@media screen and (min-width: 768px) {
  #news .arrival {
    display: none;
  }
}

/* btmArea
--------------------- */
@media screen and (max-width: 767px) {
  #btmArea {
    display: none;
  }
}

#btmArea .bnr {
  width: 980px;
  overflow: hidden;
  margin: 20px auto;
}

#btmArea .bnr li {
  padding: 0 10px 0 0;
  float: left;
}

#btmArea .bnr li.last {
  padding: 0;
}

#btmArea .social {
  width: 110px;
  overflow: hidden;
  padding: 25px 0 0 0;
  margin: 0 auto;
}

#btmArea .social li {
  float: left;
  padding: 0 20px 0 0;
}

#btmArea .social li.last {
  padding: 0;
}

/* ----------------------------------------------------------
  owl carousel
---------------------------------------------------------- */
/* clearfix */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

/* display none until init */
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* --------- custom ---------- */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #cccccc;
}

.owl-theme .owl-controls .owl-page.active span {
  background: #222243;
}

.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #222243;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons .owl-prev {
  background: url(../img/top/rec_prev.gif) no-repeat scroll 0 0;
  width: 32px;
  height: 32px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  top: 61px;
  left: -50px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
  background: url(../img/top/rec_next.gif) no-repeat scroll 0 0;
  width: 32px;
  height: 32px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  top: 61px;
  right: -50px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}

.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.owl-theme .owl-controls .owl-buttons .owl-next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

/* ----------------------------------------------------------
  下層ページ
---------------------------------------------------------- */
#contents div.seabass{
  font-size: 1.2em;
  text-align: right;
  margin: 20px 0;
}
#contents div.seabass a{
  border: 1px solid #ddd;
  padding: 10px;
  background-color: #d1ddef;
}
#contents p {
  margin-bottom: 10px;
}
#contents img {
 max-width: 100%;
}

.title--02 {
  /*height: 33px;*/
  text-align: left;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 5px 10px;
  font-size: 1.6em;
  color: #A99068;
  border-left: solid 6px #D0BA97;
}

@media screen and (max-width: 767px) {
  .title--02 {
    padding-bottom: 0;
    font-size: 1.3em;
  }
}

.title--02 span {
  padding: 10px;
  font-size: 0.6em;
}

.title--03 {
  position: relative;
  font-size: 1.3em;
  margin: 20px 0;
  padding-left: 15px;
  color: #FFF;
  background-color: #0E3F8A;
}
.title--03a {
  position: relative;
  font-size: 1.3em;
  margin: 10px 0;
  padding-left: 15px;
  color: #FFF;
  background-color: #FF0000;
}
.title--03b {
  position: relative;
  font-size: 1.8em;
  margin: 20px 0;
  padding-left: 15px;
  color:black; 
  background-color:yellow;
}
.keikyu_s p{font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
color: red;
font-size: 20px;
}
.title--03 span {
  display: block;
  position: absolute;
  top: 8px;
  left: -2px;
  font-size: 0.5em;
}

.title--04 {
  display: block;
  font-size: 1.17em;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}

.title--04-border {
  padding-left: 10px;
  color: #0e3f8a;
  border-left: 5px solid #0e3f8a;
}

.title--05 {
  margin-bottom: 15px;
  font-weight: bold;
}

.title--05-color {
  margin-top: 20px;
  color: #0e3f8a;
}

.title--05-border {
  margin-top: 20px;
  padding-bottom: 5px;
  color: #0e3f8a;
  border-bottom: 2px solid #0e3f8a;
}

.title--06 {
  margin-bottom: 8px;
  font-family: serif;
  font-size: 24px;
  color: #A7906A;
}
.title--07 {
  position: relative;
  text-align:center;
  font-size: 1.3em;
  margin: 20px 0;
  padding-left: 15px;
  color: #FFF;
  background-color: #0066ff;
}


#pan {
  margin: 170px 0 30px;
}

@media screen and (max-width: 767px) {
  #pan {
    display: none;
  }
}

.main__image {
  margin: 20px auto 30px;
}

.main__image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 990px;
}

.contents__image {
  margin-bottom: 20px;
}

.contents__image img {
  display: block;
  margin: auto;
  width: 100%;
}

.column-02 {
  margin: 0 auto 10px;
  display: block;
  overflow: hidden;
}

.column-02 .column-02--left {
  width: 47.5%;
  float: left;
}

@media screen and (max-width: 767px) {
  .column-02 .column-02--left {
    width: 100%;
  }
}

.column-02 .column-02--left-large {
  width: 55%;
  float: left;
}

@media screen and (max-width: 767px) {
  .column-02 .column-02--left-large {
    width: 100%;
  }
}

.column-02 .column-02--left-small {
  width: 40%;
  float: left;
}

@media screen and (max-width: 767px) {
  .column-02 .column-02--left-small {
    width: 100%;
    margin-top: 10px;
  }
}

.column-02 .column-02--right {
  width: 47.5%;
  float: right;
  margin-left: 5%;
}

@media screen and (max-width: 767px) {
  .column-02 .column-02--right {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
}

.column-02 .column-02--right-large {
  width: 55%;
  float: right;
  margin-left: 5%;
}

@media screen and (max-width: 767px) {
  .column-02 .column-02--right-large {
    width: 100%;
    margin-left: 0;
  }
}

.column-02 .column-02--right-small {
  width: 40%;
  float: right;
  margin-left: 5%;
}

@media screen and (max-width: 767px) {
  .column-02 .column-02--right-small {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
}

.column-02 img {
  width: 100%;
}

.column-03 {
  margin: 0 auto;
  display: block;
  overflow: hidden;
  letter-spacing: -.40em;
}

.column-03 li {
  width: 30%;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin-top: 10px;
  padding: 1.5%;
}

@media screen and (max-width: 767px) {
  .column-03 li {
    width: 100%;
  padding: 0;
  }
}

/*.column-03 li + li {
  margin-left: 3.3%;
}*/

@media screen and (max-width: 767px) {
  .column-03 li + li {
    margin-left: 0;
  }
}

.column-03 li img {
  width: 100%;
    height: auto;
}

.guide li + li {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px dotted #aa9169;
}

.wedding__top {
  padding: 10px;
  background: #fff9fd;
  border: 1px solid #f1cee8;
}
.wedding__top p#w_contact{
    position: absolute;
  top: 110px;
  right: 30px;
}
@media screen and (max-width: 767px) {
.wedding__top p#w_contact{
  width: 30%;
}
}
.wedding__sample {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #ffe9f4;
  border: 1px solid #e61673;
}
.wedding__sample h5{
  color: #e61673;
  font-size: 2em;
  font-weight: bold;
}
.wedding__sample p strong{
  color: #e61673;
  font-size: 1.5em;
  font-weight: bold;
}
.wedding__price{
  text-align: right;
}
.wedding__price strong{
  color: #e61673;
  font-size: 1.8em;
  font-weight: bold;
}
.wedding__price strong span{
  font-size: 0.6em;
}
.wedding_course_detail{
  border: 1px solid #e61673;
  padding: 10px;
}
.wedding_course_detail p{
  font-size: 0.8em;
  margin-bottom: 0px !important;
}
.wedding_shuttle_sample {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #A5D9EA;
  border: 1px solid #2669E7;
}
.wedding_shuttle_sample h5{
  color: #2669E7;
  font-size: 2em;
  font-weight: bold;
}
.wedding_shuttle_sample p strong{
  color: #2669E7;
  font-size: 1.5em;
  font-weight: bold;
}

.wedding_shuttle_sample .wedding__price strong{
  color: #2669E7; 
  font-size: 1.8em;
  font-weight: bold;
}
.wedding_shuttle_sample .wedding__price strong span{
  font-size: 0.6em;
}
.wedding_shuttle_sample .wedding_course_detail{
  border: 1px solid #2669E7;
  background-color: #A5D9EA;
  padding: 10px;
}

.wedding__gallery img{
  width:17%;
  margin:1%;
}

@media screen and (max-width: 767px) {
  .table-wrap {
    overflow-x: auto;
  }
  table.pink,
  table.blue,
  table.white,
  table.companyT {
    min-width: 640px;
  }
}

table.pink th {
  padding: 6px 10px;
  background-color: #f9e5f4;
  border: 1px solid #f1cee8;
}

table.pink td {
  padding: 4px 10px;
  border: 1px solid #f1cee8;
}

.wedding__comment {
  border: 1px solid #e73899;
  margin-bottom: 10px;
  padding: 10px;
  overflow: hidden;
}

.wedding__comment--name {
  padding: 5px 10px;
  background-color: #e73899;
  color: #FFFFFF;
}
.wedding__comment--article {
  padding: 10px;
}
.wedding__comment--article p{
  margin-bottom: 10px;
}
.wedding__comment--article img{
  float: right;
}
table.blue {
  border: 1px solid #D0E9FD;
}

table.blue tr:nth-child(odd) {
  background-color: #F1F8FE;
}

table.blue tr:first-child {
  color: white;
  background-color: #8FC9F9;
}

table.blue th {
  padding: 8px 15px;
  font-size: 14px;
  font-weight: bold;
  color: #FDFCFC;
}

table.blue td {
  padding: 5px 15px;
  font-size: 12px;
  color: #333333;
}

table.blue th,
table.blue td {
  border: 1px solid #D0E9FD;
}

table.companyT {
  border: 1px solid #d1ddef;
}

table.companyT th {
  font-weight: normal;
  background-color: #DDEEFF;
}

table.companyT td {
  color: #333333;
}

table.companyT th,
table.companyT td {
  padding: 7px 10px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #d1ddef;
}

table.catalogT {
  border: 1px solid #d1ddef;
}

table.catalogT th {
  text-align: left;
  font-weight: normal;
  background-color: #DDEEFF;
}

table.catalogT td {
  text-align: center;
  color: #333333;
}

table.catalogT th,
table.catalogT td {
  padding: 7px 10px;
  vertical-align: top;
  border: 1px solid #d1ddef;
}

@media screen and (max-width: 767px) {
  table.catalogT {
    display: block;
  }
  table.catalogT th,
  table.catalogT td {
    display: block;
  }
}

.faq--q {
  padding-left: 28px;
  font-size: 16px;
  font-weight: bold;
  background: url(../img/faq_icon_q.gif) no-repeat;
  background-position: 0 4px;
}

.faq--a {
  padding: 0 0 20px 28px;
  background: url(../img/faq_icon_a.gif) no-repeat;
  background-position: 0 4px;
}

.faq--a a {
  text-decoration: underline;
}

.faq--a span {
  font-size: 16px;
  color: red;
}

.info-box {
  width: 400px;
  margin-bottom: 20px;
  padding: 10px 20px 0;
  font-weight: bold;
  border: 10px solid #CCCCCC;
}

@media screen and (max-width: 767px) {
  .info-box {
    width: 100%;
    box-sizing: border-box;
  }
}

.privacy-box {
  margin-bottom: 40px;
}

.sitemap {
  margin: 0 30px;
}

.sitemap__list {
  margin: -5px 0 10px;
  padding-left: 14px;
}

.sitemap__list li {
  padding-bottom: 3px;
}

.sitemap__list--child {
  padding-left: 20px;
  font-size: 12px;
  list-style-type: disc;
}

.sitemap__list--child li {
  padding-bottom: 0;
}

.pay-box {
  display: table;
  margin-bottom: 20px;
  padding: 10px 20px;
  background-color: #faf6f0;
}

.pay-box__left {
  display: table-cell;
  width: auto;
  padding-right: 20px;
  vertical-align: top;
}

.pay-box__right {
  display: table-cell;
  width: 30%;
  text-align: center;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .pay-box {
    display: block;
  }
  .pay-box__left,
  .pay-box__right {
    display: block;
    width: 100%;
    padding: 0;
  }
  .pay-box__left img,
  .pay-box__right img {
    width: 100%;
  }
}

/* -------------------------------- RETURN_BTN -------------------------------- */
.pageTop {
  /* ▼表示位置を画面の右下に固定 */
  position: fixed;
  bottom: 38px;
  right: 14px;
  width: 100px;
  /* ▼最初は非表示にしておく */
  display: none;
  /* ▼配色・配置・文字の装飾など */
  background-color: #e0b04f;
  opacity: 0.75;
  border-radius: 3px;
  text-align: center;
  font-size: 98%;
  margin: 0px;
  padding: 10px;
  vertical-align: middle;
}

.pageTop a {
  /* ▼リンクの装飾 */
  color: white;
  text-decoration: none;
}

.pageTop a:hover {
  /* ▼マウスが載ったときの装飾 */
  color: #222243;
  text-decoration: underline;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*---------------カレンダー予約エリア---------------*/
.calendarArea{
  max-width: 980px;  
  margin:0px auto;
}
.calendarArea table{
  background-color: #FFFFFF;
}
.res_Area {
  max-width: 980px;
  margin:30px auto;
  text-align: center;
}
.res_Area table{
  margin:0px 0 20px 0;
}
.res_Area th{
      background:#ddd;
    }
.res_Area td{
      background:#fff;
    }
/*---------------クルージングプラン---------------*/
#contents {
  margin: 0px auto 30px;
  padding: 0px;
  /*width: 80%;*/
  max-width: 990px;
  font-size: 1.0em;
  line-height: 1.5;
}
div.calendar30 {
  background-color:#000;
  border: solid 1px #000; 
  color: #CCC;
}

div.calendar29 {
  background-color:#fff; 
  border: solid 1px #fff;
  color: #333;
}
/*---------------イベントクルーズ---------------*/
.event_pan{
  margin: 0px auto 30px;
  padding: 0px;
  max-width: 990px;
  font-size: 1.2em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
.event #contents {
  width: 100%;
  font-size: 1.0em;
}
}
.reserve_area{
  display: block;
  background-color: #FFFFFF;
  padding: 20px;
  text-align: center;
}
.cruising_map{
  width: 100%;
}


/*---------------中華街クルーズ---------------*/

.chinatown{
}
.course01{
  background-image: url("../event/chinatown/images/bg_01.jpg");
}
.course02{
  background-color: #E3211A;
}
.course03{
  background-image: url("../event/chinatown/images/bg_03.jpg");
  background-repeat: no-repeat; 
  background-color: #E3211A;
  padding-top: 30px;
}
.chinatown .main_area h2{
  text-align: center;
}
.course01 .main_area h2 img{
  width: 80%;
}
.chinatown .main_area .main-left{
  width: 50%;
  position: absolute;
  top:150px;
  left:0px;
}
.chinatown .main_area .main-right{
  width: 30%;
  position: absolute;
  top:150px;
  right:-30px;
}
.chinatown h3{
  padding-top: 20px;
  margin: 30px;
  border-top: 1px solid #EBE63A;
  color: #EBE63A;
  font-size: 1.8em;
  font-weight: bold;
}
.chinatown h4{
  font-weight: bold;
  background-color: #EBE63A;
  margin: 0 30px 10px;
  padding: 2px 10px;
  width: 60%;
  color: #E3211A;
}
.chinatown p{
  width: 60%;
  color: #FFFFFF;
  margin: 0 30px;
}
.chinatown p span{
  font-size: 0.4em;
}
.chinatown p strong{
  color: #EBCA00;
}
.course01 .photo01{
  float: right;
  margin:-450px 30px 0px 20px;
  width: 29%;
}
.course02 .photo01{
  float: right;
  margin:-350px 30px 0px 20px;
  width: 29%;
}
.course03 .photo01{
  float: right;
  margin:-350px 30px 0px 20px;
  width: 29%;
}
.chinatown .photo02{
  float: right;
  margin:-150px 30px 0px 20px;
  width: 29%;
}
.course03 .photo03{
  float: right;
  margin: -10px 30px 0px 20px !important;
  width: 29%;
}
.course03 li p{
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin: 0;
  width: auto  !important;
  font-size: 1.6em !important;
}
.course03 li p strong{
  font-size: 1.6em; 
}
.chinatown .photo03{
  float: right;
  margin:-50px 30px 0px 20px;
  width: 29%;
}
.chinatown ul{
  margin: 0 30px; 
}
.chinatown li{
  padding: 5px;
  display: table-cell;
  vertical-align: bottom; 
  color: #FFFFFF;
  font-size: 0.6em;
}
.chinatown .course_pc{
  width: 10 0%;
}
@media screen and (max-width: 767px) {
.course_sp img{
  width: 80%;
  margin: 0 30px 30px;
}
.chinatown .photo_area{
  margin-left: 30px;
}
.chinatown .photo01,
.chinatown .photo02,
.chinatown .photo03,
.chinatown .photo04{
  float: none;
  margin:0 0 1% 0;
  width: 44%;
  }
.chinatown h4,
.chinatown p{
  width: auto;
}
.chinatown_catalog{
  margin-top: 10px !important;
}
.chinatown li{
  padding: 5px;
  display: inline-block;
  width: 40%;
  vertical-align: bottom; 
  color: #FFFFFF;
  font-size: 1em;
}

}

.chinatown hr.line{
  margin: 30px;
  border-width: 1px 0 0 0;
  border-top: 1px solid #EBCA00;
  display:block !important;
}
.chinatown_catalog  {
  display: block;
  width: 100%;
  margin-right: 30px;
  margin-left: auto;
  margin-top:30px;
  margin-bottom: 20px;
  text-align: center;
}
/*---------------問い合わせフォーム---------------*/
table.inqT td{
  padding:10px;
  text-align: left;
}
.btnEntry{
  display:block;
  text-align: center;
}
.telMail{
  padding: 10px;
  border: 3px solid #CCC;
  width: 45%;
  margin: 10px;
  float: left;
}
@media screen and (max-width: 767px) {
.telMail{
  width:100%;
  margin:0 0 10px 0;
}
}

/*---------------採用情報---------------*/
table.recruitT td{
  padding:10px;
  text-align: left;
}

/*---------------TIMETABLE---------------*/
table.timetable tr.even{
  background:#FFEFEF;
}
table.timetable tr.even2{
  background:#EEFFFF;
}
table.timetable th{
  font-size: 1em;
  padding: 1em;
}
table.timetable td{
  padding:1em;
}
@media screen and (max-width: 767px) {
table.timetable th,
table.timetable td{
  padding:0.5em;
}
}
