@charset "utf-8";
html{
  font-family:'BIZ UDPゴシック', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Noto Sans JP', sans-serif;
}
_:-ms-lang(x)::-ms-backdrop, html{ /*forIE*/
  font-family: 'BIZ UDPゴシック', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Noto Sans JP', sans-serif;
}



	
.contentArea > h1,
h1,
h1.basic{
  font-size: 1.5rem;
  text-align: left;
}
h2.basic{
  font-size: 1.2rem;
}
p,ul,ol,dl,label,input,textarea,select,table,figcaption{
  font-weight: 500;
}
input[type=submit]{
  cursor: pointer;
}
img{
  -webkit-backface-visibility: hidden;
}

/* --------layout-------- */
#container {
  /*
  * リニューアル前の背景画像はリニューアル後には不要なので初期化する
  * background:url(/img/all/bg_header.jpg?20140413) repeat-x top;
  */
	background: unset;
}
#wrap{
  background: #fff;
  margin: 0 auto;
  min-width: 980px;
/*  max-width: 1200px; */
  position: relative;
/*  width: 98%; */
}
.contentArea,
footer>aside{
  margin: 0 auto;
  max-width: 1200px;
  width: 98%;
}
.pcWrap{
  max-width: 960px;
  margin: 0 auto;
}
header{
  padding-bottom: 0;
}

header.layout h1{
  position: absolute;
  top: 2px;
  left: 5px;
  font-size: 10px;
}
header div.logo{
  margin-top: 20px;
}
.logo img{
  width: calc(201px*.8);
  height: calc(53px*.8);
  }
.disp_login.basicForm{
  top: 50px;
  right: calc((100% - 900px)/2);
}
.gnArea{
  /* margin-top: 20px; */
  position: relative;
}
.gnArea ul{
  background: #ff6700;
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* piyochan-kisetsu-no-icon */
.piyochIcn{
  pointer-events: none;
  content: "";
  position: absolute;
  left: 188px;
  left: calc(201px * 0.8 + 28px);
  bottom: 100%;
  bottom: calc(100% - 5px);
}
.piyochIcn img{
  max-height: 60px;
  max-width: auto;
}

.gnArea li{
  max-width: calc(1200px / 5);
  border-left: 1px solid #fff;
}
.gnArea li:last-child{
  border-right: 1px solid #fff;
}
.gnArea ul a{
  color: #fff;
  display: block;
  font-family: 'BIZ UDPゴシック', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Noto Sans JP', sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  padding: .5rem;
  box-sizing: border-box;
  height: 100%;
}
.gnArea ul a:link,
.gnArea ul a:visited{
  text-decoration: none;
}
.topicPathWrap{
  display: block;
}
ul.pankz{
  background-color: transparent;
  margin: 0 .25rem;
  line-height: 1.4;
}
.searchArea{
  padding: 20px 0;
  top: 60px;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 600;
}
.searchArea input[type=search]{
  width:50%;
  padding: .5em;
}
.searchArea input[type=submit]{
  padding: .5em 1em;
}
.byVisitor{
  display: flex;
  font-size: .7rem;
  list-style-type: none;
  line-height: 1;
  margin: 0;
  position: absolute;
  right: 0;
  top: 5px;
}
.byVisitor a{
  color: #ff6700;
  display: inline-block;
  border: 1px solid #ff6700;
  border-radius: 1rem;
  padding: .1rem .25rem;
  margin: 0 3px;
}
.subMenu{
  align-items: center;
  font-size: .8rem;
  top: 30px;
  right: 0;
}
.subMenu li+li {
  margin-left: 0;
}
.subMenu li{
  margin: 0 .5rem;
}
.subMenu .textSize span{
  background: #999;
  color: #fff;
  cursor: pointer;
  font-size: .7rem;
  padding: 0 .25rem;
}
.subMenu .textSize .current{
  background: #333;
}
.subMenu a{
  color: #333;
}
.subMenu .pamphletBox{
}
.subMenu li a.pamphletBoxBtn span{
  font-size: 1.2em;
}
.searchButton{
  cursor: pointer;
}
.searchButton:hover{
  opacity: .5;
}
footer .cpBnrArea{
  text-align: center;
  margin-bottom: 3rem;
}
footer .cpBnrArea a{
  display: block;
}
.footerLink{
  display: flex;
}
.footerLink>ul{
  flex-grow: 1;
  list-style-type: none;
  padding: 0 0 0 .5rem;
  margin: 0 1rem 0 0;
  width: 25%;
}
.footerLink>ul>li{
  border-bottom: 1px dotted #ccc;
  padding-left: 1rem;
}
.footerLink>ul>li>a{
  display: block;
}
.relatedLink{
  list-style-type: none;
  margin: 0;
  padding:0;
}
.relatedLink li{
  display: inline-block;
}
/*
.footerMiniLink{
  border-width: 1px 0;
  border-style: solid;
  border-color: #ccc;
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0;
  padding: .25rem;
  font-size: .8em;
  list-style-type: none;
}
.footerMiniLink li+li:before{
  content: "　｜　";
}*/
footer{
  margin-top: 50px;
  padding-bottom: 0;
}
footer .seoBox{
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  font-size: .9em;
  margin: 1rem 0;
  padding: .5rem;
}
footer .seoBox h2{
  font-size: 1em;
  margin: 0;
}
footer p{
  font-size: .8em;
}
.toSp{
  display: block;
  margin: 2rem 0;
}
.toSp a{
}

footer.form div.pmark{
  text-align: center;
}

footer.form div.pmark img{
  vertical-align: middle;
}
footer.form .links{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  list-style-type: none;
  margin: .5rem auto 0 ;
  padding: .5rem 0;
  text-align: center;
  width: 1000px;
}
/**---------------------------------------------------
common
---------------------------------------------------------**/
table.basic{
  margin: .5rem .75rem;
  width: calc( 100% - 1.5rem );
}
table.basic th,
table.basic td{
  padding: 1rem;
}
label{
  cursor: pointer;
}
.btnBox{
  margin: 2rem 1rem;
}
a.add,
a.back,
.btnBox a.detail,
.btnBox a.pamphlet,
input[type="submit"].back,
input[type="submit"].apply,
input[type="submit"].add,
input[type="submit"].next,
input[type="button"].back,
input[type="button"].apply,
input[type="button"].add,
input[type="button"].next{
  padding-top: .5rem;
  min-width:200px;
}
.callUpMemberInfo table.formTable,
#emailForm{
  width: 450px;
  margin: 1rem auto;
}
.omakaseTag{
  text-align: center;
}
.omakaseTag img{
  width: 300px;
  height: auto;
}
ul.radioDouble{
  width: 50%;
}
.privacypolicyArea ul.radioDouble{
  margin: 1rem auto;
}

.basic.formTable{
  display: table;
  table-layout: fixed;
}
.formTable tr{
  display: table-row;
}
.basic.formTable th,
.basic.formTable td{
  border: 1px solid #ccc;
  display: table-cell;
  padding: .5rem;
}
.formTable thead{
  display: table-header-group;
}
.formTable tbody{
  display: table-footer-group;
}
.basic.formTable th{
  width: 30%;
}
.formTable input,
.formTable select{
  margin: 5px;
}
.formTable input[type="text"].userNickname,
.formTable input[type="password"]:not(.loginInput){
  width: 40%;
}
.formTable input[type="email"]:not(.mail){
  width: 50%;
}
.formTable .workSelect span.title{
  display: inline-block;
  width: 6rem;
}

.privacypolicyArea .mainSentence{
  height: 300px;
  padding: 1rem;
  border-width: 3px;
}
.privacypolicyArea .pMark figure{
  float:left;
  margin: 10px;
}

figure.fit{
  text-align: center;
}
figure.fit img{
  width: auto;
  height: auto;
}

aside.eventAttention{
  font-size: 1rem;
  padding: .5rem;
}
aside.eventAttention h1 span{
  background-position: left center;
}

ul.shirusenBnr{
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto 3rem;
  width: 920px;
}
ul.shirusenBnr li{
  width: 30%;
}
ul.shirusenBnr li+li{
  margin-top: 0;
}
ul.shirusenBnr li a{
  display: flex;
  height: 100%;
}
ul.shirusenBnr li a img{
  max-width: 100%;
  height: auto;
  margin: auto;
}
.julyMaintenance{
	border: 2px solid rgba(255,81,0,.5);
	display: flex;
	margin: 2em auto;
	max-width: 960px;
	padding: 0 .75rem;
	position: relative;
}
.julyMaintenance img{
	width: 70px;
	height: 70px;
	padding: .5rem;
}

/**---movie---------------------------------------------**/
 .movieItem span:first-of-type{

 }
/**---movie fin---------------------------------------------**/