@charset "utf-8";

/*==========================================
 font
===========================================*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap&subset=japanese);
html {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 62.5%;
  font-weight: 350;
  color: #333;
}

/* link */
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
a { outline: none; text-decoration: none; }
a:link    { color: #333; text-decoration: none; }
a:visited { color: #333; text-decoration: underline; }
a:hover   { color: #333; text-decoration: underline; }
a:active  { color: #333; text-decoration: underline; }



/*==========================================
 body
===========================================*/

html {
  background: #FFF;
  overflow: auto;
}
body {
  overflow: hidden;
	min-width: 1200px;
  -webkit-text-size-adjust: 100%;
  padding: 0 0 0 250px;
  box-sizing: border-box;
  border-top: 3px solid #B9D200;
  background-image: url("../img/bk_01.svg");
  background-size: 1366px 2345px;
  background-position: left -150px;
  background-attachment: fixed;
}
@media only screen and (max-width: 559px) {
  body {
  	min-width: auto;
    padding: 0;
    border-top: none;
    background-image: none;
  }
}

/*==========================================
 clearfix
===========================================*/
.clearfix {
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}

/*==========================================
 画像切替
===========================================*/
/* PC、スマートフォン表示分岐 */
.pcView {
  display: block;
}
.spView {
  display: none;
}
/* スマホ用 */
@media only screen and (max-width: 559px) {
  .pcView {
    display: none;
  }
  .spView {
    display: block;
  }
}

/*==========================================
 ヘッダーのスタイル
===========================================*/
header {
  z-index: 2000;
  position: fixed;
  left: 0;
  top: 0;
  width: 250px;
  height: 100%;
  background-color: #F2F2F2;
  box-shadow:0px 0px 6px 6px rgba(0,0,0,0.06);
}
header #header {
  position: relative;
  z-index: 950;
  width: 100%;
  height: 100vh;
  background-color: #F2F2F2;
}
header #headerLogoArea {
  width: 100%;
  height: 50px;
}
header #headerLogoArea h1 {
}
header #headerLogoArea h1 img {
  width: 100%;
  height: 50px;
}

header #header_SpIcon,
header #header_SpNavi {
  display: none;
}
/* スマホ用 */
@media only screen and (max-width: 559px) {
  header {
    width: 100%;
    height: 80px;
    background-color: #FFF;
    box-sizing: border-box;
    box-shadow:0px 0px 6px 6px rgba(0,0,0,0.06);
    border-top: 3px solid #B9D200;
  }
  header #header {
    width: 100%;
    height: auto;
    background-color: transparent;
  }
  header #headerLogoArea {
    width: 280px;
    height: auto;
    margin: 24px auto 0;
  }
  header #headerLogoArea h1 {
  }
  header #headerLogoArea h1 img {
    width: 100%;
    height: auto;
  }
  header #header_SpIcon {
    display: block;
    z-index: 700;
    position: absolute;
    left: 3%;
    top: 5px;
    width: 30px;
    height: auto;
    padding: 0;
    box-sizing: border-box;
  }
  header #header_SpIcon .menu-trigger,
  header #header_SpIcon .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  header #header_SpIcon .menu-trigger {
    position: relative;
    width: 30px;
    height: 22px;
  }
  header #header_SpIcon .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #666666;
  }
  header #header_SpIcon .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  header #header_SpIcon .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
  header #header_SpIcon .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  header #header_SpIcon .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  header #header_SpIcon .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  header #header_SpIcon .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }


  header #header_SpNavi {
    display: none;
    z-index: 400;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background-color: #BFBFBF;
  }
  header #header_SpNaviInner {
    padding: 0 0 100px;
  }
  header #header_SpNavi #header_SpNaviMain ul li {
    width: 100%;
    border-bottom: 1px solid #FFF;
    box-sizing: border-box;
  }
  header #header_SpNavi #header_SpNaviMain ul li a {
    position: relative;
    display: block;
    padding: 20px 5%;
    font-size: 1.6rem;
    font-weight: bold;
    -webkit-tap-highlight-color: rgba( 0, 0, 0, 0.05);
    color: #FFF;
  }
  header #header_SpNavi #header_SpNaviMain ul li.bk_c01 a {
    background-color: #CEBB0D;
  }
  header #header_SpNavi #header_SpNaviMain ul li.bk_c02 a {
    background-color: #979B04;
  }
  header #header_SpNavi #header_SpNaviMain ul li a:hover {
    text-decoration: none;
  }
  header #header_SpNavi #header_SpNaviMain ul li a::after {
    position: absolute;
    right: 5%;
    top: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0;
    background-image: url("/en/common/img/icon_03.svg");
    background-size: 20px 20px;
    content: "";
    transform: rotate(90deg)
  }
  header #header_SpNavi #header_SpNaviMain ul li.link a::after {
    transform: rotate(0deg)
  }
  header #header_SpNavi #header_SpNaviMain ul li.bk_c01 ul {
    background-color: #E2C917;
  }
  header #header_SpNavi #header_SpNaviMain ul li.bk_c02 ul {
    background-color: #AAAA00;
  }
  header #header_SpNavi #header_SpNaviMain ul li ul li {
    width: 95%;
    margin-left: 5%;
    border-bottom: 1px solid #FFF;
  }
  header #header_SpNavi #header_SpNaviMain ul li ul li:last-child {
    border-bottom: none;
  }
  header #header_SpNavi #header_SpNaviMain ul li ul li a {
    padding: 20px 2%;
  }
  header #header_SpNavi #header_SpNaviMain ul li.bk_c01 ul li a {
    background-color: #E2C917;
  }
  header #header_SpNavi #header_SpNaviMain ul li.bk_c02 ul li a {
    background-color: #AAAA00;
  }
  header #header_SpNavi #header_SpNaviMain ul li ul li:nth-child(n + 2) a {
    font-size: 1.4rem;
  }
  header #header_SpNavi #header_SpNaviMain ul li ul li.link a::after {
    display: none;
  }
  header #header_SpNavi #header_SpNaviMain ul li ul li ul li {
    width: 100%;
    margin-left: 0;
    border-bottom: none;
  }
  header #header_SpNavi #header_SpNaviMain ul li ul li ul li a {
    padding: 8px 12% 9px 2%;
    font-weight: normal;
    line-height: 1.4;
  }
  header #header_SpNavi #header_SpNaviMain ul li ul li ul li:first-child a {
    padding: 0px 12% 9px 2%;
  }
  header #header_SpNavi #header_SpNaviMain ul li ul li ul li:last-child a {
    padding: 8px 12% 15px 2%;
  }
  header #header_SpNavi #header_SpNaviMain ul li ul li ul li a::after {
    display: none;
  }

  header #header_SpNavi #header_SpNaviMain li.pullMenu ul {
    display: none;
  }
  header #header_SpNavi #header_SpNaviMain li.pullMenu a.open::after {
    transform: rotate(-90deg);
  }

  header #header_SpNavi #header_SpNaviLanguage {
    width: 100%;
    border-bottom: 1px solid #DADCE1;
    text-align: center;
  }
  header #header_SpNavi #header_SpNaviLanguage a {
    display: block;
    width: 100%;
    padding: 20px 5%;
    box-sizing: border-box;
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFF;
  }
}


/*グローバルナビゲーション ////////////////////////////////// */
header #headerLangArea {
  width: 100%;
  padding: 10px 14px;
  box-sizing: border-box;
  background-color: #FFF;
  border-bottom: 1px solid #F2F2F2;
}
header #headerLangArea ul {
  display: table;
  table-layout: fixed;
  width: 222px;
}
header #headerLangArea li {
  display: table-cell;
  width: 105px;
  height: 28px;
}
header #headerLangArea li:nth-child(2) {

}
header #headerLangArea li a {
  display: block;
  width: 105px;
  height: 28px;
  padding: 5px 0 0;
  background-color: #FFF;
  border: 1px solid #B9D200;
  border-radius: 14px;
  box-sizing: border-box;
  font-size: 1.5rem;
  color: #B9D200;
  text-align: center;
}
header #headerLangArea li.active a {
  background-color: #B9D200;
  font-weight: bold;
  color: #FFF;
}
header #headerLangArea li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

header #headerGlobalArea {
  width: 100%;
}
header #headerGlobalArea nav:nth-of-type(1) {
  padding: 5px 0;
  background-color: #FFF;
}
header #headerGlobalArea nav:nth-of-type(2) {
  padding: 0 0 10px;
  background-color: #FFF000;
}
header #headerGlobalArea nav:nth-of-type(3) {
  padding: 0 0 10px;
  background-color: #B9D200;
}
header #headerGlobalArea nav:nth-of-type(4) {
  padding: 5px 0;
  background-color: #999999;
}
header #headerGlobalArea li {
  width: 100%;
}
header #headerGlobalArea li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 9px 0 10px 30px;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #333333;
}
header #headerGlobalArea nav:nth-of-type(4) li a {
  font-size: 1.4rem;
  font-weight: normal;
  color: #FFF;
}
header #headerGlobalArea li a::before {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 8px;
  height: 12px;
  background-image: url("../img/icon_02.svg");
  background-size: 8px 12px;
  content: "";
}
header #headerGlobalArea nav:nth-of-type(4) li a::before {
  top: 13px;
  background-image: url("../img/icon_03.svg");
}
header #headerGlobalArea nav:nth-of-type(2) li a.active,
header #headerGlobalArea nav:nth-of-type(2) li a:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #E2C917;
}
header #headerGlobalArea nav:nth-of-type(2) li a.active::before,
header #headerGlobalArea nav:nth-of-type(2) li a:hover::before {
  background-image: url("../img/icon_03.svg");
}
header #headerGlobalArea nav:nth-of-type(3) li a.active,
header #headerGlobalArea nav:nth-of-type(3) li a:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #AAAA00;
}
header #headerGlobalArea nav:nth-of-type(3) li a.active::before,
header #headerGlobalArea nav:nth-of-type(3) li a:hover::before {
  background-image: url("../img/icon_03.svg");
}
header #headerGlobalArea nav:nth-of-type(4) li a:hover {
  color: #333;
  text-decoration: none;
}
header #headerGlobalArea nav:nth-of-type(4) li a:hover::before {
  background-image: url("../img/icon_02.svg");
}

header #headerGlobalArea h2 {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 0 12px 35px;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #FFF;
}
header #headerGlobalArea h2::before {
  position: absolute;
  left: 12px;
  content: "";
}
header #headerGlobalArea h2:nth-of-type(1) {
  background-color: #CEBB0D;
}
header #headerGlobalArea h2:nth-of-type(1)::before {
  top: 12px;
  width: 14px;
  height: 22px;
  background-image: url("../img/navi_icon01.svg");
  background-size: 14px 22px;
}
header #headerGlobalArea h2:nth-of-type(2) {
  background-color: #979B04;
}
header #headerGlobalArea h2:nth-of-type(2)::before {
  top: 15px;
  width: 18px;
  height: 18px;
  background-image: url("../img/navi_icon02.svg");
  background-size: 18px 18px;
}

header #headerGlobalSub {
  opacity: 0;
  position: fixed;
  z-index: 900;
  left: -10px;
  top: 0;
  width: 250px;
  height: 100vh;
  box-shadow: 6px 0px 6px 0px rgba(0,0,0,0.06)
}
header #headerGlobalSub .headerGlobalSub01,
header #headerGlobalSub .headerGlobalSub02 {
  opacity: 0;
  position: fixed;
  left: -10px;
  top: 0;
  width: 250px;
  height: 100vh;
  padding: 250px 0 0;
  box-sizing: border-box;
  background-color: #E2C917;
}
header #headerGlobalSub .headerGlobalSub01 {
  background-color: #E2C917;
}
header #headerGlobalSub .headerGlobalSub02 {
  background-color: #AAAA00;
}
header #headerGlobalSub .headerGlobalSub01 li,
header #headerGlobalSub .headerGlobalSub02 li {
  width: 100%;
}
header #headerGlobalSub .headerGlobalSub01 li a,
header #headerGlobalSub .headerGlobalSub02 li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 9px 0 10px 30px;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #FFF;
}
header #headerGlobalSub .headerGlobalSub01 li a::before,
header #headerGlobalSub .headerGlobalSub02 li a::before {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 8px;
  height: 12px;
  background-image: url("../img/icon_03.svg");
  background-size: 8px 12px;
  content: "";
}

/* スマホ用 */
@media only screen and (max-width: 559px) {
  header #headerLangArea {
    display: none;
  }
  header #headerGlobalArea {
    display: none;
  }
  header #headerGlobalSub {
    display: none;
  }
}

/*==========================================
 フッターのスタイル
===========================================*/
footer {
  width: 100%;
  margin: 100px 0 0;
  padding: 0 0 0 30px;
  min-height: 160px;
  background-color: #E6E6E6;
}
footer #footerLink {
  padding: 30px 0 0;
}
footer #footerLink a {
  position: relative;
  padding: 0 0 0 12px;
  font-size: 1.3rem;
}
footer #footerLink a::before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 12px;
  background-image: url("../img/icon_02.svg");
  background-size: 8px 12px;
  content: "";
}
footer #footerBody {
  padding: 30px 0 0;
}
footer #footerBody img {
  width: 264px;
  height: auto;
}

footer #footerAddress {
  padding: 10px 0 0;
}
footer #footerAddress p {
  font-size: 1.2rem;
  color: #333333;
}
footer #footerAddress small {
  padding: 10px 0 0;
  font-size: 1.2rem;
  color: #333333;
}

/* スマホ用 */
@media only screen and (max-width: 559px) {
  footer {
    padding: 0 0 0 3%;
  }
  footer #footerBody {
    padding: 30px 0 0;
  }
  footer #footerBody img {
    width: 240px;
  }

  footer #footerAddress {
    padding: 10px 0 0;
  }
  footer #footerAddress small {
    font-size: 1.0rem;
  }
}


/*==========================================
 ページアップ
===========================================*/
#pageup {
  position : fixed;
  bottom : 30px;
  right : 30px;
}
#pageup a {
  display: block;
  width: 60px;
  height: 60px;
}
/* スマホ用 */
@media only screen and (max-width: 559px) {
  #pageup {
    bottom : 10px;
    right : 10px;
  }
  #pageup a {
    width: 40px;
    height: 40px;
  }
}


/*==========================================
 コンテンツのスタイル 共通
===========================================*/
#mainContents {
  min-height: 800px;
}
#mainContents #wrap {
  margin: 30px 0 0 70px;
}
#mainContents section.w_full {
  width: 100%;
  margin: 0;
}
#mainContents section.pl_70 {
  padding: 0 0 0 70px;
}
#mainContents section.w_800 {
  width: 800px;
}
#mainContents section.w_900 {
  width: 900px;
}
#mainContents section.w_980 {
  width: 980px;
}
#mainContents section.bt_G {
  border-top: 1px solid #E1E1E1;
}
#mainContents section.bc_P {
  background-color: #F4DDE2;
}
#mainContents section.bc_Pur {
  background-color: #F7D5E9;
}
#mainContents section.bc_B {
  background-color: #DEF1F9;
}
#mainContents section.bc_Green {
  background-color: #E6FFF4;
}
#mainContents section.bc_G {
  background-color: rgba(230, 230, 230, 0.6);
}
#mainContents section.bc_C {
  background-color: rgba(249, 252, 210, 0.6);
}
#mainContents section.bc_Gr {
  background-color: rgba(230, 249, 210, 0.6);
}
/* スマホ用 */
@media only screen and (max-width: 559px) {
  #mainContents {
    min-height: 500px;
    padding: 80px 0 0 0;
  }
  #mainContents #wrap {
    margin: 20px 0 0 0;
  }
  #mainContents section.w_800,
  #mainContents section.w_900,
  #mainContents section.w_980 {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }
  #mainContents section.w_3no {
    width: 100%;
    margin: 0;
  }
  #mainContents section.pl_70 {
    padding: 0;
  }
}

/* 余白調整  /////////////////////////////*/
#mainContents .pt_5 { padding-top: 5px; }
#mainContents .pt_10 { padding-top: 10px; }
#mainContents .pt_20 { padding-top: 20px; }
#mainContents .pt_30 { padding-top: 30px; }
#mainContents .pt_40 { padding-top: 40px; }
#mainContents .pt_50 { padding-top: 50px; }
#mainContents .pt_60 { padding-top: 60px; }
#mainContents .pt_80 { padding-top: 80px; }
#mainContents .pt_100 { padding-top: 100px; }
#mainContents .pt_140 { padding-top: 140px; }
#mainContents .pt_150 { padding-top: 150px; }
#mainContents .pt_400 { padding-top: 400px; }

#mainContents .pb_10 { padding-bottom: 10px; }
#mainContents .pb_20 { padding-bottom: 20px; }
#mainContents .pb_30 { padding-bottom: 30px; }
#mainContents .pb_40 { padding-bottom: 40px; }
#mainContents .pb_50 { padding-bottom: 50px; }
#mainContents .pb_60 { padding-bottom: 60px; }
#mainContents .pb_100 { padding-bottom: 100px; }
#mainContents .pb_200 { padding-bottom: 200px; }
#mainContents .pb_400 { padding-bottom: 400px; }

#mainContents .mt_20 { margin-top: 20px; }
#mainContents .mt_30 { margin-top: 30px; }
#mainContents .mt_40 { margin-top: 40px; }
#mainContents .mt_60 { margin-top: 60px; }

#mainContents .mb_30 { margin-bottom: 30px; }
#mainContents .mb_60 { margin-bottom: 60px; }
/* スマホ用 */
@media only screen and (max-width: 559px) {
  #mainContents .pt_5 { padding-top: 3px; }
  #mainContents .pt_10 { padding-top: 5px; }
  #mainContents .pt_20 { padding-top: 10px; }
  #mainContents .pt_30 { padding-top: 15px; }
  #mainContents .pt_40 { padding-top: 20px; }
  #mainContents .pt_50 { padding-top: 25px; }
  #mainContents .pt_60 { padding-top: 30px; }
  #mainContents .pt_80 { padding-top: 40px; }
  #mainContents .pt_100 { padding-top: 50px; }
  #mainContents .pt_140 { padding-top: 70px; }
  #mainContents .pt_150 { padding-top: 75px; }
  #mainContents .pt_400 { padding-top: 200px; }

  #mainContents .pb_10 { padding-bottom: 5px; }
  #mainContents .pb_20 { padding-bottom: 10px; }
  #mainContents .pb_30 { padding-bottom: 15px; }
  #mainContents .pb_40 { padding-bottom: 20px; }
  #mainContents .pb_50 { padding-bottom: 25px; }
  #mainContents .pb_60 { padding-bottom: 30px; }
  #mainContents .pb_100 { padding-bottom: 50px; }
  #mainContents .pb_200 { padding-bottom: 200px; }
  #mainContents .pb_400 { padding-bottom: 200px; }

  #mainContents .plr_3p { padding-left: 3%; padding-right: 3%; }

  #mainContents .mt_20 { margin-top: 15px; }
  #mainContents .mt_30 { margin-top: 20px; }
  #mainContents .mt_40 { margin-top: 30px; }
  #mainContents .mt_60 { margin-top: 30px; }

  #mainContents .mb_30 { margin-bottom: 20px; }
  #mainContents .mb_60 { margin-bottom: 30px; }
}

/* layout  /////////////////////////////*/
#mainContents .t_center { text-align: center;}



/*==========================================
 共通タイトル
===========================================*/
#mainContents #titleArea {
  width: 100%;
  height: 147px;
  padding: 50px 0 0 70px;
  box-sizing: border-box;
}
#mainContents #titleArea.know {
  border-bottom: 6px solid #BFAC0D;
}
#mainContents #titleArea.search {
  border-bottom: 6px solid #B9D200;
}
#mainContents #titleArea.typ01 {
  padding: 40px 0 0 70px;
}
#mainContents #titleArea h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 3.6rem;
  font-weight: 700;
}
#mainContents #titleArea p {
  font-size: 1.4rem;
  color: #999999;
}
#mainContents #titleArea.know.typ01 p {
  font-size: 1.8rem;
  font-weight: bold;
  color: #BFAC0D;
}
#mainContents #titleArea.search.typ01 p {
  font-size: 1.8rem;
  font-weight: bold;
  color: #AAC300;
}
@media only screen and (max-width: 559px) {
  #mainContents #titleArea {
    width: 100%;
    height: auto;
    padding: 18px 0 13px 3%;
    box-sizing: border-box;
  }
  #mainContents #titleArea.know {
    background-color: #BFAC0D;
  }
  #mainContents #titleArea.search {
    background-color: #B9D200;
  }
  #mainContents #titleArea.typ01 {
    padding: 18px 0 15px 3%;
  }
  #mainContents #titleArea h2 {
    font-size: 2.0rem;
    color: #FFF;
  }
  #mainContents #titleArea p {
    font-size: 1.2rem;
    color: #FFF;
  }
  #mainContents #titleArea.know.typ01 p,
  #mainContents #titleArea.search.typ01 p {
    font-size: 1.2rem;
    font-weight: normal;
    color: #FFF;
  }
}


/*==========================================
 パンくず
===========================================*/
#mainContents #pankuzu {
  width: 100%;
  height: 65px;
  padding: 23px 0 0 70px;
  background-color: rgba(249, 252, 210, 0.6);
  box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 1.4;
}
#mainContents #pankuzu a {
  position: relative;
  margin: 0 20px 0 0;
}
#mainContents #pankuzu a:hover {
  color: #B9D200;
}
#mainContents #pankuzu a:after {
  position: absolute;
  right: -12px;
  top: 8px;
  width: 6px;
  height: 6px;
  display: block;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  content: "";
}
@media only screen and (max-width: 559px) {
  #mainContents #pankuzu {
    width: 100%;
    height: auto;
    padding: 13px 3% 15px 3%;
    font-size: 1.2rem;
    border-bottom: 1px solid #CCC;
  }
  #mainContents #pankuzu a:after {
    right: -12px;
    top: 6px;
    width: 5px;
    height: 5px;
  }
}


/*==========================================
 共通 H
===========================================*/
#mainContents h2.typ01 {
  font-family: 'Noto Serif JP', serif;
  font-size: 3.6rem;
  line-height: 1.4;
  text-align: center;
}

#mainContents h3.typ01 {
  font-size: 3.0rem;
  color: #BFAC0D;
  line-height: 1.4;
}
#mainContents h3.typ02 {
  font-size: 3.0rem;
  color: #AAC300;
  line-height: 1.4;
}
#mainContents h3.typ03 {
  font-size: 3.0rem;
  color: #D66A80;
  line-height: 1.4;
}
#mainContents h3.typ04 {
  font-size: 3.0rem;
  color: #BA6694;
  line-height: 1.4;
}
#mainContents h3.typ05 {
  font-size: 3.0rem;
  color: #2999D0;
  line-height: 1.4;
}
#mainContents h3.typ06 {
  font-size: 3.0rem;
  color: #20AC74;
  line-height: 1.4;
}
@media only screen and (max-width: 559px) {
  #mainContents h2.typ01 {
    font-size: 2.4rem;
  }
  #mainContents h3.typ01,
  #mainContents h3.typ02,
  #mainContents h3.typ03,
  #mainContents h3.typ04,
  #mainContents h3.typ05,
  #mainContents h3.typ06 {
    font-size: 2.0rem;
  }
  #mainContents h3.link_typ02 {
    font-size: 2.0rem;
  }
}

#mainContents h4.typ01 {
  font-size: 2.2rem;
  line-height: 1.4;
}
@media only screen and (max-width: 559px) {
  #mainContents h4.typ01 {
    font-size: 1.8rem;
  }
}

/*==========================================
 共通 P
===========================================*/
#mainContents p.f_13 { font-size: 1.3rem; }
#mainContents p.f_14 { font-size: 1.4rem; }
#mainContents p.f_15 { font-size: 1.5rem; }
#mainContents p.f_16 { font-size: 1.6rem; }
#mainContents p.f_18 { font-size: 1.8rem; }
#mainContents p.f_20 { font-size: 2.0rem; }
#mainContents p.f_22 { font-size: 2.2rem; }
#mainContents p.f_24 { font-size: 2.4rem; }
#mainContents p.f_26 { font-size: 2.6rem; }

#mainContents p.fl_14 { line-height: 1.4; }
#mainContents p.fl_16 { line-height: 1.6; }
#mainContents p.fl_18 { line-height: 1.8; }

#mainContents p.center { text-align: center; }
#mainContents p.right { text-align: right; }

#mainContents p.fc_red { color: #B41E1E; }
#mainContents p.fc_white { color: #FFF; }
#mainContents p.fw_pink { color: #D66A80; }
#mainContents p.fc_purple{ color: #BA6694; }
#mainContents p.fc_blue { color: #2999D0; }
#mainContents p.fc_Green { color: #20AC74; }

#mainContents p.fw_bold { font-weight: bold; }

#mainContents span.fc_red { color: #B41E1E; }

@media only screen and (max-width: 559px) {
  #mainContents p.f_13 { font-size: 1.1rem; }
  #mainContents p.f_14 { font-size: 1.2rem; }
  #mainContents p.f_15 { font-size: 1.3rem; }
  #mainContents p.f_16 { font-size: 1.2rem; }
  #mainContents p.f_18 { font-size: 1.6rem; }
  #mainContents p.f_20 { font-size: 1.8rem; }
  #mainContents p.f_22 { font-size: 2.0rem; }
  #mainContents p.f_24 { font-size: 2.2rem; }
  #mainContents p.f_26 { font-size: 2.4rem; }
}

/*==========================================
 共通 img
===========================================*/
#mainContents img.img_full {
  width: 100%;
  height: auto;
}

/*==========================================
 共通リンク
===========================================*/
#mainContents .link_typ01 {
  width: 240px;
  height: 40px;
  text-align: center;
}
#mainContents .link_typ01.center {
  margin-left: auto;
  margin-right: auto;
}
#mainContents .link_typ01 a {
  position: relative;
  display: block;
  width: 240px;
  height: 40px;
  padding: 10px 0 0;
  box-sizing: border-box;
  border: 1px solid #B9D200;
  border-radius: 20px;
  font-size: 1.8rem;
  color: #B9D200;
  background-color: #fff;
  transition : all 0.5s;
}
#mainContents .link_typ01 a:hover {
  text-decoration: none;
  background-color: rgba(185, 210, 0, 0.1);
}
#mainContents .link_typ01 a::after {
  position: absolute;
  right: 18px;
  top: 13px;
  width: 7px;
  height: 13px;
  background-image: url("../img/icon_04.svg");
  background-size: 7px 13px;
  content: "";
}
#mainContents .linkLayout {
  width: 500px;
  margin: 0 auto;
}
#mainContents .linkLayout .column_L {
  float: left;
}
#mainContents .linkLayout .column_R {
  float: right;
}


@media only screen and (max-width: 559px) {
  #mainContents .link_typ01 {
    width: 200px;
    height: 40px;
    margin: 0 auto;
  }
  #mainContents .link_typ01 a {
    width: 200px;
    height: 40px;
    padding: 10px 0 0;
    font-size: 1.6rem;
  }
  #mainContents .link_typ01 a::after {
    right: 10px;
    top: 13px;
  }
  #mainContents .linkLayout {
    width: 100%;
  }
  #mainContents .linkLayout .column_L {
    float: none;
  }
  #mainContents .linkLayout .column_R {
    float: none;
  }
}


#mainContents .link_typ02 {
  width: 200px;
  height: 40px;
  text-align: center;
}
#mainContents .link_typ02 a {
  position: relative;
  display: block;
  width: 200px;
  height: 40px;
  padding: 13px 0 0;
  box-sizing: border-box;
  font-size: 1.5rem;
  color: #FFF;
  background-color: #B9D200;
  transition : all 0.5s;
}
#mainContents .link_typ02 a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#mainContents .link_typ02 a::after {
  position: absolute;
  right: 10px;
  top: 14px;
  width: 7px;
  height: 13px;
  background-image: url("../img/icon_03.svg");
  background-size: 7px 13px;
  content: "";
}

@media only screen and (max-width: 559px) {
  #mainContents .link_typ02 {
    width: 200px;
    height: 40px;
    margin: 0 auto;
  }
  #mainContents .link_typ02 a {
    width: 200px;
    height: 40px;
    padding: 10px 0 0;
    font-size: 1.6rem;
  }
  #mainContents .link_typ02 a::after {
    right: 10px;
    top: 13px;
  }
}



#mainContents .link_typ03 {
  width: 200px;
  height: 40px;
  text-align: center;
}
#mainContents .link_typ03 a {
  position: relative;
  display: block;
  width: 200px;
  height: 40px;
  padding: 13px 0 0;
  box-sizing: border-box;
  font-size: 1.5rem;
  color: #FFF;
  background-color: #B9D200;
  transition : all 0.5s;
}
#mainContents .link_typ03 a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#mainContents .link_typ03 a::after {
  position: absolute;
  right: 10px;
  top: 14px;
  width: 7px;
  height: 13px;
  background-image: url("../img/icon_03.svg");
  background-size: 7px 13px;
  content: "";
}

@media only screen and (max-width: 559px) {
  #mainContents .link_typ03 {
    width: 150px;
    height: 40px;
  }
  #mainContents .link_typ03 a {
    width: 150px;
    height: 40px;
    padding: 10px 0 0;
    font-size: 1.6rem;
  }
  #mainContents .link_typ03 a::after {
    right: 10px;
    top: 13px;
  }
}
/*==========================================
 共通レイアウト
===========================================*/
#mainContents .columnTyp01 {
  width: 100%;
}
#mainContents .columnTyp01 .column:nth-child(1n) {
  float: left;
  width: 48%;
  padding: 0 0 40px;
}
#mainContents .columnTyp01 .column:nth-child(2n) {
  float: right;
  width: 48%;
  padding: 0 0 40px;
}
#mainContents .columnTyp01 .column img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 559px) {
  #mainContents .columnTyp01 .column:nth-child(1n),
  #mainContents .columnTyp01 .column:nth-child(2n) {
    float: none;
    width: 100%;
    padding: 0 0 30px;
  }
}


#mainContents .columnTyp02 {
  width: 100%;
}
#mainContents .columnTyp02 .column_L {
  float: left;
  width: 67%;
}
#mainContents .columnTyp02 .column_R {
  float: right;
  width: 30%;
}
#mainContents .columnTyp02 img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 559px) {
  #mainContents .columnTyp02 .column_L {
    float: none;
    width: 100%;
    padding: 0 0 30px;
  }
  #mainContents .columnTyp02 .column_R {
    float: none;
    width: 100%;
  }
}


#mainContents .columnTyp03 {
  width: 100%;
}
#mainContents .columnTyp03 .column:nth-child(1n) {
  float: left;
  width: 48%;
  margin: 0 0 40px;
}
#mainContents .columnTyp03 .column:nth-child(2n) {
  float: right;
  width: 48%;
  margin: 0 0 40px;
}
#mainContents .columnTyp03 .column .column_L {
  float: left;
  width: 48%;
}
#mainContents .columnTyp03 .column .column_R {
  float: right;
  width: 48%;
}
#mainContents .columnTyp03 img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 559px) {
  #mainContents .columnTyp03 .column:nth-child(1n) {
    margin: 0 0 20px;
  }
  #mainContents .columnTyp03 .column:nth-child(2n) {
    margin: 0 0 20px;
  }
  #mainContents .columnTyp03.fno .column:nth-child(1n),
  #mainContents .columnTyp03.fno .column:nth-child(2n) {
    float: none;
    width: 100%;
  }
}


#mainContents .columnTyp04 {
  width: 100%;
}
#mainContents .columnTyp04 .column_L {
  float: left;
  width: 38%;
}
#mainContents .columnTyp04 .column_R {
  float: right;
  width: 60%;
}
#mainContents .columnTyp04 img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 559px) {

}


#mainContents .columnTyp05 {
  width: 100%;
}
#mainContents .columnTyp05 .column:nth-child(1n) {
  float: left;
  width: 48%;
  margin: 0 0 40px;
}
#mainContents .columnTyp05 .column:nth-child(2n) {
  float: right;
  width: 48%;
  margin: 0 0 40px;
}
#mainContents .columnTyp05 .column .column_L {
  float: left;
  width: 48%;
}
#mainContents .columnTyp05 .column .column_R {
  float: right;
  width: 48%;
}
#mainContents .columnTyp05 img {
  width: 100%;
  height: auto;
}
#mainContents .columnTyp05 iframe {
  width: 432px;
  height: 242px;
}
@media only screen and (max-width: 559px) {
  #mainContents .columnTyp05 .column:nth-child(1n) {
    float: none;
    width: 100%;
    margin: 0 0 40px;
  }
  #mainContents .columnTyp05 .column:nth-child(2n) {
    float: none;
    width: 100%;
    margin: 0 0 40px;
  }
  #mainContents .columnTyp05 iframe {
    display: block;
    width: 300px;
    height: 168px;
    margin: 0 auto;
  }
}


/*==========================================
 共通表組み
===========================================*/
#mainContents .table_typ01 {
  width: 100%;
}
#mainContents .table_typ01 table {
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
}
#mainContents .table_typ01 table tr {
  border-top: 1px solid #E6E6E6;
}
#mainContents .table_typ01 table tr th {
  width: 100px;
  padding: 10px 5px;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.8;
  color: #B9D200;
}
#mainContents .table_typ01 table tr td {
  padding: 10px 20px;
  font-size: 1.4rem;
  vertical-align: middle;
  line-height: 1.8;
}

@media only screen and (max-width: 559px) {
  #mainContents .table_typ01 table tr th {
    width: 110px;
    padding: 10px 0px;
    font-size: 1.3rem;
  }
  #mainContents .table_typ01 table tr td {
    padding: 10px 0;
    font-size: 1.3rem;
  }
}

#mainContents .table_typ02 {
  width: 100%;
}
#mainContents .table_typ02 table {
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
}
#mainContents .table_typ02 table tr {
  border-top: 1px solid #E6E6E6;
}
#mainContents .table_typ02 table tr th {
  padding: 10px 20px;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8;
  background-color: #B9D200;
  vertical-align: middle;
  color: #FFF;
}
#mainContents .table_typ02 table tr th.w_300 {
  width: 300px;
}
#mainContents .table_typ02 table tr td {
  padding: 10px 20px;
  font-size: 1.4rem;
  vertical-align: middle;
  line-height: 1.8;
}
#mainContents .table_typ02 table tr td.center {
  text-align: center;
}
#mainContents .table_typ02 table tr td span {
  display: none;
}
#mainContents .table_typ02 table tr td span.shopName {
  display: inline-block;
  font-weight: bold;
}
@media only screen and (max-width: 559px) {
  #mainContents .table_typ02 {
    width: 100%;
  }
  #mainContents .table_typ02 table {
    width: 100%;
    border-bottom: none;
  }
  #mainContents .table_typ02 table tr {
    display: block;
    border-top: none;
    border-bottom: 1px solid #E6E6E6;
  }
  #mainContents .table_typ02 table tr th {
    display: none;
  }
  #mainContents .table_typ02 table tr th.w_300 {
    width: auto;
  }
  #mainContents .table_typ02 table tr td {
    display: block;
    padding: 10px 10px 0;
    font-size: 1.4rem;
    vertical-align: middle;
    line-height: 1.4;
  }
  #mainContents .table_typ02 table td:last-child {
    padding: 10px;
  }
  #mainContents .table_typ02 table tr td.center {
    text-align: left;
  }
  #mainContents .table_typ02 table tr td span {
    display: inline-block;
  }
}
/*==========================================
 Top
===========================================*/




/*==========================================
 ページネーションのスタイル
===========================================*/
#mainContents #pagination {
  margin: 50px 0 0;
}
#mainContents #pagination ul {
  text-align: center;
}
#mainContents #pagination ul li {
  width: 30px;
  height: 30px;
  margin: 0 5px;
  vertical-align: middle;
  display: inline-block;
}
#mainContents #pagination ul li a,
#mainContents #pagination ul li span {
  position: relative;
  width: 30px;
  height: 30px;
  padding: 5px 0 0;
  box-sizing: border-box;
  font-size: 1.8rem;
  text-align: center;
  display: block;
  text-decoration: none;
}
#mainContents #pagination ul li span {
  color: #B41E1E;
}
#mainContents #pagination ul li span::before {
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 32px;
  height: 3px;
  margin: 0 0 0 -16px;
  background-color: #B41E1E;
  content: "";
}
#mainContents #pagination ul li a:hover {
  opacity: 0.7;
}
#mainContents #pagination ul li a.prev:hover,
#mainContents #pagination ul li a.next:hover {
  opacity: 0.7;
}
#mainContents #pagination ul li a.prev:before {
  content: '';
  height: 10px;
  width: 10px;
  display: block;
  border: 2px solid #B41E1E;
  border-left-width: 0;
  border-top-width: 0;
  position: absolute;
  top: 50%;
  left: 14px;
  margin: -6px 0 0 0;
  transform: rotate(-225deg);
}
#mainContents #pagination ul li a.next:after {
  position: absolute;
  top: 50%;
  left: 7px;
  height: 10px;
  width: 10px;
  display: block;
  border: 2px solid #B41E1E;
  border-left-width: 0;
  border-top-width: 0;
  margin: -6px 0 0 0;
  transform: rotate(-45deg);
  content: "";
}


/* スマホ用 */
@media only screen and (max-width: 559px) {
  #mainContents #pagination {
    padding: 0 0 30px;
  }
  #mainContents #pagination ul li {
    width: 40px;
    height: 40px;
    margin: 0 2px;
  }
  #mainContents #pagination ul li a,
  #mainContents #pagination ul li span {
    width: 40px;
    height: 40px;
    padding: 12px 0 5px 0;
    font-size: 16px;
  }
  #mainContents #pagination ul li a.prev:before {
    height: 12px;
    width: 12px;
    left: 15px;
    margin: -7px 0 0 0;
  }
  #mainContents #pagination ul li a.next:after {
    height: 12px;
    width: 12px;
    left: 10px;
    margin: -7px 0 0 0;
  }
}

/* 開催支援  /////////////////////////////*/
#mainContents .supportArea {
  width: 100%;
  margin: 30px 0 0;
}
#mainContents .supportArea h3 {
  position: relative;
  padding: 50px 0 0;
  font-size: 2.2rem;
}
#mainContents .supportArea h3::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 92px;
  height: 35px;
  background-size: 92px 35px;
  content: "";
}
#mainContents .supportArea h3.step1::before {
  background-image: url("/support/img/support_step01.svg");
}
#mainContents .supportArea h3.step2::before {
  background-image: url("/support/img/support_step02.svg");
}
#mainContents .supportArea h3.step3::before {
  background-image: url("/support/img/support_step03.svg");
}

#mainContents .supportArea h4 {
  font-size: 2.0rem;
  color: #CEBB0D;
}

#mainContents .supportArea .supportImg {
  width: 100%;
  margin: 10px 0 0;
}
#mainContents .supportArea .supportImg .column {
  float: left;
  width: 300px;
  margin: 0 40px 0 0;
}
#mainContents .supportArea .supportImg .column:nth-child(3) {
  margin: 0;
}
#mainContents .supportArea .supportImg .column img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 559px) {
  #mainContents .supportArea {
    margin: 20px 0 40px;
  }
  #mainContents .supportArea h3 {
    padding: 50px 0 0;
    font-size: 1.8rem;
  }
  #mainContents .supportArea h4 {
    font-size: 1.6rem;
  }
  #mainContents .supportArea .supportImg .column:nth-child(1n) {
    float: left;
    width: 48%;
    margin: 0 0 20px;
  }
  #mainContents .supportArea .supportImg .column:nth-child(2n) {
    float: right;
    width: 48%;
    margin: 0 0 20px;
  }
  #mainContents .supportArea .supportImg .column:nth-child(3) {
    margin: 0 0 20px;
  }
}



#mainContents .caseArea {
  width: 100%;
}
#mainContents .caseArea .caseBox {
  width: 100%;
  margin: 0 0 40px;
  background-color: #F8F6E7;
  box-shadow:0px 0px 6px 6px rgba(0,0,0,0.06);
}
#mainContents .caseArea .caseBox .column_L {
  float: left;
  width: 495px;
}
#mainContents .caseArea .caseBox .column_R {
  float: right;
  width: 290px;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}
#mainContents .caseArea .caseBox img  {
  width: 100%;
  height: auto;
}
#mainContents .caseArea .caseBox h4 {
  font-size: 2.0rem;
  color: #BFAC0D;
  line-height: 1.4;
}
@media only screen and (max-width: 559px) {
  #mainContents .caseArea .caseBox {
    margin: 0 0 30px;
  }
  #mainContents .caseArea .caseBox .column_L {
    float: none;
    width: 100%;
  }
  #mainContents .caseArea .caseBox .column_R {
    float: none;
    width: 100%;
    padding: 0 10px 10px;
    box-sizing: border-box;
  }
  #mainContents .caseArea .caseBox img  {
    width: 100%;
    height: auto;
  }
  #mainContents .caseArea .caseBox h4 {
    font-size: 2.0rem;
  }
}


/* トップページ  /////////////////////////////*/
#mainContents #topMvArea {
  opacity: 0;
  position: relative;
  width: 100%;
  height: 693px;
}
#mainContents #topMvArea .topHkc_logo {
  position: absolute;
  display: block;
  z-index: 1000;
  right: 30px;
  top: 30px;
  width: 300px;
}
#mainContents #topMvArea .topHkc_logo img {
  width: 100%;
  height: auto;
}

#mainContents #topMvArea::before {
  position: absolute;
  z-index: 1000;
  right: 0;
  top: 0;
  width: 533px;
  height: 100%;
  background-image: url("/en/common/img/top/topMv_bk.svg");
  background-size: 533px 693px;
  content: "";
}
#mainContents #topMvArea::after {
  position: absolute;
  z-index: 1000;
  right: 20px;
  top: 140px;
  width: 501px;
  height: 390px;
  background-image: url("/en/common/img/top/topMv_text.svg");
  background-size: 501px 390px;
  content: "";
}
#mainContents #topMvArea #topMv {
  display: block;
}
#mainContents #topMvArea #topMv_Sp {
  display: none;
}
#mainContents #topMvArea #topMv img {
  width: 1116px !important;
  height: 693px;
}
#mainContents #topMvArea .bx-wrapper {
  margin: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}
@media only screen and (max-width: 559px) {
  #mainContents #topMvArea .topHkc_logo {
    display: none;
  }
  #mainContents #topMvArea .bx-wrapper {
    max-width: 100% !important;
  }
  #mainContents #topMvArea {
    height: 199px;
  }
  #mainContents #topMvArea::before {
    width: 320px;
    height: 199px;
    background-size: cover;
  }
  #mainContents #topMvArea::after {
    right: 5%;
    top: 25px;
    width: 200px;
    height: 155px;
    background-size: 200px 155px;
  }
  .bx-wrapper #topMvArea img {
    max-width: 100%;
    height: 199px;
  	display: block;
  }
  #mainContents #topMvArea #topMv {
    display: none;
  }
  #mainContents #topMvArea #topMv_Sp {
    display: block;
  }
  #mainContents #topMvArea #topMv_Sp img {
    width: auto;
    height: auto;
  }
}

#mainContents #topMovie iframe {
  display: block;
  width: 800px;
  height: 449px;
  margin: 0 auto;
}
#mainContents #topMovie #topMovieMore {
  display: none;
  margin: 30px 0 0;
}
#mainContents #topMovie #topMovieMore iframe:nth-child(1) {
  margin: 0 auto 30px;
}
@media only screen and (max-width: 559px) {
  #mainContents #topMovie iframe {
    width: 300px;
    height: 168px;;
    margin: 0 auto;
  }
}


#mainContents #topConvention {
  opacity: 0;
  width: 985px;
  margin: 0 auto;
}
#mainContents #topConvention .bx-wrapper {
  margin: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}
#mainContents #topConvention .bx-wrapper .bx-controls-direction a {
  margin-top: -20px;
  width: 40px;
  height: 40px;
}
#mainContents #topConvention .bx-wrapper .bx-prev {
  left: -50px;
  background-image: url("../img/top/top_icon01.svg");
  background-size: 40px;
  background-position: 0;
}
#mainContents #topConvention .bx-wrapper .bx-next {
  right: -50px;
  background-image: url("../img/top/top_icon02.svg");
  background-size: 40px;
  background-position: 0;
}
#mainContents #topConvention .bx-wrapper .bx-pager.bx-default-pager a {
  background: #DBDCDC;
}
#mainContents #topConvention .bx-wrapper .bx-pager.bx-default-pager a:hover,
#mainContents #topConvention .bx-wrapper .bx-pager.bx-default-pager a.active,
#mainContents #topConvention .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #B9D200;
}
#mainContents #topConvention .bx-wrapper .bx-controls-direction a {
  z-index: 100;
}
@media only screen and (max-width: 559px) {
  #mainContents #topConvention {
    width: 300px;
    padding: 0 0 30px;
  }
  #mainContents #topConvention .bx-wrapper .bx-controls-direction a {
    margin-top: -15px;
    width: 30px;
    height: 30px;
  }
  #mainContents #topConvention .bx-wrapper .bx-prev {
    left: -35px;
    background-size: 30px;
  }
  #mainContents #topConvention .bx-wrapper .bx-next {
    right: -35px;
    background-size: 30px;
  }
}

#mainContents #topHotel img {
  display: block;
  width: 700px;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 559px) {
  #mainContents #topHotel img {
    width: 100%;
  }
}

#mainContents #topAccess img {
  display: block;
  width: 800px;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 559px) {
  #mainContents #topAccess img {
    width: 100%;
  }
}

#mainContents #topSupport {
  width: 980px;
  margin: 0 auto;
}
#mainContents #topSupport #topSupportBox {
  margin: 0 0 30px;
}
#mainContents #topSupport #topSupportBox .column {
  float: left;
  width: 290px;
  margin: 0 55px 0 0;
}
#mainContents #topSupport #topSupportBox .column:nth-child(3) {
  margin: 0;
}
#mainContents #topSupport #topSupportBox .column h3 img {
  width: 89px;
  height: auto;
}
#mainContents #topSupport #topSupportBox .column h4 {
  padding: 10px 0 0;
  font-size: 2.2rem;
  line-height: 1.4;
}
#mainContents #topSupport #topSupportBox .column .list {
  width: 100%;
  height: auto;
  height: #B9D200;
  margin: 20px 0 0;
  padding: 10px;
  box-sizing: border-box;
  background-color: #B9D200;
}
#mainContents #topSupport #topSupportBox .column .list p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #FFF;
}
#mainContents #topSupport #topSupportBox .column .photo {
  width: 100%;
  margin: 10px 0 0;
}
#mainContents #topSupport #topSupportBox .column .photo ul {
  list-style-type: none;
}
#mainContents #topSupport #topSupportBox .column .photo li {
  float: left;
  width: 30%;
  margin: 0 5% 10px 0;
}
#mainContents #topSupport #topSupportBox .column .photo li:nth-child(3n) {
  margin: 0 0 10px 0;
}
#mainContents #topSupport #topSupportBox .column .photo li img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 559px) {
  #mainContents #topSupport {
    width: 90%;
    margin: 0 5%;
  }
  #mainContents #topSupport #topSupportBox .column {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
  #mainContents #topSupport #topSupportBox .column:nth-child(3) {
    margin: 0 0 30px;
  }
  #mainContents #topSupport #topSupportBox .column h4 {
    font-size: 1.8rem;
  }
  #mainContents #topSupport #topSupportBox .column .list {
    height: auto;
    margin: 10px 0 0;
  }
  #mainContents #topSupport #topSupportBox .column .photo {
    width: 100%;
    margin: 10px 0 0;
  }
}

#mainContents #topCase {
  opacity: 0;
  width: 100%;
  margin: 0;
}
#mainContents #topCase .bx-wrapper {
  margin: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}
#mainContents #topCase .bx-wrapper {
  max-width: 100% !important;
}

#mainContents #topPre img {
  display: block;
  width: 940px;
  margin: 0 auto;
}
@media only screen and (max-width: 559px) {
  #mainContents #topPre img {
    width: 100%;
  }
}

#mainContents #topNewsTab {
  width: 940px;
  height: 60px;
  margin: 0 auto;
}
#mainContents #topNewsTab ul {
  display: table;
  table-layout: fixed;
  width: 940px;
  height: 60px;
}
#mainContents #topNewsTab ul li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 60px;
}
#mainContents #topNewsTab ul li a {
  display: block;
  width: 100%;
  height: 60px;
  padding: 22px 0 0;
  box-sizing: border-box;
  font-size: 1.6rem;
  color: #FFF;
  background-color: #B9D200;
}
#mainContents #topNewsTab ul li.active a,
#mainContents #topNewsTab ul li a:hover {
  font-weight: bold;
  color: #333;
  text-decoration: none;
  background-color: #FFF;
}

#mainContents #topNews {
  width: 940px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  background-color: #FFF;
}
#mainContents #topNews #newsArea ul li:last-child {
  border-bottom: none;
}
#mainContents #topNews #newsTab,
#mainContents #topNews #activeTab,
#mainContents #topNews #prTab {
  display: none;
}
@media only screen and (max-width: 559px) {
  #mainContents #topNewsTab {
    width: 100%;
    height: 40px;
  }
  #mainContents #topNewsTab ul {
    width: 100%;
    height: 40px;
  }
  #mainContents #topNewsTab ul li {
    height: 40px;
  }
  #mainContents #topNewsTab ul li a {
    height: 40px;
    padding: 13px 0 0;
    font-size: 1.4rem;
  }
  #mainContents #topNews #newsArea {
    margin: 0;
  }
  #mainContents #topNews {
    width: 100%;
    padding: 0 5%;
  }
}

#mainContents .topBanaArea {
  width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 559px) {
  #mainContents .topBanaArea {
    width: 100%;
    margin: 0;
  }
  #mainContents .topBanaArea img {
    width: 90%;
    margin: 0 5%;
    height: auto;
  }
}

/* お知らせ  /////////////////////////////*/
#mainContents #newsArea {
  margin: 0 0 10px;
}
#mainContents #newsArea ul {
  list-style-type: none;
}
#mainContents #newsArea ul li {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid #BCBCBC;
}
#mainContents #newsArea ul li span {
  font-size: 1.5rem;
}
#mainContents #newsArea ul li a {
  padding: 0 0 0 140px;
  font-size: 1.5rem;
}
#mainContents #newsArea ul li::before {
  position: absolute;
  left: 85px;
  top: 25px;
  width: 122px;
  height: 24px;
  padding: 4px 0 0;
  box-sizing: border-box;
  border-radius: 12px;
  background-color: #FFF;
  font-size: 1.3rem;
  text-align: center;
}
#mainContents #newsArea ul li.icon01::before {
  border: 1px solid #999999;
  color: #999999;
  content: "お知らせ";
}
#mainContents #newsArea ul li.icon02::before {
  border: 1px solid #B9D200;
  color: #B9D200;
  content: "活動報告";
}
#mainContents #newsArea ul li.icon03::before {
  border: 1px solid #CEBF06;
  color: #CEBF06;
  content: "PR活動";
}
@media only screen and (max-width: 559px) {
  #mainContents #newsArea {
    margin: 10px 0 0;
  }
  #mainContents #newsArea ul li {
    position: relative;
    padding: 20px 0;
  }
  #mainContents #newsArea ul li span {
    display: block;
    padding: 0 0 10px;
    font-size: 1.4rem;
  }
  #mainContents #newsArea ul li a {
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #mainContents #newsArea ul li::before {
    left: 78px;
    top: 17px;
    width: 100px;
    height: 20px;
    padding: 5px 0 0;
    font-size: 1.0rem;
  }
}

#mainContents #newsEntryArea {
  width: 100%;
  padding: 30px 0 0;
  border-top: 1px solid #C5C5C5;
}
#mainContents #newsEntryArea h4 {
  padding: 20px 0 0;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
}
#mainContents #newsEntryArea p {
  position: relative;
}
#mainContents #newsEntryArea p::before {
  position: absolute;
  left: 120px;
  top: -4px;
  width: 122px;
  height: 24px;
  padding: 4px 0 0;
  box-sizing: border-box;
  border-radius: 12px;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
}
#mainContents #newsEntryArea p.icon01::before {
  border: 1px solid #999999;
  color: #999999;
  content: "お知らせ";
}
#mainContents #newsEntryArea p.icon02::before {
  border: 1px solid #B9D200;
  color: #B9D200;
  content: "活動報告";
}
#mainContents #newsEntryArea p.icon03::before {
  border: 1px solid #CEBF06;
  color: #CEBF06;
  content: "PR活動";
}

#mainContents #newsEntry {
  width: 100%;
  margin: 20px 0 50px;
}
#mainContents #newsEntry p {
  padding: 0 0 20px;
  font-size: 1.5rem;
  line-height: 1.8;
}
#mainContents #newsEntry img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 559px) {
  #mainContents #newsEntryArea {
    padding: 0;
    border-top: none;
  }
  #mainContents #newsEntryArea h4 {
    padding: 20px 0 0;
    font-size: 2.0rem;
  }
  #mainContents #newsEntryArea p::before {
    left: 110px;
    top: -4px;
    width: 100px;
    height: 20px;
    padding: 4px 0 0;
    font-size: 1.0rem;
  }
  #mainContents #newsEntry {
    margin: 15px 0 0;
  }
  #mainContents #newsEntry p {
    padding: 0 0 20px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}


/* イベント情報  /////////////////////////////*/
#mainContents #eventArea {
  margin: 0 0 10px;
}
#mainContents #eventArea ul {
  list-style-type: none;
}
#mainContents #eventArea ul li {
  position: relative;
  height: 45px;
  padding: 30px 0 0;
  box-sizing: border-box;
}
#mainContents #eventArea ul li:last-child {
  padding: 30px 0 40px;
  border-bottom: 1px solid #BCBCBC;
}
#mainContents #eventArea ul li span {
  font-size: 1.5rem;
}
#mainContents #eventArea ul li a {
  position: absolute;
  left: 220px;
  top: 30px;
  font-size: 1.5rem;
}
#mainContents #eventArea ul li::before {
  position: absolute;
  left: 85px;
  top: 25px;
  width: 122px;
  height: 24px;
  padding: 4px 0 0;
  box-sizing: border-box;
  border-radius: 12px;
  background-color: #FFF;
  font-size: 1.3rem;
  text-align: center;
}
#mainContents #eventArea ul li.icon01::before {
  border: 1px solid #CEBF06;
  color: #CEBF06;
  content: "カテゴリー";
}
#mainContents #eventArea ul li.icon02::before {
  border: 1px solid #B9D200;
  color: #B9D200;
  content: "カテゴリー";
}
#mainContents #eventArea ul li.icon03::before {
  border: 1px solid #999999;
  color: #999999;
  content: "カテゴリー";
}
@media only screen and (max-width: 559px) {
  #mainContents #eventArea {
    margin: 10px 0 0;
  }
  #mainContents #eventArea ul li {
    height: auto;
    padding: 20px 0;
  }
  #mainContents #eventArea ul li:last-child {
    padding: 20px 0;
  }
  #mainContents #eventArea ul li span {
    display: block;
    padding: 0 0 35px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #mainContents #eventArea ul li a {
    position: static;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #mainContents #eventArea ul li::before {
    left: 0;
    top: -5px;
    width: 100px;
    height: 20px;
    padding: 5px 0 0;
    font-size: 1.0rem;
  }
  #mainContents #eventArea ul li:first-child::before {
    top: 45px;
  }
}

#mainContents #eventEntryArea {
  width: 100%;
  padding: 30px 0 0;
  border-top: 1px solid #C5C5C5;
}
#mainContents #eventEntryArea h4 {
  padding: 20px 0 0;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
}
#mainContents #eventEntryArea p {
  position: relative;
}
#mainContents #eventEntryArea p::before {
  position: absolute;
  left: 120px;
  top: -4px;
  width: 122px;
  height: 24px;
  padding: 4px 0 0;
  box-sizing: border-box;
  border-radius: 12px;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
}
#mainContents #eventEntryArea p.icon01::before {
  border: 1px solid #CEBF06;
  color: #CEBF06;
  content: "カテゴリー";
}
#mainContents #eventEntryArea p.icon02::before {
  border: 1px solid #B9D200;
  color: #B9D200;
  content: "カテゴリー";
}
#mainContents #eventEntryArea p.icon03::before {
  border: 1px solid #999999;
  color: #999999;
  content: "カテゴリー";
}

#mainContents #eventEntry {
  width: 100%;
  margin: 30px 0 0;
}
#mainContents #eventEntry .column_L {
  float: left;
  width: 400px;
}
#mainContents #eventEntry .column_L img {
  width: 100%;
  height: auto;
}
#mainContents #eventEntry .column_R {
  float: right;
  width: 480px;
}

#mainContents #eventText {
  width: 100%;
  margin: 30px 0 0;
}
#mainContents #eventText p {
  padding: 0 0 20px;
  font-size: 1.5rem;
  line-height: 1.8;
}
#mainContents #eventText img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 559px) {
  #mainContents #eventEntryArea {
    padding: 0;
    border-top: none;
  }
  #mainContents #eventEntryArea h4 {
    padding: 20px 0 0;
    font-size: 2.0rem;
  }
  #mainContents #eventEntryArea p::before {
    left: 110px;
    top: -4px;
    width: 100px;
    height: 20px;
    padding: 4px 0 0;
    font-size: 1.0rem;
  }

  #mainContents #eventEntry {
    margin: 15px 0 0;
  }
  #mainContents #eventEntry .column_L {
    float: none;
    width: 100%;
    padding: 0 0 20px;
  }
  #mainContents #eventEntry .column_R {
    float: none;
    width: 100%;
    padding: 0 0 20px;
  }

  #mainContents #eventText {
    margin: 15px 0 0;
  }
  #mainContents #eventText p {
    padding: 0 0 20px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

/* MICEとは  /////////////////////////////*/
#mainContents .aboutMice {
  width: 100%;
}
#mainContents .aboutMice .aboutMiceBox {
  position: relative;
  min-height: 100px;
  margin: 0 0 50px;
  padding: 0 0 0 120px;
}
#mainContents .aboutMice .aboutMiceBox::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  background-size: 100px 100px;
  content: "";
}
#mainContents .aboutMice .aboutMiceBox:nth-child(1)::before {
  background-image: url("/about/img/about_mice_img01.svg");
}
#mainContents .aboutMice .aboutMiceBox:nth-child(2)::before {
  background-image: url("/about/img/about_mice_img02.svg");
}
#mainContents .aboutMice .aboutMiceBox:nth-child(3)::before {
  background-image: url("/about/img/about_mice_img03.svg");
}
#mainContents .aboutMice .aboutMiceBox:nth-child(4)::before {
  background-image: url("/about/img/about_mice_img04.svg");
}

/* 施設紹介  /////////////////////////////*/
#mainContents #venuesMap {
  width: 100%;
}
#mainContents #venuesMap iframe {
  width: 100%;
  height: 450px;
}

#mainContents .venuesList {
  width: 100%;
  margin: 60px 0 0;
}
#mainContents .venuesList table {
  width: 100%;
}
#mainContents .venuesList table tr {
  border-bottom: 1px solid #E6E6E6;
}
#mainContents .venuesList table tr:nth-child(2n){
  background-color: rgba(232, 247, 223, 0.3);
}
#mainContents .venuesList table tr:first-child {
  background-color: #AAC300;
  border-bottom: none;
}
#mainContents .venuesList table th {
  padding: 20px 5px;
  font-size: 1.5rem;
  color: #FFF;
}
#mainContents .venuesList table th:nth-child(1) {
  width: 160px;
}
#mainContents .venuesList table th:nth-child(2) {
  text-align: left;
}
#mainContents .venuesList table td {
  padding: 20px 15px;
  font-size: 1.5rem;
  vertical-align: middle;
}
#mainContents .venuesList table td:nth-child(n + 3) {
  text-align: center;
}
#mainContents .venuesList table td:nth-child(2) {
  width: 350px;
  padding: 50px 5px 0;
  font-size: 1.8rem;
  vertical-align: top;
}
#mainContents .venuesList.hotel table td:nth-child(2) {
  width: 500px;
}
#mainContents .venuesList table td:nth-child(2) a {
  text-decoration: underline;
}
#mainContents .venuesList table td:nth-child(2) a:hover {
  color: #AAC300;
}
#mainContents .venuesList table td img {
  width: 150px;
  height: auto;
}
#mainContents .venuesList table td span {
  display: none;
}
#mainContents .venuesList table td .venuesIcon {
  width: 300px;
  margin: 20px 0 0;
}
#mainContents .venuesList table td .venuesIcon span {
  display: block;
  float: left;
  width: 95px;
  height: 20px;
  margin: 0 7px 10px 0;
  padding: 3px 0 0;
  box-sizing: border-box;
  border: 1px solid #AAC300;
  background-color: #AAC300;
  border-radius: 10px;
  text-align: center;
  font-size: 1.1rem;
  color: #FFF;
}
#mainContents .venuesList table td .venuesIcon span:nth-child(3n) {
  margin: 0 0 10px 0;
}
#mainContents .venuesList table td .venuesIcon span.off {
  border: 1px solid #D7D7D7;
  background-color: #FFF;
  color: #D7D7D7;
}
@media only screen and (max-width: 559px) {
  #mainContents .venuesList {
    width: 100%;
    margin: 60px 0 0;
  }
  #mainContents .venuesList table {
    border-bottom: 1px solid #E6E6E6;
  }
  #mainContents .venuesList table tr {
    border-bottom: none;
    border-top: 1px solid #E6E6E6;
  }
  #mainContents .venuesList table tr:nth-child(2n){
    background-color: #FFF;
  }
  #mainContents .venuesList table tr:first-child {
    display: none;
  }
  #mainContents .venuesList table td {
    display: block;
    padding: 10px 10px 0;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.4rem;
    vertical-align: middle;
  }
  #mainContents .venuesList table td:nth-child(n + 3) {
    text-align: left;
  }
  #mainContents .venuesList table td:nth-child(1) {
    padding: 20px 10px 0;
  }
  #mainContents .venuesList table td:last-child {
    padding: 10px 10px 20px;
  }
  #mainContents .venuesList table td:nth-child(2) {
    width: 100%;
    padding: 10px 10px 0;
    font-size: 1.6rem;
    vertical-align: middle;
  }
  #mainContents .venuesList.hotel table td:nth-child(2) {
    width: 100%;
  }
  #mainContents .venuesList table td img {
    width: 100%;
    height: auto;
  }
  #mainContents .venuesList table td span {
    display: inline-block;
  }
  #mainContents .venuesList table td .venuesIcon {
    width: 100%;
    margin: 15px 0 0;
  }
  #mainContents .venuesList table td .venuesIcon span {
    width: 32%;
    margin: 0 2% 10px 0;
  }
  #mainContents .venuesList table td .venuesIcon span:nth-child(3n) {
    margin: 0 0 10px 0;
  }
}


#mainContents .venuesListSport {
  width: 100%;
  margin: 60px 0 0;
}
#mainContents .venuesListSport table {
  width: 100%;
}
#mainContents .venuesListSport table tr {
  border-bottom: 1px solid #E6E6E6;
}
#mainContents .venuesListSport table tr:nth-child(2n){
  background-color: rgba(232, 247, 223, 0.3);
}
#mainContents .venuesListSport table tr:first-child {
  background-color: #AAC300;
  border-bottom: none;
}
#mainContents .venuesListSport table th {
  padding: 20px 5px;
  font-size: 1.5rem;
  color: #FFF;
}
#mainContents .venuesListSport table th:nth-child(1) {
  width: 100px;
}
#mainContents .venuesListSport table th:nth-child(2) {
  text-align: left;
}
#mainContents .venuesListSport table td {
  padding: 20px 15px;
  font-size: 1.5rem;
  vertical-align: middle;
}
#mainContents .venuesListSport table td a {
  line-height: 1.4;
}
#mainContents .venuesListSport table td:nth-child(2) {
  width: auto;
  padding: 20px 5px 0;
  font-size: 1.8rem;
  vertical-align: top;
}
#mainContents .venuesListSport table td:nth-child(2) a {
  text-decoration: underline;
}
#mainContents .venuesListSport table td:nth-child(2) a:hover {
  color: #AAC300;
}
#mainContents .venuesListSport table td img {
  width: 150px;
  height: auto;
}
#mainContents .venuesListSport table td span {
  display: none;
}
#mainContents .venuesListSport table td .venuesIcon {
  width: 100%;
  margin: 20px 0 0;
}
#mainContents .venuesListSport table td .venuesIcon span {
  display: block;
  float: left;
  width: 95px;
  height: 20px;
  margin: 0 7px 10px 0;
  padding: 3px 0 0;
  box-sizing: border-box;
  border: 1px solid #AAC300;
  background-color: #AAC300;
  border-radius: 10px;
  text-align: center;
  font-size: 1.1rem;
  color: #FFF;
}
#mainContents .venuesListSport table td .venuesIcon span:nth-child(7n) {
  margin: 0 0 10px 0;
}
#mainContents .venuesListSport table td .venuesIcon span.off {
  border: 1px solid #D7D7D7;
  background-color: #FFF;
  color: #D7D7D7;
}
@media only screen and (max-width: 559px) {
  #mainContents .venuesListSport {
    width: 100%;
    margin: 60px 0 0;
  }
  #mainContents .venuesListSport table {
    border-bottom: 1px solid #E6E6E6;
  }
  #mainContents .venuesListSport table tr {
    border-bottom: none;
    border-top: 1px solid #E6E6E6;
  }
  #mainContents .venuesListSport table tr:nth-child(2n){
    background-color: #FFF;
  }
  #mainContents .venuesListSport table tr:first-child {
    display: none;
  }
  #mainContents .venuesListSport table td {
    display: block;
    padding: 10px 10px 0;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.4rem;
    vertical-align: middle;
  }
  #mainContents .venuesListSport table td:nth-child(1) {
    padding: 20px 10px 0;
  }
  #mainContents .venuesListSport table td:last-child {
    padding: 10px 10px 20px;
  }
  #mainContents .venuesListSport table td:nth-child(2) {
    width: 100%;
    padding: 10px 10px 0;
    font-size: 1.6rem;
    vertical-align: middle;
  }
  #mainContents .venuesListSport.hotel table td:nth-child(2) {
    width: 100%;
  }
  #mainContents .venuesListSport table td img {
    width: 100%;
    height: auto;
  }
  #mainContents .venuesListSport table td span {
    display: inline-block;
  }
  #mainContents .venuesListSport table td .venuesIcon {
    width: 100%;
    margin: 15px 0 0;
  }
  #mainContents .venuesListSport table td .venuesIcon span {
    width: 32%;
    margin: 0 2% 10px 0;
  }
  #mainContents .venuesListSport table td .venuesIcon span:nth-child(7n) {
    margin: 0 2% 10px 0;
  }
  #mainContents .venuesListSport table td .venuesIcon span:nth-child(3n) {
    margin: 0 0 10px 0;
  }
}


#mainContents #venuesEntry {
  width: 100%;
  margin: 30px 0 0;
}
#mainContents #venuesEntry .column_L {
  float: left;
  width: 400px;
}
#mainContents #venuesEntry .column_L img {
  width: 100%;
  height: auto;
}
#mainContents #venuesEntry .column_R {
  float: right;
  width: 480px;
}
#mainContents #venuesEntry p {
  padding: 0 0 20px;
  font-size: 1.5rem;
  line-height: 1.8;
}
#mainContents #venuesEntry p.f_13 {
  font-size: 1.3rem;
}
#mainContents #venuesEntry p.f_12 {
  font-size: 1.2rem;
}

@media only screen and (max-width: 559px) {
  #mainContents #venuesEntry {
    margin: 15px 0 0;
  }
  #mainContents #venuesEntry .column_L {
    float: none;
    width: 100%;
    padding: 0 0 20px;
  }
  #mainContents #venuesEntry .column_R {
    float: none;
    width: 100%;
    padding: 0 0 20px;
  }
}

/* 八王子の魅力  /////////////////////////////*/
#mainContents #hachiojiList {
  width: 100%;
}
#mainContents #hachiojiList .hachiojiListBox {
  float: left;
  width: 380px;
  height: 386px;
  margin: 0 40px 40px 0;
  background-color: #FFF;
  box-shadow:0px 0px 6px 3px rgba(0,0,0,0.06);
}
#mainContents #hachiojiList a:nth-child(2n) .hachiojiListBox {
  margin: 0 0 40px 0;
}
#mainContents #hachiojiList .hachiojiListBox img {
  width: 100%;
  height: auto;
}
#mainContents #hachiojiList .hachiojiListBox h4 {
  padding: 10px 5% 0;
  font-size: 2.0rem;
}
#mainContents #hachiojiList .hachiojiListBox p {
  width: 100%;
  padding: 10px 5% 0;
  box-sizing: border-box;
  font-size: 1.3rem;
  line-height: 1.6;
}


@media only screen and (max-width: 559px) {
  #mainContents #hachiojiList {
    width: 100%;
  }
  #mainContents #hachiojiList .hachiojiListBox {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    padding: 0 0 15px;
  }
  #mainContents #hachiojiList .hachiojiListBox::after {
    bottom: 25px;
  }
  #mainContents #hachiojiList a:nth-child(3n) .hachiojiListBox {
    margin: 0 0 30px 0;
  }
  #mainContents #hachiojiList .hachiojiListBox h4 {
    font-size: 1.8rem;
  }
  #mainContents #hachiojiList .hachiojiListBox p {
    width: 80%;
    font-size: 1.3rem;
  }
}


#mainContents #hachiojiArea {
  width: 100%;
}
#mainContents #hachiojiArea .hachiojiBox {
  position: relative;
  float: left;
  width: 300px;
  height: 350px;
  margin: 0 40px 40px 0;
  background-color: #FFF;
  box-shadow:0px 0px 6px 3px rgba(0,0,0,0.06);
}
#mainContents #hachiojiArea .hachiojiBox::after {
  position: absolute;
  right: 15px;
  bottom: 35px;
  width: 10px;
  height: 20px;
  background-image: url("../img/icon_02.svg");
  background-size: 10px 20px;
  content: "";
}
#mainContents #hachiojiArea a:nth-child(3n) .hachiojiBox {
  margin: 0 0 40px 0;
}
#mainContents #hachiojiArea .hachiojiBox img {
  width: 100%;
  height: auto;
}
#mainContents #hachiojiArea .hachiojiBox h4 {
  padding: 10px 5% 0;
  font-size: 1.8rem;
  line-height: 1.4;
}
#mainContents #hachiojiArea .hachiojiBox p {
  width: 240px;
  padding: 10px 5% 0;
  font-size: 1.4rem;
  color: #BFAC0D;
  line-height: 1.4;
}


@media only screen and (max-width: 559px) {
  #mainContents #hachiojiArea {
    width: 100%;
  }
  #mainContents #hachiojiArea .hachiojiBox {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    padding: 0 0 15px;
  }
  #mainContents #hachiojiArea .hachiojiBox::after {
    bottom: 25px;
  }
  #mainContents #hachiojiArea a:nth-child(3n) .hachiojiBox {
    margin: 0 0 30px 0;
  }
  #mainContents #hachiojiArea .hachiojiBox h4 {
    font-size: 1.8rem;
  }
  #mainContents #hachiojiArea .hachiojiBox p {
    width: 80%;
    font-size: 1.3rem;
  }
}

#mainContents #hachiojiEntry {
  width: 100%;
  margin: 30px 0 0;
}
#mainContents #hachiojiEntry .column_L {
  float: left;
  width: 400px;
}
#mainContents #hachiojiEntry .column_L img {
  width: 100%;
  height: auto;
}
#mainContents #hachiojiEntry .column_R {
  float: right;
  width: 480px;
}
#mainContents #hachiojiEntry p {
  padding: 0 0 20px;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media only screen and (max-width: 559px) {
  #mainContents #hachiojiEntry {
    margin: 15px 0 0;
  }
  #mainContents #hachiojiEntry .column_L {
    float: none;
    width: 100%;
    padding: 0 0 20px;
  }
  #mainContents #hachiojiEntry .column_R {
    float: none;
    width: 100%;
    padding: 0 0 20px;
  }
}

#mainContents #excursionListArea {
  width: 100%;
}
#mainContents #excursionListArea .excursionBox {
  position: relative;
  width: 800px;
  height: auto;
  margin: 0 0 60px;
  padding: 32px 212px 32px 252px;
  box-sizing: border-box;
}
#mainContents #excursionListArea .excursionBox.c01 {
  background-color: #DC808F;
}
#mainContents #excursionListArea .excursionBox.c02 {
  background-color: #BA6694;
}
#mainContents #excursionListArea .excursionBox.c03 {
  background-color: #2999D0;
}
#mainContents #excursionListArea .excursionBox.c04 {
  padding: 32px 50px 32px 252px;
  background-color: #20AC74;
}
#mainContents #excursionListArea .excursionBox .excursionBoxImg01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 231px;
  height: 386px;
}
#mainContents #excursionListArea .excursionBox .excursionBoxImg01 img {
  width: 100%;
  height: auto;
}
#mainContents #excursionListArea .excursionBox .excursionBoxImg02 {
  position: absolute;
  left: 590px;
  bottom: 0;
  width: 285px;
  height: 381px;
}
#mainContents #excursionListArea .excursionBox.c04 .excursionBoxImg02 {
  position: absolute;
  left: 590px;
  top: 10px;
  width: 200px;
  height: auto;
}
#mainContents #excursionListArea .excursionBox .excursionBoxImg02 img {
  width: 100%;
  height: auto;
}
#mainContents #excursionListArea .excursionBox h4 {
  font-family: 'Noto Serif JP', serif;
  font-size: 3.0rem;
  font-weight: 700;
  color: #FFF;
  line-height: 1.4;
}
#mainContents #excursionListArea .excursionBox h5 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFF;
  line-height: 1.4;
}
#mainContents #excursionListArea .excursionBox .excLink {
  width: 200px;
  height: 40px;
  text-align: center;
}
#mainContents #excursionListArea .excursionBox .excLink a {
  position: relative;
  display: block;
  width: 200px;
  height: 40px;
  padding: 10px 0 0;
  box-sizing: border-box;
  border: 2px solid #FFF;
  border-radius: 20px;
  font-size: 1.5rem;
  color: #FFF;
  transition : all 0.5s;
}
#mainContents #excursionListArea .excursionBox .excLink a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
}
#mainContents #excursionListArea .excursionBox .excLink a::after {
  position: absolute;
  right: 18px;
  top: 13px;
  width: 7px;
  height: 13px;
  background-image: url("../img/icon_03.svg");
  background-size: 7px 13px;
  content: "";
}
@media only screen and (max-width: 559px) {
  #mainContents #excursionListArea .excursionBox {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 40px;
    padding: 10px 10px 10px 100px;
  }
  #mainContents #excursionListArea .excursionBox.c04 {
    padding: 10px 10px 10px 100px;
  }
  #mainContents #excursionListArea .excursionBox .excursionBoxImg01 {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: auto;
  }
  #mainContents #excursionListArea .excursionBox .excursionBoxImg02 {
    display: none;
  }
  #mainContents #excursionListArea .excursionBox h4 {
    font-size: 2.4rem;
  }
  #mainContents #excursionListArea .excursionBox h5 {
    font-size: 1.6rem;
  }
  #mainContents #excursionListArea .excursionBox .excLink {
    padding: 20px 0 0;
  }
  #mainContents #excursionListArea .excursionBox .excLink a {
    font-size: 1.4rem;
  }
}


#mainContents #excursionModel {
  width: 100%;
}
#mainContents #excursionModel #excursionModelTitle {
  width: 100%;
  height: auto;
  margin: 0 0 40px;
  padding: 10px 15px;
  box-sizing: border-box;
}
#mainContents #excursionModel.c01 #excursionModelTitle {
  background-color: #DC808F;
}
#mainContents #excursionModel.c02 #excursionModelTitle {
  background-color: #BA6694;
}
#mainContents #excursionModel.c03 #excursionModelTitle {
  background-color: #2999D0;
}
#mainContents #excursionModel.c04 #excursionModelTitle {
  background-color: #20AC74;
}
#mainContents #excursionModel #excursionModelTitle h4 {
  font-family: 'Noto Serif JP', serif;
  font-size: 3.0rem;
  font-weight: 700;
  color: #FFF;
  line-height: 1.4;
}

#mainContents #excursionModel .excursionModelBox {
  width: 100%;
  margin: 0 0 120px;
}
#mainContents #excursionModel .excursionModelBox.yaji {
  position: relative;
}
#mainContents #excursionModel .excursionModelBox.yaji::before {
  position: absolute;
  left: 50%;
  top: -90px;
  width: 45px;
  height: 50px;
  margin: 0 0 0 -23px;
  background-size: 45px 50px;
  content: "";
}
#mainContents #excursionModel.c01 .excursionModelBox.yaji::before {
  background-image: url("../../hachioji/excursion/img/exc_icon01.svg");
}
#mainContents #excursionModel.c02 .excursionModelBox.yaji::before {
  background-image: url("../../hachioji/excursion/img/exc_icon02.svg");
}
#mainContents #excursionModel.c03 .excursionModelBox.yaji::before {
  background-image: url("../../hachioji/excursion/img/exc_icon03.svg");
}
#mainContents #excursionModel.c04 .excursionModelBox.yaji::before {
  background-image: url("../../hachioji/excursion/img/exc_icon04.svg");
}
#mainContents #excursionModel .excursionModelBox.waku {
  padding: 15px;
  background-color: #FFF;
  box-shadow:0px 0px 6px 6px rgba(0,0,0,0.06);
  border-radius: 6px;
  box-sizing: border-box;
}
#mainContents #excursionModel .excursionModelBox .column_L {
  float: left;
  width: 300px;
}
#mainContents #excursionModel .excursionModelBox.waku .column_L {
  float: left;
  width: 279px;
}
#mainContents #excursionModel .excursionModelBox .column_L img {
  width: 100%;
  height: auto;
}
#mainContents #excursionModel .excursionModelBox .column_L iframe {
  padding: 20px 0 0;
  width: 300px;
  height: 168px;
}
#mainContents #excursionModel .excursionModelBox .column_R {
  float: right;
  width: 480px;
}
#mainContents #excursionModel .excursionModelBox.waku .column_R {
  width: 465px;
}
#mainContents #excursionModel .excursionModelBox .column_R .start {
  display: inline-block;
  padding: 5px 10px 7px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFF;
}
#mainContents #excursionModel.c01 .excursionModelBox .column_R .start {
  background-color: #DC808F;
}
#mainContents #excursionModel.c02 .excursionModelBox .column_R .start {
  background-color: #BA6694;
}
#mainContents #excursionModel.c03 .excursionModelBox .column_R .start {
  background-color: #2999D0;
}
#mainContents #excursionModel.c04 .excursionModelBox .column_R .start {
  background-color: #20AC74;
}
#mainContents #excursionModel .excursionModelBox h5 {
  font-size: 2.4rem;
  line-height: 1.4;
}
#mainContents #excursionModel.c01 .excursionModelBox h5 {
  color: #DC808F;
}
#mainContents #excursionModel.c02 .excursionModelBox h5 {
  color: #BA6694;
}
#mainContents #excursionModel.c03 .excursionModelBox h5 {
  color: #2999D0;
}
#mainContents #excursionModel.c04 .excursionModelBox h5 {
  color: #20AC74;
}
@media only screen and (max-width: 559px) {
  #mainContents #excursionModel #excursionModelTitle h4 {
    font-size: 2.0rem;
  }

  #mainContents #excursionModel .excursionModelBox {
    margin: 0 0 120px;
  }
  #mainContents #excursionModel .excursionModelBox .column_L {
    float: none;
    width: 100%;
    padding: 0 0 10px;
  }
  #mainContents #excursionModel .excursionModelBox .column_L .youtubeBox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-bottom: 50px;
  }
  #mainContents #excursionModel .excursionModelBox .column_L .youtubeBox iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #mainContents #excursionModel .excursionModelBox.waku .column_L {
    float: none;
    width: 100%;
  }
  #mainContents #excursionModel .excursionModelBox .column_R {
    float: none;
    width: 100%;
  }
  #mainContents #excursionModel .excursionModelBox.waku .column_R {
    width: 100%;
  }
  #mainContents #excursionModel .excursionModelBox .column_R .start {
    padding: 5px 10px 6px;
    font-size: 1.8rem;
  }
  #mainContents #excursionModel .excursionModelBox h5 {
    font-size: 1.8rem;
  }
}

#excursionModelGift {
  width: 100%;
}
#excursionModelGift .excursionGiftBox {
  position: relative;
  float: left;
  width: 300px;
  /* height: 350px; */
  margin: 0 40px 40px 0;
  padding: 10px;
  box-sizing: border-box;
  background-color: #FFF;
  box-shadow:0px 0px 6px 3px rgba(0,0,0,0.06);
}
#excursionModelGift .excursionGiftBox:nth-child(3n) {
  margin: 0 0 40px 0;
}
#excursionModelGift .excursionGiftBox img {
  width: 100%;
  height: auto;
}
#excursionModelGift .excursionGiftBox h4 {
  padding: 10px 0 0;
  font-size: 2.0rem;
  line-height: 1.4;
}
@media only screen and (max-width: 559px) {
  #excursionModelGift {
    width: 100%;
  }
  #excursionModelGift .excursionGiftBox {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
  }
  #excursionModelGift .excursionGiftBox:nth-child(3n) {
    margin: 0 0 30px 0;
  }
  #excursionModelGift .excursionGiftBox h4 {
    font-size: 1.6rem;
  }
}


#mainContents #hachiojiEventArea {
  width: 100%;
}
#mainContents #hachiojiEventArea .hachiojiBox {
  float: left;
  width: 300px;
  height: auto;
  margin: 0 40px 40px 0;
  padding: 0 0 15px;
  background-color: #FFF;
  box-shadow:0px 0px 6px 3px rgba(0,0,0,0.06);
}
#mainContents #hachiojiEventArea .hachiojiBox:nth-child(3n) {
  margin: 0 0 40px 0;
}
#mainContents #hachiojiEventArea .hachiojiBox img {
  width: 100%;
  height: auto;
}
#mainContents #hachiojiEventArea .hachiojiBox h4 {
  padding: 5px 5% 0;
  font-size: 2.0rem;
  line-height: 1.4;
}
#mainContents #hachiojiEventArea .hachiojiBox p {
  width: 100%;
  padding: 5px 5% 0;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.4;
}
#mainContents #hachiojiEventArea .hachiojiBox p.date {
  padding: 10px 5% 0;
  color: #AAC300;
}

@media only screen and (max-width: 559px) {
  #mainContents #hachiojiEventArea {
    width: 100%;
  }
  #mainContents #hachiojiEventArea .hachiojiBox {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    padding: 0 0 15px;
  }
  #mainContents #hachiojiEventArea .hachiojiBox::after {
    bottom: 25px;
  }
  #mainContents #hachiojiEventArea .hachiojiBox:nth-child(3n) {
    margin: 0 0 30px 0;
  }
  #mainContents #hachiojiEventArea .hachiojiBox h4 {
    font-size: 1.8rem;
  }
  #mainContents #hachiojiEventArea .hachiojiBox p {
    width: 80%;
    font-size: 1.3rem;
  }
}

#mainContents .mapIcon {
  width: 100%;
}
#mainContents .mapIcon ul {
  list-style-type: none;
}
#mainContents .mapIcon ul li {
  position: relative;
  float: left;
  margin: 0 30px 20px 0;
  padding: 0 0 0 25px;
  font-size: 1.6rem;
}
#mainContents .mapIcon ul li::before {
  position: absolute;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-size: 20px;
  content: "";
}
#mainContents .mapIcon ul li.mapIcon01::before {
  background-image: url("/hachioji/img/map_icon01.png");
}
#mainContents .mapIcon ul li.mapIcon02::before {
  background-image: url("/hachioji/img/map_icon02.png");
}
#mainContents .mapIcon ul li.mapIcon03::before {
  background-image: url("/hachioji/img/map_icon03.png");
}
#mainContents .mapIcon ul li.mapIcon04::before {
  background-image: url("/hachioji/img/map_icon04.png");
}
#mainContents .mapIcon ul li.mapIcon05::before {
  background-image: url("/hachioji/img/map_icon05.png");
}
#mainContents .mapIcon ul li.mapIcon06::before {
  background-image: url("/hachioji/img/map_icon06.png");
}
#mainContents .mapIcon ul li.mapIcon07::before {
  background-image: url("/hachioji/img/map_icon07.png");
}
#mainContents .mapIcon ul li.mapIcon08::before {
  background-image: url("/hachioji/img/map_icon08.png");
}
@media only screen and (max-width: 559px) {
  #mainContents .mapIcon ul li {
    margin: 0 20px 15px 0;
    padding: 0 0 0 20px;
    font-size: 1.4rem;
  }
  #mainContents .mapIcon ul li::before {
    top: -1px;
    width: 15px;
    height: 15px;
    background-size: 15px;
  }
}


/* お問い合わせ  /////////////////////////////*/
#mainContents #faqArea {
  width: 100%;
}
#mainContents #faqArea .faqBox {
  width: 100%;
  margin: 0 0 40px;
  background-color: rgba(232, 247, 223, 0.5);
}
#mainContents #faqArea .faqBox h3 {
  width: 100%;
  height: auto;
  padding: 15px 15px;
  box-sizing: border-box;
  background-color: #AAC300;
  font-size: 2.4rem;
  color: #FFF;
}
#mainContents #faqArea .faqBox h3::before {
  font-size: 3.0rem;
  content: "Q ";
}
#mainContents #faqArea .faqBox p {
  padding: 20px 15px;
}
@media only screen and (max-width: 559px) {
  #mainContents #faqArea .faqBox h3 {
    padding: 7px 10px 10px;
    font-size: 1.8rem;
  }
  #mainContents #faqArea .faqBox h3::before {
    font-size: 2.4rem;
  }
  #mainContents #faqArea .faqBox p {
    padding: 10px 10px;
  }
}


/*==========================================
 CONTACT
===========================================*/
#mainContents #contactArea {
  width: 100%;
}
#mainContents #contactArea table {
  width: 100%;
}
#mainContents #contactArea table tr {
  background-color: #FAFAFA;
}
#mainContents #contactArea table tr:nth-child(2n) {
  background-color: #FFF;
}
#mainContents #contactArea table tr th {
  width: 250px;
  padding: 35px 20px;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
#mainContents #contactArea table tr th.text::after {
  display: none;
}
#mainContents #contactArea table tr td {
  position: relative;
  padding: 20px 20px;
  box-sizing: border-box;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: middle;
}
#mainContents #contactArea table tr td span.red {
  position: absolute;
  left: 20px;
  top: 0;
  padding: 2px 6px 3px;
  background-color: #E95514;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #fff;
  font-size: 12px;
}
#mainContents #contactArea table tr td span.red::before {
  position: absolute;
  left: 10px;
  bottom: -10px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #e95414 transparent transparent transparent;
}
#mainContents #contactArea input[type="text"],
#mainContents #contactArea input[type="tel"],
#mainContents #contactArea input[type="email"] {
  width: 300px;
  height: 42px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #D6D6D6;
}
#mainContents #contactArea input[type="text"].errorCk,
#mainContents #contactArea input[type="tel"].errorCk,
#mainContents #contactArea input[type="email"].errorCk {
  background: #F9E5E9;
}
#mainContents #contactArea select {
  width: 300px;
  height: 42px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #D6D6D6;
}
#mainContents #contactArea textarea {
  width: 100%;
  height: 228px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #D6D6D6;
}
#mainContents #contactArea textarea.errorCk {
  background: #F9E5E9;
}
#mainContents #contactArea #formBot {
  width: 100%;
  margin: 50px 0 0;
  text-align: center;
}
#mainContents #contactArea #formBot input[type="submit"] {
  width: 280px;
  height: 50px;
  background-color: #B9D200;
  border: none;
  font-size: 1.8rem;
  color: #FFF;
  cursor: pointer;
}
#mainContents #contactArea #formBot input[name="submitBack"] {
  background-color: #606060;
  margin-right: 50px;
}
#mainContents #contactArea #formBot input[type="submit"]:hover {
  opacity: 0.7;
}
#mainContents #contactArea #formBot input#submit_button_no {
background-color: #CCC;
}
#mainContents #contactArea #formBot input#submit_button_no:hover {
  opacity: 1;
}
#mainContents #contactArea #formBot a#bot-btn-Return {
  display: inline-block;
  width: 280px;
  height: 50px;
  margin: 0 0 20px;
  padding: 15px 0 0;
  box-sizing: border-box;
  background-color: #CCC;
  border: none;
  font-size: 1.8rem;
  color: #FFF;
}
#mainContents #contactArea #formBot a#bot-btn-Return:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #mainContents #contactArea {
    margin: 20px 0 0;
  }
  #mainContents #contactArea table {
    width: 100%;
  }
  #mainContents #contactArea table tr th {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 15px;
  }
  #mainContents #contactArea table tr th.text::after {
    display: block;
    position: absolute;
    right: 5px;
    top: 17px;
    font-size: 1.2rem;
    content: "（半角英数字）";
  }
  #mainContents #contactArea table tr td {
    display: block;
    width: 100%;
    padding: 0 15px 15px;
  }
  #mainContents #contactArea table tr td.pt_40 {
    padding: 0 15px 15px;
  }
  #mainContents #contactArea table tr td span {
    display: none;
  }
  #mainContents #contactArea table tr td span.red {
    display: block;
    left: 16px;
    top: auto;
    bottom: -5px;
  }
  #mainContents #contactArea table tr td span.red::before {
    bottom: 15px;
    transform: rotateX(180deg);
  }
  #mainContents #contactArea input[type="text"],
  #mainContents #contactArea input[type="tel"],
  #mainContents #contactArea input[type="email"] {
    width: 100%;
    height: 42px;
    -webkit-appearance: none;
  }
  #mainContents #contactArea select {
    width: 100%;
    height: 42px;
    -webkit-appearance: none;
  }
  #mainContents #contactArea textarea {
    width: 100%;
    height: 218px;
    -webkit-appearance: none;
  }

  #mainContents #contactArea #formBot {
    width: 100%;
    margin: 50px 0 0;
    text-align: center;
  }
  #mainContents #contactArea #formBot input[type="submit"] {
    color: #FFF;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #mainContents #contactArea #formBot input[name="submitBack"] {
    background-color: #606060;
    margin-right: 20px;
  }
}
/* youtube */
#mainContents .youtubeType01 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

#mainContents .youtubeType01 iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
