@charset "UTF-8";

body{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: #000;
}

#wrapper {
	font-weight: 500;
	font-size: 62.5%;
	line-height: 1.6;
	letter-spacing: 1px;
	color: #fff;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "ＭＳ ゴシック", sans-serif;
	background: url(../images/common/bg_contents.jpg) top;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

#wrapper a:link      { text-decoration: none; color: #7e7145;}
#wrapper a:visited   { text-decoration: none; color: #7e7145;}
#wrapper a:active     { text-decoration: underline; }
#wrapper a:active    { text-decoration: underline; }

#wrapper .pc         { display: none; }
#wrapper .pctb       { display: none; }
#wrapper .tb       { display: none; }

#wrapperLP input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea,select{
	-webkit-appearance: none;
	border-radius: 0;
}

a,input:focus {
	outline: none;
}

.img img {
	width: 100%;
	height: auto;
}

.opacity a:active {
	opacity:0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	text-decoration: none!important;
}

/*======================================================
  modal
======================================================*/

.modal {
	padding: 20px;
	border: solid 1px #6a5c43;
	position: fixed;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;
	max-width: 280px;
	height: 190px;
	margin: -115px 0 0 -160px;
}

.modalLogo {
	max-width: 450px;
	margin: 0 auto 20px;
}

.modalTxt {
	text-align: center;
	font-size: 1.1em;
	line-height: 1.8;
	margin: 0 0 15px;
}

.modalBtn {
	display: flex;
	justify-content: space-between;
}

.modalBtn a {
	cursor: pointer;
}

/*======================================================
  header
======================================================*/

header {
	padding: 0 20px;
	background: #060b14;
}

.headerBox {
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
}

.logo {
	max-width: 320px;
	margin: 0 auto;
}

/*======================================================
  catchArea
======================================================*/

#catchArea {
	padding: 0 20px;
	background: #6b5c44;
}

.catchBox {
	text-align: center;
	color: #fff;
	font-size: 2em;
	line-height: 1.6;	
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 0 5px;
}

.catchLineTxt {
	margin: 0 0 10px;
}

.catchLineTxt {
	position: relative;
	display: inline-block;
	padding: 0 90px;
}

.catchLineTxt:before,
.catchLineTxt:after {
	content: '';
	position: absolute;
	top: 55%;
	display: inline-block;
	width: 80px;
	height: 1px;
	background-color: #fff;
}

.catchLineTxt:before {
	left:0;
}

.catchLineTxt:after {
	right: 0;
}

@media screen and (max-width: 360px) {
	.catchBox {
		font-size: 1.6em;
	}
	
	.catchLineTxt {
		padding: 0 60px;
	}
	
	.catchLineTxt:before,
	.catchLineTxt:after {
		width: 50px;
	}
}

/*======================================================
  videoArea
======================================================*/

#videoArea {
	margin: 0 0 30px;
	padding: 0 20px;
}

.videoBox {
	padding: 20px 0 0;
}

.videoBox video {
     width: 100%;
     height: auto;
	 outline: none;
}

/*======================================================
  contents
======================================================*/

.siteCth {
	max-width: 400px;
	margin: 0 auto 30px;
	padding: 0 20px;
}

/* common */

.inrBox {
	padding: 15px;
	background-color: rgba(0,0,0,0.45);
}

.capBox {
	padding: 15px;
	background-color: rgba(54,73,110,0.2);
}

.mincho {
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
}

/*======================================================
  infoArea
======================================================*/

#infoArea {
	padding: 0 20px 40px;
}

.infoBox {

}

.infoCourseBox {
	margin: 0 0 40px;
}

.infopriceBox {

}

.infoTxt {
	font-size: 1.4em;
	line-height: 2.4;
}

.infoTtlBox {
	background-color: rgba(1,5,16,0.6);
	border: solid 1px #6a5c43;
	margin: 0 0 15px;
	padding: 9px;
}

.infoTtl {
	max-width: 300px;
	margin: 0 auto;
}

.anketoIcn {
	background: #444037;
	margin: 0 5px;
	padding: 2px 5px;
	font-size: 0.9em;
	line-height: 1;
}

.newIcn {
	background: #5e2551;
	margin: 0 5px;
	padding: 2px 5px;
	font-size: 0.9em;
	line-height: 1;
}

.subTtl {
	text-align: center;
	font-size: 1.6em;
	margin: 0 0 10px;
}

.courseList {
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px;
}

.courseList li {
	margin: 0 0 20px;
}

.courseList li:nth-child(odd) {
	width: calc(50% - 10px);
	padding: 0 10px 0 0;
}

.courseList li:nth-child(even) {
	width: calc(50% - 10px);
	padding: 0 0 0 10px;
}

.priceTbl {
	width: 100%;
	font-size: 1.4em;
	margin: 0 0 10px;
}

.priceTbl th {
	padding: 10px 10px 10px 0;
	border-bottom: solid 1px #51555c;
}

.priceTbl td {
	text-align: right;
	padding: 10px 0 10px 10px;
	border-bottom: solid 1px #51555c;
}

.priceTbl tr:last-child th,
.priceTbl tr:last-child td {
	border-bottom: none;
}

.priceCapList {
	font-size: 1.4em;
	list-style: disc;
	padding: 0 0 0 15px;
}

.priceCapList li:not(:last-child) {
	margin: 0 0 5px;
}

.infopriceBox .moreBtnBox {
	max-width: 300px;
	margin: 0 auto;
}

/*======================================================
  newsArea
======================================================*/

#newsArea {
	margin: 0 0 40px;
	padding: 0 35px;
}

.newsBox {
	max-width: 650px;
	margin: 0 auto;
}

/*======================================================
  introArea
======================================================*/

#introArea {
	height: 300px;
	padding: 0 15px;
	background: url(../images/bg_intro.jpg) top;
	background-size: cover;
}

.introBox {
	max-width: 1000px;
	margin: 0 auto;
}

.introCth {
	max-width: 300px;
	margin: 0 auto;
	padding: 120px 0 0;
}

/*======================================================
  footer
======================================================*/

.footerBox {
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 20px;
}

.footerTxt {
	color: #dcdcdc;
	font-size: 1.4em;
	line-height: 2.6;
}

.copyRight {
	color: #dcdcdc;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.8;
	margin: 0 0 120px;
	padding: 20px;
	background-color: rgba(0,0,0,0.45);
}



/*======================================================
  drawer
======================================================*/

.btnBox {
	position: fixed;
	right: 10px;
	top: 20px;
	width: 40px;
	height: 40px;
	background: rgba(126,113,69,0.6);
	z-index: 9999;
	border-radius: 4px;
}

.nav-open .btnBox {
	background: rgba(126,113,69,0);
}

.global-nav {
	position: fixed;
	right: -320px;
	top: 20px;
	width: 300px;
	height: auto;
	padding: 30px 0 10px;
	background: rgba(126,113,69,0.8);
	border-radius: 4px;
	transition: all .6s;
	z-index: 200;
	overflow-y: auto;
}

.nav-open .global-nav {
	right: 10px!important;
}

.hamburger {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 300;
}

.global-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.global-nav__list li {
	padding: 0 14px;
}

.global-nav__list li:not(:last-child) a {
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.global-nav__list li a {
	font-size: 1.3em;
	display: block;
	padding: 10px 0;
	text-decoration: none;
}

.global-nav__list li a:link,
.global-nav__list li a:visited {
	color: #fff!important;
}

.global-nav__list li a:active {
	background-color: #eee;
}

.closeTtl {
	max-width: 20px;
	margin: 8px auto;
}

.openTtl {
	display: none;
}

.hamburger__line {
	position: absolute;
	left: 11px;
	width: 18px;
	height: 3px;
	background-color: #0b1528;
	transition: all .6s;
}

.nav-open .hamburger__line {
	background-color: #fff;
}

.hamburger__line--1 {
	top: 18px;
}

.hamburger__line--2 {
	top: 24px;
}

.hamburger__line--3 {
	top: 30px;
}

.black-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	transition: all .6s;
	cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open .global-nav {
	right: 0;
}

.nav-open .black-bg {
	opacity: .8;
	visibility: visible;
}

.nav-open .closeTtl {
	display: none;
}

.nav-open .openTtl {
	display: block;
	max-width: 20px;
	margin: 8px auto;
}


.nav-open .hamburger__line--1 {
	transform: rotate(45deg);
	top: 24px;
}

.nav-open .hamburger__line--2 {
	width: 0;
	left: 50%;
}

.nav-open .hamburger__line--3 {
	transform: rotate(-45deg);
	top: 24px;
}

.bottomNavBox {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	background: #000;
	z-index: 9999;
}

.bottomInfoNav {
	display: flex;
}

.bottomInfoNav li:first-child {
	width: calc(47% - 10px);
	padding: 10px 10px 5px 8px;
}

.bottomInfoNav li:last-child {
	width: calc(53% - 10px);
	padding: 5px 8px 5px 10px;
}

.bottomInfoNav li:first-child img {
	max-width: 250px;
}

.bottomInfoTel,.bottomInfoTim {
	text-align: right;
}

.bottomInfoTel img {
	max-width: 220px;
}

.bottomInfoTim {
	padding-right: 10px;
}

.bottomInfoTim img {
	max-width: 140px;
}

.bottomNav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 4px;
}

.bottomNav li {
	width: calc(25% - 8px);
	padding: 0 4px;
}

.bottomNav p {
	text-align: center;
	background: #1c2431;
}

.bottomNav a {
	display: block;
	padding: 7px 3px 18px;
	background: rgba(126,113,69,0.6);
	border-radius: 4px 4px 0 0;
}

.bottomNav img {
	max-width: 120px;
}

/*======================================================
  enter
======================================================*/

#entMainArea {
	min-height: 180px;
	padding: 70px 0 0;
	background: url(../images/enter/bg_main.jpg) top;
	background-size: cover;
}

.entMainBox {
	margin: 0 0 30px;
}

.entMainLogo {
	max-width: 300px;
	margin: 0 auto 30px;
}

.entMainBtnList {
	margin: 0 0 20px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.entMainBtnList li {
	padding: 0 5px;
}

.entMainBtn {
	text-align: center;
	width: 110px;
}

.entMainBtn img {
	width: auto;
	height: 15px;
}

.entMainBtn a {
	display: block;
	padding: 10px 20px;
	background-color: rgba(147,123,80,0.7);
}

.sunIcn {
	width: 60px;
	margin: 0 auto;
}

.entMainTxt {
	text-align: center;
	font-size: 1.2em;
	line-height: 2;
}

.entMainTxt span {
	font-size: 0.8em;
}

/* entInfoArea */
#entInfoArea {
	margin: 0 0 30px;
	padding: 30px 20px 0;
}

.entInfoBox {
	max-width: 600px;
	margin: 0 auto;
}

.entInfoTtlBox {
	background: #8a7452;
}

.entInfoTtl {
	max-width: 180px;
	margin: 0 auto;
	padding: 5px;
}

.entInfoContBoxWrp {
	padding: 20px 10px 20px 20px;
	border: solid 2px #8a7452;
    background-color: rgba(1,5,16,0.6);
}

.entInfoContBox {
	position: relative;
	height: 150px;
	padding: 0 20px 0 0;
	overflow-y: scroll;
}

.entInfoList {
	font-size: 1.4em;
}

.entInfoList li:not(:last-child) {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: dotted 1px #23272f;
}

.entInfoListBox {
}

.entInfoData {
	width: 100px;
	padding: 0 0 10px;
}

.entInfoTxt a:link,
.entInfoTxt a:visited {
	color: #fff!important;
}

/* entBnrArea */
#entBnrArea {
	margin: 0 0 30px;
	padding: 0 20px;
}

.entBnrBox {
	max-width: 320px;
	margin: 0 auto;
}

.entBnrLst li {
	margin: 0 0 15px;
}

.entMainInfoBox {
	max-width: 500px;
	margin: 0 auto;
}

/* 20200304追加 */
.entBtmBtnBox {
	background: #8a7452;
}

.entBtmBtn {
	text-align: center;
}

.entBtmBtn a {
	display: block;
	padding: 7px;
}

.entBtmBtn a:active {
	opacity:0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.entBtmBtn img {
	margin: 4px 0 0;
	max-width: 20px;
	height: auto;
}

#entCntArea {
	padding: 40px 0 20px;
	background-color: rgba(0,0,0,0.3);
}

.entCntLogo {
	max-width: 300px;
	margin: 0 auto 30px;
}

.entTelBox {
	text-align: center;
	background: #8a7452;
	margin: 0 0 40px;
	padding: 10px 15px;
}

.entTel {
	display: inline-block;
	font-size: 1.5em;
	line-height: 1;
	padding: 6px 0 6px 20px;
	background: url(../images/enter/icn_tel.png) left 8px no-repeat;
	background-size: 16px 16px;
}

.entTel a {
	font-size: 1.2em;
	text-decoration: underline!important;
}

.entTel a:link,
.entTel a:visited {
	color: #fff!important;
}

.entTel a:active {
	text-decoration: none!important;
}

.entPstArea {
	padding: 0 0 20px;
}

.entPstBox {
	max-width: 320px;
	margin: 0 auto;
}

.entPst,
.entVidBnr {
	margin: 0 0 40px;
}

.entPst iframe {
	width: 100% !important;
}

.entKkm iframe {
	width: 100% !important;
}

/*======================================================
  header
======================================================*/

#index header {
	padding: 0 20px;
	background: #060b14;
}

#index .headerBox {
	padding: 20px 0;
}

#index .logo {
	max-width: 300px;
	margin: 0 auto;
}

.headerContentsBox {
	display: none;
}

/*======================================================
  footer
======================================================*/

.footerNavBox {
	font-size: 1.3em;
	font-weight: bold;
	padding: 20px 20px 10px;
	background-color: rgba(54,73,110,0.3);
}

#footerNav {

}

#footerNav li {
	padding: 15px 0;
}

#footerNav li:not(:last-child) {
	border-bottom: solid 1px #495266;
}

#footerNav li a:before {
	content: "◆";
	padding: 0 10px 0 0;
}

#footerNav a {
	display: block;
	padding: 0 10px 0 0;
}

#footerNav a:link,
#footerNav a:visited {
	color: #fff!important;	
}

.footerBnrNavMd {
	max-width: 420px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footerBnrNavMd li {
	width: calc(50% - 10px );
	max-width: 200px;
	margin: 0 5px 10px;
}

.footerBnrNavSm {
	max-width: 294px;
	margin: 0 auto 30px;
	display: flex;
	justyify-content: center;
}

.footerBnrNavSm li {
	max-width: 88px;
	margin: 0 5px;
}

/*======================================================
  contents
======================================================*/

.inrBox {
	padding: 15px;
	background-color: rgba(0,0,0,0.45);
}

.capBox {
	padding: 15px;
	background-color: rgba(54,73,110,0.2);
}

.inrTtl {
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 15px;
	padding: 10px;
	background: #443d33;
}

.cthTxt {
	text-align: center;
	font-size: 1.4em;
	margin: 0 0 30px;
}

.contentsTxt {
	font-size: 1.4em;
	margin: 0 0 20px;
}

.contentsList {
	font-size: 1.4em;
}

.contentsList li:not(:last-child) {
	margin: 0 0 10px;
}

.dotList {
	font-size: 1.4em;
	list-style: disc;
	padding: 0 0 0 20px;
}

.dotList li:not(:last-child) {
	margin: 0 0 20px;
}

.moreBtnBox {
	margin: 20px 0 0;
	border: solid 1px #a4a5a9;
}

.moreBtn {
	text-align: center;
	font-size: 1.3em;
	line-height: 1.2;
	font-weight: bold;
	text-shadow: 0 0 3px #fff; 
	border: solid 1px #1f2f48;
	background: rgba(192,193,198,1);
	background: -moz-linear-gradient(top, rgba(192,193,198,1) 0%, rgba(112,117,128,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(192,193,198,1)), color-stop(100%, rgba(112,117,128,1)));
	background: -webkit-linear-gradient(top, rgba(192,193,198,1) 0%, rgba(112,117,128,1) 100%);
	background: -o-linear-gradient(top, rgba(192,193,198,1) 0%, rgba(112,117,128,1) 100%);
	background: -ms-linear-gradient(top, rgba(192,193,198,1) 0%, rgba(112,117,128,1) 100%);
	background: linear-gradient(to bottom, rgba(192,193,198,1) 0%, rgba(112,117,128,1) 100%);
	position: relative;
	vertical-align: middle;
}

.moreBtn a:link,
.moreBtn a:visited {
	color: #192339!important;
}

.moreBtn a {
	display: block;
	padding: 10px;
}

.moreBtn:before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 4px;
	box-sizing: border-box;
	width: 8px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 8px solid #192339;
}

#pageTop {
	position: fixed;
	bottom: 145px;
	right: 10px;
}

#pageTop a {
	display: block;
	z-index: 999;
	width: 40px;
	height: 40px;
}

#pageTop img {
	width: 40px;
	height: 40px;
}

/*======================================================
  newsArea
======================================================*/

.infoBnr {
	margin: 0 0 40px;
}

.newsCastSld {
	position: relative;
}

.newsCastSld .prevArrow {
	position: absolute;
	top: 30%;
	left: -15px;
	margin: -25px 0 0;
	z-index: 999;
}

.newsCastSld .nextArrow {
	position: absolute;
	top: 30%;
	right: -15px;
	margin: -25px 0 0;
	z-index: 999;
}

.newsPicBox {
	width: 45%;
	margin: 0 auto;
}

.newsPic {
	width: 100%;
	height: 100px;
	margin: 0 0 15px;
	padding-bottom: 100%;
	overflow: hidden;
	position:relative;
}

.newsPic img {
	position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.newsTxt {
	text-align: center;
	font-size: 1.4em;
	margin: 0 0 10px;
}

.newsTxt a:link,
.newsTxt a:visited {
	color: #fff!important;
	text-decoration: underline!important;
}

.newsTxt a:active {
	text-decoration: none!important;
}

.slideDots {
	text-align: center;
}

.slideDots li {
    display: inline-block;
    margin: 0 10px;
}

.slideDots button {
	position: relative;
	text-indent: -9999px;
	background: none;
	border: none;
	cursor: pointer;
}

button:focus {
	outline: 0;
}

.slideDots button:before{
	content: '●';
	font-size: 22px;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
	color: #3b485f;
}

.slick-active button:before{
	content: '●';
	color: #7e7145;
}

/*======================================================
  todayArea
======================================================*/

#todayArea {
	margin: 0 0 40px;
	padding: 30px 20px;
	background: rgb(12,16,30);
	background: -moz-linear-gradient(300deg, rgba(12,16,30,0.55) 35%, rgba(73,83,112,0.55) 100%);
	background: -webkit-linear-gradient(300deg, rgba(12,16,30,0.55) 35%, rgba(73,83,112,0.55) 100%);
	background: linear-gradient(300deg, rgba(12,16,30,0.55) 35%, rgba(73,83,112,0.55) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c101e",endColorstr="#495370",GradientType=1);
}

.todayTtl {
	max-width: 300px;
	margin: 0 auto 30px;
}

.todayCastSld { 
	display: none;
}

.todayCastList {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px;
}

.todayCastList li {
	width: calc(50% - 10px);
	margin: 0 0 20px;
	padding: 0 5px;
}

.todayPicBox { 
	max-width: 180px;
	position: relative;
	margin: 0 auto;
	padding: 9px 0 0;
}

.newCastIcn {
	position: absolute;
	top: 2px;
	left: -9px;
	z-index: 999;
}

.newCastIcn img {
	width: 60px;
	height: 60px;
}

.todayPic {
	width: calc(100% - 2px);
	height: 90px;
	margin: 0 0 20px;
	padding-bottom: 100%;
	overflow: hidden;
	position:relative;
	background-color: rgba(1,5,16,0.6);
	border: solid 1px #7e7145;
}

.todayPic img {
	position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.todayName {
	text-align: center;
	font-size: 1.4em;
	line-height: 1.2;
	margin: 0 0 10px;
}

.todayTime {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2;
}

.todayCastSld {
	position: relative;
}

.prevArrow,.nextArrow {
	cursor: pointer;
}

.newsPic:active,.todayPic:active,
.prevArrow:active,.nextArrow:active {
	opacity:0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	text-decoration: none!important;
}

.todayCastSld .prevArrow {
	position: absolute;
	top: 40%;
	left: 30px;
	margin: -25px 0 0;
	z-index: 999;
}

.todayCastSld .nextArrow {
	position: absolute;
	top: 40%;
	right: 30px;
	margin: -25px 0 0;
	z-index: 999;
}

.todayBox .moreBtnBox {
	max-width: 300px;
	margin: 0 auto;
}

/*======================================================
  advertisementArea
======================================================*/

#advertisementArea {
	margin: 0 0 40px;
	padding: 0 40px;
}

.advertisementLst a:link,
.advertisementLst a:visited {
	color: #fff!important;
}

.advertisementLst li:not(:last-child) {
	margin: 0 0 20px;
}

.advertisementListWrap {
	border: solid 2px #5e5341;
}

.advertisementListBox {
	padding: 10px;
	border: solid 2px #0d1e38;
	background-color: rgba(147,123,80,0.6);
}

.advertisementTtl {
	max-width: 200px;
	margin: 0 auto 20px;
	padding: 10px 0 0;
}

.advertisementTxtBox {
	text-align: center;
	font-size: 1.3em;
	padding: 10px;
	background: #101828;
}

/*======================================================
  accessArea
======================================================*/

#accessArea {
	margin: 0 0 40px;
	padding: 0 20px;
}

.accessInrBox {
	margin: 0 0 40px;
}

.accessMapBox {
	margin: 0 0 30px;
}

.accessMap {
	position: relative;
	/*padding-bottom: 56.25%;*/
	padding-top: 30px;
	/*height: 200px;*/
	overflow: hidden;
	padding-bottom: 20px;
}
 
.accessMap iframe,
.accessMap object,
.accessMap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.hotelList {
	font-size: 1.4em;
	margin: 0 0 20px;
}

.hotelList a:link,
.hotelList a:visited {
	color: #fff!important;
}

.hotelList li {
	margin: 0 0 15px;
}

.hotelListTtl {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 15px;
}

.accessAreaBox {
	display: flex;
	flex-direction: column-reverse;
}

.accessAttentionBox {
	margin: 0 0 30px;
}

.borderTbl {
	width: 100%;
	font-size: 1.4em;
	line-height: 1.4;
	margin: 0 0 30px;
	border-top: solid 1px #52555c;
}

.borderTbl th,
.borderTbl td {
	padding: 10px 0;
	border-bottom: solid 1px #52555c;
	vertical-align: middle;
}

.borderTbl td {
	width: 100px;
	text-align: right;
}

/*======================================================
  bottomBnrArea
======================================================*/

#bottomBnrArea {
	margin: 0 0 50px;
	padding: 0 20px;
}

.bottomCth  {
	max-width: 400px;
	margin: 0 auto;
}

/*======================================================
  lower
======================================================*/

/* breadcrumb */
#breadcrumbArea {
	margin: 0 0 40px;
	padding: 0 20px;
	border-bottom: solid 2px #7e7145;
	background-color: rgba(1,5,16,0.4);
}

.breadcrumbBox {
	padding: 15px 0;	
}

.breadcrumbList {
	display: flex;
	font-size: 1.4em;
	line-height: 1;
}

.breadcrumbList li {
	margin: 0 10px 0 0;
}

.breadcrumbList li:last-child {
	font-weight: bold;
}

.breadcrumbList li:not(:last-child):after {
	content: '>';
	padding: 0 0 0 10px;
}

.breadcrumbList li a:link,
.breadcrumbList li a:visited {
	color: #fff!important;
}

/* pageTtl */
.pageTtlBox {
	text-align: center;
	margin: 0 0 30px;
}

.pageTtl {
	max-width: 180px;
	margin: 0 auto 10px;
}

.pageSubTtl {
	font-size: 1.5em;
	line-height: 1;
	color: #7e7145;
	font-weight: bold;
}

/* lowerTtl */
.lowerTtlBox {
	background-color: rgba(1,5,16,0.6);
	border: solid 1px #7e7145;
	margin: 0 auto 20px;
	padding: 8px;
}

.lowerTtlBox {
	text-align: center;
}

.lowerTtlBox img {
	width: auto;
	height: 16px;
}

.lowerSubTtl {
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 20px;
	padding: 6px 10px;
	text-align: center;
	background: rgba(255,255,255,0.1);
}

/* layout */
.halfLeftBox {
	margin: 0 0 30px;
}

.mainLeftBox {
	margin: 0 0 30px;
}

/*======================================================
  recruit
======================================================*/

/* recSmryArea */
#recSmryArea {
	margin: 0 0 40px;
	padding: 0 20px;
}

.recSmryBox {
	padding: 0 0 40px;
	border-bottom: solid 2px #7e7145;
}

.recSmryBox .halfLeftBox {
	margin: 0;
}

.recSmryTbl {
	width: 100%;
}

.recSmryTbl tr,
.recSmryTbl th,
.recSmryTbl td {
	display: block;
}

.recSmryTbl th {
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1;
}

.recSmryTbl th p {
	padding: 8px 10px;
	text-align: center;
	background: rgba(255,255,255,0.1);
}

.recSmryTbl td span {
	border-bottom: solid 1px #fff;
}

.recSmryTbl td {
	font-size: 1.4em;
	padding: 15px 0 25px;
}

.recSmryTbl tr:last-child th,
.recSmryTbl tr:last-child td {
	border: none;
}

/* recAbutArea */
#recAbutArea {
	margin: 0 0 40px;
	padding: 0 20px;	
}

.recAbutBox {
	padding: 0 0 40px;
	border-bottom: solid 2px #7e7145;
}

.recAboutVideoBox {
	margin: 0 auto 30px;
}

.recAboutVideo {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
}

.recAboutVideo iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.recAbutBox .dotList {
	margin: 0 0 40px;
}

/* recFeatureArea */
#recFeatureArea {
	margin: 0 0 40px;
	padding: 0 20px;	
}

.recFeatureBox {
	padding: 0 0 40px;
	border-bottom: solid 2px #7e7145;
}

.recFeatureBox .halfLeftBox {
	margin: 0 0 10px;
}

.checkList {
	font-size: 1.4em;
	line-height: 2;
}

.checkList li {
	background: url(../images/common/icn_check.png) left 5px no-repeat;
	background-size: 18px 18px;
	padding: 5px 0 5px 25px;
}

.checkList li:not(:last-child) {
	margin: 0 0 15px;
}

.checkList li a:link,
.checkList li a:visited {
	color: #fff!important;
	text-decoration: underline!important;
}

.checkList li a:active {
	text-decoration: none!important;
}

/* recCharmArea */
#recCharmArea {
	margin: 0 0 40px;
	padding: 0 20px;	
}

.recCharmBox {
	padding: 0 0 40px;
	border-bottom: solid 2px #7e7145;
}

.recCharmList dt {
	text-align: center;
	font-size: 1.4em;
	line-height: 1.4;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 6px 10px;
	background-color: rgba(126,113,69,0.6);
}

.recCharmList dd {
	font-size: 1.2em;
}

.recCharmList dd:not(:last-child) {
	margin: 0 0 30px;
}

/* recIntvwArea */
#recIntvwArea {
	margin: 0 0 40px;
	padding: 0 20px;	
}

.recIntvwBox {
	padding: 0 0 40px;
	border-bottom: solid 2px #7e7145;
}

.stepList {
	max-width: 300px;
	margin: 0 auto;
	border: solid 1px #6a5c43;
	border-radius: 4px;
	background-color: rgba(1,5,16,0.6);
}

.stepList li {
	position: relative;
	text-align: center;
}

.stepList li:not(:last-child) {
	padding: 0 0 15px;
	background: url(../images/recruit/bg_steplist_sp.png) bottom no-repeat;
	background-size: 100% auto;
}

.stepListBox {
	padding: 15px 0;
}

.stepTtl {
	max-width: 60px;
	margin: 0 auto 10px;
}

.stepTxt {
	font-size: 1.2em;
}

.recIntvwBox .moreBtnBox,
.recEntrBox .moreBtnBox {
	margin: 20px auto 0;
}

.moreBtn img {
	width: 20px;
	height: auto;
	margin: -3px 0 0;
}

/* recQaArea */
#recQaArea {
	margin: 0 0 40px;
	padding: 0 20px;	
}

.recQaBox {
	padding: 0 0 40px;
	border-bottom: solid 2px #7e7145;
}

.recQaList dt {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 10px;
}

.recQaList dd {
	font-size: 1.2em;
}

.recQaList dd:not(:last-child) {
	margin: 0 0 30px;
}

/* recReasonArea */
#recReasonArea {
	margin: 0 0 40px;
	padding: 0 20px;	
}

.recReasonBox {
	padding: 0 0 40px;
	border-bottom: solid 2px #7e7145;
}

.recReasonTxt {
	font-size: 1.2em;
	line-height: 2.4;
}

.recReasonImgTxt {
	text-align: center;
	font-size: 1.1em;
	margin: 0 0 10px;
}

.recReasonImg {
	max-width: 300px;
	margin: 0 auto;
}

/* recKnowArea */
#recKnowArea {
	margin: 0 0 40px;
	padding: 0 20px;	
}

.recKnowBox {
	padding: 0 0 40px;
	border-bottom: solid 2px #7e7145;
}

.recKnowTxt {
	font-size: 1.2em;
	line-height: 2.2;
}

/* recEntrArea */
#recEntrArea {
	margin: 0 0 40px;
	padding: 0 20px;	
}

.recEntrBox {
	padding: 0 0 40px;
	border-bottom: solid 2px #7e7145;
}

/* recCthArea */
#recCthArea {
	margin: 0 0 50px;
	padding: 0 20px;
}

.recCth {
	max-width: 500px;
	margin: 0 auto;
}

/*======================================================
  schedule
======================================================*/

/* scdlArea */
#scdlArea {
	margin: 0 0 40px;
	padding: 0 20px;	
}

.scdlBox .todayCastList li {
	width: calc(50% - 10px);
	margin: 0 0 15px;
	padding: 0 5px;
}

.scdlBox .todayPicBox {
	display: flex;
}

.scdlBox .todayPicInr {
	width: 50px;
	padding: 0 10px 0 0;
}

.scdlBox .todayPic {
	width: 34px;
	height: auto;
	margin: 0 0 20px;
	padding-bottom: 100%;
	overflow: hidden;
	position:relative;
	background-color: rgba(1,5,16,0.6);
	border: solid 1px #7e7145;
}

.scdlBox .todayPic img {
	position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.scdlBox .newCastIcn {
	position: absolute;
	top: 6px;
	left: -4px;
	z-index: 999;
}

.scdlBox .newCastIcn img {
	width: 25px;
	height: 25px;
}

.scdlBox .todayName {
	text-align: left;
	font-size: 1.3em;
	line-height: 1.2;
	margin: 0 0 5px;
}

.scdlBox .todayTime {
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2;
}

/*======================================================
  cast
======================================================*/

/* castArea */
#castArea {
	margin: 0 0 40px;
	padding: 0 20px;	
}

.castBox .todayIcn {
	max-width: 100px;
	text-align: center;
	margin: 0 auto 7px;
    padding: 5px 5px 0;
	background-color: rgba(126,113,69,0.6);
}

.castBox .todayIcn img {
	width: 50px;
	height: auto;
}

.castBox .guestIcn {
	max-width: 100px;
	text-align: center;
	margin: 0 auto 7px;
    padding: 5px 5px 1px;
	background-color: rgba(6,75,107,0.6);
}

.castBox .guestIcn img {
	width: 60px;
	height: auto;
}

.castBox .waitIcn {
	max-width: 100px;
	text-align: center;
	margin: 0 auto;
    padding: 5px 5px 1px;
	background-color: rgba(6,75,107,0.6);
}

.castBox .waitIcn img {
	width: 60px;
	height: auto;
}

.castBox .todayPicBox {
	max-width: 120px;
	position: relative;
	margin: 0 auto;
	padding: 10px 0 0;
}

.castBox .todayPic {
	width: calc(100% - 2px);
	height: 60px;
	margin: 0 0 20px;
	padding-bottom: 100%;
	overflow: hidden;
	position:relative;
	background-color: rgba(1,5,16,0.6);
	border: solid 1px #7e7145;
}

.castBox .todayPic img {
	position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*======================================================
  profile
======================================================*/

/* prfInfoArea */
#prfInfoArea {
	margin: 0 0 40px;
	padding: 0 20px;	
}

.prfInfoBox {
	padding: 0 0 40px;
	border-bottom: solid 2px #7e7145;
}

.prfImgBox {
	max-width: 320px;
	margin: 0 auto 30px;
}

.prfIcnList {
	display: flex;
	margin: 0 0 20px;
	align-items: center;
}

.prfIcnList li{
	width: calc(25% - 6px);
	margin: 0 3px;
}

.prfInfoBox .newIcn {
	line-height: 1.6!important;
	max-width: 100px;
	text-align: center;
	margin: 0 auto;
    padding: 5px 7px 3px;
	background-color: rgba(201,101,158,0.6);
}

.prfInfoBox .todayIcn {
	max-width: 100px;
	text-align: center;
	margin: 0 auto;
    padding: 5px 7px 3px;
	background-color: rgba(126,113,69,0.6);
}

.prfInfoBox .guestIcn {
	max-width: 100px;
	text-align: center;
	margin: 0 auto;
    padding: 5px 7px 3px;
	background-color: rgba(6,75,107,0.6);
}

.prfInfoBox .waitIcn {
	max-width: 100px;
	text-align: center;
	margin: 0 auto;
    padding: 5px 7px 3px;
	background-color: rgba(6,75,107,0.6);
}

.newIcn img,
.todayIcn img,
.guestIcn img,
.waitIcn img {
	max-width: 60px;
	height: auto;
}

.prfMainBox {
	width: calc(100% - 2px);
	height: 480px;
	margin: 0 0 10px;
	padding-bottom: 0 0 100%;
	overflow: hidden;
	position:relative;
	background-color: rgba(1,5,16,0.6);
	border: solid 1px #7e7145;
}

.prfMainBox img {
	position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.prfSubImgList {
	display: flex;
	flex-wrap: wrap;
}

.prfSubImgList li {
	width: calc(20% - 10px);
	margin: 0 0 5px;
	padding: 0 5px;
}

.prfSubImgList img {
	width: 100%;
	height: 50vw;
	max-height: 80px;
	object-fit: cover;
}

.prfSubImgList li img {
	border: solid 1px #7e7145;
}

.prfSubImgList li img:active {
	opacity:0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
}

.prfNewIcnBox {
	text-align: center;
	width: 100px;
	margin: 0 auto 15px;
	background-color: rgba(126,113,69,0.6);
}

.prfNewIcn {
	max-width: 30px;
	margin: 0 auto 5px;
	padding: 5px 5px 0;
}

.prfNme {
	text-align: center;
	color: #7e7145;
	font-size: 2.6em;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 10px;
}

.prfSubNme {
	text-align: center;
	color: #7e7145;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 30px;
}

.prfData {
	text-align: left;
	font-size: 1.2em;
	line-height: 1.4;
	margin: 0 0 10px;
	padding: 10px 15px;
	background-color: rgba(1,5,16,0.6);
}

.prfTyp {
	text-align: left;
	font-size: 1.2em;
	line-height: 1.4;
	margin: 0 0 30px;
	padding: 10px 15px;
	background-color: rgba(1,5,16,0.6);
}

.prfTtl {
	text-align: center;
	font-size: 1.2em;
	margin: 0 auto 20px;
	padding: 6px;
	background-color: rgba(1,5,16,0.6);
	border: solid 1px #7e7145;
}

.prfDataBox .inrBox {
	margin: 0 0 20px;
}

.prfTxtBox {
	font-size: 1.2em;
	line-height: 1.8;
	position: relative;
}

.prfCusList {
	max-width: 350px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.prfCusList li {
	width: calc(50% - 10px);
	padding: 0 5px 10px;
}

.prfCus {
	text-align: center;
	padding: 15px 10px;
	background: rgba(255,255,255,0.1);
	opacity: 0.35;
	filter: alpha(opacity=35);
	-ms-filter: "alpha(opacity=35)";
	-moz-opacity: 0.35;
	-khtml-opacity: 0.35;
}

.prfCusList li .possible {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.prfCus img {
	max-width: 120px;
	margin: 0 auto;
}

.prfDataBox .moreBtnBox {
	margin: 20px auto 0;
}

/* prfVideoArea */
#prfVideoArea {
	margin: 0 0 40px;
	padding: 0 20px;	
}

.prfVideoBox {
	padding: 0 0 40px;
	border-bottom: solid 2px #7e7145;
}

.prfVideoWrap {
	max-width: 800px;
	margin: 0 auto;
}

.prfVideoList {
	margin: 0 0 15px;
}

.prfVideo {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.prfVideo iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.prfVideoThumbList img {
	border: solid 3px #7e7145;
}

.prfVideo .slick-current img {
	border: solid 3px #353b45;
}

.prfVideoThumbList img:active {
	cursor: pointer;
	opacity:0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
}

.prfVideoThumbList li:focus {
	outline: 0!important;
}

.prfVideoThumbList li {
	width: 66px!important;
	margin: 0 10px 0 0;
}

/* prfMsgArea */
#prfMsgArea {
	margin: 0 0 40px;
	padding: 0 20px;	
}

.prfMsgBox {
	padding: 0 0 40px;
	border-bottom: solid 2px #7e7145;
}

.prfMsgTxtBox {
	font-size: 1.2em;
	line-height: 1.8;
}

/* prfOptArea */
#prfOptArea {
	margin: 0 0 40px;
	padding: 0 20px;	
}

.prfOptBox {
	padding: 0 0 40px;
	border-bottom: solid 2px #7e7145;
}

.prfOptListBox {
	margin: 0 auto 20px;
}

.prfOptList {
	font-size: 1.4em;
	line-height: 1.2;
	border-top: solid 1px #52555c;
}

.prfOptList li {
	padding: 15px 0;
	border-bottom: solid 1px #52555c;
}

.prfOptInfoBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.prfOptTxt {
	text-align: right;
	width: 100px;
}

/* prfScdlArea */
#prfScdlArea {
	margin: 0 0 40px;
	padding: 0 20px;	
}

.prfScdlBox {
	padding: 0 0 40px;
	border-bottom: solid 2px #7e7145;
}

.prfScdlList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: solid 1px #7e7145;
	border-left: solid 1px #7e7145;
}

.prfScdlList li {
	width: 50%;
}

.prfScdlDay {
	text-align: center;
	font-size: 1.2em;
	line-height: 1;
	padding: 10px;
	background-color: rgba(1,5,16,0.6);
    border-right: solid 1px #7e7145;
	border-bottom: solid 1px #7e7145;
}

.prfScdlTime {
	text-align: center;
	font-size: 1.2em;
	line-height: 1;
	padding: 20px 10px;
	border-right: solid 1px #7e7145;
	border-bottom: solid 1px #7e7145;
}

/* prfMdaArea */
#prfMdaArea {
	margin: 0 0 50px;
	padding: 0 20px;	
}

.prfMdaBox {

}

.prfMediaList {
	display: flex;
	flex-wrap: wrap;
}

.prfMediaList li {
	width: calc(50% - 10px);
	margin: 0 0 10px;
	padding: 0 5px;
}

.prfMediaImg {
	margin: 0 0 10px;
}

.prfMediaImg img {
	width: 100%;
	height: 50vw;
	max-height: 150px;
	object-fit: cover;
}

.prfMediaTtl {
	text-align: center;
	font-size: 1.2em;
	line-height: 1.4;
	margin: 0 0 10px;
}

.prfMediaNme {
	text-align: center;
	font-size: 1.2em;
}

/*======================================================
  system
======================================================*/

/* stmNavArea */
#stmNavArea {
	margin: 0 0 40px;
	padding: 0 20px;	
}

.stmNav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.stmNav li {
	width: calc(33.333% - 10px);
	margin: 0 0 10px;
	padding: 0 5px;
}

.stmNavBtn {
	text-align: center;
	max-width: 200px;
	background-color: rgba(126,113,69,0.6);
}

.stmNavBtn img {
	max-width: 80px;
	margin: 0 auto;
	padding: 0 0 7px;
	border-bottom: solid 1px #fff;
}

.stmNavBtn a {
	display: block;
	padding: 10px 10px 20px;
	position: relative;
}

.stmNavBtn a:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 12px;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	border-width: 4px 4px 0 4px;	
}

.stmNavBtn:active {
	opacity:0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

/* stmWhatArea */
#stmWhatArea {
	margin: 0 0 40px;
	padding: 0 20px;	
}

.stmWhatListBox {
	margin: 0 0 20px;
}

/* stmPlayArea */
#stmPlayArea {
	margin: 0 0 40px;
	padding: 0 20px;	
}

.stmPlayListBox {
	margin: 0 auto 10px;
}

.stmPlayListBox .dotList {
	margin: 0 0 30px;
}

.borderBox {
	margin: 0 auto 30px;
	padding: 0 0 30px;
	border-bottom: solid 1px #52555c;
}

.stmPlayListBox .dotList {
	margin: 0 0 20px;
}

.stmPlayBox .moreBtnBox {
    max-width: 260px;
    margin: 0 auto;
}

/* stmCosArea */
#stmCosArea {
	margin: 0 0 40px;
	padding: 0 20px;	
}

.stmCosList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 10px;
}

.stmCosList li {
	width: calc(50% - 10px);
	margin: 0 0 10px;
	padding: 0 5px;
}

.stmCos {
	width: 50%;
	margin: 0 auto 20px;
}

.stmCosList li img,
.stmCos img {
	width: 100%;
	height: 50vw!important;
	max-height: 260px!important;
	object-fit: cover!important;
}

.stmCosTxt {
	font-size: 1.4em;
	line-height: 1.8;
}

.stmCosRightBox .stmCosTxt {
	text-align: center
}

/* stmPrsArea */
#stmPrsArea {
	margin: 0 0 40px;
	padding: 0 20px;	
}

.stmPrsLeftBox {
	margin: 0 0 25px;
	padding: 0 0 25px;
	border-bottom: solid 1px #52555c;
}

.stmPrsList {
	font-size: 1.4em;
}

.stmPrsList li:not(:last-child) {
	margin: 0 0 5px;
}

/* stmTypArea */
.stmTypArea {
	margin: 0 0 40px;
	padding: 0 20px;	
}

.stmTypContentsBox .contentsTxt {
	margin: 0 0 20px;
}

.stmTypTtlBox {
	text-align: center;
	margin: 0 0 20px;
	background: #443d33;
}

.stmTypTtl {
	padding: 3px 10px 5px;
}

.stmTypTtl img {
	width: auto!important;
	height: 25px!important;
}

.stmTypSld {
	max-width: 320px;
	margin: 0 auto 20px;
	position: relative;
}

.stmTypSld .prevArrow {
	position: absolute;
	top: 40%;
	left: -30px;
	margin: -25px 0 0;
	z-index: 999;
}

.stmTypSld .nextArrow {
	position: absolute;
	top: 40%;
	right: -30px;
	margin: -25px 0 0;
	z-index: 999;
}

.stmTypSld .slideDots {
	margin: 5px 0 0;
}

.stmTypImg img {
	width: 100%;
	height: auto;
	max-height: 400px;
}

.stmTypTbl {
	width: 100%;
	font-size: 1.4em;
	margin: 0 0 20px;
}

.stmTypTbl th {
	padding: 5px 5px 5px 0;
	border-bottom: solid 1px #51555c;
}

.bigTxt {
	font-size: 1.2em;
}

.stmTypTbl td {
	width: 80px;
	text-align: right;
	padding: 5px 0 5px 5px;
	border-bottom: solid 1px #51555c;
}

.stmTypBox .moreBtnBox {
    max-width: 260px;
	margin: 0 auto 10px;
}

/* stmOptArea */
#stmOptArea {
	margin: 0 0 40px;
	padding: 0 20px;	
}

.stmOptBox .cthTxt {
	margin: 0 0 10px;
}

.stmOptBox .contentsTxt {
	margin: 0 0 30px;
}

.stmOptList {
	border-top: solid 1px #51555c;
	border-bottom: solid 1px #51555c;
	margin: 0 0 20px;
	padding: 10px 0;
	font-size: 1.4em;
}

.stmOptList li:not(:last-child) {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: dotted 1px #23272f;
}

.stmOptTbl {
	width: 100%;
	font-size: 1.4em;
	line-height: 1.4;
	margin: 0 0 30px;
	border-top: solid 1px #52555c;
}

.stmOptTbl th {
	width: 30px;
	padding: 10px 0;
	border-bottom: solid 1px #52555c;
	vertical-align: top;
}

.stmOptTbl td {
	padding: 10px 0;
	border-bottom: solid 1px #52555c;
	vertical-align: top;
}


/* stmFlwArea */
#stmFlwArea {
	margin: 0 0 40px;
	padding: 0 20px;	
}

.stmFlwList {
	font-size: 1.4em;
	margin: 0 0 10px;
}

.stmFlwList li:not(:last-child) {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: solid 1px #51555c;
}

.stmFlwList li p {
	margin: 0 0 10px;
}

.stmFlwList .dotList {
	margin: 0 0 15px;
	padding: 0 0 0 60px!important;
}

.stmFlwList .dotList li {
	font-size: 0.7em;
	margin: 0 0 5px!important;
	padding: 0!important;
	border: none;
}

/* stmAtnArea */
#stmAtnArea {
	margin: 0 0 40px;
	padding: 0 20px;	
}

.stmAtnTxt {
	font-size: 1.4em;
	line-height: 2.2;
	border-bottom: solid 1px #51555c;
	margin: 0 0 30px;
	padding: 0 0 30px;
}

.stmAtnBox .dotList {
	margin: 0 0 10px;
}

/*======================================================
  access
======================================================*/

.accessPgBox {
	margin: 0 0 40px;
}

.accessPgMapBox {
	margin: 0 0 30px;
}

.accessPgMapBox {
	position: relative;
	padding-bottom: 56.25%;
	height: 150px;
	overflow: hidden;
}

.accessPgMapBox iframe,
.accessPgMapBox object,
.accessPgMapBox embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/*======================================================
  information
======================================================*/

#infmArea {
	margin: 0 0 40px;
	padding: 0 20px;	
}

.infmContentsBox {
	max-width: 800px;
	margin: 0 auto;
}

.infmTtl {
	max-width: 280px;
	margin: 0 auto 10px;
}

.infmNewsList {
	font-size: 1.2em;
}

.infmNewsList li {
	background: url(../images/common/icn_info.png) left 10px no-repeat;
	background-size: 18px 18px;
	margin: 0 0 10px;
	padding: 10px 0 0 30px;
}

.infmNewsList li:not(:last-child) {
	margin: 0 0 10px;
	padding: 10px 0 10px 30px;
	border-bottom: dotted 1px #23272f;
}

/* 2019/12/11 add */

.infmDtlDate {
	font-size: 1.4em;
	color: #7e7145;
}

.infmDtlTitle {
	font-size: 1.5em;
	color: #7e7145;
	font-weight: bold;
	margin-bottom: 20px;
}

.infmDtlArticle {
	font-size: 1.3em;
}

.infmBack {
	text-align: center;
	font-size: 1.3em;
	margin-top: 30px;
}

.infmDtlArticle p {
	line-height: 1.5;
	margin: 0 0 20px;
}

.infmDtlArticle strong,
.infmDtlArticle b{
	font-weight: bold;
}

.infmDtlArticle em,
.infmDtlArticle i {
	font-style: italic;
}

.infmDtlArticle ul {
	list-style: outside;
	margin: 0 0 20px 20px;
}

.infmDtlArticle ol {
	list-style: outside;
	margin: 0 0 20px 20px;
}

.infmDtlArticle blockquote {
	position: relative;
	margin: 0 0 20px;
	padding: 20px 50px;
	font-size: 0.9em;
	background: #f6f6f6;
}

.infmDtlArticle blockquote:before,
.infmDtlArticle blockquote:after{
	position: absolute;
	font-size: 4em;
	opacity: .1;
	color: #000;
}

.infmDtlArticle blockquote:before{
	top: 15px;
	left: 20px;
	content: '“';
}

.infmDtlArticle blockquote:after{
	bottom: 0px;
	right: 20px;
	content: '”';
}

.infmDtlArticle img {
	max-width: 100%;
	height: auto;
}

.infmDtlArticle blockquote p:last-child {
	margin: 0!important;
}
.wp-caption {
	/*
	margin: 40px auto 40px;
	background: #f6f6f6;
	padding: 10px;
	*/
	margin: 0 0 20px;
	text-align:center;
}

.wp-caption-text {
	/*
	text-align: left;
	padding: 5px;
	margin: 0!important;
	*/
}

/*======================================================
  contact
======================================================*/

#cttFormArea {
	margin: 0 0 40px;
	padding: 0 20px;	
}

.cttFlwList {
	max-width: 350px;
	margin:  10px auto 30px;
	display: flex;
	justify-content: center;
	border-top: solid 1px #443d33;
	border-left: solid 1px #443d33;
	border-bottom: solid 1px #443d33;
}

.cttFlwList li {
	width: calc(33.333% - 1px);
	border-right: solid 1px #443d33;
}

.cttFlwList li p {
	text-align: center;
	max-width: 60px;
	margin: 0 auto;
	padding: 10px 15px 7px;
}

.cttFlwList li.current {
	background: #443d33;
}

.cttCthTxt {
	font-size: 1.1em;
	margin: 0 0 30px;
}

.cttFormTbl {
	width: calc(100% - 2px);
	margin: 0 0 20px;
	border-top: solid 1px #443d33;
	border-left: solid 1px #443d33;
	border-right: solid 1px #443d33;
}

.cttFormTbl tr,
.cttFormTbl th,
.cttFormTbl td {
	display: block;
}

.cttFormTbl th {
	text-align: center;
	font-size: 1.2em;
	color: #e5e5e5;
	line-height: 1.8;
	background: #443d33;
	padding: 5px 10px;
	vertical-align: top;
	border-bottom: solid 1px #332b20;
}

.cttFormTbl td {
	font-size: 1.1em;
	line-height: 2;
	padding: 20px 10px;
	vertical-align: top;
	border-bottom: solid 1px #443d33;
}

.cttFormTbl td label {
	margin: 0 10px 0 0!important;
}

.cttFormTbl td input[type=checkbox] {
	margin: 5px 5px 10px 0!important;
}

.reqTxt {
	color: #F00;
}

.fBox01 {
	width: calc(100% - 10px);
	border: none;
}

.fBox02 {
	width: calc(100% - 10px);
	border: none;
}

.fBox03 {
	width: 60%;
	border: none;
}

.fBox04 {
	width: calc(100% - 10px);
	height: 160px;
	border: none;
}

.formBtn {
	max-width: 280px;
	margin: 0 auto 10px;
	border: solid 2px #443d33;
}

.formBtnBox {
	max-width: 280px;
	margin: 0 auto 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.formLeftBtn {
	width: calc(50% - 5px);
	margin: 0 5px 0 0;
	border: solid 2px #1b2233;
}

.formRightBtn {
	width: calc(50% - 5px);
	margin: 0 0 0 5px;
	border: solid 2px #443d33;
}

.checkBtn input[type=submit] {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 1.2em;
	color: #fff;
	padding: 5px;
	background: #443d33;
	border: solid 1px #0b1426;
	cursor: pointer;
}

.backBtn button[type=submit] {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 1.2em;
	color: #fff;
	padding: 5px;
	background: #1b2233;
	border: solid 1px #0b1426;
	cursor: pointer;
}

.submitBtn input[type=submit] {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 1.2em;
	color: #fff;
	padding: 5px;
	background: #443d33;
	border: solid 1px #0b1426;
	cursor: pointer;
}

.formBtn:active,
.formLeftBtn:active,
.formRightBtn:active {
	opacity:0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	text-decoration: none!important;
}

/* 2019/12/12 add */

.sendMessage {
	border: solid 1px #7e7145;
	text-align: center;
	padding: 40px 10px;
	font-size: 1.4em;
	margin-bottom: 20px;
}

.sendBack {
	text-align: center;
	font-size: 1.3em;
}

/* 2019/12/12 add */

.yoko table,
.yoko table th,
.yoko table td {
	width: auto;
	padding: 0;
	margin: 0;
	border: none;
	vertical-align: middle!important;
}

#sizeB { width: 40px; margin-right: 10px;}
#sizeW { width: 40px; margin-right: 10px;}
#sizeH { width: 40px; margin-right: 10px;}
#sizeCup { width: 20px; margin-right: 5px;}
#fShop {width: 150px;}
#fShincho { width: 60px; margin-right: 10px; }
#fTime {width: 250px;}
#fTerm {width: 250px;}
#fMonthly {width: 100px;}
#fDai1 {width: 200px;}
#fDai2 {width: 200px;}

.fBox01,
.fBox02,
.fBox03,
.fBox04,
#fTime,
#fTerm
{
	width: calc(100% - 10px)!important;
}

.sendMessage {
	border: solid 1px #7e7145;
	text-align: center;
	padding: 50px 20px;
	font-size: 1.4em;
	margin-bottom: 20px;
}

.sendBack {
	text-align: center;
	font-size: 1.2em;
}

.fBox
{
	font-size: 12px;
}

.cttFormTbl {
	width: calc(100% - 2px)!important;
}

.yoko td {
	float: left;
}

.td5 {
	padding-bottom: 5px!important;
}

.bwh {
	width: 30px;
}

/*======================================================
  discount
======================================================*/

/* dscCthArea */
#dscCthArea {
	margin: 0 0 40px;
	padding: 0 20px;	
}

.dscCthBox {
	max-width:  700px;
    margin: 0 auto;
    padding: 1px;
	font-size: 1.4em;
	line-height: 1.8;
	border: solid 3px #7e7145;
	background-color: rgba(1,5,16,0.6);
}

.dscCthBoxInr {
	padding: 15px;
	border: solid 1px #7e7145;
}

/* dscPrsArea */
#dscPrsArea {
	margin: 0 0 40px;
	padding: 0 20px;	
}

.dscContentsBox {
	padding: 20px;
	background-color: rgba(1,5,16,0.6);
}

.numberList {
	font-size: 1.4em;
}

.numberList li {
	margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: dotted 1px #23272f;
}

.numberListBox {
	display: flex;
}

.number {
	width: 50px;
	margin: 0 10px 0 0 ; 
}

/* dscSitArea */
#dscSitArea {
	margin: 0 0 40px;
	padding: 0 20px;	
}

.dscSitBox .dotList {
	margin: 0 0 20px;
}

/* dscTrmArea */
#dscTrmArea {
	margin: 0 0 40px;
	padding: 0 20px;	
}

.dscTrmList {
	font-size: 1.4em;
}

.dscTrmList li:first-child {
	margin: 0 0 10px;
}

.dscTrmList li {
	text-align: center;
}

.dscTrmList li p {
	border: solid 2px #2a2f44;
	padding: 5px 10px;
}

/* dscAtnArea */
#dscAtnArea {
	margin: 0 0 40px;
	padding: 0 20px;	
}

