@charset "utf-8"; 

/* norikosato-ballet.com : layout.css */

/* reset css
=========================================================================== */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;list-style:none}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{text-decoration:none}ins,mark{background-color:#ff9;color:#000}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/* Common
=========================================================================== */

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
body {
  background: url(/shared/img/bg_main.jpg);
  color: #444;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  font-size: 1.3em;
  line-height: 1.6;
}
*, *::before, *::after {
  box-sizing: border-box;
}
a:link {
  text-decoration: none;
}
a:link,
a:visited,
a:hover,
a:active {
  color: #444;
}
img {
	max-width: 100%;
	height: auto;
  vertical-align: bottom;
}
/* item */
.flex {
  display: -webkit-flex;
  display: flex;
}
.flexContentBetween {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flexContentCenter  {
  -webkit-justify-content: center;
  justify-content: center;
}
.flexItemsCenter {
  -webkit-align-items: center;
  align-items: center;
}
.flexItemsEnd {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.title {
  background: url(/shared/img/bg_title.png) no-repeat right top;
}
.title span {
  height: 66px;
  padding-left: 35px;
  background: url(/shared/img/bg_title_left.png) no-repeat left top;
  display: table-cell;
  vertical-align: middle;
}
.textMain {
  font-size: 1.5rem;
  line-height: 1.7;
}
.textMain a {
  text-decoration: underline;
}
.comTitle01 {
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 7px solid #455f4c;
  color: #455f4c;
  font-size: 2.0rem;
  line-height: 1.3;
}
.comTitle01 p {
  color: #444;
  font-size: 1.4rem;
}
.comTitle01 .heading {
  color: #455f4c;
  font-size: 2.0rem;
}
.comTitle01 span,
.comTitle02 > span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: normal;
}
.comTitle02 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  color: #455f4c;
  font-size: 2.5rem;
  line-height: 1.3;
}
.comTitle03 {
  margin-bottom: 5px;
  padding: 2px 10px;
  background: #333;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: normal;
}
.pageLink {
  text-align: center;
}
.pageLink a {
  border: 1px solid;
  color: #4d1826;
  display: block;
  text-align: center;
  position: relative;
  -webkit-transition: .2s;  
	transition: .2s;  
}
.pageLink a::after {
  margin-top: -8px;
  content: url(/shared/img/icon_pagelink.svg);
  position: absolute;
  top: 50%;
  right: 12px;
}
.pageLink a:hover {
  -webkit-opacity: .5;
  opacity: .5;
}
.pageLink .pageBack {
  padding-left: 40px;
}
.pageLink .pageBack::after {
  margin-top: -15px !important;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 50%;
  right: inherit;
  left: 12px;
  text-align: right;
}
.pageLink {
  text-align: center;
}
.pageLink a {
  border: 1px solid;
  color: #4d1826;
  display: block;
  text-align: center;
  position: relative;
  -webkit-transition: .2s;  
	transition: .2s;  
}
.pageLink a::after {
  margin-top: -8px;
  content: url(/shared/img/icon_pagelink.svg);
  position: absolute;
  top: 50%;
  right: 12px;
}
.pageLink a:hover {
  -webkit-opacity: .5;
  opacity: .5;
}
.pageLink .pageBack {
  padding-left: 40px;
}
.pageLink .pageBack::after {
  margin-top: -15px !important;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 50%;
  right: inherit;
  left: 12px;
  text-align: right;
}

.movieLink {
  text-align: center;
}
.movieLink a {
  border: 1px solid;
  color: #4d1826;
  display: block;
  text-align: center;
  position: relative;
  -webkit-transition: .2s;  
	transition: .2s;  
}
.movieLink a::after {
  margin-top: -8px;
  content: url(/shared/img/icon_pagelink.svg);
  position: absolute;
  top: 50%;
  right: 12px;
}
.movieLink a:hover {
  -webkit-opacity: .5;
  opacity: .5;
}
.movieLink .pageBack {
  padding-left: 40px;
}
.movieLink .pageBack::after {
  margin-top: -15px !important;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 50%;
  right: inherit;
  left: 12px;
  text-align: right;
}
.movieLink {
  text-align: center;
}
.movieLink a {
  border: 1px solid;
  color: #4d1826;
  display: block;
  text-align: center;
  position: relative;
  -webkit-transition: .2s;  
	transition: .2s;  
}
.movieLink a.login::after {
  margin-top: -8px;
  content: url(/shared/img/icon_movielink.png);
  position: absolute;
  top: 50%;
  right: 12px;
}
.movieLink a:hover {
  -webkit-opacity: .5;
  opacity: .5;
}
.movieLink .pageBack {
  padding-left: 40px;
}
.movieLink .pageBack::after {
  margin-top: -15px !important;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 50%;
  right: inherit;
  left: 12px;
  text-align: right;
}


.btn {
  border-radius: 5px;
  text-align: center;
}
.btn a {
  padding: 25px 0;
  background: url(/shared/img/icon_button.svg) no-repeat right 20px center;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  -webkit-transition: .2s;  
	transition: .2s;  
}
.btnNormal {
  background-color: #4d1826;
}
.btnNormal a:hover {
  background-color: #835e68;
}
.btnContact {
  margin: 0 auto;
  border-radius: 5px;
}
.btnContact button {
  margin: 0 auto;
  padding: 25px 0;
  background: url(/shared/img/icon_button.svg) right 20px center no-repeat,url(/shared/img/text_confirm.png) center center no-repeat;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 2.7rem;
  text-indent: -9999px;
  -webkit-transition: .2s;
	transition: .2s;
}
.btnContact {
  background-color: #4d1826;
}
.btnContact button:hover {
  background-color: #835e68;
}
.container .detailList {
  margin-bottom: 10px;
  padding: 0 20px 0 4em;
  text-indent: -4em;
}
.detailList span {
  margin-right: 5px;
  padding: 2px 12px 0;
  background: #d6d3d0;
  border-radius: 35px;
}
.textRed {
  color: #f00;
}
.cf::after {
  content: "";
  clear: both;
  display: block;
}

/* Layout - PC & SP
=========================================================================== */

#header {
  background: #fff;
  text-align: center;
}
#header a {
  display: inline-block;
}
.logo {
  position: relative;
  z-index: 3;
}
/* globalNavi */
.globalNavi {
  font-size: 1.4rem;
}
/* main */
.container {
  font-size: 1.4rem;
}
.contactWrap {
  margin-top: 70px;
  color: #4d1826;
  text-align: center;
}
.contactWrap p {
  margin-bottom: 15px;
}
.pickupWrap,
.pickupInner {
  border: 1px solid #b3cab9;
  position: relative;
}
.pickupWrap {
  margin: 0 10px 60px;
  padding: 10px 0;
  border-width: 1px 0;
}
.pickupInner {
  margin: 0 -10px;
  border-width: 0 1px;
}
.pickupWrap:before, .pickupWrap:after,
.pickupInner:before, .pickupInner:after {
  content:'';
  position: absolute;
  width: 40px;
  height: 40px;
  border: 10px solid;
  border-color: transparent;
  border-radius: 50%;
  background: transparent;
  box-shadow: inset 0 0 0 1px #b3cab9;
}
.pickupWrap:before {
  top: -20px;
  left: -30px;
  clip: rect(20px, auto, auto, 20px);
  -webkit-clip-path: rectangle(50%, 50%, 100%, 100%, 0, 0);
}
.pickupWrap:after {
  top: -20px;
  right: -29px;
  clip: rect(20px, 20px, auto, auto);
  -webkit-clip-path: rectangle(0, 50%, 50%, 100%, 0, 0);
}
.pickupInner:before {
  bottom: -30px;
  left: -20px;
  clip: rect(auto, auto, 20px, 20px);
  -webkit-clip-path: rectangle(50%, 0, 100%, 50%, 0, 0);
}
.pickupInner:after {
  bottom: -30px;
  right: -20px;
  clip: rect(auto, 20px, 20px, auto);
  -webkit-clip-path: rectangle(0, 0, 50%, 50%, 0, 0);
}
.contentWrap {
  padding-bottom: 25px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contentWrap.flexFirst {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.content {
  margin-bottom: 15px;
  padding-bottom: 15px;
  background: #fff;
  display: block;
  -webkit-transition: .2s;  
	transition: .2s;  
}
.content:hover {
  opacity: .7;
	filter: alpha(opacity=60);
}
.content h3 {
  padding: 15px 15px 0;
  color: #64303e;
  font-size: 1.5rem;
}
.content p {
  padding: 3px 15px 0;
}
.contentLine {
  margin-bottom: -1px;
  border: solid #eceae6;
  border-width: 1px 0;
}
.contentWhite {
  margin-bottom: 10px;
  background: #fff;
}

/* footer */
.footer {
  background: #333;
  color: #aaa;
  text-align: center;
}
.footer small {
  font-size: 1.1rem;
}
.pagetop a {
  background: #333 url(/shared/img/icon_pagetop.svg) no-repeat center top 15px;
  color: #aaa;
  display: block;
  font-size: 1.1rem;
}
.footer li {
  display: inline-block;
}
.footer li a {
  padding: 0 10px;
  color: #fff;
}
.footer li a:hover {
  text-decoration: underline;
}

/* Layout - PC
=========================================================================== */

@media print, screen and (min-width: 768px) {
html {
  min-height: 100%;
  position: relative;
}
body {
  margin-bottom: 100px;
}
/* item */
.pc {
  display: block;
}
.smt {
  display: none;
}
.btn,
.btn a,
.btnContact,
.btnContact button {
  width: 395px;
  margin: 0 auto;
}
.pageLink {
  margin: 40px 0;
}
.pageLink li {
  display: inline-block;
}
.pageLink a {
  min-width: 14em;
  padding: 8px 30px;
}
.movieLink {
  margin: 40px 0;
}
.movieLink li {
  display: inline-block;
}
.movieLink a {
  min-width: 14em;
  padding: 8px 30px;
}
/* header */
#header {
  height: 95px;
  margin-bottom: 35px;
  padding-top: 35px;
  letter-spacing: -.4em;
}
.siteTitle,
.subTitle {
  display: inline-block;
}
.siteTitle {
  padding-right: 85px;
}
.subTitle {
  padding-left: 85px;
}
.logo {
  margin-top: -60px;
}
/* globalNavi */
.globalNavi {
  padding-bottom: 25px;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.globalNavi a {
  padding: 10px 0;
  border-bottom: 1px solid #fbf7f4;
  color: #455f4c;
  display: block;
}
.globalNavi a:hover,
.globalNavi .current {
  border-bottom: 1px solid #c8ab80;
}
/* main */
.main {
  padding: 0 10px 90px;
}
.title {
  margin-bottom: 35px;
}
.textMain {
  margin-bottom: 35px;
}
.contents {
  padding-bottom: 70px;
}
.content {
  width: 32.5%;
}
.contentLine {
  padding: 30px 0 50px;
  position: relative;
}
.contentWhite {
  padding: 30px;
}
.contentWrap.flexFirst a {
  margin-right: 20px;
}
/* footer */
.pagetop a {
  width: 105px;
  height: 53px;
  margin: -75px auto 0;
  padding-top: 33px;
  border-radius: 53px 53px 0 0;
}
.footer {
  width: 100%;
  margin-top: 75px;
  padding: 25px 0;
  bottom: 0;
  position: absolute;
  height: 100px;
}
.footer li {
  padding: 20px 0 15px;
}
} /* 768px */

@media print, screen and (min-width: 990px) {
/* item */
.comTitle02 {
  margin: 0 -25px 20px;
}
.detailList {
  margin-bottom: 20px;
  display: inline-block;
}
/* globalNavi */
.globalNavi {
  width: 960px;
  margin: 0 auto;
}
/* main */
.main {
  width: 970px;
  margin: 0 auto;
  padding: 0 0 90px;
}
.container {
  padding: 0 25px;
}
.content {
  width: 310px;
}
.contentLine {
  padding: 30px 0 30px 20px;
}
} /* 990px */

/* Layout - SP
=========================================================================== */

@media screen and (max-width: 767px){
/* item */
.pageLink {
  margin: 20px 0;
}
.pageLink li {
  width: 100%;
  margin: 10px 0;
}
.pageLink a {
  padding: 12px 30px;
}
.movieLink {
  margin: 20px 0;
}
.movieLink li {
  width: 100%;
  margin: 10px 0;
}
.movieLink a {
  padding: 12px 30px;
}
.btn a,
.btnContact,
.btnContact button {
  width: 100%;
}
.detailList {
  display: inline-block;
}
/* header */
#header {
  height: 105px;
  margin-bottom: 30px;
  padding-top: 10px;
}
.siteTitle {
  margin: -5px 0;
}
.siteTitle img {
  width: 156px;
  height: 16px;
}
.subTitle img {
  width: 164px;
  height: 11px;
}
.logo img {
  width: 77px;
  height: 77px;
}
/* globalNavi */
.menu {
  padding-top: 18px;
  background: url(/shared/img/icon_menu.svg) no-repeat center top;
  color: #455f4c;
  cursor: pointer;
  font-size: 0.8rem;
  position: absolute;
  right: 15px;
  top: 10px;
}
.globalNavi {
  background: #455f4c;
  display: none;
  position: absolute;
  top: 47px;
  left: 0;
  right: 0;
  z-index: 3;
}
.globalNavi li {
  text-align: center;
}
.globalNavi a {
  padding: 15px 0;
  background: url(/shared/img/icon_navi.svg) no-repeat right 10px center;
  border-bottom: 1px solid #7c9583;
  color: #fff;
  display: block;
}
.btnClose {
  padding: 10px 0;
  background: #333;
  color: #fff;
  cursor: pointer;
}
.btnClose::before {
  margin-right: 5px;
  content: url(/shared/img/icon_close.svg);
}
/* main */
.main {
  padding: 0 10px 30px;
}
.title {
  margin-bottom: 15px;
}
.textMain {
  margin-bottom: 15px;
}
.contents {
  padding-bottom: 30px;
}
.pickupInner {
  padding: 10px;
}
.content {
  width: 49%;
  padding-bottom: 5px;
  background: #fff url(/shared/img/icon_content.svg) no-repeat right 5px bottom 10px;
}
.content img {
  width: 100%;
}
.content h3 {
  padding: 7px 10px 0;
  font-size: 1.3rem;
}
.content p {
  padding: 3px 5px 0;
  display: none;
}
.contentLine {
  padding: 20px 0;
}
.contentWhite {
  padding: 15px;
}
.contentWrap.flexFirst {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* footer */
.footer {
  margin-top: 50px;
  padding: 15px 0 10px;
}
.pagetop a {
  width: 53px;
  height: 0;
  margin: -40px auto 0;
  padding-top: 28px;
  background-position: center center;
  background-size: 16px 11px;
  border-radius: 28px 28px 0 0;
  overflow: hidden;
}
.footer li {
  padding: 15px 0 10px;
}
} /* 767px */