@charset "UTF-8";

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

#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;
	margin: 135px 0 0;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}

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

#wrapper .sp         { display: none; }
#wrapper .tb         { display: none; }
#wrapper .tbsp       { display: none; }

a[href^="tel:"] {
	pointer-events: none;
}

a,input:focus {
	outline: none;
}

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

.opacity a:hover {
	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: 50px;
	border: solid 1px #6a5c43;
	position: fixed;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;
	max-width: 400px;
	height: 250px;
	margin: -175px 0 0 -250px;
}

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

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

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

.modalBtn a {
	cursor: pointer;
}

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

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

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

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

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

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

.catchBox {
	text-align: center;
	color: #fff;
	font-size: 3.6em;
	line-height: 1.3;	
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
}

.catchLineTxt {
	margin: 0 0 10px;
}

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

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

.catchLineTxt:before {
	left:0;
}

.catchLineTxt:after {
	right: 0;
}

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

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

.videoBox {
	max-width: 850px;
	margin: 0 auto;
}

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

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

.siteCth {
	max-width: 600px;
	margin: 0 auto 50px;
	padding: 0 20px;
}

/* common */
.inrBox {
	padding: 20px;
	background-color: rgba(0,0,0,0.45);
}

.capBox {
	padding: 20px;
	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 70px;
}

.infoBox {
	max-width: 900px;
	margin: 0 auto;
	display: flex;
}

.infoCourseBox {
	width: calc(50% - 20px);
	padding: 0 20px 0 0;
}

.infopriceBox {
	width: calc(50% - 20px);
	padding: 0 0 0 20px;
}

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

.infoTtlBox {
	background-color: rgba(1,5,16,0.6);
	border: solid 1px #7e7145;
	margin: 0 0 40px;
	padding: 14px;
}

.infoTtl {
	max-width: 380px;
	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.8em;
	margin: 0 0 10px;
}

.courseList {
	max-width: 400px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.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.6em;
	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: 25px auto 0;
}

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

#newsArea {
	margin: 0 0 70px;
	padding: 0 20px;
}

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

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

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

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

.introCth {
	max-width: 600px;
	margin: 0 auto;
	padding: 230px 0 0;
}

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

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

.footerTxt {
	color: #dcdcdc;
	text-align: center;
	font-size: 1.6em;
	line-height: 2.8;
}

.copyRight {
	color: #dcdcdc;
	text-align: center;
	font-size: 1.4em;
	padding: 30px;
	background-color: rgba(0,0,0,0.45);
}

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

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

.entMainBox {
	max-width: 600px;
	margin: 0 auto;
	padding: 240px 0 20px;
}

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

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

.entMainBtnList li {
	padding: 0 10px;
}

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

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

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

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

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

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

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

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

.entInfoTtlBox {
	background: #8a7452;
}

.entInfoTtl {
	max-width: 220px;
	margin: 0 auto;
	padding: 10px;
}

.entInfoContBoxWrp {
	padding: 30px 10px 30px 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 {
	display: flex;
}

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

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

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

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

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

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

/* 20200304追加 */
.entBtmBtnBox {
	background: #8a7452;
	margin: 0 0 40px;
}

.entBtmBtn {
	text-align: center;
}

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

.entBtmBtn a:hover {
	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 {
	max-width: 40px;
}

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

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

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

.entTel {
	display: inline-block;
	font-size: 2.2em;
	line-height: 1;
	padding: 7px 0 7px 32px;
	background: url(../images/enter/icn_tel.png) left 10px no-repeat;
	background-size: 25px 25px;
}

.entTel a {
	font-size: 1.2em;
}

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

.entPstArea {
	padding: 0 20px 20px;
}

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

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

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

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

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

#index header {
	width: calc(100% - 40px);
	margin: -135px 0 0;
	padding: 0 20px;
	background: #060b14;
	position: fixed;
	z-index: 9999;
}

#index .headerBox {
	max-width: 1300px;
	margin: 0 auto;
	padding: 30px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#index .logo {
	max-width: 400px;
}

.headerLogoBox {
	width: calc(25% - 20px);
	padding: 0 20px 0 0;
}

.headerContentsBox {
	width: 75%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#globalNav {
	max-width: 540px;
	display: flex;
	flex-wrap: wrap;
}

#globalNav li {
	width: 120px;
	margin: 0 15px 0 0;
}

#globalNav li:nth-child(-n + 4) {
	margin: 0 15px 10px 0;
}

#globalNav li p {
	text-align: center;
	background: #1c2431;
}

#globalNav li a {
	display: block;
	padding: 5px;
}

#globalNav img {
	max-width: 70px;
}

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

.headerInfoNav img {
	max-width: 200px;
}

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

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

#footerNav {
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#footerNav li {
	text-align: center;
}

#footerNav li:not(:last-child):after {
	content: "/";
	padding: 0 0 0 15px;
}

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

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

.footerBnrNavMd li {
	max-width: 200px;
	margin: 0 5px 10px;
}

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

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

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

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

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

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

.cthTxt {
	text-align: center;
	font-size: 1.8em;
	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: 25px 0 0;
	border: solid 1px #a4a5a9;
}

.moreBtn {
	text-align: center;
	font-size: 1.5em;
	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: 100px;
	right: 50px;
}

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

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

.infoBnr {
	margin: 0 0 50px;
}

.infoNewsBox {
	width: calc(50% - 20px);
	padding: 0 0 0 20px;
}

.newsCastSld {
	position: relative;
}

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

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

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

.newsPic {
	width: 100%;
	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.7em;
}

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

.newsTxt a:hover {
	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: 28px;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
	color: #3b485f;
}

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

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

#todayArea {
	margin: 0 0 70px;
	padding: 30px 0 50px;
	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: 400px;
	margin: 0 auto 30px;
}

.todayCastSld { 
	margin: 0 0 40px;
	padding: 0;
}

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

.newCastIcn {
	position: absolute;
	top: 0;
	left: -12px;
	z-index: 999;
}

.todayPic {
	width: calc(100% - 2px);
	height: 110px;
	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.8em;
	line-height: 1.2;
	margin: 0 0 10px;
}

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

.todayCastSld {
	position: relative;
}

.prevArrow,.nextArrow {
	cursor: pointer;
}

.newsPic:hover,.todayPic:hover,
.prevArrow:hover,.nextArrow:hover {
	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 70px;
	padding: 0 20px;
}

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

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

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

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

.advertisementLst li {
	width: calc(33.33% - 40px);
	padding: 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.7em;
	padding: 15px;
	background: #101828;
}

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

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

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

.accessInrBox {
	margin: 0 0 40px;
}

.accessHotelAreaBox,.accessAreaBox {
	display: flex;
	margin: 0 0 40px;
}

.accessMapBox {
	width: calc( 50% - 20px);
	padding: 0 20px 0 0;
}

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

.accessHotelBox {
	width: calc( 50% - 20px);
	padding: 0 0 0 20px;
}

.hotelListBox {
	display: flex;
}

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

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

.hotelList {
	font-size: 1.3em;
}

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

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

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

.accessGuideBox {
	width: calc( 50% - 20px);
	padding: 0 20px 0 0;
}

.accessAttentionBox {
	width: calc( 50% - 20px);
	padding: 0 0 0 20px;
}

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

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

.borderTbl td {
	text-align: right;
}

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

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

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

.bottomBnr {
	max-width: 720px;
	margin: 0 auto;
}

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

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

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

.breadcrumbBox {
	max-width: 1300px;
	margin: 0 auto;
	padding: 20px 0;	
}

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

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

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

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

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

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

.pageTtl {
	max-width: 250px;
	margin: 0 auto 20px;
}

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

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

.lowerTtlBox {
	text-align: center;
}

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

.lowerSubTtl {
	width: 140px;
	display: inline-block;
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 20px;
	padding: 8px 10px;
	text-align: center;
	background: rgba(255,255,255,0.1);
}

/* layout */
.lowerContentsBox {
	display: flex;
	justify-content: space-between;
}

.halfLeftBox {
	width: calc(50% - 20px);
	padding: 0 20px 0 0;
}

.halfRightBox {
	width: calc(50% - 20px);
	padding: 0 0 0 20px;
}

.mainLeftBox {
	width: calc(62% - 20px);
	padding: 0 20px 0 0;
}

.subRightBox {
	width: calc(38% - 20px);
	padding: 0 0 0 20px;
}

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

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

.recSmryBox {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 70px;
	border-bottom: solid 2px #7e7145;
}

.recSmryTbl {
	width: 100%;
}

.recSmryTbl th {
	width: 130px;
	padding: 20px 20px 20px 0;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1;
	border-bottom: dotted 1px #23272f;
}

.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: 20px;
	border-bottom: dotted 1px #23272f;
}

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

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

.recAbutBox {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 70px;
	border-bottom: solid 2px #7e7145;
}

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

.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 70px;
	padding: 0 20px;	
}

.recFeatureBox {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 70px;
	border-bottom: solid 2px #7e7145;
}

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

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

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

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

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

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

.recCharmBox {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 70px;
	border-bottom: solid 2px #7e7145;
}

.recCharmList dt {
	text-align: center;
	display: inline-block;
	font-size: 1.6em;
	line-height: 1;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 8px 20px;
	background-color: rgba(126,113,69,0.6);
}

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

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

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

.recIntvwBox {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 70px;
	border-bottom: solid 2px #7e7145;
}

.stepList {
	border: solid 1px #6a5c43;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 4px;
	background-color: rgba(1,5,16,0.6);
}

.stepList li {
	position: relative;
	text-align: center;
	width: calc(25% - 30px);
	padding: 0 30px 0 10px;
}

.stepList li:not(:last-child) {
	background: url(../images/recruit/bg_steplist.png) right no-repeat;
	background-size: auto 100%;
}

.stepListBox {
	padding: 30px 0;
}

.stepTtl {
	max-width: 140px;
	margin: 0 auto 15px;
}

.stepTxt {
	font-size: 1.5em;
}

.recIntvwBox .moreBtnBox,
.recEntrBox .moreBtnBox {
	max-width: 400px;
	margin: 25px auto 0;
}

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

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

.recQaBox {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 70px;
	border-bottom: solid 2px #7e7145;
}

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

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

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

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

.recReasonBox {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 70px;
	border-bottom: solid 2px #7e7145;
}

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

.recReasonImgTxt {
	text-align: right;
	font-size: 1.2em;
	margin: 0 0 5px;
}

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

.recKnowBox {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 70px;
	border-bottom: solid 2px #7e7145;
}

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

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

.recEntrBox {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 70px;
	border-bottom: solid 2px #7e7145;
}

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

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

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

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

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

.scdlBox .todayCastList {
	display: flex;
	flex-wrap: wrap;
}

.scdlBox .todayCastList li {
	width: 14.285%;
	margin: 0 0 20px;
}

.scdlBox .todayPicBox { 
	position: relative;
	margin: 0 7px;
	padding: 7px 0 0;
}

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

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

.scdlBox .todayPic {
	width: calc(100% - 2px);
	height: 61px;
	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 .todayName {
	text-align: center;
	font-size: 1.5em;
	line-height: 1.2;
	margin: 0 0 10px;
}

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

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

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

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

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

.castBox .todayCastList li {
	width: calc(25% - 10px);
	margin: 0 0 30px;
	padding: 0 5px;
}

.castBox .todayPicBox { 
	position: relative;
	margin: 0 10px;
	padding: 10px 0 0;
}

.castBox .newCastIcn {
	position: absolute;
	top: 0;
	left: -10px;
	z-index: 999;
}

.castBox .newCastIcn img {
	width: 70px;
	height: 70px;
}

.castBox .todayPic {
	width: calc(100% - 2px);
	height: 104px;
	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%);
}

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

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

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

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

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

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

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

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

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

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

.prfInfoBox {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 70px;
	border-bottom: solid 2px #7e7145;
}

.prfImgBox {
	width: calc(40% - 10px);
	padding: 0 10px 0 0;
}

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

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

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

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

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

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

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

.prfDataBox {
	width: calc(60% - 20px);
	padding: 0 0 0 20px;
}

.prfMainBox {
	width: calc(100% - 2px);
	height: 590px;
	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 10px;
	padding: 0 10px 0 0;
}

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

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

.prfSubImgList li img:hover {
	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: 160px;
	margin: 0 auto 15px;
	background-color: rgba(126,113,69,0.6);
}

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

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

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

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

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

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

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

.prfTxtBox {
	height: 170px;
	overflow-y: scroll;
	font-size: 1.4em;
	line-height: 1.8;
	padding: 0 20px 0 0;
	position: relative;
}

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

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

.prfCus {
	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;
}
  
.prfDataBox .moreBtnBox {
	max-width: 350px;
	margin: 25px auto 0;
}

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

.prfVideoBox {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 70px;
	border-bottom: solid 2px #7e7145;
}

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

.prfVideoList {
	margin: 0 0 40px;
}

.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 5px #7e7145;
}

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

.prfVideoThumbList img:hover {
	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: 70px!important;
	margin: 0 20px 0 0;
}

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

.prfMsgBox {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 70px;
	border-bottom: solid 2px #7e7145;
}

.prfMsgTxtBox {
	font-size: 1.4em;
	line-height: 1.8;
	height: 180px;
	overflow-y: scroll;
	padding: 0 20px 0 0;
	position: relative;
}

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

.prfOptBox {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 70px;
	border-bottom: solid 2px #7e7145;
}

.prfOptListBox {
	max-width: 850px;
	margin: 0 auto 40px;
}

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

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

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

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

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

.prfScdlBox {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 70px;
	border-bottom: solid 2px #7e7145;
}

.prfScdlList {
	display: flex;
	flex-wrap: wrap;
	border-left: solid 1px #7e7145;
}

.prfScdlList li {
	width: 25%;
}

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

.prfScdlList li:nth-child(n + 5) .prfScdlDay {
	border-top: none;
}

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

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

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

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

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

.prfMediaImg {
	margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.stmNavBtn:hover {
	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 70px;
	padding: 0 20px;	
}

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

.stmWhatListBox {
	margin: 0 0 40px;
}

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

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

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

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

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

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

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

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

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

.stmCosLeftBox {
	width: calc(66% - 10px);
	padding: 0 10px 0 0;
}

.stmCosRightBox {
	width: calc(34% - 10px);
	padding: 0 0 0 10px;
}

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

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

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

.stmCos {
	margin: 0 0 20px;
}

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

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

.stmCosRightBox .stmCosTxt {
	text-align: center
}

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

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

.stmPrsLeftBox {
	width: calc(50% - 21px);
	padding: 0 20px 0 0;
	border-right: solid 1px #52555c;
}

.stmPrsRightBox {
	width: calc(50% - 20px);
	padding: 0 0 0 20px;
}

.stmPrsList {
	font-size: 1.4em;
}

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

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

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

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

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

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

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

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

.stmTypSld {
	max-width: 550px;
	margin: 0 auto 30px;
	position: relative;
}

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

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

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

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

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

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

.bigTxt {
	font-size: 1.4em;
}

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

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

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

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

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

.stmOptList {
	border-top: solid 1px #51555c;
	border-bottom: solid 1px #51555c;
	margin: 0 0 30px;
	padding: 15px 0;
	font-size: 1.6em;
}

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

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

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

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

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

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

.stmFlwList {
	font-size: 1.5em;
	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.65em;
	margin: 0 0 5px!important;
	padding: 0!important;
	border: none;
}

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

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

.stmAtnTxt {
	font-size: 1.5em;
	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 70px;
	padding: 0 20px;	
}

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

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

.infmTtl {
	max-width: 380px;
	margin: 0 auto 20px;
}

.infmNewsList {
	font-size: 1.5em;
}

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

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

/* 2019/12/11 add */

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

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

.infmDtlArticle {
	font-size: 1.5em;
}

.infmBack {
	text-align: center;
	font-size: 1.5em;
	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 70px;
	padding: 0 20px;	
}

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

.cttFlwList {
	max-width: 500px;
	margin: 30px auto 40px;
	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: 80px;
	margin: 0 auto;
	padding: 15px;
}

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

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

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

.cttFormTbl th {
	font-size: 1.3em;
	color: #e5e5e5;
	line-height: 1.8;
	width: 230px;
	background: #443d33;
	padding: 20px 10px;
	vertical-align: top;
	border-right: solid 1px #443d33;
	border-bottom: solid 1px #332b20;
}

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

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

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

.reqTxt {
	color: #F00;
}

.fBox01 {
	width: 50%;
	border: none;
}

.fBox02 {
	width: 80%;
	border: none;
}

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

.fBox04 {
	width: 80%;
	height: 160px;
	border: none;
}

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

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

.formLeftBtn {
	width: 200px;
	margin: 0 10px 0 0;
	border: solid 2px #1b2233;
}

.formRightBtn {
	width: 200px;
	margin: 0 0 0 10px;
	border: solid 2px #443d33;
}

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

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

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

.formBtn:hover,
.formLeftBtn:hover,
.formRightBtn:hover {
	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 */

.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; padding: 0;}
#fShincho { width: 60px; margin-right: 10px; }
#fTime {width: 250px;}
#fTerm {width: 250px;}
#fMonthly {width: 100px;}
#fDai1 {width: 200px;}
#fDai2 {width: 200px;}

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

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

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

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

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

.dscCthBoxInr {
	padding: 20px;
	border: solid 2px #7e7145;
}

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

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

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

.numberList {
	font-size: 1.5em;
}

.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 70px;
	padding: 0 20px;	
}

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

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

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

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

.dscTrmList {
	font-size: 1.5em;
	display: flex;
	align-items: center;
}

.dscTrmList li {
	text-align: center;
	width: calc(50% - 20px);
	padding: 0 10px;
}

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

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

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





