@charset "utf-8";
/* CSS Document */

/* =============================================================================
 Reset
============================================================================= */

/* 
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;
}

nav ul,
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 #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}



/* =============================================================================
 Fonts
============================================================================= */
html {
	font-size: 62.5%;
}
body {
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.4rem;
  line-height: 1.64;
}

@media screen and (max-width: 1023px) {
body {
	font-size: 1.2rem;
}
}


/* =============================================================================
 Base
============================================================================= */

body {
}

#container {
  position: relative;
}
#commonHeader {
}
#globalNavi {
}
#mainArea {
}
#contents {
}
#commonFooter {
}



@media screen and (max-width: 1023px) {
#commonHeader,
#mainArea,
#globalNavi,
#commonFooter {
}
}


/* =============================================================================
 Elements
============================================================================= */

/* color setting */

html {
}
body {
  background-color: #99cc33;
  color: #333333;
}


/* link setting */

a {
  text-decoration: none;
  color: #005000;
}
a:hover {
	text-decoration: underline;
}


.op a, a.op {
  opacity: 1; }

.op a:hover,
a.op:hover {
  opacity: 0.7; }


.linkBtn {
  padding: 8px 1em;
  border: #99cc33 1px solid;
  border-radius: 4px;
  background-color: #f7f7f7;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.46;
  display: inline-block;
  box-sizing: border-box;
}
.linkBtn:hover {
  background-color: #99cc33;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
.linkBtn {
  font-size: 11px;
}
.linkBtn:hover {
  background-color: #f7f7f7;
}
}


/* margin set */
.mt1em {
  margin-top: 1em !important;
}
.mt2em {
  margin-top: 2em !important;
}
.mt3em {
  margin-top: 3em !important;
}
.mt4em {
  margin-top: 4em !important;
}
.mb02em {
  margin-bottom: 0.2em !important;
}
.mb06em {
  margin-bottom: 0.6em !important;
}
.mb1em {
  margin-bottom: 1em !important;
}
.mb2em {
  margin-bottom: 2em !important;
}
.mb3em {
  margin-bottom: 3em !important;
}
.mb4em {
  margin-bottom: 4em !important;
}


/* padding set */
.pt1em {
  padding-top: 1em !important;
}
.pt2em {
  padding-top: 2em !important;
}
.pt3em {
  padding-top: 3em !important;
}
.pt4em {
  padding-top: 4em !important;
}
.pb1em {
  padding-bottom: 1em !important;
}
.pb2em {
  padding-bottom: 2em !important;
}
.pb3em {
  padding-bottom: 3em !important;
}
.pb4em {
  padding-bottom: 4em !important;
}


/* arrow setting */

.arrow_right span {
  padding-left: 20px;
  position: relative;
}
.arrow_right span:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-8px);
  background: url(/assets/images/icon_arrow.png) no-repeat center center;
  background-size: 100% 100%;
  display: block;
}
@media screen and (max-width: 1023px) {
.arrow_right span {
  padding-left: 16px;
}
.arrow_right span:before {
  width: 10px;
  height: 10px;
  transform: translateY(-5px);
}
}

.arrow_right_small{
  padding-left: 1em;
  position: relative;
}
.arrow_right_small:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 5px;
  border-color: transparent transparent transparent #005000;
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
}
@media screen and (max-width: 1023px) {
.arrow_right_small.arrowNonSp:before {
  content: none;
}
.arrow_right_small:before {
  top: 3px;
}
}

ul.list-arrow-green li a,
ul.list-arrow-green2 li a{
  color: #005000;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
  position: relative;
}
ul.list-arrow-green li a:before,
ul.list-arrow-green2 li a:before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 5px;
  border-color: transparent transparent transparent #005000;
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
}
@media screen and (max-width: 1023px) {
ul.list-arrow-green li a {
  text-indent: 0;
  position: relative;
  display: block;
}
ul.list-arrow-green li a:before {
  top: 3px;
}
}
@media screen and (max-width: 1023px) {
  ul.list-arrow-green2 li a {
    text-indent: 0;
    position: relative;
    display: inline;
  }
  ul.list-arrow-green2 li a:before {
    top: 3px;
  }
}

.arrow_right_w {
  color: #fff;
  padding-left: 1em;
  text-indent: -1em;
  position: relative;
}
.arrow_right_w:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
}
@media screen and (max-width: 1023px) {
.arrow_right_w {
  color: #fff;
  text-indent: 0;
  position: relative;
  display: block;
}
.arrow_right_w:before {
  top: 3px;
}
}


.arrow_btm {
  padding-right: 2em;
  position: relative;
}
.arrow_btm:after {
  content: "";
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #005000;
  border-right: 2px solid #005000;
  transition: all .3s;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: -webkit-calc(50% - 8px);
  top: calc(50% - 8px);
  display: block;
}
.arrow_btm.accordionOpen:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -webkit-calc(50% - 4px);
  top: calc(50% - 4px);
}
@media screen and (max-width: 1023px) {
.arrow_btm:after {
  right: 8px;
  width: 6px;
  height: 6px;
  top: -webkit-calc(50% - 6px);
  top: calc(50% - 6px);
}
.arrow_btm.accordionOpen:after {
  top: -webkit-calc(50% - 3px);
  top: calc(50% - 3px);
}
}


.chevron_right {
  padding-right: 2em;
  position: relative;
}
.chevron_right:after {
    content: "";
    right: 12px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #005000;
    border-right: 2px solid #005000;
    transition: all .3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -webkit-calc(50% - 5px);
    top: calc(50% - 5px);
    display: block;
}
@media screen and (max-width: 1023px) {
.chevron_right:after {
    right: 9px;
    width: 5px;
    height: 5px;
    top: -webkit-calc(50% - 4px);
    top: calc(50% - 4px);
}
}
.chevron_left {
  padding-left: 2em;
  position: relative;
}
.chevron_left:after {
    content: "";
    left: 12px;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #005000;
    border-left: 2px solid #005000;
    transition: all .3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -webkit-calc(50% - 4px);
    top: calc(50% - 4px);
    display: block;
}
@media screen and (max-width: 1023px) {
.chevron_left:after {
    right: 9px;
    width: 5px;
    height: 5px;
    top: -webkit-calc(50% - 3px);
    top: calc(50% - 3px);
}
}
.chevron_top {
  padding-right: 2em;
  position: relative;
}
.chevron_top:after {
    content: "";
    right: 12px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #005000;
    border-right: 2px solid #005000;
    transition: all .3s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: -webkit-calc(50% - 3px);
    top: calc(50% - 3px);
    display: block;
}
@media screen and (max-width: 1023px) {
.chevron_top:after {
    right: 9px;
    width: 5px;
    height: 5px;
    top: -webkit-calc(50% - 2px);
    top: calc(50% - 2px);
}
}
.chevron_btm {
  padding-right: 2em;
  position: relative;
}
.chevron_btm:after {
    content: "";
    right: 12px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #005000;
    border-right: 2px solid #005000;
    transition: all .3s;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: -webkit-calc(50% - 7px);
    top: calc(50% - 7px);
    display: block;
}
@media screen and (max-width: 1023px) {
.chevron_btm:after {
    right: 9px;
    width: 5px;
    height: 5px;
    top: -webkit-calc(50% - 5px);
    top: calc(50% - 5px);
}
}
.secAreaLink {
  padding-right: 2.4em;
  position: relative;
  display: block;
}
.secAreaLink:after {
    content: "";
    right: 12px;
    width: 26px;
    height: 26px;
    border-top: 2px solid #99cc33;
    border-right: 2px solid #99cc33;
    transition: all .3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -webkit-calc(50% - 13px);
    top: calc(50% - 13px);
    display: block;
}
@media screen and (max-width: 1023px) {
.secAreaLink:after {
    right: 9px;
    width: 16px;
    height: 16px;
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 8px);
}
}


.blank span {
  padding-right: 22px;
  position: relative;
}
.blank span:before {
  content: "";
  width: 18px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-9px);
  background: url(/assets/images/icon_blank.png) no-repeat center center;
  background-size: 100% 100%;
  display: block;
}
@media screen and (max-width: 1023px) {
.blank span {
  padding-right: 20px;
}
.blank span:before {
  width: 14px;
  height: 12px;
  transform: translateY(-6px);
}
}


a.text_blank {
  padding-right: 1.6em;
  position: relative;
  text-decoration: underline;
}
a.text_blank:hover {
  text-decoration: none;
}
a.text_blank:before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-0.7em);
  background: url(/assets/images/icon_blank.png) no-repeat center center;
  background-size: 100% 100%;
  display: block;
}


.glass_left span {
  padding-left: 20px;
  position: relative;
}
.glass_left span:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-8px);
  background: url(/assets/images/icon_glass.png) no-repeat center center;
  background-size: 100% 100%;
  display: block;
}
@media screen and (max-width: 1023px) {
.glass_left span {
  padding-left: 16px;
}
.glass_left span:before {
  width: 14px;
  height: 14px;
  transform: translateY(-7px);
}
}


  /* CROSSHEAD */
@media screen and (min-width: 1024px) {
  .linkBtn_pc {
    padding: 0.8em 1em;
    border: #99cc33 1px solid;
    border-radius: 4px;
    background-color: #f7f7f7;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.46;
    display: inline-block; }
  .current .linkBtn_pc {
    background-color: #99cc33;
    }
  .linkBtn_pc:hover {
    background-color: #99cc33;
    text-decoration: none;
    cursor: pointer; }

  .arrow_right_after span {
    display: block;
    padding-right: 20px;
    position: relative;
    text-align: center; }

  .arrow_right_after span:before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-8px);
    background: url(/assets/images/icon_arrow.png) no-repeat center center;
    background-size: 100% 100%;
    display: block; }
}
@media screen and (max-width: 1023px) {
  .arrow_right_after span {
    padding-right: 16px;
    position: relative; }

  .arrow_right_after span:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-5px);
    background: url(/assets/images/icon_arrow.png) no-repeat center center;
    background-size: 100% 100%;
    display: block; }
}


/* tab cont */
.tab-content {
  display: none; }

.tab-content.is_show {
  display: block; }

.c_tabcontents .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: #99cc33 4px solid; }

.c_tabcontents ul.tab-menu {
  margin-left: 0;
  margin-right: .5%;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1; }

.c_tabcontents ul.tab-menu:last-of-type {
  margin-left: .5%;
  margin-right: 0; }

.c_tabcontents ul.tab-menu li {
  float: left;
  width: 50%; }

.c_tabcontents ul.tab-menu li a {
  padding: 0.4em 1em;
  border-left: #99cc33 1px solid;
  border-top: #99cc33 1px solid;
  border-radius: 4px 0 0 0;
  color: #005000;
  font-weight: bold;
  text-align: center;
  color: rgba(0, 80, 0, 0.5);
  font-size: 18px;
  cursor: pointer;
  background-color: #f7f7f7;
  box-shadow: 0px 3px 8px 0px #d4d4d4 inset;
  display: block;
  box-sizing: border-box; }
.c_tabcontents ul.tab-menu li a:hover {
  text-decoration: none;
}
.c_tabcontents ul.tab-menu li:first-of-type a {
  border-radius: 4px 0 0 0; }

.c_tabcontents ul.tab-menu li:last-of-type a {
  border-right: #99cc33 1px solid;
  border-radius: 0 4px 0 0; }

.c_tabcontents ul.tab-menu li a:hover,
.c_tabcontents ul.tab-menu li a.is_active {
  color: #005000;
  background-color: #99cc33;
  box-shadow: none; }

/* SP */
@media screen and (max-width: 1023px) {
  .c_tabcontents .tabs {
    margin-bottom: 10px;
    border-bottom: #99cc33 2px solid; }

  .c_tabcontents ul.tab-menu li a {
    font-size: 10px;
    line-height: 1.33; } }
/* PC  */
@media screen and (min-width: 1024px) {
  .c_tabcontents .tabs {
    margin-bottom: 20px;
    border-bottom: #99cc33 4px solid; }

  .c_tabcontents ul.tab-menu br {
    display: none; } }


/* accordion cont */
.accordionCont {
  margin-top: 2em;
  display: none;
}

/* image setting */
img {
	max-width: 100%;
	vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}

@media screen and (max-width: 1023px) {
img {
	width: 100%;
	height: auto;
}
}

/* text setting */
.c_black {
  color: #3d3d3d !important;
}
.c_green {
  color: #005000 !important;
}
.c_white {
  color: #fff !important;
}
.c_red {
  color: #ff3300 !important;
}

.t_bold {
  font-weight: bold !important;
}
.t_left {
  text-align: left !important;
}
.t_right {
  text-align: right !important;
}
.t_center {
  text-align: center !important;
}

.secBoxTitle {
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #3d3d3d;
}
@media screen and (max-width: 1023px) {
.secBoxTitle {
  font-size: 14px;
}
}
.secBoxTitle2 {
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #3d3d3d;
}
@media screen and (max-width: 1023px) {
.secBoxTitle2 {
  font-size: 14px;
}
}
.contLeadL {
  margin-bottom: 0.6em;
  font-size: 18px;
  font-weight: bold;
  color: #3d3d3d;
}
@media screen and (max-width: 1023px) {
.contLeadL {
  font-size: 13px;
}
}
.contLead {
  margin-bottom: 0.4em;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #3d3d3d;
}
@media screen and (max-width: 1023px) {
.contLead {
  font-size: 12px;
}
}
.contLeadGreen {
  width: 100%;
  padding: 0.5em 0.8em;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
  color: #005000;
  background-color: #99cc33;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
.contLeadGreen {
  font-size: 14px;
}
}

.caution {
  padding-left: 1em;
  text-indent: -1em;
}
.caution:before {
  content: "※";
}
.caution.small {
  font-size: 80%;
}


/* content border setting */
.bdrGray {
  border: #e6e6e6 1px solid;
}
.bdrGrayTop {
  border-top: #e6e6e6 1px solid;
}
.bdrGrayLeft {
  border-left: #e6e6e6 1px solid;
}
.bdrGrayRight {
  border-right: #e6e6e6 1px solid;
}
.bdrGrayBtm {
  border-bottom: #e6e6e6 1px solid;
}
.botsGrayBtm {
  border-bottom: #e6e6e6 1px dotted;
}
.dashGrayBtm {
  border-bottom: #e6e6e6 1px  dashed;
}


/* list style */
ul.list-disk > li {
  padding-left: 1em;
  text-indent: -1em;
}
ul.list-disk > li:before {
  content: "・";
}

ul.list-num > li {
  list-style: decimal;
  margin-left: 1.5em;
}


/* content inner box setting */
.bdrBlackBox {
  border: #3d3d3d 1px solid;
  padding: 1.64em;
}
.bdrGrayBox {
  border: #e6e6e6 1px solid;
  padding: 1.64em;
}
.bdrRedBox {
  border: #ff3300 1px solid;
  padding: 1.64em;
}
.bdrGreenBox {
  border: #99cc33 1px solid;
  padding: 1.64em;
}
.bgGrayBox {
  background-color: #f7f7f7;
  color: #272727;
  padding: 1.64em;
}
@media screen and (max-width: 1023px) {
.bdrBlackBox,
.bdrGrayBox,
.bdrRedBox,
.bdrGreenBox,
.bgGrayBox {
  padding: 1em;
}
}


/* PAGETAB */
@media screen and (min-width: 1024px) {
    .c_pctablink {
    width: -webkit-calc(100% - 64px);
    width: calc(100% - 64px);
    max-width: 1280px;
    margin: 0 auto; }
    .c_pctablink ul.tabNabiList {
      margin-bottom: 0 !important;
      display: block;
      border: none;
      border-radius: 0;
      width: 100%; }
    .c_pctablink ul.tabNabiList li {
      width: -webkit-calc(50% - 5px);
      width: calc(50% - 5px);
      box-sizing: border-box;
      padding: 1em;
      border: none;
      color: #005000;
      font-weight: bold;
      text-align: center;
      font-size: 18px;
      background-color: #f7f7f7;
      box-shadow: none;
      float: left; }
    .c_pctablink ul.tabNabiList li:first-of-type {
      border-radius: 0;
      margin-right: 10px; }
    .c_pctablink ul.tabNabiList li:last-of-type {
      border-radius: 0; }
    .c_pctablink ul.tabNabiList li:hover,
    .c_pctablink ul.tabNabiList li.current {
      background-color: #fff;
      box-shadow: none; }
    .c_pctablink ul.tabNabiList li a {
      display: block; }
    .c_pctablink ul.tabNabiList li a:hover {
      text-decoration: none;
      background-color: #fff; }
}
@media screen and (max-width: 1023px) {
    .c_pctablink {
    background: #fff;
    padding: 20px 2.5% 0; }
    .c_pctablink .tabNabiList {
      margin-bottom: 0 !important; }
}


  /* CROSSHEAD */
@media screen and (min-width: 1024px) {
    .secBoxTitleSub {
    margin-top: -1.1em;
    margin-bottom: 1em;
    text-align: center; }
}
@media screen and (max-width: 1023px) {
  .secBoxTitleSub {
    margin-top: -1.1em;
    margin-bottom: 1em;
    text-align: center; }
}


  /* TEXTBTN */
@media screen and (min-width: 1024px) {
    .textBtn {
    padding: .5em 1.5em;
    border: #99cc33 1px solid;
    border-radius: 4px;
    background-color: #fff;
    font-weight: bold;
    display: inline-block; }
    .textBtn img {
      padding-left: 0.5em; }
    .textBtn:hover {
      text-decoration: none;
      background-color: #99cc33;}
}



@media screen and (max-width: 1023px) {
    .pagerlink {
    margin-bottom: 10px;
    text-align: center; }
    .pagerlink .chevron_right {
      padding: .5em 2em .5em 1em;
      border: #99cc33 1px solid;
      border-radius: 4px;
      background-color: #fff;
      font-weight: bold;
      text-decoration: none;
      display: inline-block; } }


  /* TABLE */
.table-list {
	clear :both;
}
.table-list th,
.table-list td {
	padding: 0;
	border: none;
	
}
.table-list table {
	width: 100%;
	margin: 0 auto;
  border-top: #99cc33 3px solid;
  border-left: #99cc33 1px solid;
  border-right: #99cc33 1px solid;
  border-bottom: #99cc33 1px solid;
}

.table-list thead th {
	font-size: 12px;
	padding: 0.6em 1em;
	color: #3d3d3d;
	background: #f7f7f7;
  border-left: 1px solid #99cc33;
}
.table-list thead th:first-child {
  border-left: none;
}
.table-list tr {
	color: #333;
	background: #fff;
}
.table-list td {
	text-align: center;
	padding: 0.6em 1em;
	border-top: 1px solid #99cc33;
	border-left: 1px solid #99cc33;
	font-size: 12px;
}
.table-list .bg-color {
	color: #3d3d3d;
	background: #e6e6e6;
}
.table-list td:first-child {
	border-left: none;
}

@media screen and (max-width: 1023px) {
    .table-list th, .table-list td {
        font-size: 10px;
        padding: 0.6em 0.2em!important;
    }
    .table-list thead th {
        font-size: 10px !important;
        padding: 0.6em 0.2em!important;
    }
}



/* =============================================================================
 Common Class
============================================================================= */

.alignleft { text-align: left;}
.aligncenter { text-align: center;}
.alignright { text-align: right;}
.bold { font-weight: bold;}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}


.display-none {
  display: none !important;
}


@media screen and (min-width: 1024px) {
.on img,
img.on {
	opacity: 1;
}
.on img:hover,
img.on:hover {
	opacity: 0.7;
}
.only-sp {
	display: none;
}
}

@media screen and (max-width: 1023px) {
.only-pc {
	display: none;
}
}


#topicpath {
  width: -webkit-calc(100% - 64px);
  width: calc(100% - 64px);
  max-width: 1280px;
  margin: 16px auto;
}
#topicpath ul li {
  margin-right: 1.3em;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: middle;
  color: #fff;
}
#topicpath ul li:after {
  position: absolute;
  top: -1px;
  bottom: 0;
  right: -1em;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#topicpath ul li:last-of-type:after {
  content: none;
}
#topicpath ul li a {
  color: #fff;
}


.infoListArea {
  margin-bottom: 2em;
}
.infoListArea dl.infoList {
  width: 100%;
  padding: 8px 0;
  border-bottom: #e6e6e6 1px solid;
  display: table;
  box-sizing: border-box;
}
.infoListArea dl.infoList:first-of-type {
  border-top: #e6e6e6 1px solid;
}
.infoListArea dl.infoList dt {
  width: 236px;
  display: table-cell;
  vertical-align: top;
}
.infoListArea dl.infoList dt .category {
  width: 106px;
  margin: 0 12px 0 10px;
  padding: 0.3em 0;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  background-color: #e6e6e6;
  box-sizing: border-box;
  letter-spacing: -0.5px;
}
.infoListArea dl.infoList dt .date {
  padding: 0.3em 0;
  text-align: left;
  font-size: 14px;
  display: inline-block;
  box-sizing: border-box;
  letter-spacing: -0.5px;
}
.infoListArea dl.infoList dd {
  width: 700px;
  padding: 0.3em 0;
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
.infoListArea dl.infoList {
  padding: 6px 0;
  display: block;
}
.infoListArea dl.infoList:first-of-type {
  border-top: #e6e6e6 1px solid;
}
.infoListArea dl.infoList dt {
  width: 100%;
  display: block;
  vertical-align: top;
}
.infoListArea dl.infoList dt .category {
  width: 8em;
  margin: 0 16px 0 4px;
  font-size: 9px;
  background-color: #e6e6e6;
}
.infoListArea dl.infoList dt .date {
  font-size: 11px;
}
.infoListArea dl.infoList dd {
  width: 100%;
  font-size: 12px;
  padding: 0.3em 8px 0 4px;
  display: block;
}
}


ul.slider {
  width: 100%;
  position: relative;
}
ul.slider li.slick-slide {
  padding: 0 5px;
  box-sizing: border-box;
}
ul.slider li a {
  display: block;
}
ul.slider li a .image {
  width: 100%;
  margin-bottom: 4px;
  display: block;
  overflow: hidden;
}
ul.slider li a .image img {
  width: 100%;
}
ul.slider li a .text {
  width: 100%;
  font-size: 14px;
  line-height: 1.46;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 0;
  line-height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 10px;
  content: '•';
  text-align: center;
  opacity: 1;
  color: #fff;
  background-color: #fff;
  border: #005000 1px solid;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #005000;
}
.slick-dots {
  bottom: -35px;
}
@media screen and (max-width: 1023px) {
ul.slider li a .text {
  font-size: 11px;
}
.slick-dots li button:before {
  line-height: 8px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
}
.slick-dots li {
  margin: 0;
}
}

@media screen and (min-width: 1024px) {
.colm2 {
  width: -webkit-calc(100% - 64px);
  width: calc(100% - 64px);
  max-width: 1280px;
  min-width: 910px;
  margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.colm2 .colm_L {
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
  max-width: 635px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.colm2 .colm_R {
  width: -webkit-calc(50% - 6px);
  width: calc(50% - 6px);
  max-width: 634px;
  margin-bottom: 10px;

}
}


@media screen and (min-width: 1024px) {
.contClm2 {
  width: -webkit-calc(100% - 64px);
  width: calc(100% - 64px);
  max-width: 1280px;
  min-width: 910px;
  margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contClm2 .colm_L {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  max-width: 630px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.contClm2 .colm_R {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  max-width: 630px;
  margin-bottom: 10px;

}
}


#parking_info .parking_infoInner {
  width: 100%;
  margin: 3em 0 1em;
  position: relative;
}
#parking_info .lead {
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: bold;
  color: #3d3d3d;
}
#parking_info .remarks {
  position: absolute;
  right: 0;
  top: 0;
}
#parking_info .remarks span {
  padding: 0 0.2em;
  display: inline-block;
  vertical-align: middle;
}
#parking_info .remarks span.logo {
  width: 63px;
}
#parking_info .remarks span.time {
  font-size: 12px;
  color: #999999;
}
#parking_info .remarks span.reload {
  width: 18px;
  cursor: pointer;
}
#parking_info .info_table {
  border-top: #e6e6e6 1px solid;
}
#parking_info .info_table table tr th.site {
  width: 100%;
  padding: 5px 0 5px 10px;
  color: #005000;
  vertical-align: middle;
  text-align: left;
  border-bottom: #e6e6e6 1px solid;
}
#parking_info .info_table table tr th.site a:hover {
  text-decoration: none;
  color: #99cc33;
}
#parking_info .info_table table tr th.site .name {
  width: 4em;
  padding-left: 16px;
  font-size: 17px;
  font-weight: bold;
  vertical-align: middle;
  position: relative;
  display: block;
}
#parking_info .info_table table tr th.site .name:before {
  content: "";
  width: 12px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  background: url(/assets/images/icon_pin.png) no-repeat center center;
  background-size: 100% 100%;
}
#parking_info .info_table table tr th.site a:hover .name:before {
  background: url(/assets/images/icon_pin-on.png) no-repeat center center;
  background-size: 100% 100%;
}
#parking_info .info_table table tr th.site .spec {
  padding-left: 16px;
  font-size: 14px;
  vertical-align: middle;
}
#parking_info .info_table table tr td.situation {
  padding: 5px;
  border-bottom: #e6e6e6 1px solid;
}
#parking_info .info_table table tr td.situation span {
  width: 142px;
  padding: 8px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  display: block;
  box-sizing: border-box;
}
#parking_info .info_table table tr td.situation span.free {
  background-color: #009900;
}
#parking_info .info_table table tr td.situation span.busy {
  background-color: #ff9900;
}
#parking_info .info_table table tr td.situation span.full {
  background-color: #ff3300;
}
#parking_info .info_table table tr td.situation span.close {
  background-color: #aaaaaa;
}
#parking_info .info_table table tr td.situation span.unknown {
  background-color: #aaaaaa;
}
@media screen and (max-width: 1023px) {
#parking_info .info_table table tr th.site {
  padding: 5px 0 5px 0;
}
#parking_info .lead {
  font-size: 14px;
}
#parking_info .remarks span.logo {
  width: 50px;
}
#parking_info .remarks span.time {
  font-size: 9px;
}
#parking_info .remarks span.reload {
  width: 14px;
}
#parking_info .info_table table tr th.site .name {
  font-size: 14px;
}
#parking_info .info_table table tr th.site .name:before {
  width: 10px;
  height: 14px;
  top: 2px;
}
#parking_info .info_table table tr th.site .spec {
  font-size: 11px;
}
#parking_info .info_table table tr td.situation {
  padding: 5px 0 5px 5px;
}
#parking_info .info_table table tr td.situation span {
  width: 112px;
  padding: 8px;
  font-size: 18px;
}
}

.secBox .link {
  text-align: center;
}

ul.linkList {
  text-align: center;
}
ul.linkList li {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 0.3em;
}

@media screen and (min-width: 1024px) {
ul.linkList li.only-sp {
  display: none;
}
}

ul.tabNabiList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: #99cc33 1px solid;
  border-radius: 4px;
}
ul.tabNabiList li {
  padding: 1em;
  border-right: #99cc33 1px solid;
  color: #005000;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  background-color: #f7f7f7;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  box-shadow:0px 3px 8px 0px #d4d4d4 inset;
}
ul.tabNabiList li:first-of-type {
  border-radius: 4px 0 0 4px;
}
ul.tabNabiList li:last-of-type {
  border-right: none;
  border-radius: 0 4px 4px 0;
}
ul.tabNabiList li:hover,
ul.tabNabiList li.current {
  background-color: #99cc33;
  box-shadow: none;
}
ul.tabNabiList li a {
  display: block;
}
ul.tabNabiList li a:hover {
  text-decoration: none;
  background-color: #99cc33;
}
@media screen and (max-width: 1023px) {
ul.tabNabiList.colm4 li {
  width: 33%;
  border-bottom: #99cc33 1px solid;
  box-shadow:0px 2px 6px 0px #d4d4d4 inset;
}
ul.tabNabiList.colm4 li:first-of-type {
  border-radius: 4px 0 0 0;
}
ul.tabNabiList.colm4 li:nth-of-type(2) {
  border-radius: 0 4px 0 0;
}
ul.tabNabiList.colm4 li:nth-of-type(2n) {
  border-right: none;
}
ul.tabNabiList.colm4 li:nth-last-of-type(2) {
  border-radius: 0 0 0 4px;
  border-bottom: none;
}
ul.tabNabiList.colm4.colm5 li:nth-last-of-type(2) {
  border-radius: 0;
  border-bottom: #99cc33 1px solid;
}
  ul.tabNabiList.colm4 li:last-of-type {
  border-right: none;
  border-bottom: none;
  border-radius: 0 0 4px 0;
}
ul.tabNabiList.colm4 li:hover,
ul.tabNabiList.colm4 li.current {
  background-color: #99cc33;
  box-shadow: none;
}
}


ul.pagerList {
  overflow: hidden;
}
ul.pagerList .prev {
  float: left;
}
ul.pagerList .next {
  float: right;
}


table.table_general {
  width: 100%;
  border-right: #99cc33 1px solid;
  border-bottom: #99cc33 1px solid;
}
table.table_general th,
table.table_general td {
  text-align: center;
  font-size: 14px;
  padding: 0.4em 1em;
  border-top: 1px solid #99cc33;
  border-left: 1px solid #99cc33;
  vertical-align: middle;
}
table.table_general th {
  background-color: #f7f7f7;
}
@media screen and (max-width: 1023px) {
table.table_general th,
table.table_general td {
  font-size: 10px;
  padding: 0.6em 0.2em!important;
}
}


.service-detailClm .nameLead {
  margin-bottom: 0.7em;
  font-size: 15px;
  font-weight: bold;
  color: #333333;
}
ul.summyListArea li.summyList {
  padding: 0.8em 0;
  border-bottom: #e6e6e6 1px solid;
}
ul.summyListArea li.summyList:first-of-type {
  border-top: #e6e6e6 1px solid;
}
ul.summyListArea li.summyList > dl > dt {
  width: 9em;
  font-size: 14px;
  color: #333333;
  float: left;
}
ul.summyListArea li.summyList > dl > dd {
  padding-left: 9em;
  font-size: 14px;
  color: #333333;
}
@media screen and (max-width: 1023px) {
.service-detailClm .nameLead {
  font-size: 13px;
}
ul.summyListArea li.summyList:first-of-type {
  border-top: #e6e6e6 1px solid;
}
ul.summyListArea li.summyList > dl > dt {
  width: 9em;
  font-size: 12px;
}
ul.summyListArea li.summyList > dl > dd {
  padding-left: 9em;
}
}


/* =============================================================================
 image modal style
============================================================================= */
.modal-content {
	width: 90% ;
  height: 66vh;
	margin: 40px auto 0 ;
	padding: 0;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 102 ;
}
  .modalImgWrap {
    width: 100%;
    height: 100%;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
  }
  .modalImgWrap iframe {
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .modalImgWrap .modalImg {
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
  }
  .modalImgWrap .modalImg img {
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
  }
#modal-overlay {
	z-index: 101 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}
.modal_close {
  color: #fff ;font-size: 14px;
  text-decoration: none ;
  position: fixed ;
  left: 10%;
  top: 65px;
}

/* =============================================================================
 fright ifrem style
============================================================================= */
#f_style iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#flight-info-index {
  width: 100%;
}
#flight-info-index .flight-info-wrap {
  width: 100%;
  position: relative;
}
.flight-info-wrap .secBoxTitle {
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #3d3d3d;
}
.flight-info-wrap .gettime {
  position: absolute;
  right: 36px;
  top: 6px;
  color: #999999;
  font-size: 12px;
}
.flight-info-wrap .reload {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 5px;
  display: block;
  cursor: pointer;
}
.flight-info-wrap .reload:hover {
  opacity: .7;
}
.flight-info-wrap #error-data p {
  margin-top: 3em;
  line-height: 1.8em;
}
.flight-info-wrap #time-table .categoryTabArea #categoryTab01 {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 1em;
  border-bottom: #99cc33 2px solid;
  box-sizing: border-box;
}
.flight-info-wrap #time-table .categoryTabArea .categoryTab02 {
  width: 100%;
  padding: 0 40px;
  margin-bottom: 0.4em;
  box-sizing: border-box;
}
.flight-info-wrap #time-table .categoryTabArea ul.categoryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: #99cc33 1px solid;
  border-top: #99cc33 1px solid;
  border-right: #99cc33 1px solid;
  border-radius: 4px 4px 0 0;
}
.flight-info-wrap #time-table .categoryTabArea .categoryTab02 ul.categoryList {
  border: #99cc33 1px solid;
  border-radius: 4px;
}
.flight-info-wrap #time-table .categoryTabArea ul.categoryList li {
  padding: 0.4em 1em;
  border-right: #99cc33 1px solid;
  color: #005000;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  background-color: #f7f7f7;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  box-shadow: 0px 3px 8px 0px #d4d4d4 inset;
}
.flight-info-wrap #time-table .categoryTabArea .categoryTab02 ul.categoryList li {
  padding: 0.8em 1em;
  font-size: 14px;
}
.flight-info-wrap #time-table .categoryTabArea ul.categoryList li:last-child {
  border-right: none;
}
.flight-info-wrap #time-table .categoryTabArea ul.categoryList li:hover,
.flight-info-wrap #time-table .categoryTabArea ul.categoryList li.current {
  background-color: #99cc33;
  box-shadow: none;
}
.flight-info-wrap #time-table .tableList table {
  width: 100%;
}
.flight-info-wrap #time-table .tableList table th,
.flight-info-wrap #time-table .tableList table td {
  padding: 0.8em 1em;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  color: #333333;
  box-sizing: border-box;
  vertical-align: middle;
}
.flight-info-wrap #time-table .tableList table th.lang {
  border-bottom: #99cc33 1px solid;
  font-weight: bold;
}
.flight-info-wrap #time-table .tableList table th.lang.info {
  padding: 0.8em 1em 0.8em 10px;
  box-sizing: border-box;
}
.flight-info-wrap #time-table .tableList table td {
  border-bottom: #e6e6e6 1px solid;
}
.flight-info-wrap #time-table .tableList table td.cell01 {
  padding: 0.8em 0 0.8em 10px;
}
.flight-info-wrap #time-table .tableList table td.cell02 {
  padding: 0.8em 10px 0.8em 10px;
}
.flight-info-wrap #time-table .tableList table td .ontime,
.flight-info-wrap #time-table .tableList table td .changed {
  display: block;
}
.flight-info-wrap #time-table .tableList table td .changed:before {
  content: "（";
}
.flight-info-wrap #time-table .tableList table td .changed:after {
  content: "）";
}
.flight-info-wrap .time-table-link {
  margin: 2em auto 0;
  text-align: center;
}


@media screen and (max-width: 448px) {
.flight-info-wrap .secBoxTitle {
  font-size: 13px;
  letter-spacing: -1px;
}
.flight-info-wrap .gettime {
  right: 20px;
  top: 4px;
  font-size: 8px;
  letter-spacing: -0.6px;
}
.flight-info-wrap .reload {
  width: 14px;
  height: 14px;
  right: 0;
  top: 1px;
}
.flight-info-wrap #time-table .categoryTabArea #categoryTab01 {
  padding: 0 8px;
}
.flight-info-wrap #time-table .categoryTabArea .categoryTab02 {
  padding: 0 8.7%;
}
.flight-info-wrap #time-table .categoryTabArea ul.categoryList li {
  font-size: 14px;
}
.flight-info-wrap #time-table .categoryTabArea .categoryTab02 ul.categoryList li {
  font-size: 11px;
}
.flight-info-wrap #time-table .tableList table th,
.flight-info-wrap #time-table .tableList table td {
  padding: 0.8em 0.3em;
  font-size: 10px;
}
.flight-info-wrap #time-table .tableList table th.lang.info {
  padding: 0.8em 1em 0.8em 4px;
}
.flight-info-wrap #time-table .tableList table td.cell01 {
  padding: 0.8em 0 0.8em 4px;
	width: 50px !important;
}
.flight-info-wrap #time-table .tableList table td.cell01 img {
  width: 60px;
}
.flight-info-wrap #time-table .tableList table td.cell02 {
  padding: 0.8em 4px 0.8em 0;
}
}

@media screen and (min-width: 448px) and (max-width: 1023px) {
.flight-info-wrap #time-table .linkBtn {
    padding: 0.8em 1em;
    border: #99cc33 1px solid;
    border-radius: 4px;
    background-color: #f7f7f7;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.46;
    display: inline-block;
}
.flight-info-wrap #time-table .linkBtn:hover {
  background-color: #99cc33;
  text-decoration: none;
  cursor: pointer;
}
}

@media screen and (min-width: 1024px) {
  .accnavBlock .accnavMenu dt {
    display: none; }
  .accnavBlock .accnavMenu dd {
    display: block !important; }

  .c_floorico {
    display: table;
    width: 50px;
    height: 50px; }
    .c_floorico span {
      display: table-cell;
      color: #fff;
      background: #819ce0;
      text-align: center;
      vertical-align: middle;
      font-size: 1.8rem;
      font-weight: bold; }
    .c_floorico.first_floor span {
      background: #ff5858;
 }

  .c_panellist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .c_panellist > li {
      margin: 0 10px 10px 0;
      padding: 9px;
      border: 1px #e5e5e5 solid;
      width: 220px;
      position: relative;
      box-sizing: border-box; }
      .c_panellist > li:nth-of-type(4n) {
        margin-right: 0; }
    .c_panellist a {
      display: block;
      color: #3d3d3d; }
      .c_panellist a:hover {
        text-decoration: none; }
    .c_panellist .link a {
      color: #005000;
      font-weight: normal;
  font-size: 14px;}
    .c_panellist .link a:hover {
      color: #005000;
      opacity: 1;}
    .c_panellist .floor {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 99; }
    .c_panellist .image {
      margin-bottom: 0.3em; }
    .c_panellist .label {
      margin-bottom: 0.3em;
      font-weight: bold; }
    .c_panellist .time {
      margin-bottom: 1em;
      font-size: 1.2rem; }
    .c_panellist .text {
      margin-bottom: 1em; }

  .c_data .time:before {
    margin-right: 5px;
    display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
    vertical-align: -2px;
    background: url(/assets/images/icon_clock.png) center center no-repeat;
    background-size: 100% 100%; }
  .c_data .ico {
    margin-right: 5px;
    padding: 0 1em;
    border: 1px #ff876b solid;
    border-radius: 3px;
    display: inline-block;
    color: #ff876b;
    font-size: 1.2rem; }
}
@media screen and (max-width: 1023px) {
  .accnavBlock {
    width: 100%;
    display: block;
    cursor: pointer;
    color: #333333; }
    .accnavBlock .accnavMenu {
      padding: 0;
      border-top: 2px #99cc33 solid;
      border-bottom: 2px #99cc33 solid; }
      .accnavBlock .accnavMenu dt {
        display: block;
        padding: 12px 10px 3px 10px;
        border-top: 1px solid #fff;
        color: #005000;
        line-height: 1.01;
        /*＋、－切り替え*/ }
        .accnavBlock .accnavMenu dt:first-child {
          border-top: none !important; }
        .accnavBlock .accnavMenu dt .label {
          float: left;
          font-size: 14px;
          font-weight: bold; }
        .accnavBlock .accnavMenu dt .ico, .accnavBlock .accnavMenu dt .ico span {
          display: inline-block;
          transition: all .4s;
          box-sizing: border-box; }
        .accnavBlock .accnavMenu dt .ico {
          position: relative;
          width: 24px;
          height: 24px;
          float: right;
          z-index: 2; }
        .accnavBlock .accnavMenu dt .ico span {
          position: absolute;
          top: 6px;
          left: 12px;
          width: 50%;
          height: 2px;
          background-color: #005000;
          z-index: 2;
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
          font-size: 0; }
        .accnavBlock .accnavMenu dt .ico span:before {
          content: " ";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 2px;
          background-color: #005000;
          z-index: 2;
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg);
          opacity: 1; }
        .accnavBlock .accnavMenu dt .ico.active span {
          top: 6px;
          left: 10px;
          width: 60%;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);}
        .accnavBlock .accnavMenu dt .ico.active span:before {
          top: 0; }
      .accnavBlock .accnavMenu dd {
        display: none; }
        .accnavBlock .accnavMenu dd ul.linkList li {
          margin-bottom: 0;
          border-top: 1px #e5e5e5 solid;
          display: block;
          font-size: 1.4rem;
          text-align: left; }
        .accnavBlock .accnavMenu dd ul.linkList li:first-of-type {
          margin-top: 0; }
        .accnavBlock .accnavMenu dd a {
          margin: 0;
          padding: 8px 0;
          color: #005000;
          display: block; }
          .accnavBlock .accnavMenu dd a span {
            display: block;
            padding-right: 2em;
            position: relative; }
            .accnavBlock .accnavMenu dd a span:before {
              display: none; }
            .accnavBlock .accnavMenu dd a span:after {
              content: "";
              right: 9px;
              width: 5px;
              height: 5px;
              border-top: 2px solid #005000;
              border-right: 2px solid #005000;
              transition: all .3s;
              -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
              position: absolute;
              top: -webkit-calc(50% - 4px);
              top: calc(50% - 4px);
              display: block; }

  .c_floorico {
    display: table;
    width: 45px;
    height: 45px; }
    .c_floorico span {
      display: table-cell;
      color: #fff;
      background: #819ce0;
      text-align: center;
      vertical-align: middle;
      font-size: 1.6rem;
      font-weight: bold; }

  .c_panellist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .c_panellist > li {
      margin: 0 0 10px 0;
      margin-right: 12px;
      width: calc( 50% - 6px );
      box-sizing: border-box; }
      .c_panellist > li:nth-of-type(2n) {
        margin-right: 0; }
    .c_panellist a {
      display: block;
      position: relative;
      color: #3d3d3d; }
    .c_panellist .link a {
      color: #005000;
      font-weight: normal;}
      .c_panellist a:hover {
        text-decoration: none; }
    .c_panellist .floor {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 99; }
    .c_panellist .image {
      margin-bottom: 0.5em; }
    .c_panellist .label {
      margin-bottom: 0.5em;
      font-size: 1.4rem;
      font-weight: bold; }
    .c_panellist .time {
      margin-bottom: 1em;
      font-size: 1rem; }
    .c_panellist .text {
      margin-bottom: 1em; }

  .c_data .time:before {
    margin-right: 5px;
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    vertical-align: -2px;
    background: url(/assets/images/icon_clock.png) center center no-repeat;
    background-size: 100% 100%; }
  .c_data .ico {
    margin-right: 3px;
    padding: 0 1em;
    border: 1px #ff876b solid;
    border-radius: 3px;
    display: inline-block;
    color: #ff876b;
    font-size: 1rem; }
    .c_floorico.first_floor span {
      background: #ff5858;
 }
}



/* =============================================================================
 common header
============================================================================= */

#commonHeader {
  width: 100%;
  background-color: #fff;
}
#commonHeader .headerInner {
  width: 100%;
  max-width: 956px;
  margin: 0 auto;
  position: relative;
}

ul.headerSnsList {
  text-align: center;
}
ul.headerSnsList li {
  padding: 0 0.2em;
  display: inline-block;
}
ul.headerSnsList li.line {
  display: none;
}

@media screen and (min-width: 1024px) {
#commonHeader {
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
}

#commonHeader .headerLogo {
  width: 244px;
  margin: 0 auto 12px;
}

.japaneseLang p {
  color: #005000;
  font-size: 12px;
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.japaneseLang p:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/assets/images/icon_language.png) no-repeat center center;
  background-size: cover;
}
#commonHeader #langnavToggle {
  width: 106px;
  position: absolute;
  right: 0;
  top: 12px;
}
#commonHeader #langnaviBtn {
  width: 106px;
  padding: 2em 0;
  font-size: 12px;
  text-align: center;
  color: #005000;
  cursor: pointer;
}
#commonHeader #langnaviBtn:hover {
  opacity: .7;
}
#commonHeader #langnaviBtn .img img,
#commonHeader #gnaviBtn .img img{
  display: none;
}
#commonHeader .langnavi {
  width: 106px;
  position: absolute;
  right: 0;
  top: 10px;
  box-sizing: border-box;
  border: #99cc33 1px solid;
  border-radius: 5px;
  background-color: #fff;
  z-index: 10;
  display: none;
}
#commonHeader .langnavi ul li {
  width: 100%;
  border-bottom: #99cc33 1px solid;
}
#commonHeader .langnavi ul li:last-child {
  border-bottom: none;
}
#commonHeader .langnavi ul li a {
  width: 100%;
  padding: 1.46em 0;
  color: #005000;
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 14px;
}
#commonHeader .langnavi ul li a:hover {
  background-color: #99cc33;
  text-decoration: none;
}
#commonHeader .langnavi ul li.current {
  padding: 1.64em 0;
  color: #005000;
  text-align: center;
  background-color: #99cc33;
  display: block;
}
#commonHeader .langnavi ul li.current:hover {
  cursor: pointer;
}

#commonHeader .gnavi ul.navi {
  line-height: 0;
  font-size: 0;
  text-align: center;
}
#commonHeader .gnavi ul.navi li {
  width: 190px;
  height: 66px;
  display: inline-block;
  box-sizing: border-box;
  border-left: #99cc33 1px solid;
  line-height: 1;
}
#commonHeader .gnavi ul.navi li:nth-last-of-type(2) {
  border-right: #99cc33 1px solid;
}
#commonHeader .gnavi ul.navi li.only-sp {
  display: none;
}
#commonHeader .gnavi ul.navi li a {
  padding: 8px 0 0;
  height: 100%;
  display: block;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
#commonHeader .gnavi ul.navi li a:hover:before {
  content: "";
  width: 100%;
  height: 8px;
  border: #99cc33 1px solid;
  display: block;
  position: absolute;
  left: -1px;
  bottom: -10px;
  background-color: #99cc33;
}
#commonHeader .gnavi ul.navi li .img {
  width: 32px;
  display: block;
  margin:  0 auto 6px;
}
#commonHeader .gnavi ul.navi li p {
  display: inline-block;
  color: #005000;
  font-weight: bold;
  font-size: 14px;
}

#commonHeader  #headerSns {
  position: absolute;
  right: 130px;
  top: 0px;
}
#commonHeader  #headerSns .helpAccessLink {
  margin-bottom: 10px;
  font-size: 14px;
}
#commonHeader  #headerSns .sns {
  width: 22px;
}
}

@media screen and (max-width: 1023px) {
#commonHeader {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
/*  position: fixed;*/
  z-index: 1000;
  background-color: #fff;
  top: 0;
}
#commonHeader.opengNav,
#commonHeader.openlangNav {
  position: fixed;
}
#commonHeader .headerLogo {
  width: 162px;
  margin: 0 auto;
  padding: 10px 0 0 0;
}
#commonHeader .headerInner {
  max-width: 1024px;
}
}


/* =============================================================================
 header navi
============================================================================= */

#globalNavi {
}


@media screen and (max-width: 1023px) {
.commonHeader .langnavi {
  position: fixed;
  left: 0;
  right: 0;
  top: 60px;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #99cc33;
  display: none;
}

.commonHeader ul.navi li {
  width: 100%;
  display: block;
  background-color: #fff;
  border-top: #99cc33 2px solid;
}
.commonHeader ul.navi li a {
  display: block;
}
.commonHeader .langnavi ul.navi li.current {
  display: none;
}
.commonHeader .langnavi ul.navi li a {
  width: 100%;
  padding: 1em 0;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.64;
  color: #005000;
  box-sizing: border-box;
}
.commonHeader .gnavi ul.navi li a {
  width: 100%;
  padding: 6px 0;
  display: block;
  box-sizing: border-box;
}
.commonHeader .gnavi ul.navi li a .img {
  width: 26px;
  margin: 0 auto;
  display: block;
}
.commonHeader .gnavi ul.navi li a p {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.64;
  text-align: center;
  color: #005000;
}
.commonHeader .gnavi ul.navi li  .helpAccessLink  {
  margin: 1em 0 -1em;
}
.commonHeader .gnavi ul.navi li  .helpAccessLink a {
  padding: 1em 0;
}
.commonHeader .gnavi ul.navi li ul.headerSnsList li {
  width: 26px;
  padding: 16px 6px 6px;
  border-top: none;
  display: inline-block;
}
.commonHeader .gnavi ul.navi li ul.headerSnsList li.line {
  display: none;
}

.commonHeader .gnavi {
  position: fixed;
  left: 0;
  right: 0;
  top: 60px;
  background: #99cc33;
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
  overflow-y: scroll;
}
#commonHeader #langnavToggle {
  width: 62px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top:0;
}
#commonHeader #gnavToggle {
  width: 62px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top:0;
}
#commonHeader #langnavToggle #langnaviBtn,
#commonHeader #gnavToggle #gnaviBtn {
  width: 62px;
  height: 60px;
  display: block;
  text-align: center;
  position: relative;
  cursor: pointer;
}
#commonHeader #langnavToggle #langnaviBtn .img,
#commonHeader #gnavToggle #gnaviBtn .img{
  width: 100%;
  height: 40px;
  display: block;
  position: relative;
}
#commonHeader #langnavToggle #langnaviBtn .img:before {
  content: "";
  width: 18px;
  height: 18px;
  margin: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 16px;
  background: url(/assets/images/icon_language.png) no-repeat center center;
  background-size: cover;
}
#commonHeader #gnavToggle #gnaviBtn .img:before {
  content: "";
  width: 22px;
  height: 17px;
  margin: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 18px;
  background: url(/assets/images/icon_menu.png) no-repeat center center;
  background-size: cover;
}
#commonHeader #langnavToggle #langnaviBtn .img img,
#commonHeader #gnavToggle #gnaviBtn .img img{
  width: 62px;
  height: 60px;
  margin: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  transition: all .5s;
  z-index: 2;
}
#commonHeader.openlangNav #langnavToggle #langnaviBtn .img img,
#commonHeader.opengNav #gnavToggle #gnaviBtn .img img {
  opacity: 1;
  transition: all .5s;
}
#commonHeader #langnavToggle #langnaviBtn p,
#commonHeader #gnavToggle #gnaviBtn p{
  font-size: 9px;
  color: #005000;
  text-align: center;
  position: relative;
  z-index: 2;
}
}

@media screen and (min-width: 1024px) {
.commonHeader .gnavi {
  display: block !important;
}
}


/* =============================================================================
 common footer
============================================================================= */
@media screen and (min-width: 1024px) {
#footerInfosec {
  position: relative;
  z-index: 1;
}
}

#commonFooter {
  width: 100%;
  background: url(/assets/images/bg_footer-pc.png) no-repeat right top;
  background-size: contain;
  background-color: #f7f7f7;
}
#commonFooter .footerNaviInner {
  width: 100%;
  max-width: 956px;
  margin: 0 auto;
  position: relative;
}

#footerBottom .footerBottomSns {
  text-align: center;
}
#footerBottom .footerBottomSns li {
  display: inline-block;
}

@media screen and (min-width: 1024px) {
#commonFooter {
  margin-top: -50px;
}
#commonFooter .footerNaviInner {
  padding: 80px 0 40px;
  text-align: center;
  line-height: 0;
  font-size: 0;
}
#commonFooter .footerNaviInner .navi {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
#commonFooter .footerNaviInner .navi a {
  color: #005000;
  font-size: 14px;
  line-height: 1.46;
  text-align: left;
}
#commonFooter .footerNaviInner .navi.navi01,
#commonFooter .footerNaviInner .navi.navi02 {
  width: 120px;
  margin-right: 24px;
}
#commonFooter .footerNaviInner .navi.navi03 {
  width: 160px;
  margin-right: 24px;
}
#commonFooter .footerNaviInner .navi.navi04 {
  width: 240px;
  margin-right: 24px;
}
#commonFooter .footerNaviInner .navi.navi04 .footerNaviLead:first-of-type {
  padding-bottom: 20px;
}
#commonFooter .footerNaviInner .navi.navi05 {
  width: 170px;
}
#commonFooter .footerNaviInner .navi ul {
  padding-bottom: 20px;
}
#commonFooter .footerNaviInner .navi ul li {
  padding-bottom: 4px;
}
#commonFooter .footerNaviInner .navi .footerNaviLead {
  padding-bottom: 4px;
}
#commonFooter #footerBottom {
  width: 100%;
  height: 74px;
  padding: 20px 0;
  border-top: #99cc33 1px solid;
  border-bottom: #99cc33 10px solid;
  box-sizing: border-box;
}
#commonFooter #footerBottom .footerBottomInner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
#commonFooter #footerBottom .footerBottomInner ul.footerBottomSns {
  position: absolute;
  left: 0;
  top: 0;
}
#commonFooter #footerBottom .footerBottomInner ul.footerBottomSns li {
  width: 22px;
  display: inline-block;
  padding-right: 8px;
}
#commonFooter #footerBottom .footerBottomInner .copyright {
  position: absolute;
  right: 0;
  top: 0;
}
}

@media screen and (max-width: 1023px) {
#commonFooter {
  width: 100%;
  background: url(/assets/images/bg_footer-sp.png) no-repeat center top;
  background-size: contain;
  background-color: #f7f7f7;
}
#commonFooter .footerNaviInner {
  width: 94.667%;
  margin: 0 auto;
}
#commonFooter .footerNaviSp {
  width: 100%;
  border-bottom: #e6e6e6 1px solid;
}
#commonFooter .footerNaviSp a {
  width: 100%;
  padding: 1em 1em;
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #005000;
  box-sizing: border-box;
}
#footerBottom .footerBottomSns {
  width: 100%;
  padding: 20px 0 16px;
}
#footerBottom .footerBottomSns li {
  width: 30px;
  padding: 0 10px;
}
}
#footerBottom .copyright {
  padding-bottom: 20px;
  text-align: center;
  font-size: 14px;
  color: #005000;
}
#commonFooter #footerBottom .footerBottomInner ul.footerBottomSns li.line {
  display: none;
}


/* =============================================================================
 Common Block Styles
============================================================================= */

/* side navi */

#sideNavi {
}

/* pagetop */
#pagetop {
}

@media screen and (max-width: 1023px) {
}


/* mainArea shortcut */
@media screen and (max-width: 1023px) {
#mainArea { /* 20-02 Modified */
  padding-top: 0px;
}
.openlangNav + #mainArea,
.opengNav + #mainArea  { /* 20-02 Modified */
  padding-top: 60px;
}

#shortcut {
  width: 100%;
  padding: 5px 0;
  box-sizing: border-box;
}
#shortcut ul.shortcutList {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
#shortcut ul.shortcutList li {
  padding: 0 2px;
  display: inline-block;
  white-space: nowrap;
}
#shortcut ul.shortcutList li:first-child {
  padding: 0 2px 0 4px;
}
#shortcut ul.shortcutList li:last-child {
  padding: 0 4px 0 2px;
}
#shortcut ul.shortcutList li a {
  padding: 1em;
  display: block;
  color: #005000;
  font-size: 9px;
  background-color: #f7f7f7;
  border-radius: 4px;
}
}


/* content blocks*/

.secWidth1280 {
  width : -webkit-calc(100% - 64px);
  width: calc(100% - 64px);
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
.secWidth1280 {
  width: 100%;
  max-width: 100%;
}
}

.secWidth635 {
  width: 100%;
  height: 100%;
  padding: 16px 10px 20px;
  margin: 0 auto ;
  background-color: #fff;
  box-shadow: 0px 3px 3px -3px #8c8c8c;
  box-sizing: border-box;
}
.secWidth635 .secBox {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  padding: 0;
  box-shadow: none;
}
@media screen and (max-width: 1023px) {
.secWidth635 {
  width: 100%;
  padding: 14px 2.5% 20px;
  margin-bottom: 6px;
}
.secWidth635 .secBox {
  max-width: 100%;
}
}

.secBox {
  width: 100%;
  padding: 16px 10px 20px;
  margin: 0 auto 10px;
  background-color: #fff;
  box-shadow:0px 3px 3px -3px #8c8c8c;
  box-sizing: border-box;
}
#sec01 .secBox {
  padding: 40px 10px 20px;
}
.index #sec01 .secBox {
  padding: 16px 10px 20px;
}
@media screen and (max-width: 1023px) {
.secBox {
  width: 100%;
  padding: 14px 2.5% 20px;
  margin-bottom: 6px;
}
#sec01 .secBox {
  padding: 20px 2.5% 20px;
}
.index #sec01 .secBox {
  padding: 14px 2.5% 20px;
}
}

.secBox .secBoxInner {
  width: 100%;
  max-width: 910px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1023px) {
.secBox .secBoxInner {
  max-width: 100%;
}
}

.secBoxTitle {
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #3d3d3d;
}
@media screen and (max-width: 1023px) {
.secBoxTitle {
  font-size: 14px;
}
}

@media screen and (min-width: 1024px) {
ul.accessList {
  text-align: center;
}
ul.accessList li {
  margin: 0 1% 2%;
  display: inline-block;
}
ul.accessList li.only-sp {
  display: none;
}
ul.accessList li a {
  padding: 1em 20px;
  border: #99cc33 1px solid;
  border-radius: 4px;
  background-color: #f7f7f7;
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-align: center;
}
ul.accessList li a:hover {
  background-color: #99cc33;
  text-decoration: none;
}
ul.accessList li a .image {
  width: 86px;
  margin: 1em auto 0;
}
.access ul.accessList li {
  width: 17%;
  margin: 0 1% 2%;
}
}
@media screen and (max-width: 1023px) {
.index ul.accessList {
  text-align: center;
}
.index ul.accessList li {
  width: 30%;
  margin: 0 1% 3%;
  display: inline-block;
  vertical-align: top;
}
.index ul.accessList li a {
  padding: 1em 10px;
  border: #99cc33 1px solid;
  border-radius: 4px;
  background-color: #f7f7f7;
  font-size: 12px;
  letter-spacing: -1px;
  font-weight: bold;
  display: block;
  text-align: center;
}
.index ul.accessList li a:hover {
  background-color: #99cc33;
  text-decoration: none;
}
.index ul.accessList li a .image {
  width: 56px;
  margin: 1em auto 0;
}
.access ul.accessList {
  width: 100%;
  border-top: #99cc33 2px solid;
}
.access ul.accessList li {
  width: 100%;
  padding: 1em;
  border-bottom: #e5e5e5 1px solid;
  box-sizing: border-box;
}
.access ul.accessList li a {
  padding: 0;
  border-radius: none;
  font-size: 14px;
  display: block;
  text-decoration: none;
  position: relative;
}
.access ul.accessList li a:after {
  content: "";
  right: 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #005000;
  border-right: 2px solid #005000;
  transition: all .3s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -webkit-calc(50% - 4px);
  top: calc(50% - 4px);
  display: block;
}
.access ul.accessList li a p.text {
  line-height: 1.46;
  font-size: 14px;
  font-weight: bold;
  color: #005000;
}
.access ul.accessList li a .image {
  display: none;
}
}


/* =============================================================================
 Top Page Styles
============================================================================= */

.index .mv .image {
  width: 100%;
  height: 456px;
  display: block;
}
.index .mv .image .mv_slider .slick-slide {
  width: 100%;
  height: 456px;
  display: block;
  background-color: #fff;
}
.index .mv .image .mv_slider a {
  width: 100%;
  height: 456px;
  display: block;
}
.index .mv .image .mv_slider .slide01 {
  background:  url(/assets/images/index/img_top_mv01-pc.jpg) no-repeat center center;
  background-size: cover;
}
.index .mv .image .mv_slider .slide02 {
  background:  url(/assets/images/index/img_top_mv02-pc.png) no-repeat center center;
  background-size: cover;
}
.index .mv .image .mv_slider .slide03 {
  background:  url(/assets/images/index/img_top_mv03-pc.jpg) no-repeat center center;
  background-size: cover;
}
.index .mv .image .mv_slider .slide04 {
  background:  url(/assets/images/index/img_top_mv04-pc.jpg) no-repeat center center;
  background-size: cover;
}
.index .mv .image .mv_slider .slick-prev {
  left: 25px;
  z-index: 1;
}
.index .mv .image .mv_slider .slick-next {
  right: 25px;
  z-index: 1;
}

@media screen and (min-width:1024px) {

.index .mv .image .mv_slider .slick-slide {
  width: 956px;
}
  
.index .mv .image .mv_slider .slick-slide:not(.slick-active) {
  position: relative;
}
.index .mv .image .mv_slider .slick-slide:not(.slick-active):before{
  background-color: rgba(0,0,0,0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}
/*.index .mv .image .mv_slider a:hover {
  opacity: .7;
}*/
.index .mv .image .mv_slider .slick-prev, .index .mv .image .mv_slider .slick-next {
  width: 40px;
  height: 40px;
}
.index .mv .image .mv_slider .slick-prev:before, .index .mv .image .mv_slider .slick-next:before {
  font-size: 40px;
}
.index .mv .image .mv_slider .slick-prev:before,
.index .mv .image .mv_slider .slick-next:before {
  opacity: .75;
}
.index .mv .image .mv_slider .slick-prev:hover:before,
.index .mv .image .mv_slider .slick-next:hover:before {
  opacity: 1;
}
}
@media screen and (max-width:1023px) {
.index .mv .image {
  height: 160px;
}
.index .mv .image .mv_slider .slick-slide {
  height: 160px;
}
.index .mv .image .mv_slider a {
  height: 160px;
}
.index .mv .image .mv_slider .slide01 {
  background:  url(/assets/images/index/img_top_mv01-sp.jpg) no-repeat center center;
  background-size: cover;
}
.index .mv .image .mv_slider .slide02 {
  background:  url(/assets/images/index/img_top_mv02-sp.jpg) no-repeat center center;
  background-size: cover;
}
.index .mv .image .mv_slider .slide03 {
  background:  url(/assets/images/index/img_top_mv03-sp.jpg) no-repeat center center;
  background-size: cover;
}
.index .mv .image .mv_slider .slide04 {
  background:  url(/assets/images/index/img_top_mv04-sp.jpg) no-repeat center center;
  background-size: cover;
}
.index .mv .image .mv_slider .slick-prev:before,
.index .mv .image .mv_slider .slick-next:before {
  opacity: 0;
}
}

.index .sec01 {
  margin-bottom: 16px;
  margin-top: -150px;
}
.index .sec01 ul.campaignList {
  text-align: center;
}
.index .sec01 ul.campaignList li {
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
.index .sec01 {
  margin-bottom: 8px;
  margin-top: auto;
}
.index .sec01 ul.campaignList {
  text-align: left;
}
.index .sec01 ul.campaignList li {
  font-size: 12px;
}
.index .sec01 .sec01Inner {
  padding: 0 2.5%;
  box-sizing: border-box;
}
}

.index .sec02 {
/*  margin-top: -124px;*/
  margin-top: 10px;
  position: relative;
}
.index .sec02 ul.campaignList,
.secNote ul.campaignList {
  text-align: center;
}
.index .sec02 ul.campaignList li,
.secNote ul.campaignList li {
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
.index .sec02 {
  margin-top: 6px;
}
.index .sec02 .secBox,
.secNote .secBox {
    padding: 0.6em 2.5%;
}
.index .sec02 ul.campaignList,
.secNote ul.campaignList {
  text-align: left;
}
.index .sec02 ul.campaignList li,
.secNote ul.campaignList li {
  font-size: 12px;
}
}

.index .sec03 {
  position: relative;
}
.index .sec03 .link.t_center {
  width: 120px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.index .sec03 #f_style {
  height: 540px;
  margin-bottom: 1.46em;
  overflow: hidden;
}
.index .sec03 #f_style  body {
  background-color: #fff;
}
.index .sec03 #f_style iframe body .secBox {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    box-shadow: none;
}
@media screen and (min-width: 1024px) {
.index .sec03.secWidth635 {
    padding: 16px 10px 70px;
}
.index .sec03 .secBox {
    padding: 0.6em 0;
}
.index .sec03 .secBox .time-table-link {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}
}
@media screen and (max-width: 1023px) {
.index .sec03.secWidth635 {
    padding: 14px 2.5% 20px;
}
.index .sec03 #f_style {
  height: 420px;
  overflow: hidden;
}
}

.index .sec04 {
  position: relative;
}
.index .sec04 #parking_info {
  margin: 1em auto;
}
@media screen and (min-width: 1024px) {
.index .sec04 {
    padding: 16px 10px 70px;
}
.index .sec04 .secBox {
    padding: 0.6em 2.5%;
}
.index .sec04 .secBox .link.bottom {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}
}
@media screen and (max-width: 1023px) {
.index .sec04 .secBox {
    padding: 0 2.5%;
}
}

.index .sec05 ul.linkList {
  text-align: center;
}
.index .sec05 ul.linkList li {
  display: inline-block;
  padding: 0 0.3em;
}
.index .sec05 ul.linkList li a.linkBtn {
  padding: 1em 2.4em;
}

.index .sec06.secWidth635 .secBox {
  max-width: 650px;
}
.index .sec06 ul.linkList {
  text-align: center;
}
.index .sec06 ul.linkList li {
  display: inline-block;
  padding: 0 0.3em;
}
.index .sec06 ul.linkList li a.linkBtn {
  padding: 0.4em;
}
@media screen and (max-width: 1023px) {
.index .sec06.secWidth635 .secBox {
  max-width: 66%;
}
.index .sec06 ul.linkList li {
  margin-top: 10px;
}
}

.index .sec07 .link {
  margin: 4em auto 0;
  text-align: center;
}

.index .sec08 .link {
  margin: 4em auto 0;
  text-align: center;
}

.index .sec09 .link {
  margin: 4em auto 0;
  text-align: center;
}
.index .sec09 .largeBnr {
  width: 902px;
  margin: 0 auto 1em;
}
.index .sec09 .largeBnr .image {
  margin: 0 auto 4px;
  display: block;
}
@media screen and (max-width: 1023px) {
.index .sec09 .largeBnr {
  width: 97%;
}
}

.index .sec10 .link {
  text-align: center;
}

.index .sec11 ul.linkList {
  text-align: center;
}
.index .sec11 ul.linkList li {
  display: inline-block;
  padding: 0 0.3em;
}
@media screen and (max-width: 1023px) {
.index .sec11 ul.linkList li {
  margin-bottom: 10px;
}
}

.footerInfosec p.tel {
  margin-bottom: 0.4em;
  text-align: center;
  font-size: 30px;
  color: #006600;
}
.footerInfosec .secBoxTitle {
  margin-bottom: 0;
}
.footerInfosec .link {
  text-align: center;
}
ul.footerIconLinks {
  text-align: center;
  line-height: 0;
  font-size: 0;
}
ul.footerIconLinks li {
  width: 80px;
  padding: 0 5px 18px;
  display: inline-block;
  line-height: 1.46;
  vertical-align: top;
}
ul.footerIconLinks li a {
  display: block;
}
ul.footerIconLinks li a .image {
  margin-bottom: 4px;
  display: block;
}
ul.footerIconLinks li a .text {
  font-size: 12px;
  color: #006600;
  display: block;
}
@media screen and (max-width: 1023px) {
.footerInfosec p.tel {
  font-size: 22px;
}
ul.footerIconLinks li {
  width: 16%;
  padding: 0 0.7% 18px;
  display: inline-block;
}
ul.footerIconLinks li a {
  display: block;
}
ul.footerIconLinks li a .image {
  width: 100%;
  margin-bottom: 6px;
}
ul.footerIconLinks li a .text {
  font-size: 9px;
  color: #006600;
  letter-spacing: -1px;
}
}


.footerCampsec .link {
  margin: 4em auto 0;
  text-align: center;
}



/* =============================================================================
 Page Styles
============================================================================= */
.flight-info #flight-page .aside, .flight-info #flight-page .aside {
  border-top: none;
}
.flight #f_style {
  height: 1280px;
  margin-top: -56px;
}
.flight-info .airline-img {
    width: 60px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
.flight #f_style {
  height: 1600px;
  margin-top: -42px;
}
.flight-info #time-table #tab {
  display: block;
}
.flight-info .table-list thead th {
  text-align: center;
}
.flight-info .table-list thead th:first-child {
    width: 80px;
}
}


/* -----------------------------------------------------------------------------
 ACCESS
----------------------------------------------------------------------------- */
.access.taxi .appList li {
  width: 100%;
  vertical-align: top;
  display: block;
}
.access.taxi .appList li a {
  width: 100%;
  display: block;
}
.access.taxi .appList li a img {
  width: 72%;
}
.access.taxi .appList li.google a img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
.access.taxi .appList li {
  width: 30%;
  margin-top: 18px;
  display: inline-block;
}
.access.taxi .appList li.google {
  margin-top: 0;
}
}
@media screen and (max-width: 1023px) {
.access.taxi .appList {
  width: 50%;
  margin: 2em auto;
}
}
@media screen and (min-width: 1024px) {
ul.accessLinksArea li {
  width: 45%;
}
ul.accessLinksArea li a {
  width: 90%;
  font-size: 14px;
  letter-spacing: -0.5px;
}
.access.mycar .bdrGray img {
  vertical-align: top;
}
}
@media screen and (max-width: 1023px) {
ul.accessLinksArea li {
  width: 100%;
  box-sizing: border-box;
}
ul.accessLinksArea li a {
  width: 100%;
  box-sizing: border-box;
  letter-spacing: -1px;
}
.access.mycar #sec02 {
  margin-top: -60px;
  padding-top: 60px;
}
}



/* -----------------------------------------------------------------------------
 news tours
----------------------------------------------------------------------------- */
.snaviContent {
  width: 100%;
  overflow: hidden;
}
.snaviContent .snaviArea {
  width: 130px;
  margin-right: 10px;
  float: left;
}
.snaviContent .snaviArea ul li {
  font-size: 14px;
}
.snaviContent .mainContArea {
  width: 770px;
  float: right;
}
.detail .detailContArea {
  width: 100%;
  margin: 0 auto 4em;
}
.detail .detailContArea ul li a {
  word-break: break-all;
}
.detail .headCategory {
  margin-bottom: 0.8em;
}
.detail .headCategory .category {
  width: 106px;
  margin: 0 20px 0 0;
  padding: 0.3em 0;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  background-color: #e6e6e6;
  box-sizing: border-box;
}
.detail .headCategory .date {
  padding: 0.3em 0;
  text-align: left;
  font-size: 12px;
  display: inline-block;
  box-sizing: border-box;
}
.detail .newsTitle {
  margin-bottom: 2em;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #3d3d3d;
}
@media screen and (max-width: 1023px) {
.snaviContent {
  display: block;
}
.snaviContent .snaviArea ul li {
  font-size: 12px;
}
.snaviContent .snaviArea {
  width: 100%;
  margin-right: 0;
  margin-top: 2em;
  padding-top: 1em;
  border-top: #e6e6e6 1px solid;
  float: none;
}
.snaviContent .snaviArea ul {
  text-align: left;
}
.snaviContent .snaviArea ul li {
  padding: 0 1em;
  display: inline-block;
}
.snaviContent .mainContArea {
  margin-top: 0;
  width: 100%;
  float: none;
}
.detail .snaviContent .mainContArea {

  width: 100%;
}
.detail .headCategory .category {
  width: 8em;
  margin: 0 16px 0 4px;
  font-size: 9px;
  background-color: #e6e6e6;
}
.detail .headCategory .date {
  font-size: 11px;
}
}


/* -----------------------------------------------------------------------------
 GUIDE
----------------------------------------------------------------------------- */
@media screen and (min-width: 1024px){
ul.floorGuideList {
  text-align: center;
}
ul.floorGuideList li {
  width: 22%;
  margin: 0 1% 2%;
  display: inline-block;
}
ul.floorGuideList li a {
  padding: 1em 20px;
  border: #99cc33 1px solid;
  border-radius: 4px;
  background-color: #f7f7f7;
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-align: center;
}
ul.floorGuideList li a:hover {
  background-color: #99cc33;
  text-decoration: none;
}

.guide .map_all {
  position: relative;
}
.guide .map_all .onMapLink {
  display: block;
  position: absolute;
}
.guide .map_all .onMapLink.link03-1 {
  width: 80px;
  height: 80px;
  left: 57px;
  top: 0;
}
.guide .map_all .onMapLink.link03-2 {
  width: 530px;
  height: 160px;
  left: 162px;
  top: 117px;
  -webkit-transform: rotate(33deg);
  -ms-transform: rotate(33deg);
  transform: rotate(34deg);
}
.guide .map_all .onMapLink.link02-1 {
  width: 80px;
  height: 80px;
  left: 57px;
  top: 310px;
}
.guide .map_all .onMapLink.link02-2 {
  width: 600px;
  height: 220px;
  left: 137px;
  top: 433px;
  -webkit-transform: rotate(32deg);
  -ms-transform: rotate(32deg);
  transform: rotate(32deg);
}
.guide .map_all .onMapLink.link01-1 {
  width: 80px;
  height: 80px;
  left: 57px;
  top: 623px;
}
.guide .map_all .onMapLink.link01-2 {
  width: 660px;
  height: 224px;
  left: 97px;
  top: 751px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.guide .map_all .onMapLink a {
  display: block;
  width: 100%;
  height: 100%;
}
}
@media screen and (max-width: 1023px){
ul.floorGuideList {
  width: 100%;
  border-top: #99cc33 2px solid;
}
ul.floorGuideList li {
  width: 100%;
  padding: 1em;
  border-bottom: #e5e5e5 1px solid;
  box-sizing: border-box;
}
ul.floorGuideList li a {
  padding: 0;
  border-radius: 0;
  font-size: 14px;
  display: block;
  text-decoration: none;
  position: relative;
  line-height: 1.46;
  font-weight: bold;
  color: #005000;
}
ul.floorGuideList li a:after {
  content: "";
  right: 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #005000;
  border-right: 2px solid #005000;
  transition: all .3s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -webkit-calc(50% - 4px);
  top: calc(50% - 4px);
  display: block;
}
}

ul.guideList li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 2.6em;
  box-sizing: border-box;
  line-height: 1.2em;
  font-size: 16px;
}
ul.guideList li a {
  text-decoration: underline;
}
ul.guideList li a:hover {
  text-decoration: none;
}
ul.guideList li:before {
  content: "";
  width: 29px;
  height: 29px;
  position: absolute;
  display: block;
  left: 2px;
  top: -4px;
}
ul.guideList li.num01:before {
  background: url(/assets/images/guide/icon_map_num01.png) no-repeat center center;
  background-size: 100% 100%;
}
ul.guideList li.num02:before {
  background: url(/assets/images/guide/icon_map_num02.png) no-repeat center center;
  background-size: 100% 100%;
}
ul.guideList li.num03:before {
  background: url(/assets/images/guide/icon_map_num03.png) no-repeat center center;
  background-size: 100% 100%;
}
ul.guideList li.num04:before {
  background: url(/assets/images/guide/icon_map_num04.png) no-repeat center center;
  background-size: 100% 100%;
}
ul.guideList li.num05:before {
  background: url(/assets/images/guide/icon_map_num05.png) no-repeat center center;
  background-size: 100% 100%;
}
ul.guideList li.num06:before {
  background: url(/assets/images/guide/icon_map_num06.png) no-repeat center center;
  background-size: 100% 100%;
}
ul.guideList li.num07:before {
  background: url(/assets/images/guide/icon_map_num07.png) no-repeat center center;
  background-size: 100% 100%;
}
ul.guideList li.num08:before {
  background: url(/assets/images/guide/icon_map_num08.png) no-repeat center center;
  background-size: 100% 100%;
}
ul.guideList li.num09:before {
  background: url(/assets/images/guide/icon_map_num09.png) no-repeat center center;
  background-size: 100% 100%;
}
ul.guideList li.num10:before {
  background: url(/assets/images/guide/icon_map_num10.png) no-repeat center center;
  background-size: 100% 100%;
}
ul.guideList li.num11:before {
  background: url(/assets/images/guide/icon_map_num11.png) no-repeat center center;
  background-size: 100% 100%;
}
ul.guideList li.num12:before {
  background: url(/assets/images/guide/icon_map_num12.png) no-repeat center center;
  background-size: 100% 100%;
}
ul.guideList li.num13:before {
  background: url(/assets/images/guide/icon_map_num13.png) no-repeat center center;
  background-size: 100% 100%;
}
ul.guideList li.num14:before {
  background: url(/assets/images/guide/icon_map_num14.png) no-repeat center center;
  background-size: 100% 100%;
}
ul.guideList li.num15:before {
  background: url(/assets/images/guide/icon_map_num15.png) no-repeat center center;
  background-size: 100% 100%;
}
ul.guideList li.num16:before {
  background: url(/assets/images/guide/icon_map_num16.png) no-repeat center center;
  background-size: 100% 100%;
}
ul.guideList li.num17:before {
  background: url(/assets/images/guide/icon_map_num17.png) no-repeat center center;
  background-size: 100% 100%;
}
ul.guideList li.num18:before {
  background: url(/assets/images/guide/icon_map_num18.png) no-repeat center center;
  background-size: 100% 100%;
}
ul.guideList li.num19:before {
  background: url(/assets/images/guide/icon_map_num19.png) no-repeat center center;
  background-size: 100% 100%;
}
ul.guideList li.num20:before {
  background: url(/assets/images/guide/icon_map_num20.png) no-repeat center center;
  background-size: 100% 100%;
}
ul.guideList li.etc:before {
  width: 32px;
  height: 28px;
  top: -5px;
  left: 0;
}
ul.guideList li.info:before {
  background: url(/assets/images/guide/icon_map_info.png) no-repeat center center;
  background-size: 100% 100%;
}
ul.guideList li.etc.wc01:before {
  background: url(/assets/images/guide/icon_map_wc01.png) no-repeat center center;
  background-size: 100% 100%;
}
ul.guideList li.etc.wc02:before {
  background: url(/assets/images/guide/icon_map_wc02.png) no-repeat center center;
  background-size: 100% 100%;
}
ul.guideList li.etc.aed:before {
  background: url(/assets/images/guide/icon_map_aed.png) no-repeat center center;
  background-size: 100% 100%;
}
ul.guideList li.etc.smoke:before {
  background: url(/assets/images/guide/icon_map_smoke.png) no-repeat center center;
  background-size: 100% 100%;
}
ul.guideList li.etc.atm:before {
  background: url(/assets/images/guide/icon_map_atm.png) no-repeat center center;
  background-size: 100% 100%;
}
ul.guideList li.etc.car:before {
  background: url(/assets/images/guide/icon_map_car.png) no-repeat center center;
  background-size: 100% 100%;
}
ul.guideList li.etc.coin:before {
  background: url(/assets/images/guide/icon_map_coin.png) no-repeat center center;
  background-size: 100% 100%;
}
ul.guideList li.etc.post:before {
  background: url(/assets/images/guide/icon_map_post.png) no-repeat center center;
  background-size: 100% 100%;
}
ul.guideList li.etc.baby:before {
  background: url(/assets/images/guide/icon_map_baby.png) no-repeat center center;
  background-size: 100% 100%;
}
ul.guideList li.etc.shipping:before {
  background: url(/assets/images/guide/icon_map_shipping.png) no-repeat center center;
  background-size: 100% 100%;
}
ul.guideList li.etc.iconA:before {
  background: url(/assets/images/guide/icon_map_a.png) no-repeat center center;
  background-size: 100% 100%;
}
ul.guideList li.etc.iconB:before {
  background: url(/assets/images/guide/icon_map_b.png) no-repeat center center;
  background-size: 100% 100%;
}
ul.guideList li.etc.iconC:before {
  background: url(/assets/images/guide/icon_map_c.png) no-repeat center center;
  background-size: 100% 100%;
}
ul.guideList li.etc.tel:before {
  background: url(/assets/images/guide/icon_map_phone.png) no-repeat center center;
  background-size: 100% 100%;
}
ul.guideList li.etc.cycle:before {
  background: url(/assets/images/guide/icon_map_bike.png) no-repeat center center;
  background-size: 100% 100%;
}

@media screen and (max-width: 1023px) {
.guide .floorMapArea .contClm2 {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.guide .floorMapArea .contClm2 .colm_L {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
    margin-right: 10px;
}
.guide .floorMapArea .contClm2 .colm_R {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
}
ul.guideList li {
  font-size: 13px;
  padding-left: 1.46em;
  margin-bottom: 0.6em;
}
ul.guideList li:before {
  width: 14px;
  height: 14px;
  top: 0;
  left: 1px;
}
ul.guideList li.etc:before {
  width: 16px;
  height: 14px;
  top: 0px;
}
ul.guideList li.multitoilet:before {
  width: 12px;
  height: 14px;
  top: 0px;
}
ul.guideList li.nursing:before {
  width: 12px;
  height: 14px;
  top: 0px;
}
.guide .contClm2 .contLeadGreen {
  font-size: 13px;
  letter-spacing: -1px;
}
}

@media screen and (min-width: 1024px){
.guide_footer01 .contClm2 .colm_L {
    width: -webkit-calc(60% - 10px);
    width: calc(60% - 10px);
    max-width: 600px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.guide_footer01 .contClm2 .colm_L .telfax {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #005000;
}
.guide_footer01 .contClm2 .colm_L .telfax span {
  padding: 0 0.5em;
}
.guide_footer01 .contClm2 .colm_L .telfax span:first-of-type {
  padding: 0 0.5em 0 0;
}
.guide_footer01 .contClm2 .colm_R {
    width: -webkit-calc(40% - 10px);
    width: calc(40% - 10px);
    max-width: auto;
    margin-bottom: 10px;
}
.guide_footer01 .contClm2 .colm_R .link {
  text-align: right;
}
}
@media screen and (max-width: 1023px){
.guide_footer01 .contClm2 .colm_L .telfax {
  font-size: 20px;
  line-height: 1.32;
  color: #005000;
  text-align: center;
}
.guide_footer01 .contClm2 .colm_R .link {
  margin-top: 1em;
}
}


ul.eventImgArea {
  width: 100%;
  overflow: hidden;
}
ul.eventImgArea li {
  width: 48%;
  float: left;
  margin-bottom: 10px;
}
ul.eventImgArea li:nth-child(even) {
  float: right;
}
ul.eventImgArea li:nth-child(2n+1) {
  clear: both;
}
ul.eventImgArea li .eventImg .image {
  width: 100%;
  display: block;
}
ul.eventImgArea li .eventImg .image img {
  border: #e6e6e6 1px solid;
}
ul.eventImgArea li .eventImg .text {
  margin: 0.2em 0;
  font-size: 14px;
  color: #333333;
  display: block;
}
@media screen and (max-width: 1023px){
ul.eventImgArea li {
  width: 100%;
  float: none;
  margin-bottom: 0.6em;
}
ul.eventImgArea li:nth-child(even) {
  float: none;
}
ul.eventImgArea li .eventImg .text {
  font-size: 12px;
}
}


.dlListArea .image {
  padding-right: 1em;
  float: left;
}
.dlListArea .colm_L,.dlListArea .colm_R {
  clear: both;
  overflow: hidden;
  margin-bottom: 1em;
}
@media screen and (max-width: 1023px){
.dlListArea .image {
  width: 90px;
  height: 86px;
  display: block;
}
}


/* -----------------------------------------------------------------------------
 SHOPLIST service-detail
----------------------------------------------------------------------------- */
.service-detailClm {
  overflow: hidden;
}
.service-detailClm .colm_L {
  width: 440px;
  margin-left: 20px;
  margin-bottom: 2em;
  float: right;
  display: block;
}
.service-detailClm .colm_R {
  width: 450px;
  margin-bottom: 2em;
  float: left;
  display: block;
}
ul.capImgArea li {
  padding: 10px 10px 0;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: #e5e5e5 1px solid;
}
ul.capImgArea li .text {
  margin: 0.2em 0;
  font-size: 14px;
  color: #333333;
  display: block;
}
.service-detail .secBoxTitle {
  margin-bottom: 0.8em;
  text-align: left;
}
.service-detail .secBoxTitle .floor {
  width: 50px;
  padding: 12px 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-right: 1em;
}
.service-detail .secBoxTitle .floor.second_floor {
  background-color: #819ce0;
}
.service-detail .secBoxTitle .floor.first_floor {
  background-color: #ff5858;
}
.service-detail .secBoxTitle .floor.all_floor {
  display: none;
}
.service-detail .secBoxTitle .text {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #3d3d3d;
  display: inline-block;
  vertical-align: middle;
}
.service-detail .secBoxTitle2 {
  margin-bottom: 0.8em;
  text-align: center;
}
.service-detail .secBoxTitle2 .floor {
  width: 50px;
  padding: 12px 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-right: 1em;
}
.service-detail .secBoxTitle2 .floor.second_floor {
  background-color: #819ce0;
}
.service-detail .secBoxTitle2 .floor.first_floor {
  background-color: #ff5858;
}
.service-detail .secBoxTitle2 .floor.all_floor {
  display: none;
}
.service-detail .secBoxTitle2 .text {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #3d3d3d;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
.service-detailClm .colm_L {
  width: 100%;
  margin-left: 0;
  margin-bottom: 0.6em;
  float: none;
}
.service-detailClm .colm_R {
  width: 100%;
  float: none;
}
ul.capImgArea {
  margin-top: 1em;
}
ul.capImgArea li {
  padding: 10px 10px 0;
  margin-bottom: 1em;
}
ul.capImgArea li .text {
  font-size: 12px;
}
.service-detail .secBoxTitle .floor {
  width: 44px;
  font-size: 14px;
}
.service-detail .secBoxTitle .text {
  font-size: 14px;
}
}


/* -----------------------------------------------------------------------------
 TIMETABLE
----------------------------------------------------------------------------- */
/* SP */
@media screen and (max-width: 1023px) {
  .timetableGroup {
    margin-bottom: 1em; }
    .timetableGroup .accordionBtn {
      width: 100%;
      box-sizing: border-box;
      text-align: center;
      font-size: 14px; }
    .timetableGroup .accordionCont {
      margin-top: .5em; }

  .timetableBlock {
    margin-bottom: 5px; }
    .timetableBlock .contLeadGreen {
      margin-bottom: 5px; }
    .timetableBlock .c_timetable tr th, .timetableBlock .c_timetable tr td {
      min-width: 10.98591%;
      max-width: 17.32394%; }
      .timetableBlock .c_timetable tr th:first-of-type, .timetableBlock .c_timetable tr td:first-of-type {
        width: 17.32394%; }
      .timetableBlock .c_timetable tr th:last-of-type, .timetableBlock .c_timetable tr td:last-of-type {
        width: 25.63380%;
        text-align: left; }
    .timetableBlock .airline-img {
      width: 58%; }
    .timetableBlock .caption {
      margin: 5px 0; }

  .timetable #sec01 p {
    margin-bottom: 3px; }
  .timetable #sec01 .linktableBlock p {
    margin: 1em 0; }
  .timetable #sec01 .c_linktable {
    border-top: 2px #99cc33 solid;
    width: 100%;
    display: block; }
    .timetable #sec01 .c_linktable tbody {
      display: block; }
    .timetable #sec01 .c_linktable tr {
      border-bottom: 1px #e6e6e6 solid;
      display: block; }
    .timetable #sec01 .c_linktable th, .timetable #sec01 .c_linktable td {
      padding: 0.8em 0 0.8em 0.6em;
      display: inline-block; }
    .timetable #sec01 .c_linktable th {
      width: 16.5%; }
  .timetable #sec01 .plane span {
    padding-right: 20px;
    position: relative; }
  .timetable #sec01 .plane span:before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-6px);
    background: url(/assets/images/timetable/icon_plane.png) no-repeat center center;
    background-size: 100% 100%;
    display: block; }
    .c_linktable img.airline-img {
      width: 54px; }}
/* PC  */
@media screen and (min-width: 1024px) {
  .timetableGroup .accordionCont {
    display: block !important; }

  .timetableBlock {
    margin-bottom: 10px; }
    .timetableBlock .contLeadGreen {
      margin-bottom: 10px; }
    .timetableBlock .c_timetable tr th, .timetableBlock .c_timetable tr td {
      width: 14.28571%; }
      .timetableBlock .c_timetable tr th:last-of-type, .timetableBlock .c_timetable tr td:last-of-type {
        width: auto;
        text-align: left; }
    .timetableBlock .caption {
      margin: 5px 0; }
    .timetableBlock .c_bannerlist li {
      width: 172px;
      display: inline-block;
      margin-right: 8px;
      margin-bottom: 5px; }
    .timetableBlock .c_bannerlist li:nth-child(5n) {
      margin-right: 0; }
      .timetableBlock .c_bannerlist li img {
        width: 100%;
        max-width: 100%;
        border: 1px #e5e5e5 solid;
        background-color: #fff;}

  .timetable #sec01 p {
    margin-bottom: 3px; }
  .timetable #sec01 .secBoxInner {
    position: relative; }
    .timetable #sec01 .secBoxInner .secBoxTopRight {
      position: absolute;
      top: 3px;
      right: 0; }
    .timetable img.airline-img {
      width: 60px; }}


/* -----------------------------------------------------------------------------
 TIMETABLE ADD
----------------------------------------------------------------------------- */
/* SP */
@media screen and (max-width: 1023px) {
  .timetableBlock .airline-img {
    width: 80%;
    max-width: 64px; } }
/* PC  */
@media screen and (min-width: 1024px) {
  .timetable img.airline-img {
    padding-right: 0.5em;
    width: 64px;
    vertical-align: middle; } }


/* -----------------------------------------------------------------------------
 SHOPLIST
----------------------------------------------------------------------------- */
/* SP */
@media screen and (max-width: 1023px) {
  .linknavBlock {
    margin-bottom: 1em; }

  .p_shopcontent .c_panellist > li {
    margin-right: 0;
    margin-bottom: 3em;
    width: 100%; }

  .p_shopheadPanel .shophead01 {
    padding: 2em 0;
    border-bottom: 1px #e5e5e5 solid; }
    .p_shopheadPanel .shophead01 > .inner {
      display: table;
      width: 100%; }
    .p_shopheadPanel .shophead01 .floor {
      display: none; }
    .p_shopheadPanel .shophead01 .label {
      vertical-align: middle;
      display: table-cell;
      font-size: 1.6rem;
      font-weight: bold; }
    .p_shopheadPanel .shophead01 .cat {
      text-align: right;
      vertical-align: middle;
      display: table-cell; }
      .p_shopheadPanel .shophead01 .cat .linkBtn {
        margin-bottom: 2px; }
  .p_shopheadPanel .shophead02 {
    padding: 15px 0; }
  .p_shopheadPanel .c_data li {
    margin-bottom: 2px;
    margin-right: .5em;
    display: inline-block; }

  .p_shopcontent .contentMain .text {
    margin: 1em 0; }
  .p_shopcontent .contentList {
    margin: 2em 0 0; }
  .p_shopcontent .contentFloor {
    margin: 0.6em 0 1.2em; }
    .p_shopcontent .contentFloor .ctrl {
      margin: 0.6em 0;
      text-align: right; }

  /*  ul.p_floormapList {
      li {
        width: 20%;
        box-sizing: border-box;
        a {
          width: 100%;
          box-sizing: border-box;
        }
      }
    }*/ }
@media screen and (max-width: 640px) {
  .p_shopheadPanel .shophead01 .cat {
    width: 47%; } }
/* PC  */
@media screen and (min-width: 1024px) {
  .linknavBlock ul.linkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px #e6e6e6 solid;
    text-align: left; }
    .linknavBlock ul.linkList:last-of-type {
      padding-bottom: 0;
      margin-bottom: 0;
      border: none; }
    .linknavBlock ul.linkList > li {
      margin: 0 10px 10px 0;
      padding: 0;
      width: 220px;
      box-sizing: border-box; }
      .linknavBlock ul.linkList > li:nth-of-type(4n) {
        margin-right: 0; }
    .linknavBlock ul.linkList .linkBtn_pc {
      width: 100%;
      box-sizing: border-box; }

  .p_floormapMenu ul.linkList {
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center; }

  .p_shopheadPanel {
    margin-bottom: 20px;
    border: 1px #e5e5e5 solid; }
    .p_shopheadPanel .shophead01 {
      padding: 15px;
      border-bottom: 1px #e5e5e5 dashed; }
      .p_shopheadPanel .shophead01 > .inner {
        display: table;
        width: 100%; }
      .p_shopheadPanel .shophead01 .floor {
        width: 70px;
        vertical-align: middle;
        display: table-cell; }
      .p_shopheadPanel .shophead01 .label {
        vertical-align: middle;
        display: table-cell;
        font-size: 1.6rem;
        font-weight: bold; }
      .p_shopheadPanel .shophead01 .cat {
        text-align: right;
        vertical-align: middle;
        display: table-cell; }
    .p_shopheadPanel .shophead02 {
      padding: 15px; }
    .p_shopheadPanel .c_data li {
      margin-right: .3em;
      display: inline-block; }

  .p_shopcontent .contentMain .image {
    padding: 9px;
    border: 1px #e5e5e5 solid; }
  .p_shopcontent .contentMain .txt p {
    margin-bottom: 1em; }
  .p_shopcontent .contentList {
    margin: 20px 0; }
  .p_shopcontent .contentFloor {
    margin: 20px 0 50px; }
}


/* -----------------------------------------------------------------------------
 embarkation
----------------------------------------------------------------------------- */
.embarkation .embarkationlClm {
  overflow: hidden;
}
.embarkation .embarkationlClm .colm_L {
  width: 100%;
  margin-left: 0;
  margin-bottom: 2em;
  display: block;
}
.embarkation .embarkationlClm .colm_R {
  width: 100%;
  margin-bottom: 2em;
  display: block;
}
.embarkation .secBoxTitle .floor.second {
  background-color: #819ce0;
}
@media screen and (max-width: 1023px) {
.embarkation .embarkationlClm .colm_L {
  width: 100%;
  margin-left: 0;
}
.embarkation .embarkationlClm .colm_R {
  width: 100%;
}
}


/* -----------------------------------------------------------------------------
 COMPANY
----------------------------------------------------------------------------- */
.company ul.summyListArea li.summyList dl dt p {
  font-weight: bold;
}
.company ul.summyListArea li.summyList dl dd table tr th,
.company ul.summyListArea li.summyList dl dd table tr td {
  padding: 0 0 0.4em 0;
}
.company ul.summyListArea li.summyList dl dd table tr th {
  width: 9em
}
@media screen and (max-width: 1023px) {
ul.summyListArea li.summyList > dl > dt {
    width: 8em;
    font-size: 11px;
}
ul.summyListArea li.summyList > dl > dd {
    padding-left: 8em;
    font-size: 11px;
}
.company ul.summyListArea li.summyList dl dd table tr th,
.company ul.summyListArea li.summyList dl dd table tr td {
  padding: 0 0 0.2em 0;
  font-size: 11px;
}
}


/* -----------------------------------------------------------------------------
 LINK
----------------------------------------------------------------------------- */
.link .contLead {
  padding: 1em 0 0.2em;
  margin-bottom: 0.6em;
  border-bottom: #99cc33 2px solid;
}
@media screen and (min-width: 1024px){
.link .contClm2 .colm_L {
    width: -webkit-calc(50% - 25px);
    width: calc(50% - 10px);
    max-width: 430px;
    margin-right: 48px;
    margin-bottom: 10px;
}
.link .contClm2 .colm_R {
    width: -webkit-calc(50% - 25px);
    width: calc(50% - 10px);
    max-width: 430px;
    margin-bottom: 10px;
}
}


/* -----------------------------------------------------------------------------
 embarkation
----------------------------------------------------------------------------- */
/* SP */
@media screen and (max-width: 1023px) {
  .embarkExpBlock ol {
    margin-top: 1em; }
  .embarkExpBlock ol > li {
    margin-top: 1em;
    margin-bottom: 1em;
    list-style: none; }
  .embarkExpBlock p {
    margin-bottom: .6em; }
  .embarkExpBlock .images .caption {
    margin-top: .6em;
    text-align: center; }
  .embarkExpBlock .images .inner + .caption {
    margin-top: 0; }
  .embarkExpBlock .nameLead {
    margin-bottom: .3em;
    font-weight: bold; } }
/* PC  */
@media screen and (min-width: 1024px) {
  .embarkationlClm {
    margin-top: 1em; }

  .embarkExpBlock ol > li {
    margin-bottom: 1em;
    list-style: none; }
  .embarkExpBlock p {
    margin-bottom: .6em; }
  .embarkExpBlock .images {
    width: 100%;
    display: inline-block; }
  .embarkExpBlock .images .inner {
    text-align: center;}
    .embarkExpBlock .images .caption {
      margin-top: .6em;
      clear: both;
      display: block;
      text-align: center; }
    .embarkExpBlock .images .inner + .caption {
      margin-top: 0; }
    .embarkExpBlock .images .img {
      display: inline-block; }
  .embarkExpBlock .nameLead {
    margin-bottom: .3em;
    font-weight: bold; } }


/* -----------------------------------------------------------------------------
 CONTACT
----------------------------------------------------------------------------- */
.contactBlock .ctrl.btns input {
  padding: 0.8em 3em;
  border: #99cc33 1px solid;
  border-radius: 4px;
  background-color: #f7f7f7;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.46;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.contactBlock .ctrl.btns input:hover {
  background-color: #99cc33;
  text-decoration: none;
  cursor: pointer; }
  .p_contactInput .acceptMsg {
    margin-bottom: 1em;
    display: none;
    color: #ff3300;
    text-align: center;
  }

/* SP */
@media screen and (max-width: 1023px) {
  .contactBlock .ctrl.btns input {
    font-size: 11px; }

  .contactBlock dl.formitem {
    margin-bottom: 1em; }
    .contactBlock dl.formitem > dt {
      margin-bottom: .3em; }
      .contactBlock dl.formitem > dt .label {
        font-weight: bold; }
      .contactBlock dl.formitem > dt .required {
        margin-left: 1em;
        padding: 2px .5em;
        display: inline-block;
        font-size: 1rem;
        color: #fff;
        background: #ff3300; }
      .contactBlock dl.formitem > dt .attention {
        display: block; }
    .contactBlock dl.formitem input[type="text"] {
      width: 100%;
      box-sizing: border-box; }
    .contactBlock dl.formitem textarea {
      width: 100%;
      box-sizing: border-box; }
  .contactBlock .ctrl {
    margin: .3em 0 2em 0;
    text-align: center; }
    .contactBlock .ctrl li {
      margin: 0 1em;
      display: inline-block; } }
/* PC  */
@media screen and (min-width: 1024px) {
  .contactBlock dl.formitem {
    margin-bottom: 1em; }
    .contactBlock dl.formitem > dt {
      margin-bottom: .3em; }
      .contactBlock dl.formitem > dt .label {
        width: 25%;
        display: inline-block;
        font-weight: bold; }
        .contactBlock dl.formitem > dt .label.wide {
          width: 50%; }
      .contactBlock dl.formitem > dt .required {
        margin-left: 1em;
        padding: 2px 1em;
        display: inline-block;
        font-size: 1.2rem;
        color: #fff;
        background: #ff3300; }
      .contactBlock dl.formitem > dt .attention {
        margin-left: 1em;
        display: inline-block; }
    .contactBlock dl.formitem input[type="text"] {
      width: 50%;
      box-sizing: border-box; }
    .contactBlock dl.formitem textarea {
      width: 100%;
      box-sizing: border-box; }
  .contactBlock .ctrl {
    margin: .3em 0 2em 0;
    text-align: center; }
    .contactBlock .ctrl li {
      margin: 0 1em;
      display: inline-block; } }


/* -----------------------------------------------------------------------------
 404
----------------------------------------------------------------------------- */
@media screen and (min-width: 1024px) {
.error404 #sec01 {
    position: relative;
    z-index: 1;
}
}


/* =============================================================================
for Print
============================================================================= */
@media print {
body {
  width: 1140px;
}
#topicpath,
.commonHeader,
#commonFooter {
  display: none;
}
.only-pc {
  display: block !important;
}
.only-sp {
  display: none !important;
}
img {
  max-width: 100%;
  height: auto;
}
.footerCampsec {
  page-break-before: always;
}
.secBox {
  padding: 16px 0 20px;
  box-shadow: none;
}
.contClm2 {
  width: -webkit-calc(100% - 64px);
  width: calc(100% - 64px);
  max-width: 1280px;
  min-width: 910px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contClm2 .colm_L {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  max-width: 630px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.contClm2 .colm_R {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  max-width: 630px;
  margin-bottom: 10px;
}

.timetable  .c_pctablink {
  display: none !important;
}
.timetableGroup .accordionCont {
  display: block !important;
}
.timetable .link.t_center.only-pc {
  display: none !important;
}
.timetable .secBoxTitleSub {
  text-align: center;
}
.timetable .pagerlink {
  display: none !important;
}
.timetableBlock .c_timetable tr th, .timetableBlock .c_timetable tr td {
  width: 14.28571%;
}
.timetableBlock .c_timetable tr th:last-of-type, .timetableBlock .c_timetable tr td:last-of-type {
  width: auto;
  text-align: left;
}
.timetable img.airline-img {
    padding-right: 0.5em;
    width: 64px;
    vertical-align: middle;
}
.timetableBlock .c_bannerlist li {
  width: 172px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 5px;
}

.news.detail #sec02 {
  display: none;
}
.c_panellist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  vertical-align: top;
}
.c_panellist > li {
  margin: 0 10px 10px 0;
  padding: 9px;
  border: 1px #e5e5e5 solid;
  width: 210px;
  position: relative;
  box-sizing: border-box;
}
.c_panellist > li:nth-of-type(4n) {
  margin-right: 0;
}
.p_shopheadPanel .shophead01 .cat {
  display: none;
}
.linknavBlock.accnavBlock {
  display: none !important;
}


.guide #sec02 {
  display: none;
}
ul.guideList li:before {
  display: block !important;
}


}



/* =============================================================================
201902 add
============================================================================= */
.noteTitle {
  color: #99cc33;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.secNote {
  margin-top: 6px;
}

@media screen and (min-width: 1024px) {
  .index .contTop {
    margin-top: -62px;
  }
  .note .secBox .secBoxInner {
    width: 770px;
  }
}
@media screen and (max-width: 1023px) {
  .noteTitle {
    font-size: 1.4rem;
  }
  .index #mv {
    margin-bottom: 6px;
  }
  .flight .secNote {
    margin-top: 6px;
  }
  .flight .secNote .secBox {
    padding: 14px 2.5% 16px;
  }
}


/* =============================================================================
201904 add
============================================================================= */
@media screen and (min-width: 1024px) {
.areas ul.accessList li {
  width: 186px;
}
}
@media screen and (max-width: 1023px) {
.areas ul.accessList {
  width: 100%;
  border-top: #99cc33 2px solid;
}
.areas ul.accessList li {
  width: 100%;
  padding: 1em;
  border-bottom: #e5e5e5 1px solid;
  box-sizing: border-box;
}
.areas ul.accessList li a {
  padding: 0;
  border-radius: none;
  font-size: 14px;
  display: block;
  text-decoration: none;
  position: relative;
}
.areas ul.accessList li a:after {
  content: "";
  right: 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #005000;
  border-right: 2px solid #005000;
  transition: all .3s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -webkit-calc(50% - 4px);
  top: calc(50% - 4px);
  display: block;
}
.areas ul.accessList li a p.text {
  line-height: 1.46;
  font-size: 14px;
  font-weight: bold;
  color: #005000;
}
.areas ul.accessList li a .image {
  display: none;
}
}


/* qa */
.qaContArea dl.qaCont {
  border-bottom: #868686 1px solid;
}
.qaContArea .qaContTitle {
  padding-bottom: 1em;
  border-bottom: #868686 1px solid;
  font-size: 16px;
}
.qaContArea dl.qaCont dt {
  padding: 1em 2em 1em 0;
  position: relative;
  box-sizing: border-box;
  color: #000;
  font-size: 15px;
}
.qaContArea dl.qaCont .icon:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1em;
  height: 1px;
  display: block;
  background-color: #005000;
  z-index: 2;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: all .4s;
}
.qaContArea dl.qaCont .icon:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1em;
  height: 1px;
  display: block;
  background-color: #005000;
  z-index: 2;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  opacity: 1;
  transition: all .4s;
}
.qaContArea dl.qaCont.active dt .icon:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.qaContArea dl.qaCont.active dt .icon:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  opacity: 0;
}
.qaContArea dl.qaCont dd {
  padding: 0 1em 1em;
  display: none;
  box-sizing: border-box;
}
.qaContArea dl.qaCont dd a {
  text-decoration: underline;
}
#qaNaviArea {
  margin-bottom: 10%;
  text-align: center;
}
#qaNaviArea .selectNavi {
  padding: 0 0.4em 0.4em;
  border-color: #005000;
  font-size: 16px;
}
@media screen and (min-width: 640px) {
.qaContArea {
  margin-bottom: 6%;
}
.qaContArea dl.qaCont dt:hover {
  cursor: pointer;
  opacity: .7;
}
.qaContArea dl.qaCont dd a:hover {
  text-decoration: none;
}
}
@media screen and (max-width: 640px) {
.qaContArea {
  margin: -60px 0 15%;
  padding-top: 60px;
}
.qaContArea .qaContTitle {
  padding-bottom: 0.6em;
}
.qaContArea dl.qaCont dt {
  padding: 0.6em 1.5em 0.6em 0;
  font-size: 14px;
}
.qaContArea dl.qaCont dd {
  font-size: 13px;
}
}

/* =============================================================================
20190424 add
============================================================================= */

@media screen and (min-width: 1024px) {
#commonHeader #langnavToggle {
  width: 106px;
  position: absolute;
  right: 0;
  top: 30px;
}
#commonHeader #langnaviBtn {
  width: 106px;
  padding: 0.5em 0;
  font-size: 12px;
  text-align: center;
  color: #005000;
  cursor: pointer;
}
#commonHeader .langnavi {
    top: 27px;
}
#commonHeader .langnavi ul li.current {
    padding: 0.5em 0;
    color: #005000;
    text-align: center;
    background-color: #99cc33;
    display: block;
}
#commonHeader #qaLinkArea {
  width: 106px;
  position: absolute;
  right: 4px;
  top: 2px;
  display: block;
}
#commonHeader #qaLinkArea a {
  display: block;
  opacity: 1;
}
#commonHeader #qaLinkArea a:hover {
  opacity: .7;
}
#commonHeader #qaLinkBtn .img {
  width: 20px;
  display: inline-block;
}
#commonHeader #qaLinkBtn p {
  color: #005000;
  font-size: 12px;
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
#commonHeader #qaLinkBtn .img img {
  display: none;
}
#commonHeader #qaLinkBtn p:before {
  content: "";
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/assets/images/icon_qa.png) no-repeat center center;
  background-size: cover;
}

#commonHeader .gnavi ul.navi li {
  width: 158px;
}
#commonHeader .gnavi ul.navi li:nth-last-of-type(2) {
    border-right: none;
}
#commonHeader .gnavi ul.navi li:nth-last-of-type(3) {
    border-right: #99cc33 1px solid;
}

}

@media screen and (min-width: 641px) and (max-width: 1023px) {
#commonHeader #qaLinkArea {
  width: 62px;
  height: 60px;
  margin: auto;
  display: block;
  position: absolute;
  left: auto;
  right: 62px;
  top: 0;
  z-index: 2;
}
#commonHeader #qaLinkArea #qaLinkBtn {
  width: 62px;
  height: 60px;
}
#commonHeader #qaLinkArea .img {
  width: 62px;
  height: 40px;
  display: block;
  position: relative;
}
#commonHeader #qaLinkArea .img img {
  width: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#commonHeader #qaLinkArea a {
  display: block;
  text-align: center;
}
#commonHeader #qaLinkArea p {
  font-size: 9px;
  color: #005000;
  text-align: center;
  position: relative;
  z-index: 2;
}
}

@media screen and (max-width: 640px) {
#commonHeader #qaLinkArea {
  display: none;
}
}


/* =============================================================================
20191024 add
============================================================================= */
@media screen and (min-width: 1024px) {
	.parking_fee .lead{
		display:inline-block;
		margin: 20px 20px 0 0;
	}
	.parking_fee ul{
		display:inline-block;
	}
	.parking_fee ul li{
	  display:inline-block;
	}
	.parking_fee ul li a{
	  width: 6em;
		text-align:center;
	}
}

@media screen and (min-width: 641px) and (max-width: 1023px) {
	.parking_fee .lead{
		margin: 20px 20px 0 0;
		text-align: center;
	}
	.parking_fee ul{ 
		text-align: center;
	}
	.parking_fee ul li{
	  display:inline-block;
	}
	.parking_fee ul li a{
	  width: 6em;
		text-align:center;
	}
}
@media screen and (max-width: 640px) {
	.parking_fee .lead{
		margin: 20px 20px 0 0;
		text-align: center;
	}
	.parking_fee ul{ 
		text-align: center;
	}
	.parking_fee ul li{
	  display:inline-block;
	}
	.parking_fee ul li a{
	  width: 6em;
		text-align:center;
	}
}

@media screen and (max-width: 1023px) {
	#container.access.mycar #chart01,
	#container.access.mycar #chart02 {
		margin-top: calc(-60px - 2em) !important;
		padding-top: 60px;
	}
}


/*------------------------------

20-01-22

---------------------------------*/

ul.list-arrow-green li.nonlink,
ul.list-arrow-green2 li.nonlink{
  color: #005000;
  text-align: left;
  padding-left: 1em;
  /*text-indent: -1em;*/
  position: relative;
}
ul.list-arrow-green li.nonlink:before,
ul.list-arrow-green2 li.nonlink:before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 5px;
  border-color: transparent transparent transparent #005000;
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
}

ul.list-arrow-green li.nonlink a,
ul.list-arrow-green2 li.nonlink a{
  color: #005000;
  text-align: left;
  padding-left: 1em;
  /*text-indent: -1em;*/
  position: relative;
}
ul.list-arrow-green li.nonlink a:before,
ul.list-arrow-green2 li.nonlink a:before{
  content: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 5px;
  border-color: transparent transparent transparent #005000;
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
}

/*------------------------------

20-01-23 「空港周辺ガイド」に動画設置

---------------------------------*/
.areas .secBoxInner{
	overflow:hidden;
}
.areas .movieList .wrapper{
	text-align: center;
	float: left;
}
.areas .movieList .wrapper .caption{
	width: 100%;
}
@media screen and (min-width: 1024px) {
	.areas .movieList .wrapper{
		margin-bottom: 40px;
		width: calc(94% / 3);
		padding-left: 3%;
	}
	.areas .movieList .wrapper:nth-child(3n+1){
		margin-bottom: 40px;
		width: calc(94% / 3);
		padding-left: 0;
	}
	.areas .movieList .wrapper .caption{
		bottom: 0px;	
	}
}


@media screen and (max-width: 1023px) {
	.areas .movieList .wrapper{
		margin-bottom: 10%;
		width: calc(98% / 2);
		padding-left:2%;
	}
	.areas .movieList .wrapper:nth-child(2n+1){
		padding-left:0;
	}
	
	.areas .movieList .wrapper .caption{
		bottom: -31px;	
	}

}

/*------------------------------

20-02 アクセスページスタイル追加

---------------------------------*/
.access .small {
  font-size: 80%;
}
@media screen and (max-width: 1023px) {
.access .small {
  display: none;
}
}

/*------------------------------

20-02 プルダウンメニュー追加

---------------------------------*/
@media screen and (min-width: 1024px) {
#commonHeader .gnavi ul.navi {
  position: relatve;
}
#commonHeader .gnavi ul.navi > li.active > a:before {
    content: "";
    width: 100%;
    height: 8px;
    border: #99cc33 1px solid;
    display: block;
    position: absolute;
    left: -1px;
    bottom: -10px;
    background-color: #99cc33;
}
}
#commonHeader .gnavi ul.navi li .inner {
    position: absolute;
    top: 140px;
    left: 316px;
    box-sizing: border-box;
    width: 50%;
    padding: 20px 2%;
    border: 2px #99cc33  solid;
    background: #fff;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    visibility: hidden;
    font-size: 14px;
    display: flex;
}
#commonHeader .gnavi ul.navi li:hover .inner {
    top: 140px;
    visibility: visible;
    opacity: 1;
}
#commonHeader .gnavi ul.navi li .inner .sub {
  width: 50%;
}
#commonHeader .gnavi ul.navi li .inner li {
    width: auto;
    height: auto;
    display: block;
    border: none;
    line-height: 2;
  text-align: left;
}
#commonHeader .gnavi ul.navi li .inner li:before {
  content: '▶ ';
  font-size: 10px;
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
}
#commonHeader .gnavi ul.navi li .inner li a {
  text-align: left;
  display: inline-block;
}

#commonHeader .gnavi ul.navi li .inner li a:hover {
  text-decoration: underline;
}
#commonHeader .gnavi ul.navi li .inner li a:hover:before {
  display: none;
}
@media screen and (max-width: 1023px) {
  #commonHeader .gnavi ul.navi li .inner {
    display: none;
  }
}

/*------------------------------

20-02 下部メニュー追加

---------------------------------*/

#bottomNavi {
  display: none;
}
@media screen and (max-width: 1023px) {
  #container {
    padding-bottom: 60px;
  }
  #bottomNavi {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    min-height: 60px;
    z-index: 99;
    background: #fff;
  }
  #bottomNavi ul {
    display: table;
    width: 100%;
    min-height: 60px;
  }
  #bottomNavi ul li {
    display: table-cell;
    width: 25%;
    text-align: center;
    vertical-align: top;
    border-top: #99cc33 2px solid;
    border-right: #99cc33 2px solid;
    box-sizing: border-box;
    font-size: 9px;
  }
  #bottomNavi ul li:last-of-type {
    border-right: none;
  }
  #bottomNavi ul li a {
    width: 100%;
    padding: 6px 0;
    display: block;
    box-sizing: border-box;
  }
  #bottomNavi ul li a .img {
    width: 26px;
    margin: 0 auto 5px;
    display: block;
  }
  #bottomNavi ul li a .img img {
  }
}

/*------------------------------

20-02 バス時刻表スタイル追加

---------------------------------*/
.access.bus .timetableBlock .c_timetable {
      table-layout:fixed;
}
.access.bus .timetableBlock .c_timetable tr th,
.access.bus .timetableBlock .c_timetable tr td {
      min-width: 20%;
      max-width: 25%;
      width: auto;
      text-align: center;
}
.access.bus .timetableBlock .c_timetable tr td {
      text-align: right;
}
.access.bus .timetableBlock .c_timetable tr th:first-of-type,
.access.bus .timetableBlock .c_timetable tr td:first-of-type {
        width: auto;
}
.access.bus .timetableBlock .c_timetable tr th:last-of-type,
.access.bus .timetableBlock .c_timetable tr td:last-of-type {
        width: auto;
}

.access.bus .timetableBlock .c_timetable tr th:last-of-type {
      text-align: center;
}
.access.bus .timetableBlock .c_timetable tr td:last-of-type {
      text-align: right;
}
.access.bus span.linkBtn {
  margin: 0 1em;
  text-indent: 0;
}
.access.bus span.linkBtn:hover {
    background-color: #f7f7f7;
    cursor: default;
}
.access.bus .linkBtn.current {
  background-color: #99cc33;
}

@media screen and (min-width: 1024px) {
.access .c_accessmapBlock {
  width: 910px;
  height: 820px;
  position: relative;
  overflow: hidden;
  background: url("../images/access/img_access_01_pc.png") left top no-repeat;
}
.access .c_accessmapBlock .hovermap {
  left: 0;
  top: 0;
  position: absolute;
  visibility: hidden;
}
}

/*------------------------------

20-02 SNSスタイル追加

---------------------------------*/
#secSNS #insta_slide ul {
  display: flex;
  width: 100%;
}
#secSNS #insta_slide ul li {
  margin-right: 1%;
  width: 19%;
}
#secSNS #insta_slide ul li:last-of-type {
  margin-right: 0;
}
#secSNS #insta_slide ul li a {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}

#secSNS #insta_slide ul li a:after {
  display: block;
  content: '';
  padding-top: 100%;
}
#secSNS .linkList {
    margin: 4em auto 0;
}

@media screen and (max-width: 1023px) {
#secSNS #insta_slide ul li {
  margin-right: 1%;
  width: 24%;
}
#secSNS #insta_slide ul li:nth-of-type(5n) {
  display: none;
}
#secSNS .linkList {
    margin-top: 20px;
    margin-bottom: -10px;
}
}

/*------------------------------

20-02 アクセス用リストスタイル

---------------------------------*/
@media screen and (min-width: 1024px) {
ul.accessmapList {
  text-align: center;
}
ul.accessmapList li {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 0.3em;
}
ul.accessmapList a {
  padding: 8px 1em;
  border: #99cc33 1px solid;
  border-radius: 4px;
  background-color: #f7f7f7;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.46;
  display: inline-block;
  box-sizing: border-box;
}
ul.accessmapList a:hover {
  background-color: #99cc33;
  text-decoration: none;
  cursor: pointer;
}
}

@media screen and (max-width: 1023px) {
ul.accessmapList {
  width: 100%;
  border-top: #99cc33 2px solid;
}
ul.accessmapList li {
  width: 100%;
  padding: 1em;
  border-bottom: #e5e5e5 1px solid;
  box-sizing: border-box;
}
ul.accessmapList li a {
  padding: 0;
  border-radius: none;
  font-size: 14px;
  display: block;
  text-decoration: none;
  position: relative;
}
ul.accessmapList li a:after {
  content: "";
  right: 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #005000;
  border-right: 2px solid #005000;
  transition: all .3s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -webkit-calc(50% - 4px);
  top: calc(50% - 4px);
  display: block;
}
ul.accessmapList li a p.text {
  line-height: 1.46;
  font-size: 14px;
  font-weight: bold;
  color: #005000;
}
ul.accessmapList li a .image {
  display: none;
}
}

/*------------------------------

20-02 駐車場スタイル追加

---------------------------------*/
.underline {
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}

/*------------------------------

20-02 バススタイル追加

---------------------------------*/
.p_pereod dl dt,.p_pereod dl dd{
  display: inline-block;
}
.p_price dl {
  display: -webkit-flex;
  display: flex;
}
.p_price dl dt {
  margin-right: 0.3em;
}
.p_price span {
  margin-right: 0.5em;
}


.timetableBlock .contLeadGreenArea {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.timetableBlock .contLeadGreen .contLeadSub {
    font-size: 1.4rem;
    line-height: 22px;
    font-weight: normal;
}
@media screen and (max-width: 1023px) {
.timetableBlock .contLeadGreen .contLeadSub {
    font-size: 1.2rem;
    line-height: 17px;
}
}

.pagenavList {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.pagenavList li {
  width: calc( 50% - 5px );
  margin-bottom: 10px;
  display: block;
}
.pagenavList li:nth-of-type(odd) {
  margin-right: 5px;
}
.pagenavList li:nth-of-type(even) {
  margin-left: 5px;
}
.pagenavList .pagenavBtn {
  display: block;
  padding: 8px 1em;
  border: #99cc33 1px solid;
  border-radius: 4px;
  background-color: #f7f7f7;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.46;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
.pagenavList .pagenavBtn {
  font-size: 11px;
}
}
.pagenavList .pagenavBtn:hover {
  background-color: #99cc33;
  text-decoration: none;
  cursor: pointer;
}

/*------------------------------

20-02 TOPスタイル

---------------------------------*/
@media screen and (min-width:1024px) {
.index .mv .image .mv_slider .slide02 {
    background: url(/assets/images/index/img_top_mv02-pc_2003.png) no-repeat center center;
  background-size: contain;
}
}

#insta_codes {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
}
#insta_codes .insta_code {
  box-sizing: border-box;
}
#insta_codes .insta_code:nth-of-type(4),
#insta_codes .insta_code:nth-of-type(5) {
  display: none;
}
@media screen and (min-width:1024px) {
#insta_codes .insta_code {
  width: 33.33333%;
  padding: 0 5px;
}
}
@media screen and (max-width: 1023px) {
#insta_codes .insta_code {
  width: 100%;
  padding: 0 5px;
}
#insta_codes .insta_code:nth-of-type(2),
#insta_codes .insta_code:nth-of-type(3) {
  display: none;
}
}

#insta_codes .insta_code iframe {
  min-width: 162px !important;
}


/*------------------------------

20-03-03 レンタカー受付ページリニューアル

---------------------------------*/
.service-detailClm .nameLead .logo{
  width: 72px;
  margin: 0 18px 0 0
}
.service-detailClm .summyListArea.rentalcar {
  padding-bottom: 2em;
  border-bottom: #adadad 1px solid;
}
ul.summyListArea.rentalcar li.summyList:nth-of-type(3) {
    border-bottom: none;
}
@media screen and (max-width: 640px){

}

/*------------------------------

20-03-03 その他サービス

---------------------------------*/
.otherservice p.lead {
  margin-bottom: 1em;
}
.otherservice .service-detailClm .capImgArea li{
  padding: 10px;
}
.otherservice .service-detailClm {
  padding-top: 20px;
  margin-top: -20px;
}
@media screen and (max-width: 640px){
.otherservice .service-detailClm {
  padding-top: 60px;
  margin-top: -60px;
}
}
/*------------------------------

20-03-31 メディエア追記

---------------------------------*/
@media screen and (min-width: 1024px){
#commonHeader #headerSns .helpAccessLink a {
  text-decoration:underline;
}
}
/*------------------------------

20-04-02 メディエア追記

---------------------------------*/
@media screen and (min-width: 1024px){
.note .footerCampsec .secBox .secBoxInner {
    width: 100%;
    max-width: 910px;
    margin: 0 auto 30px;
}
}
@media screen and (min-width: 1024px){
.note .footerInfosec .secBox .secBoxInner {
    width: 100%;
    max-width: 910px;
    margin: 0 auto 30px;
}
}


/*------------------------------

20-04-03 SNS ICON

---------------------------------*/
.linkInstaBtn span  {
    padding-left: 22px;
}
.linkInstaBtn span:before  {
    width: 20px;
    height: 20px;
    transform: translateY(-10px);
    background: url(/assets/images/icon_sns_instagram.png) no-repeat center center;
    background-size: 100% 100%;
}
@media screen and (max-width: 1023px){
.linkInstaBtn span  {
    padding-left: 17px;
}
.linkInstaBtn span:before {
    width: 14px;
    height: 14px;
    transform: translateY(-7px);
}
}
.linkFBBtn span:before {
    width: 16px;
    height: 16px;
    transform: translateY(-8px);
    background: url(/assets/images/icon_sns_facebook.png) no-repeat center center;
    background-size: 100% 100%;
}
@media screen and (max-width: 1023px){
.linkFBBtn span:before {
    width: 12px;
    height: 12px;
    transform: translateY(-6px);
}
}

