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

/* ----------------------------------------------------------------------------------------------------
*  top
* --------------------------------------------------------------------------------------------------*/
.top #content{
	padding: 0;
}

@media screen and (max-width:750px) {
	.top #content{
		margin-top: 0;
	}
}

/* topAnimation
--------------------------------------------------*/
#topAnimation {
	width: 100%;
	background: #003557;
	overflow: hidden;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	-webkit-transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 3.1s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: areaFade;
	transform-origin: top left;
	animation-timing-function: ease-in-out;
	animation-duration: 1s;
	animation-delay: 3.1s;
	animation-fill-mode: both;
	animation-name: areaFade;
}

@-webkit-keyframes areaFade {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes areaFade {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/* topLogo */
#topAnimation .topLogoWrap {
	width: 280px;
	height: 171px;
	padding: 42px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#topAnimation .topLogoWrap:before,
#topAnimation .topLogoWrap:after {
	width: 17px;
	height: 228px;
	background: #003557;
	position: absolute;
	content: "";
	z-index: 10;
	-webkit-transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: bdCross01;
	transform-origin: top left;
	animation-timing-function: ease-in-out;
	animation-duration: 0.4s;
	animation-fill-mode: both;
	animation-name: bdCross01;
}
#topAnimation .topLogoWrap:before {
	top: 11px;
	left: 50px;
	-webkit-transform: rotate(-45deg);
	-webkit-animation-delay: 1.6s;
	transform: rotate(-45deg);
	animation-delay: 1.6s;
}
#topAnimation .topLogoWrap:after {
	top: 0;
	right: 50px;
	-webkit-transform: rotate(45deg);
	-webkit-animation-delay: 2.4s;
	transform: rotate(45deg);
	animation-delay: 2.4s;
}
#topAnimation .topLogo {
	position: relative;
	z-index: 100;
}
#topAnimation .topLogo:nth-child(1):before,
#topAnimation .topLogo:nth-child(1):after {
	width: 1px;
	background: #deac00;
	position: absolute;
	content: "";
	-webkit-transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: bdCross02;
	transform-origin: top left;
	animation-timing-function: ease-in-out;
	animation-duration: 0.3s;
	animation-fill-mode: both;
	animation-name: bdCross02;
}
#topAnimation .topLogo:nth-child(1):before {
	top: 2px;
	left: 47.8%;
	-webkit-transform: rotate(45deg);
	-webkit-animation-delay: 2.4s;
	transform: rotate(45deg);
	animation-delay: 2.4s;
}
#topAnimation .topLogo:nth-child(1):after {
	top: 3px;
	right: 55.4%;
	-webkit-transform: rotate(-45deg);
	-webkit-animation-delay: 1.6s;
	transform: rotate(-45deg);
	animation-delay: 1.6s;
}
#topAnimation .topLogo:nth-child(2) {
	margin: 17px 0;
}
#topAnimation .topLogo img {
	display: block;
	width: 100%;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: logoImage;
	animation-timing-function: ease-in-out;
	animation-duration: 0.4s;
	animation-fill-mode: both;
	animation-name: logoImage;
}
#topAnimation .topLogo:nth-child(1) img,
#topAnimation .topLogo:nth-child(3) img {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.main_viewCover{
	background:url(/_asset/img/common/overlay.png);
	background-repeat: repeat;
    position: fixed;
    right: 0;
    bottom: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    z-index:10;
}

@-webkit-keyframes logoImage {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes logoImage {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes bdCross01 {
	0% {
		opacity: 0;
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes bdCross01 {
	0% {
		opacity: 0;
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/*@keyframes bdCross01 {
	0% {
		height: 0;
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	100% {
		height: 228px;
	}
}
@-webkit-keyframes bdCross01 {
	0% {
		height: 0;
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	100% {
		height: 228px;
	}
}*/

@keyframes bdCross02 {
	0% {
		height: 0;
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	100% {
		height: 10px;
	}
}
@-webkit-keyframes bdCross02 {
	0% {
		height: 0;
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	100% {
		height: 10px;
	}
}

/* 上線と左線 */
.logoBorderTop span {
	display: block;
	width: 7px;
	height: 95px;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	border-right: 7px solid #deac00;
	position: absolute;
	bottom: 38px;
	left: 0;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-delay: 0.6s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: bdTopBottom;
	animation-timing-function: ease-in-out;
	animation-duration: 0.8s;
	animation-delay: 0.6s;
	animation-fill-mode: both;
	animation-name: bdTopBottom;
}
.logoBorderTop:before,
.logoBorderTop:after {
	width: 0;
	height: 0;
	border-top: 7px solid #deac00;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	position: absolute;
	content: "";
	box-sizing: border-box;
	-webkit-transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-delay: 0.6s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: bdRightLeft;
	transform-origin: top left;
	animation-timing-function: ease-in-out;
	animation-duration: 0.8s;
	animation-delay: 0.6s;
	animation-fill-mode: both;
	animation-name: bdRightLeft;
}
.logoBorderTop:before {
	top: -2px;
	left: 50%;
	-webkit-transform: rotate(16.5deg);
	transform: rotate(16.5deg);
}
.logoBorderTop:after {
	top: 23%;
	left: 0;
	-webkit-transform: rotate(-16.5deg);
	transform: rotate(-16.5deg);
}

/* 下線と右線 */
.logoBorderBottom span {
	display: block;
	width: 7px;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	border-left: 7px solid #deac00;
	position: absolute;
	top: 38px;
	right: 0;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-delay: 0.6s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: bdTopBottom;
	animation-timing-function: ease-in-out;
	animation-duration: 0.8s;
	animation-delay: 0.6s;
	animation-fill-mode: both;
	animation-name: bdTopBottom;
}
.logoBorderBottom:before,
.logoBorderBottom:after {
	height: 0;
	border-bottom: 7px solid #deac00;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	position: absolute;
	content: "";
	box-sizing: border-box;
	-webkit-transform-origin: bottom right;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-delay: 0.6s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: bdRightLeft;
	transform-origin: bottom right;
	animation-timing-function: ease-in-out;
	animation-duration: 0.8s;
	animation-delay: 0.6s;
	animation-fill-mode: both;
	animation-name: bdRightLeft;
}
.logoBorderBottom:before {
	bottom: 23.65%;
	right: 0;
	-webkit-transform: rotate(-16.5deg);
	transform: rotate(-16.5deg);
}
.logoBorderBottom:after {
	bottom: -1px;
	right: 50%;
	-webkit-transform: rotate(16.5deg);
	transform: rotate(16.5deg);
}

@-webkit-keyframes bdTopBottom {
	0% {
		height: 0;
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	100% {
		height: 95px;
	}
}
@keyframes bdTopBottom {
	0% {
		height: 0;
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	100% {
		height: 95px;
	}
}

@-webkit-keyframes bdRightLeft {
	0% {
		width: 0;
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	100% {
		width: 52.1%;
	}
}
@keyframes bdRightLeft {
	0% {
		width: 0;
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	100% {
		width: 52.1%;
	}
}

/* topSlider
--------------------------------------------------*/
.sliderText{
    padding: 0 3.7%;
    position: absolute;
    bottom: 5%;
    right: 0%;
    z-index: 10;
    text-align: right;
    font-family: 'BebasNeue';
    font-size: 75px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-shadow: 0 0 10px rgba(0,0,0,0.50);
}
.sliderText img{
	width: 100%;
}
.sliderText a img:hover{
	opacity: 0.7;
}
#topSlider .sliderImage{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	outline: none;
}
#topSlider .sliderImage:nth-child(1){
	background-image: url(/_asset/img/top/top_slider01_sp.jpg);
}
#topSlider .sliderImage:nth-child(2){
	background-image: url(/_asset/img/top/top_slider02_sp.jpg);
}
#topSlider .sliderImage:nth-child(3){
	background-image: url(/_asset/img/top/top_slider03_sp.jpg);
}
#topSlider .sliderImage:nth-child(4){
	background-image: url(/_asset/img/top/top_slider04_sp.jpg);
}


/* topMovie
--------------------------------------------------*/
.pc {display: block}
.sp {display: none}

.sliderText{
    padding: 0 3.5%;
    position: absolute;
    bottom: 5%;
    right: 0%;
    z-index: 20;
    text-align: right;
    font-family: 'BebasNeue';
    font-size: 75px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-shadow: 0 0 10px rgba(0,0,0,0.50);
}
.sliderText img{
	width: 100%;
}
.sliderText a img:hover{
	opacity: 0.7;
}
#sound{
    position: fixed;
    right: 0;
    bottom: 0;
    min-height: 100%;
    min-width: 100%;
	height: auto;
	width: auto;
	z-index: 1;
}
@media screen and (max-width:750px) {
	.pc {display: none}
	.sp {display: block}
	.sliderText{
    padding: 0 20%;
	}
}

/* topNavi
--------------------------------------------------*/
#topNavi{
	position: fixed;
	top: 1em;
	right: 1.5em;
	z-index: 100;
}
#topNavi li{
	margin-left: 2em;
	float: left;
}
#topNavi a{
	text-shadow: 0 0 4px rgba(0,0,0,0.80);
	opacity: 0.5;
	transition: 0.6s;
}
#topNavi a:hover{
	opacity: 1.0;
}

/* topNews
--------------------------------------------------*/
#topNews{
	width: calc(100% - 300px);
	padding: 0 30px 0 0;
	background: #191919;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 100;
}
#topNews dl {
	width: 85%;
}
#topNews dt{
/*	height: 30px; */
	padding: 0.2em 1.5em 0;
	border-right: solid 1px #fff;
	float: left;
	font-family: 'BebasNeue';
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 0.05em;
}
#topNews dd{
	padding-top: 3px;
}
#topNews .newsDate{
	display: block;
	margin: 0 1em 0 2em;
	float: left;
	color: #deac00;
	font-weight: bold;
}
#topNews .newsTitle{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#topNews .btnNews{
    position: absolute;
    bottom: 5%;
    right: 5%;
}

@media print, screen and (max-width:1365px) and (min-width:751px) {
	#topNews{
		width: calc(100% - 200px);
	}
}

@media screen and (max-width:750px) {
	#topNews{
		width: 100%;
		padding: 0 15px 0 0;
		left: 0;
	}
	#topNews dl {
		display: block;
		width: 78%;
	}
	#topNews dl > * {
		display: block;
	}
	#topNews dt{
		height: auto;
		padding: 0.3em 1em 0;
		float: left;
	}
	#topNews dd{
		padding-top: 0.2em;
	}
	#topNews .newsDate{
		display: block;
		margin: 0 1em;
		float: left;
	}
	#topNews .newsTitle{
		display: block;
		width: auto;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	#topNews .btnNews{
		margin-top: 0.2em;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  concept
* --------------------------------------------------------------------------------------------------*/
.concept #content {
	padding-bottom: 40px;
	background-image: url(../img/concept/concept_bg01_pc.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.conceptLogoArea img {
	display: block;
	margin: auto;
}
.conceptLogoArea img:nth-child(2) {
	margin: 20px auto 25px;
}
.conceptImage {
	display: block;
	max-width: 375px;
	margin: 80px auto 85px;
	overflow: hidden;
}
.conceptImage li {
	width: 50%;
	float: left;
}
.conceptImage li a{
	display: block;
	position: relative;
	background: #deac00;
}
.conceptImage a img {
	backface-visibility: hidden;
	transition: 0.3s;
}
.conceptImage a img:nth-child(1) {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.conceptImage a:hover img:nth-child(2) {
	opacity: 0.6;
}

@media screen and (max-width:750px) {
	.concept #content {
		padding: 55px 0 30px;
		background-image: url(../img/concept/concept_bg01_sp.jpg);
	}
	.conceptLogoArea img {
		max-width: 74.67%;
	}
	.conceptLogoArea img:nth-child(2) {
		margin: 20px auto;
	}
	.conceptImage {
		max-width: 100%;
		margin: 55px auto 30px;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  program
* --------------------------------------------------------------------------------------------------*/
/* layout */
.program #content {
	padding: 0;
}
.program .pcSecWrap .section .inner,
.program .pcSecWrap .slide .inner {
	background: url(../img/program/Program01_01.jpg) no-repeat center / cover;
}
.program .pcSecWrap .section:nth-child(2) .inner,
.program .pcSecWrap .slide:nth-child(2) .inner {
	background-image: url(../img/program/Program02_01.jpg);
}
.program .pcSecWrap .section:nth-child(3) .inner,
.program .pcSecWrap .slide:nth-child(3) .inner {
	background-image: url(../img/program/Program03_01.jpg);
}
.program .pcSecWrap .section:nth-child(4) .inner,
.program .pcSecWrap .slide:nth-child(4) .inner {
	background-image: url(../img/program/Program04_01.jpg);
}
.program .pcSecWrap .section .inner::before,
.program .pcSecWrap .slide .inner::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/program/program_bg01.png) repeat left top / auto;
}

@media screen and (max-width:750px) {
	.program #content {
		margin: 0;
	}
}

/* title */
.program .titleArea {
	position: relative;
}
.program .secTitle {
	text-align: center;
	font-size: 18px;
	line-height: 1.0;
}
.program .secTitle span {
	display: block;
}
.program .secTitle .num {
	font-family: 'Crimson Text', serif;
	font-size: 30px;
	font-weight: 400;
}
.program .secTitle .en {
	margin-top: 10px;
	font-family: 'Crimson Text', serif;
	font-size: 50px;
	font-weight: 600;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.program .secTitle .jp {
	font-weight: bold;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width:750px) {
	.program .secTitle .en {
		margin-top: 20px;
		font-size: 40px;
	}
}

/* detail */
.program .detail {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	font-size: 15px;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.program .detail dt {
	font-size: 21px;
	font-weight: bold;
}
.program .detail .btnStyle02 {
	margin-top: 20px;
}

@media screen and (max-width:750px) {
	.program .detail {
		position: static;
		font-size: 12px;
		padding: 30px 0;
	}
	.program .detail dt {
		font-size: 15px;
	}
	.program .detail .btnStyle02 {
		margin-top: 20px;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  access
* --------------------------------------------------------------------------------------------------*/
#map1 {
	width: 100%;
	height: 360px;
}

#map2 {
	width: 100%;
	height: 360px;
}
.accessDl {
	max-width: 525px;
	margin: auto;
  margin-bottom: 30px;
}
.accessDl dt {
	padding-bottom: 12px;
	border-bottom: dashed 1px #fff;
	margin: 50px 0 15px;
	position: relative;
	font-size: 15px;
	line-height: 1.4;
	font-weight: bold;
}
.accessDl dt .btnStyle01 {
	margin: auto;
	position: absolute;
	top: 0.3em;
	right: 0;
}
#content #main .ankMenu{
  display: flex;
  flex-wrap: wrap;
  max-width:500px;
  justify-content: center;
  margin:0 auto 50px;
}
#content #main .ankMenu .ankItem{
  width:200px;
  text-align: center;
  margin: 10px auto;
  padding: 3px 0;
  font-weight: 600;
  font-size:1.0rem;
  border:solid 1px rgba(255,255,255,0.8);
  border-radius: 5px;
}
#content #main .ankMenu .ankItem:hover{
  background-color: rgba(255,255,255,0.65);
  border:#003557;
  color:#003557;
  transition: all .6s ease-in-out;
}
#content #main .ankMenu .ankItem a{
  display: block;
  width: 200px;
}
.ank_box{
  float:left;
margin:0 auto;
}

@media screen and (max-width:750px) {
	.access #content {
		padding: 20px 0;
	}
	#map1 {
		height: 300px;
	}
  #map2 {
		height: 300px;
	}
  #content #main .ankMenu{
    display: block;
    width:80%;
    margin: 10px auto;
    }
 #content #main .ankMenu .ankItemm{
   margin: 5px auto;
  }
	.accessDl dt {
		padding-bottom: 15px;
		margin-top: 30px;
	}
	.accessDl dt .btnStyle01 {
		display: inline-block;
		position: static;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  privacy
* --------------------------------------------------------------------------------------------------*/
@media screen and (max-width:750px) {
	.privacy #main {
		padding-top: 30px;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  contact
* --------------------------------------------------------------------------------------------------*/
.contact .leadBox .ttlStyle02 {
	margin-bottom: 25px;
}
.formArea {
	max-width: 582px;
	padding: 30px 35px 42px;
	margin: 25px auto 0;
	background: #e8e8e8;
}
.formTable {
	width: 100%;
}
.formTable .caution{
	color: red;
	font-weight: bold;
}
.formTable tr + tr {
	border-top: solid 10px transparent;
}
.formTable th {
	width: 150px;
	padding: 6px 45px 4px 0;
	vertical-align: top;
	text-align: left;
}
.formTable th.must {
	position: relative;
}
.formTable th.must .must {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 9px;
	padding: 2px 2px 1px;
	background: #fff;
	border: 1px solid #f00;
	color: #f00;
	line-height: 1.0;
}
.formTable th.must + td .choiceList dt {
	position: relative;
}
.formTable th.must + td .choiceList dt .must {
	display: inline-block;
	position: absolute;
	right: calc(100% + 10px);
	top: 9px;
	padding: 2px 2px 1px;
	background: #fff;
	border: 1px solid #f00;
	color: #f00;
	line-height: 1.0;
	white-space: nowrap;
}
.formTable td {
	width: calc(100% - 150px);
}
.formTable [class*="inputText"],
.formTable textarea {
	border-radius: 0;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.formTable [class*="inputText"] {
	height: 36px;
	padding: 0 5px;
}
.formTable .inputText01 {
	width: 100%;
}
.formTable .inputText02 {
	width: 38px;
}
.formTable .inputText03 {
	width: 100px;
	background: #fff url(../img/contact/contact_ico01.svg) no-repeat calc(100% - 4px) center / 24px;
}
.formTable textarea {
	width: 100%;
	height: 154px;
	padding: 5px;
	resize: none;
}
.formTable p.error {
	color: #f00;
}
.choiceList dt {
	padding-top: 6px;
	float: left;
}
.choiceList dt:nth-of-type(n+2),
.choiceList dd:nth-of-type(n+2) {
	margin-top: 12px;
}
.choiceList dd {
	margin-left: 6em;
}
.choiceDate li {
	float: left;
	position: relative;
}
.choiceDate li + li {
	margin-left: 5px;
}
.choiceDate li + li:nth-child(2) {
	margin-left: 15px;
}
.choiceDate .inputText02 {
	vertical-align: baseline;
	margin-right: 5px;
}
.formTable + .ttlStyle03 {
	margin: 45px 0 25px;
}
.formPrivacy {
	height: 154px;
	margin-top: 12px;
	background: #fff;
}
.formPrivacyIn {
	padding: 15px 20px;
}
.caution {
	color: red;
	font-weight: bold;
}

/* datepicker
--------------------------------------------------*/
/* common */
.ui-corner-all {
	border-radius: 0;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	background: #d9e1e6;
	border: none;
	color: #191919;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	background: #faf3d9;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	background: #003557;
	color: #fff;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	opacity: 0.3;
	filter: Alpha(Opacity=30);
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: 0.6;
	filter: Alpha(Opacity=60);
}
/* container */
.ui-widget {
	font-size: 11px;
	font-family: BebasNeue, sans-serif;
	letter-spacing: 0.1em;
}
.ui-widget.ui-widget-content {
	border: none;
}
.ui-widget-content {
	color: inherit;
}
.ui-datepicker {
	width: 300px;
	padding: 0;
}
/* title Area */
.ui-datepicker .ui-datepicker-header {
	padding: 7px 10px;
}
.ui-widget-header {
	border: none;
	background: #003557;
	color: #fff;
}
.ui-widget-header .ui-icon {
	background: none;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0;
	line-height: 1.0;
	text-align: left;
}
.ui-datepicker-month {
	font-size: 30px;
	vertical-align: middle;
}
.ui-datepicker-month .en {
	margin-left: 9px;
	text-transform: uppercase;
	font-size: 18px;
	vertical-align: middle;
}
.ui-datepicker-year {
	margin-left: 2px;
	font-size: 18px;
	vertical-align: middle;
}
/* next / prev */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 50%;
	width: 10px;
	height: 12px;
	margin-top: -10px;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	background: none;
	border: none;
}
.ui-datepicker .ui-datepicker-prev {
	left: auto;
	right: 25px;
}
.ui-datepicker .ui-datepicker-next {
	right: 6px;
}
.ui-datepicker .ui-datepicker-prev::before,
.ui-datepicker .ui-datepicker-next::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 10px 13px;
}
.ui-datepicker .ui-datepicker-prev::before {
	border-left-width: 0;
	border-right-color: #fff;
}
.ui-datepicker .ui-datepicker-next::before {
	border-right-width: 0;
	border-left-color: #fff;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: none;
}
/* table */
.ui-datepicker table {
	font-size: 2.2em;
	margin: 0;
}
.ui-datepicker th {
	padding: 0;
	font-weight: normal;
	color: #191919;
	font-size: 10px;
}
.ui-datepicker td {
	padding: 1px 2px 2px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	padding: 2px 0 1px;
	text-align: center;
	line-height: 1.0;
}
.ui-datepicker .ui-datepicker-other-month {
	position: relative;
	line-height: 1.0;
	opacity: 1.0;
	filter: Alpha(Opacity=100);
}
.ui-datepicker .ui-datepicker-other-month::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 3px);
	background: #d9e1e6;
}

/* mCustomScrollbar
--------------------------------------------------*/
.formPrivacy .mCSB_scrollTools {
	top: 2px;
	bottom: 2px;
}
.formPrivacy .mCSB_scrollTools .mCSB_draggerContainer {
	background: #fff;
	left: auto;
	right: 9px;
}
.formPrivacy .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 9px;
	border-radius: 4px;
	background: #bfbfbf !important;
}
.formPrivacy .mCSB_inside > .mCSB_container {
	border-right: solid 1px #e8e8e8;
	margin-right: 14px;
}
.formPrivacy .mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent!important;
}
.formPrivacy + .btnStyle02,
.errorDetail + .btnStyle02 {
	margin-top: 30px;
}

@media screen and (max-width:750px) {
	.contact #footer {
		margin-top: 0;
	}
	.contact .contentIn {
		padding: 0;
	}
	.contact .leadBox {
		padding: 20px 8% 0;
		margin-bottom: 20px;
	}
	.contact .leadBox .ttlStyle02 {
		margin-bottom: 5px;
	}
	.formArea {
		max-width: none;
		padding: 20px 8% 25px;
		margin-top: 20px;
	}
	.formTable,
	.formTable tbody,
	.formTable tr,
	.formTable th,
	.formTable td {
		display: block;
		width: auto;
	}
	.formTable th {
		padding: 5px 0 3px;
	}
	.formTable th.must + td .choiceList dt .must {
		right: 10px;
		top: 2px;
	}
	.choiceList dt {
		padding-top: 0;
		float: none;
	}
	.choiceList dt:nth-of-type(n+2) {
		margin-top: 3px;
	}
	.choiceList dd:nth-of-type(1n+0) {
		margin-top: 3px;
	}
	.choiceList dd {
		margin-left: 0;
	}
	.choiceDate li + li {
		margin-left: 11px;
	}
	.choiceDate li + li:nth-child(2) {
		margin-left: -18px;
	}
	.choiceDate .inputText02 {
		margin-right: 7px;
	}
	.formTable .inputText03 {
		width: 133px;
		height: 48px;
		padding: 0 6px;
		background-position: calc(100% - 5px) center;
		background-size: 32px;
		font-size: 16px;
		-webkit-transform-origin: left top;
		transform-origin: left top;
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.formTable + .ttlStyle03 {
		margin: 15px 0 0;
	}
	.formPrivacy {
		margin-top: 10px;
		height: 108px;
	}
	.formPrivacyIn {
		padding: 10px 15px;
	}
	.ui-datepicker {
		margin-top: -12px;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  flow
* --------------------------------------------------------------------------------------------------*/
.flow .ttlStyle02 {
	margin-bottom: 20px;
}
.flowBox {
	max-width: 546px;
	padding: 15px 20px 20px;
	margin: 60px auto 0;
	background: #deac00;
	position: relative;
}
.flowBox:not(:last-child):before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 30px 0 30px;
	border-color: #deaa00 transparent transparent transparent;
	margin: auto;
	position: absolute;
	bottom: -19px;
	left: 0;
	right: 0;
	content: "";
}
.flowBox:after {
	content: "";
	display: block;
	clear: both;
}
.flowBox + .flowBox {
	margin-top: 50px;
}
.flowBox .boxImage {
	float: left;
	overflow: hidden;
}
.flowBox .boxImage .flowStep {
	display: table;
	width: 60px;
	background: #003557;
	float: left;
}
.flowBox .boxImage .flowStep p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-family: 'BebasNeue';
	font-size: 18px;
	line-height: 1.1;
	letter-spacing: 0.05em;
}
.flowBox .boxImage .flowStep p span {
	display: block;
	font-size: 30px;
}
.flowBox .boxImage .flowImage {
	margin-left: 60px;
}
.flowBox .boxText {
	margin: 10px 0 0 240px;
}
.flowBox .boxText dt {
	padding-bottom: 0.8em;
	border-bottom: dashed 1px #505050;
	margin-bottom: 0.8em;
	color: #191919;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: -0.05em;
}

@media screen and (max-width:750px) {
	.flow .contentIn {
		padding: 20px 0 0;
	}
	.flow #footer {
		margin-top: 0;
	}
	.flow .ttlStyle02 {
		margin-bottom: 10px;
	}
	.flowBox {
		padding: 30px 8%;
		margin-top: 25px;
	}
	.flowBox + .flowBox {
		margin-top: 45px;
	}
	.flowBox .boxImage {
		float: none;
	}
	.flowBox .boxText {
		margin: 23px 0 0;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  trainer
* --------------------------------------------------------------------------------------------------*/
.trainerBox {
	max-width: 546px;
	margin: auto;
	overflow: hidden;
}
.trainerBox + .trainerBox {
	margin-top: 120px;
}
.trainerBox .boxImage {
	width: 41.39%;
}
.trainerBox .boxText {
	width: 51.3%;
}
.trainerBox .boxText > * + * {
	padding-top: 0.9em;
	border-top: dashed 1px #505050;
	margin-top: 0.9em;
}
.trainerBox .boxText .trainerName span {
	display: block;
	color: #191919;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
}

@media screen and (max-width:750px) {
	.trainer .ttlStyle02 {
		padding: 15px 0 10px;
		margin: 0;
	}
	.trainerBox + .trainerBox {
		margin-top: 35px;
	}
	.trainerBox .boxImage {
		width: auto;
		float: none;
	}
	.trainerBox .boxText {
		width: auto;
		float: none;
		margin-top: 20px;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  company
* --------------------------------------------------------------------------------------------------*/
.company #content {
	padding-top: 0;
}
.company .mainVisual img {
	width: 100%;
}
.company .ttlStyle02 {
	margin: 55px 0 60px;
}
.company .ttlStyle03 {
	margin-bottom: 25px;
}

@media screen and (max-width:750px) {
	.company .ttlStyle02 {
		margin: 30px 0 10px;
	}
	.company .ttlStyle03 {
		margin-bottom: 20px;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  agreement
* --------------------------------------------------------------------------------------------------*/
@media screen and (max-width:750px) {
	.agreement #content {
		padding-top: 20px;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  recruit
* --------------------------------------------------------------------------------------------------*/
.recruit #content {
	padding-bottom: 150px;
	background: url(../img/recruit/recruit_bg01_pc.jpg) no-repeat top center;
	background-size: cover;
}
.recruit .leadBox {
	margin-bottom: 25px;
}
.recruit .ttlStyle02 {
	margin-bottom: 30px;
}
.recruitBox {
	max-width: 580px;
	padding: 30px 35px 50px;
	margin: auto;
	background: #fff;
}

/* recruitSec01 */
.recruitSec01 .ttlStyle03 {
	margin-bottom: 20px;
}
.recruitMessage {
	padding: 31px 10px 31px;
	background-image: url(../img/recruit/recruit_bg02.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.recruitMessage p {
	margin-top: 1.65em;
}

/* recruitSec02 */
.recruitSec02 {
	margin-top: 25px;
}
.recruitSec02 .ttlStyle03 {
	margin-bottom: 5px;
}

/* boxBottom */
.recruit .boxBottom {
	padding-top: 25px;
}
.recruit .boxBottom .cmnTel {
	margin-top: 10px;
}

@media screen and (max-width:750px) {
	.recruit #content {
		padding-bottom: 0;
		background: none;
	}
	.recruit .contentIn {
		padding: 0;
	}
	.recruit #footer {
		margin-top: 0;
	}
	.recruit .leadBox {
		padding: 15px 4% 25px;
		margin-bottom: 20px;
		background: url(../img/recruit/recruit_bg01_sp.jpg) no-repeat top center;
		background-size: cover;
	}
	.recruit .ttlStyle02 {
		margin-bottom: 13px;
	}
	.recruitBox {
		padding: 0;
	}
	
	/* recruitSec01 */
	.recruitMessage {
		padding: 31px 4%;
	}
	.recruitMessage p {
		letter-spacing: -0.05em;
	}
	
	/* recruitSec02 */
	.recruitSec02 {
		padding: 0 8%;
		margin-top: 15px;
	}
	.recruitSec02 .ttlStyle03 {
		margin-bottom: 10px;
	}
	
	/* boxBottom */
	.recruit .boxBottom {
		padding: 20px 0 25px;
	}
	.recruit .boxBottom .cmnTel {
		margin-top: 15px;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  campaign
* --------------------------------------------------------------------------------------------------*/
.campaign #content {
	padding: 0;
}
.campaign .contentIn {
	padding: 0;
}

/* campaignArticle */
.campaignArticle .btnArea {
	padding: 50px 0;
	background: rgba(221,172,0,0.10);
}
.campaignProgram {
	padding: 60px 0;
}
.campaignProgramText {
	max-width: 750px;
	margin: 20px auto 0;
	font-size: 15px;
	letter-spacing: -0.02em;
}
.campaignProgramText img {
	margin-top: 75px;
}


@media screen and (max-width:750px) {
	/* campaignArticle */
	.campaignArticle .btnArea {
		padding: 40px 12%;
	}
	.campaignProgram {
		padding: 0 4% 20px;
	}
	.campaignProgramText {
		margin: 10px 0;
		letter-spacing: 0;
	}
	.campaignProgramText img {
		margin-top: 30px;
	}
}

/* campaignFooter */
#campaignFooter {
	padding: 40px 0;
	background: #003557;
	color: #fff;
	letter-spacing: -0.03em;
}
#campaignFooter .footerIn {
	max-width: 830px;
	padding: 0 10px;
}
.camFtTel {
	max-width: 51.45%;
	float: right;
	text-align: center;
}
.camFtTel .camFtTelText {
	display: block;
	margin-bottom: 8px;
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: -0.06em;
}
.camFtTel .camFtTelText:before {
	content: "●";
}
#camFtLogo {
	max-width: 45.3%;
	float: left;
}
.camFtCon02 {
	margin-top: 10px;
}
.businessHours {
	position: absolute;
	bottom: 0;
	right: 10px;
	font-size: 10px;
}
.camFtInfo {
	opacity: 0.7;
	position: absolute;
	bottom: 0;
	left: 10px;
	font-size: 9px;
}
.camFtLink {
	padding-left: 1.5em;
	font-family: 'DIN-Light';
	color: #ddac00;
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
}

@media screen and (max-width:1020px) {
	.camFtTel .camFtTelText {
		font-size: 10px;
	}
	.businessHours {
		bottom: 25px;
	}
	.camFtInfo {
		position: static;
	}
}

@media screen and (max-width:845px) {
	.businessHours {
		padding-bottom: 2.3em;
	}
	.camFtInfo {
		padding-top: 2em;
	}
}

@media screen and (max-width:750px) {
	#campaignFooter {
		padding: 30px 0;
		letter-spacing: 0;
	}
	#campaignFooter .footerIn {
		padding: 0 8%;
	}
	.camFtTel {
		max-width: none;
		float: none;
	}
	.camFtTel .camFtTelText {
		margin-bottom: 15px;
		font-size: 15px;
		line-height: 1.4;
		letter-spacing: 0;
	}
	.camFtTel .camFtTelText:before {
		display: none;
	}
	#camFtLogo {
		max-width: none;
		margin-top: 30px;
		float: none;
	}
	.businessHours {
		padding-bottom: 0;
		margin-top: 13px;
		position: static;
		font-size: 9px;
	}
	.camFtCon02 {
		margin-top: 15px;
	}
	.camFtInfo {
		padding-top: 0;
	}
	.camFtLink {
		padding-left: 0;
		margin-top: 20px;
	}
}




/* ----------------------------------------------------------------------------------------------------
*  price
* --------------------------------------------------------------------------------------------------*/
.price .leadBox {
	margin-bottom: 65px;
}
.price .ttlStyle02 {
	margin-bottom: 20px;
}
.priceContent {
	max-width: 546px;
	margin: auto;
}
.priceContent p{
	font-size: 15px;
}
.priceContent .imageList01{
	margin:20px 0;
}
.priceH2 {
	border-top: solid 1px #CCCCCC;
	padding-top: 30px;
	margin: 20px 0 20px;
	font-size: 18px;
	color: #191919;
	font-weight: bold;
	line-height: 1.5;
}
.priceDl dt {
	padding-bottom: 0.8em;
	border-bottom: dashed 1px #505050;
	margin-bottom: 0.8em;
	color: #191919;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
}
.priceList01 ,
.priceList03 {
	overflow: hidden;
}
.priceList01 li{
	background: #d9d9d9;
	margin-bottom: 8px;
}
.priceList03 li{
	/*background: #d9d9d9;*/
	border-left:solid 1px #deac00;
	border-right:solid 1px #deac00;
	border-bottom:solid 1px #deac00;
}
.priceList03 li:first-child {
	background: #deac00;
}
.priceList01 li,
.priceList03 li,
.priceList04 li {
	width: 100%;
	padding: 10px 0.5em;
	margin-right: 2%;
	float: left;
	text-align: center;
	color: #191919;
	line-height: 1.4;
	font-weight: bold;
	font-size: 14px;
}
.priceList01 li:nth-child(3n) {
	margin-right: 0;
}
.priceList02 {
	/*margin-top: 12px;*/
}
.priceList02 li {
	padding: 8px 0.5em 7px;
	background: #deac00;
	text-align: center;
	color: #191919;
	line-height: 1.4;
	font-weight: bold;
	padding: 20px 0;
	font-size: 15px;
}
.priceList02 li span {
	vertical-align: baseline;
	font-size: 18px;
	font-weight: bold;
}
.priceList03 {
	margin-bottom: 35px;
}
.priceNotes {
	margin: 17px 0 45px;
	font-size: 10px;
	line-height: 1.8;
}

@media screen and (max-width:750px) {
	.price .contentIn {
		padding: 0 10px;
	}
	.price .leadBox {
		padding-top: 13px;
		margin-bottom: 25px;
	}
	.price .ttlStyle02 {
		margin-bottom: 10px;
	}
	.priceDl {
		margin: 20px 8% 12px;
	}
	.priceList01 li {
		width: auto;
		margin: 0;
		float: none;
		font-size: 12px;
		margin-bottom: 8px;t
	}
	.priceList01 li:nth-child(n+2) {
		margin-top: 6px;
	}
	.priceList03 li{
		font-size: 11px;
	}
	.priceContent p {
		font-size: 10px;
		line-height: 15px;
		font-weight: bold;
	}
	.priceNotes {
		margin: 10px 10px;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  floor
* --------------------------------------------------------------------------------------------------*/
.floor #content {
	padding: 0 10% 0 12%;
}
.floor .ttlStyle02 {
	margin-bottom: 35px;
}
.floor .pcSecWrap .inner {
	max-width: 546px;
	margin: auto;
}
.floor .pcSecWrap .inner .imageList01 {
	margin: 35px 0 ;
}
.floor .pcSecWrap .inner .btnStyle02 {
	margin-top: 40px;
}

/* footer */
.floor #footer {
	position: fixed;
	left: auto;
	right: 0;
	width: calc(100% - 300px);
}

@media print, screen and (max-width: 1365px) and (min-width: 751px) {
	.floor #footer {
		width: calc(100% - 200px);
	}
}

@media screen and (min-width:751px) and (max-height: 855px) {
	.floor .pcSecWrap .section .inner,
	.floor .pcSecWrap .slide .inner {
		padding-top: 30px;
	}
	.floor .ttlStyle02 {
		margin-bottom: 25px;
	}
	.floor .pcSecWrap .inner .imageList01 {
		margin: 25px 0;
	}
	.floor .pcSecWrap .inner .btnStyle02 {
		margin-top: 30px;
	}
}

@media screen and (max-width:750px) {
	.floor #content {
		padding: 0;
		margin: 0;
	}
	.floor .pcSecWrap .inner {
		padding-bottom: 50px;
	}
	.floor .ttlStyle02 {
		margin-bottom: 15px;
	}
	.floor .pcSecWrap .inner .imageList01 {
		margin: 0 0 15px;
	}
	.floor .pcSecWrap .inner .imageList01 li {
		margin-top: 0.8%;
	}
	.floor .pcSecWrap .inner .floorText {
		padding: 0 8%;
	}
	.floor .pcSecWrap .inner .btnStyle02 {
		margin: 40px auto 0;
	}
	
	/* footer */
	.floor #footer {
		position: static;
		width: auto;
	}
}

/* ----------------------------------------------------------------------------------------------------
*  news
* --------------------------------------------------------------------------------------------------*/
.newsCont {
	background-color: #003557;
}

.news .ttlStyle02 {
	margin-bottom: 20px;
}

.news .leadBox {
    margin-bottom: 30px;
}

.news .newsContent {
	margin: 20px auto;	
}

.news .newsH2 {
	border-top: solid 1px #CCCCCC;
	padding-top: 30px;
	margin: 20px 0 20px;
	font-size: 18px;
	line-height: 1.5;
	border-top: solid 1px #CCCCCC;
}

.news .newsDate {
    margin-left:5px;
    font-weight: bold;
    font-size: 9pt;
	padding-right: 10px;
    border-right: solid 1px #CCCCCC;
	color: #000000;
}

.news .newsTitle {
	font-size: 9pt;
	font-weight: bold;
	margin-left: 10px;
    color: #000;
    text-decoration: underline;
}

#tab-body li {
	border-bottom: solid 1px #ccc;
}

#tab-list a {
   display: inline-block;            /* インラインブロック化 */
   border-width: 3px 3px 0px 3px;    /* 下以外の枠線を引く */
   border-style: solid;              /* 枠線の種類：実線 */
   border-color: #deac00;              /* 枠線の色：黒色 */
   border-radius: 0.75em 0.75em 0 0; /* 枠線の左上角と右上角だけを丸く */
   padding: 0.75em 1em;              /* 内側の余白 */
   text-decoration: none;            /* リンクの下線を消す */
   color: black;                     /* 文字色：黒色 */
   background-color: white;          /* 背景色：白色 */
   font-weight: bold;                /* 太字 */
   font-size: 14px;
   position: relative;               /* JavaScriptでz-indexを調整するために必要 */
}
/* ▼タブにマウスポインタが載った際(任意) */
#tab-list a:hover {
   background-color:#deac00;
   text-decoration:none;
   background-color:#deac00;
   text-decoration: underline;       /* 文字に下線を引く */
   -webkit-transition: 0.3s ease-in-out;
   -moz-transition: 0.3s ease-in-out;
   -o-transition: 0.3s ease-in-out;
   transition: 0.3s ease-in-out;

	
}

#tab-body a:hover {
  color:#deac00;
  text-decoration:none;
  color:#deac00;
  text-decoration:none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
	
}

#tab-body div {
   border: 3px solid #deac00; /* 枠線：黒色の実線を1pxの太さで引く */
   margin-top: -3px;        /* 上側にあるタブと1pxだけ重ねるために「-1px」を指定 */
   background-color: white; /* 背景色：白色 */
   position: relative;      /* z-indexを調整するために必要 */
   z-index: 0;              /* 重なり順序を「最も背面」にするため */
   padding: 0.5em;

}
/* ----------------------------------------------------------------------------------------------------
*  news(更新情報の投稿)
* --------------------------------------------------------------------------------------------------*/

.newsPost .entry-content p{
	color:#000;
	margin: 1%;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
}
.newsPost .entry-content img{
	display: block;
	margin:0 auto;
}
.newsPost .entry-content h1{
    font-size: 28px;
    font-weight: bold;
    color: #003557;
    margin: 3px auto;
    text-align: center;
	margin-top: 20px
}
.newsPost .entry-content h2{
    font-size: 22px;
    font-weight: bold;
    color: #003557;
    margin: 3px auto;
    text-align: center;
    margin-top: 20px;
}
.newsPost .entry-content table{
	display: inline-block;
	width:98%;
	margin: 1%;
	color:#000;
}
.newsPost p.post_date {
	color: #000;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
.newsContent h2.newsTitle{
    font-size: 20px;
    color: #DBA900;
    text-align: center;
    line-height: 26px;
    padding-bottom: 15px;
    text-decoration: none;
    border-bottom: dashed #000 0.5px;
}
.newsContent ul{
	margin-top:30px;
}
.newsPrev a{
	color: #000;
	float:left;
    font-size: 14px;
    font-weight: bold;
}
.newsNext a{
	color: #000;
	float:right;
    font-size: 14px;
    font-weight: bold;
}

@media screen and (max-width:750px) {
	.pc{
		display: none;
	}
	.newsPost p.post_date {
	color: #000;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	padding-top: 30px;
	}
}
/* ----------------------------------------------------------------------------------------------------
* hifu
* --------------------------------------------------------------------------------------------------*/

.hifu_ttl{
	font-family: 'Crimson Text', serif;
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
	line-height: 50px;
	color: white;
	
}
.hifu_ttl02{
	font-family: 'Crimson Text', serif;
    font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding-top: 0.5em;
	color: white;

}
.hifu_ttl03{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: white;
}
.hifu_ttl04{
	font-size: 18px;
	font-weight: bold;
	color: white;
	padding: 0 10% 0 12%;
	margin-top: 30px;
}
.hifu{
	font-weight: bold;

}

.hifu_center{
	text-align: center;
	margin:auto;
	margin-bottom: 2em;
}
.hifu_text{
	padding: 0 10% 0 12%;
	display: block;
	margin: auto;
	color: white;
	margin-top: 0;
	font-size: 16px;
}
.hifu_button{
margin-top: 100px;

}
#hifu .section .inner::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/program/program_bg01.png)  repeat left top / auto;
}
#hifu .section .inner{

	height: 100vh;
	background-image: url(/_asset/img/hifu/hifu_bg.jpg) repeat left top / auto;
}
#hifu .section .inner{
	background-image: url(/_asset/img/hifu/hifu_bg.jpg);
	background-size: cover;
}
#hifu #content{
	padding: 0;
	position: relative;

	height: 100%;
}
#hifu #fp-nav li{
    display: none;
}
#hifu #fp-nav li .active:before {
    display: none;
}
#hifu #footer{
	display: none;
}
.hifu_contact{
	margin: auto;
	margin-top: 20px;
}
#hifu{
	height: 100vw;
}
#hifu .detail{
	position: absolute;
	left: 0;
	bottom: 20;
    width: 100%;
    font-size: 15px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.hifu_button{
	display: inline;
    padding: 13px 15px 12px;
    margin: auto;
    transition: 0.6s;
    color: #fff;
	font-size: 15px;
	line-height: 15px;
    font-weight: bold;
    text-align: center;
	background: #deac00;
}
.hifu_button a{
	display: block;
}
.hifu_button:nth-child(3n){
	margin-left: 20px;
}
.hifu_button:nth-child(4n){
	margin-left: 20px;
}
.hifu_button_wrap{
	width: 100%;
	margin: auto;
	text-align: center;
}
.program #hifu_button .detail .btnStyle02{
    margin-top: 10px important!;
}
@media screen and (max-width:750px) {
	.hifu_ttl04{
		font-size: 14px;
		text-align:center;
		margin-top: 20px;
	}
	.hifu_ttl03{
		font-size: 14px;
		line-height: 20px;
	}
	.hifu_ttl02{
		padding-top: 2em;
	}
	.hifu_ttl{
		font-size: 18px;
		line-height: 20px;
	}
	.hifu_text{
		font-size: 14px;
		padding: 0;
	}
	.hifu_button_wrap{
		margin-top: 10px;
	}
}