@charset "utf-8";

/* PC・スマホ表示 */
@media (min-width:768px) {
  .pc_only {
      display: block !important;
  }
  .sp_only {
      display:none !important;
  }
}
@media only screen and (max-width:767px) {
  .pc_only {
      display:none !important;
  }
  .sp_only {
      display: block !important;
  }
}

/* 共通項目 */
.mrgn_top10 {
	margin-top: 10px!important;
}
.mrgn_top15{
	margin-top: 15px!important;
}
.mrgn_top20 {
	margin-top: 20px!important;
}
.mrgn_top30 {
	margin-top: 30px!important;
}
.mrgn_top40 {
	margin-top: 40px!important;
}
.mrgn_btm20 {
	margin-bottom: 20px!important;
}

/* メインビジュアル */
.main_bg {
	background: url("../img/main_bg_img.jpg") no-repeat center / 100% 100%;
}
.main_bgwrap {
	overflow: hidden;
}
.pattern01 img{
    opacity: 0;
    transform: translateX(-40px);
    transition: .9s;
}
.pattern01.show img{
    opacity: 1;
    transform: translateX(0);
}
@media (max-width: 1400px) {
.main_bg {
	background: url("../img/main_bg_img.jpg") no-repeat center / auto 100%;
}
}


/* 幅全体グレー背景 */
.wid100_bg {
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
}
.sec_gray {
	background-color: #F2F2F2;
	padding: 40px 0 50px 0;
}

/* 背景色付きH3 */
.h3_facility {
    padding: 0.5em 0;
    background: #FFF;
    border: solid 2px #00a0c8;
	color: #00a0c8;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

/* ラインアップH3 */
.h3_lineup {
	margin-top: 15px;
	color: #729330;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	height: 32px;
	padding: 0 20px;
}
@media screen and (max-width:767px) {
.h3_lineup {
	height: auto;
	padding: 0;
}
}
.tx_md2 {
	text-align: center;
}
.tx_md2 p {
	display: inline-block;
	text-align: left;
}


/* ラインアップ表 */
.h3_table {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 10px;
}
.ast_01 {
	font-size: smaller;
	vertical-align: top;
}
.tbl_cell_blue {
	background-color: #deeff5;
}

