/*
Theme Name: ghostwriter

*/
@charset "UTF-8";
/*----------------------------------------------------------------------------------------
  共通
----------------------------------------------------------------------------------------*/
@font-face {
  font-family: "LibreBaskerville-Regular";
  src: url("./font/LibreBaskerville-Regular.otf");
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

input {
  -webkit-appearance: none;
}

@media screen and (min-width: 769px){
/*----------------------------------------------------------------------------------------
  レイアウト
----------------------------------------------------------------------------------------*/
  html{
    height: 100%;
  }

  .inner{
    max-width: 1100px;
    max-height:810px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
  }


  body{
    background-color: #1d1d1d;
    font-family :'ヒラギノ角ゴ ProN W3' , Hiragino Kaku Gothic Pro , YuGothic, '游ゴシック', sans-serif;
    min-width: 1100px;
    height: 100%;
    position: relative;
  }


  a{
    text-decoration: none;
  }

  #mainBox{
    height: 440px;
    min-width: 1100px;
    margin-bottom: 90px;
  }

  div#mainBoxTop {
    height: 440px;
    min-width: 1100px;
}

  ul{
    list-style-type: none;
  }

  *{
    margin: 0;
  }

  .left{
    float: left;
  }

  .right{
    float: right;
  }

  p{
    color: #fff;
    font-size: 14px;
  }

  .close-sp{
    display: none!important;
  }

  .br-sp{
    display: none!important;
  }

button,
a{
  cursor: pointer;
}

/*----------------------------------------------------------------------------------------
  モーダル
----------------------------------------------------------------------------------------*/
div#modal-1.news-panel{
  height: 0;
  width: 0;
}

.md-scroll {
  overflow: auto;
}

.md-modal {
    position: fixed;
  top: 50%;
  left: 50%;
  max-width: 740px;
  min-width: 440px;
  height: auto;
  z-index: 500;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 900;
}

.md-show {
  visibility: visible;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.profile-md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(0,0,0,0.6);
}

.md-overlay.news{
  z-index:0;
}

.md-overlay button {
    position: absolute;
    top: 21%;
    left: 74.7%;
   }

 .md-overlay button:hover{
    position: absolute;
    top: 21%;
    left: 74.7%;
 }

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}

.md-overlays{
    position: static;
    width: 100%;
    visibility: visible;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

 .md-show ~ .md-overlays{
  opacity: 1;
  visibility: visible;
}

.md-show ~ .profile-md-overlay{
  opacity: 1;
  visibility: visible;
}

.md-content {
  color: #fff;
  position: relative;
  border:1px solid #b89248 ;
  margin: 0 auto;
  width: 740px;
  height: 100%;
  background-color: #000;
  padding:30px;
}



.md-content button {
  display: block;
  margin: 0 auto;
}

.md-close ,.md-close:hover{
  border: none;
  text-decoration:none;
  position: absolute;
    top: 10px;
    left: 700px;
    background: url(./img/close-icon.png);
    height:30px;
    width: 30px;
}

.md-effect-1 .md-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.mainBox-news-arrow button{
  padding: 0;
  border: 0;
}

.md-content-acces-box a.icon-btn{
  border:none;
  width: 169px;
 }

 .md-content-acces-box a.icon-btn:hover{
   opacity: 0.5;
   background: none;
 }


.md-content.panel .md-close{
  width: 100%;
    background: none;
    position: static;
    margin-bottom: 20px;
}

/*----------------------------------------------------------------------------------------
  header.php
----------------------------------------------------------------------------------------*/

  h1#header-logo{
    margin: 10px 0 30px 0;
    padding: 0 20px;
    height: 100%;
  }

  #header-nav ul{
    list-style-type: none;
    padding-left: 20px;
  }

  .accordion-list{
    width: 100%;
  }

  #header-nav li{
    float: left;
  }

  #header-nav li:last-child{
    margin-right: 0;
  }

  #header-nav a{
    color: #bf9c46;
    font-family: 'LibreBaskerville-Regular';
    font-weight: 100;
    font-size: 14px;
    letter-spacing: 0.8px;
  }

  #header-nav a:hover{
    opacity:0.5;
  }

  ul#header-nav-left{
    float: left;
    padding: 0;
    margin: 0 20px 70px 0;
  }

  #header-nav-left li{
    margin-right: 55px;
  }

  ul#header-nav-right{
  float: right;
  padding: 0;
  margin: 0 20px 70px 0;
  }

  #header-nav-right li{
    margin-left: 55px;
  }

  #header-nav-right a{
    color: #fff;
  }

  span.current{
  color:  #bf9c46!important;
}

.navCL{
    width: 3px;
    height: 3px;
    border-radius: 10px;
    background: #bf9c46;
    margin: -3px auto;
}

.clContact{
    width: 3px;
    height: 3px;
    border-radius: 10px;
    background: #fff;
    margin: -3px auto;
}

.navCLin{
  position: relative;
    top: 30px;
    margin-top: -3px;
}

.gnav-btn{
  display: none;
}
/*----------------------------------------------------------------------------------------
  footer.php
----------------------------------------------------------------------------------------*/
  footer{
    margin-bottom: 20px;
    font-family: 'LibreBaskerville-Regular';
    font-weight: 100;
  }

  footer a{
    float: left;
    font-size: 10px;
    border-bottom: 1px solid #fff;
    margin-left: 20px;
  }

  footer a:link,
  footer a:visited,
  footer a:hover,
  footer a:active{
    color: #fff;
  }

  footer a:hover{
    opacity: 0.5;
  }

  footer p{
    text-align: center;
    color: #fff;
    font-size: 10px;
    line-height:14px;
    width: 1005px;
  }

/*----------------------------------------------------------------------------------------
  index.php
----------------------------------------------------------------------------------------*/
#mainBox-gallery{
    background-image: url(img/main_02.jpg);
    padding-top: 367px;
    background-repeat: repeat-x;
  }

  #news-newconent p{
    font-size: 12px;
    line-height: 28px;
    padding: 0 20px;
    z-index: 1001;
  }

  #news-newconent p:first-child{
    color: #9f9f9f;
  }

  #news-content a {
    color: #bf9c46;
  }

  #news-content a:hover {
    text-decoration: underline;
  }

  .md-content.panel{
    z-index: 1001;
  }

  .panel .news-oomidasi{
  font-size: 20px;
  font-weight: 100;
  margin: 0 0 10px 20px;
  }

  #mainBox-news{
    width: 70px;
    height: 70px;
    position: relative;
    background-color: #000;
    display: table-cell;
    top:10px;
    vertical-align: middle;
  }

  #mainBox-news-botton{
    position: relative;
    left: 47%;
    bottom: 0;
    width: 70px;
    height: 70px;
    margin-top: 110px;
  }

  #mainBox-news-content{
    width: 840px;
    height: 260px;
    background-color: #000000;
    opacity: 0.8;
    margin: 0 auto;
    display: none;
  }

  #mainBox-news-content h2{
    color: #fff;
    width: 100%;
  }

  #mainBox-news-content h2 {
      display: flex;
      align-items: center;
      text-align: center; /* for no-flexbox browsers */
  }

  #mainBox-news-content h2:before,
  #mainBox-news-content h2:after {
      border-top: 1px double #bf9c46;
      content: "";
      display: inline; /* for IE */
      flex-grow: 1;
  }

  #mainBox-news-content h2:before {
      margin-right: 0.5em;
  }

  #mainBox-news-content h2:after {
      margin-left: 0.5em;
  }

  #mainBox-news p{
    color: #bf9c46;
    text-align: center;
  }

  span.mainBox-news-arrow{
    display: block;
    color:  #fff;
    text-align: center;
    margin-top: 20px;
  }

  /*news panel*/

  p.news-mintitle{
    font-family: 'LibreBaskerville-Regular';
    font-weight: 100;
    background: url(./img/border_02.gif)no-repeat,url(./img/border_02.gif)no-repeat;
    background-position: left,right;
    margin-top: 10px;
  }

.checkNews {
  display: none;
}
span.mainBox-news-arrow label {
cursor: pointer;
    display: inline-block;
    padding: 20px 20px;
    background-color: #000;
    position: relative;
    margin: 100px 50px 50px 520px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    color: #bf9c46;
}


.panel {
-webkit-transition: .3s ease;
    transition: .3s ease;
    height: 270px;
    padding: 20px 40px;
    background-color: rgba(0,0,0,0.9);
    color: #fff;
    opacity: 0.8;
    position: relative;
    font-size: 12px;
    border: 0;
  top: 45px;
    left: -150px;
}

.panel .news-mintitle{
  color: #bf9c46;
  margin-bottom: 10px;
}

input:checked + .panel {
    height: 250px;
    padding: 20px;
}

span.mainBox-news-arrow label#in{
  width: 70px;
  height: 70px;
}

span.mainBox-news-arrow label#out{
  width: 70px;
  height: 70px;
}

span.mainBox-news-arrow label#out p,
span.mainBox-news-arrow label#in p{
  color: #bf9c46;
}

label#out,
label#in{
  text-align: center;
  margin:0;
  padding: 10px 0 15px 0;
}


.mainBox-news-arrow .news-mintitle{
  background: none;
}

#mainBox-news-next a{
  float: right;
  color:#bf9c46;
  margin-right: 20px;
  border-bottom: solid 1px  #bf9c46;
}

#mainBox-news-next a:hover{
  opacity: 0.5;
}


/*----------------------------------------------------------------------------------------
  news.php
----------------------------------------------------------------------------------------*/
#news-title{
  color: #bf9c46;
  font-family: 'Baskerville','LibreBaskerville-Regular';
  font-weight: 100;
  font-size: 30px;
  text-align: center;
  padding-bottom: 30px;
}
#news-title{
  color: #bf9c46;
  font-family: 'Baskerville','LibreBaskerville-Regular';
  font-weight: 100;
  font-size: 30px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

#news-box{
  width: 740px;
  height: 340px;
  border: 1px solid #bf9c46;
  margin: 0 auto;
  overflow:auto;
  color:#e8e8e8;
  line-height:1.5em;
}
#news-centerbox{
  width: 100%;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 15px;
  color: #fff;
  float: left;
  font-size: 14px;
  margin-bottom: 40px;
}

.news-time{
  font-size: 14px;
  color: #bf9c46;
}
.news-boder{
  border-left: 3px solid #bf9c46;
  margin-top: 10px;
  margin-bottom: 20px;
}
.news-oomidasi{
  font-size: 25px;
  color: #bf9c46;
  line-height: 30px;
  margin-left: 10px;
  font-weight: 100;
}

h2.news-oomidasi{
    font-family: 'Baskerville','LibreBaskerville-Regular';
  font-weight: 100;
}

.news-kiji {
    letter-spacing: 1px;
    line-height: 30px;
}

.news-kiji a {
  color: #bf9c46;
}

.news-kiji a:hover {
  text-decoration: underline;
}

p.privacy-text{
  letter-spacing: 1px;
    line-height: 30px;
}


/*----------------------------------------------------------------------------------------
  selected.php
----------------------------------------------------------------------------------------*/
.selected {
        width:1080px;
        height:440px;
      margin: -390px 201px;
        float:left;
}
#selected-img img{
  position: relative;
  right: -20px;
}

div#selected-img {
background: url('img/selected/selected.png');
    height: 100%;
    width: 100%;
    margin: 0 auto;
    background-size: cover;
}

.stMain {
        width:700px;
        height:340px;
        background:rgba(0,0,0,0.7);
        padding: 30px;
}
.title{
    font-size: 30px;
    color:#bf9c46;
    text-align: center;
    font-family: 'Baskerville','LibreBaskerville-Regular';
  font-weight: 100;
}

.subTitle{
  text-align: center;
  font-size: 24px;
  color:#fff;
  margin-top: 40px;
  font-family: 'Baskerville','LibreBaskerville-Regular';
  font-weight: 100;

}

p.stText {
    margin-top: 50px;
    text-align:center;
    line-height: 30px;
}

.stText{

  color:#fff;
}

.wp-pagenavi{
  text-align: center;
  margin: 30px 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
    padding: 10px 10px!important;
    color: #fff;
    border: 0!important;
    font-size: 10px;
}

/*----------------------------------------------------------------------------------------
  profile.php
----------------------------------------------------------------------------------------*/
  .md-content-acces-box-img-iconA-sp,
  .md-content-acces-box-img-iconB-sp,
  .md-content-acces-box-img-iconC-sp,
  .md-content-acces-box-img-iconD-sp{
    display: none;
    margin: 2% 0;
  }

  .md-content-acces-box-img-iconA-sp img,
  .md-content-acces-box-img-iconB-sp img,
  .md-content-acces-box-img-iconC-sp img,
  .md-content-acces-box-img-iconD-sp img{
    display: block;
    margin-top: 8%;
    width: 25%;

  }

  .md-content-acces-box-img-iconA{
    margin-top: 22px;
  }

  .md-content-acces-box-img-iconB{
    margin-top: 18px;
  }

  .md-content-acces-box-img-iconC{
    margin-top: 20px;
  }

  .md-content-acces-box-img-iconD{
    margin-top: 22px;
  }

.profile-box{
  height: 500px !important;
}

.profile-box h2{
  color: #bf9c46;
  font-family: 'Baskerville','LibreBaskerville-Regular';
  font-weight: 100;
  font-size: 30px;
  margin-bottom: 20px;
}
	/*
.md-content #profile-profile h3,
.md-content #profile-award h3,
.md-content #profile-staff h3,
.md-content #profile-access h3{
  margin: 0;
  opacity: 0.8;
  background: rgba(0,0,0,0.1);
  border-radius: 3px 3px 0 0;
}
*/
.md-content #profile-profile h3,
.md-content #profile-award h3,
.md-content #profile-staff h3,
.md-content #profile-access h3,
/*.md-content #profile-accesstest h3,*/
.md-content #profile-specialty h3 {
  margin: 0;
  opacity: 0.8;
  background: rgba(0,0,0,0.1);
  border-radius: 3px 3px 0 0;
}

#profile h2{
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  font-family: 'Baskerville','LibreBaskerville-Regular';
  font-weight: 100;
  font-size: 30px;
  padding: 10px 30px 10px 0;
  position: relative;
    top: 78px;
    text-align: right;
}

/*profile mbwidow*/
#md-content-profile-right{
  width: 330px;
  height: 380px;
}

#md-content-profile-left{
  color: #fff;
  width: 330px;
  height: 380px;
  padding-left: 20px;
}

#md-content-profile-left h3{
  margin-bottom: 30px;
}

#md-content-profile-left p{
  margin-bottom: 20px;
}

/*default*/


button:hover {
  opacity: 0.8;
}

button#profile-profile,
button#profile-award,
button#profile-staff,
button#profile-access{
  border: 0;
  padding: 0;
  width: 540px;
  height: 210px;
  float: left;
}

/*button#profile-access,*/
button#profile-specialty{
  border: 0;
  padding: 0;
  width: 540px;
  height: 210px;
  float: left;
}

button#profile-profile{
  background: url(./img/profile/profile_01.png);
  margin: 0 20px 0 0 ;
}
button#profile-award{
    background: url(./img/profile/profile_02.jpg);
}
button#profile-staff{
  background: url(./img/profile/profile_06.jpg);
  margin: 20px 20px 0 0;
}
button#profile-access{
  background: url(./img/profile/profile_03.jpg);
  margin-top: 20px;
}
/*button#profile-access{
  background: url(./img/profile/profile_03.jpg);
  margin: 20px 20px 0 0;
}*/
button#profile-specialty{
  background: url(./img/profile/profile_04.jpg);
  margin-top: 20px;
}

/*award*/
#md-content-award dl{
  color: #fff;
  font-size: 14px;
}

#md-content-award dt,
#md-content-award dd{
  padding-top: 0;
  margin-bottom: 20px;
}

#md-content-award dt{
  width: 140px;
  padding-right: 40px;
  float: left;
  text-align: center;
}

#md-content-award dd{
  width: 515px;
  float: left;
}

.md-content-award-line{
  border-bottom: solid 1px #bf9c46;
  padding: 10px 0 20px 0;

}


.md-content-award-line dt,
.md-content-award-line dd{
}

.md-content-award-2007{
  margin-left: 140px;
  margin-top: -10px;
}

/*acces*/
#md-content-acces{
  height: 100%;
  display: table;
  margin:0 auto;
}

#md-content-acces-center{
  display: table-cell;
  text-align:center; /* インライン要素の中央揃え */
    vertical-align:middle; /* 天地中央に揃える */
}

.md-content-acces-box{
  float: left;
  height: 170px;
  width: 169px;
  margin: auto 0;
}

.md-content-acces-box-img{
  background-color: #bf9c46;
  height: 100px;
  width: 100px;
  border-radius: 50px;
    margin:0 auto;
    display: table;
}

.md-content-acces-box-img-icon{
  display: table-cell;
    vertical-align: middle;
}

.md-content-acces-box p{
  height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 30px 12px;
}

.md-content-acces-box a{
  width: 150px;
  display: block;
  border: 1px solid #bf9c46;
  color: #bf9c46;
  text-decoration: none;
  font-family: 'Baskerville','LibreBaskerville-Regular';
  font-weight: 100;
}

.md-content-acces-box a:hover{
  background-color: #bf9c46;
  color: #fff;
}

/*pecialty*/

#md-content-pecialty-left{
  float: left;
  width:310px;
  height:380px;
  padding-right: 50px;
  border-right: 1px solid #bf9c46;
}

#md-content-pecialty-right{
  display: table;
  height: 390px;
  width: 368px;
  padding-left: 30px;
}

#md-content-pecialty-right-text{
  display: table-cell;
  vertical-align: middle;
  line-height: 32px;
}

#md-content-pecialty-right-text p{
  margin-bottom: 30px;
}


#md-content-pecialty h3{
  font-size: 24px;
  color: #bf9c46;
  font-family: 'LibreBaskerville-Regular';
  font-weight: 100;
}

#md-content-pecialty ul{
  padding: 10px 0 20px 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #535353;
}

#md-content-pecialty li{
  font-size: 14px;
  line-height: 25px;
  float: left;
}

li#li-full{
  width: 100%!important;
}

#md-content-pecialty li:nth-child(odd){
  margin-right: 30px;
  width: 100px;
}

#md-content-pecialty li:last-child{
  border: none;
}

 #md-content-pecialty h3 img{
  margin-right: 15px;
}

ul#md-content-pecialty-left-fashion{
  border: 0;
  margin-bottom:0;
}
/*----------------------------------------------------------------------------------------
  price.php
----------------------------------------------------------------------------------------*/
#price{
  margin: 0;
}

#price-fortune,
#price-gereral{
  float: left;
  width: 530px;
  height: 440px;
}

#price-fortune{
  background:url(./img/price/price_01.jpg);
  margin-left: 40px;
}

#price-gereral{
  background:url(./img/price/price_02.jpg);
}

#price h2{
  font-size: 35px;
  color: #bf9c46;
  font-family: "Baskerville";
  font-weight: 100;
  background: rgba(0,0,0,0.5);
  padding: 10px 0;
  text-align: center;
  letter-spacing: 2px;
}

#price-gereral-box,
#price-fortune-box{
  padding: 20px 30px 30px 30px;
}

#price h3{
  padding-bottom: 10px;
  color: #fff;
  font-size: 18px;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3";
    font-weight: 100;
}

#price ul{
  padding: 10px 0 0 30px;
  border-top: 1px solid #fff;
}

#price li{
  float: left;
  width: 140px;
  color: #fff;
  font-size: 14px;
  margin-bottom:10px;
}

#price-fortune-box-btn,
#price-gereral-box-btn{
  width: 160px;
  height: 40px;
  background: rgba(0,0,0,0.3);
  border: solid 1px #bf9c46;
  color: #bf9c46;
  margin: 0 auto;
  display: block;
  position: relative;
    bottom: -90px;
  font-family: 'Baskerville','LibreBaskerville-Regular';
  font-weight: 100;
}

#md-content-price button#price-fortune-box-btn,
#md-content-price button#price-gereral-box-btn{
  position: static;
  margin-top: 30px;
}

#price-fortune-box-btn:hover,
#price-gereral-box-btn:hover{
  background-color: #bf9c46;
  color: #fff;
  opacity: 1;
}

#price-gereral-box-btn{
  bottom: -7px;
}

#md-content-price h2{
  font-size: 30px;
  font-family: 'Baskerville','LibreBaskerville-Regular';
  font-weight: 100;
  color: #bf9c46;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

#md-content-price h3{
  font-size: 22px;
  font-family: 'Baskerville','LibreBaskerville-Regular';
  font-weight: 100;
  color: #bf9c46;
  text-align: center;
}

dl#md-content-price-general,
dl#md-content-price-fortune{
  width: 556px;
  margin: 0 auto;
}


#md-content-price-fortune dt,
#md-content-price-fortune dd,
#md-content-price-general dt,
#md-content-price-general dd{
  float: left;
  font-size: 14px;
}

#md-content-price-fortune dt{
  width: 290px;
  clear: both;
}

#md-content-price-fortune dd{
  width: 255px;
}

#md-content-price-general dt{
  width: 160px;
  clear: both;
}

#md-content-price-small{
  margin: 20px auto 0 auto;
  width: 552px;
}

#md-content-price-small p{
  font-size: 12px;
}

.md-content-price-p{
  text-align: center;
}

.md-content.md-scroll {
    height: 480px;
    top: 90px;
}

.md-content.md-scroll h2{
  font-family: 'Baskerville','LibreBaskerville-Regular';
  font-weight: 100;
  color: #bf9c46;
  letter-spacing: 2px;
}

.lines-on-sides, #md-content-price h3 {
  display: table;
  text-align: center;
  white-space: nowrap;
  width: 270px;
  margin: 30px auto 20px auto;
  background-image: url(./img/ie-border.gif);
}

.lines-on-sides {
    display: table;
    text-align: center;
    white-space: nowrap;

    &:after,
    &:before {
        content: '';
        display: table-cell;
        width: 50%;
        background: linear-gradient(transparent 90%, currentColor 50%, currentColor calc(50% + 2px), transparent calc(50% + 2px));
        background-clip: padding;
    }

    &:after {
        border-left: 1em solid transparent;
    }

    &:before {
        border-right: 1em solid transparent;
    }
}

#in {
  font-size: 1.5em;
  color: hsl(30, 70, 80);
  @extend .lines-on-sides
}

.up{
  width: 455px!important;
}
/*----------------------------------------------------------------------------------------
  performance.php
----------------------------------------------------------------------------------------*/
.entryList{
  margin: 20px 0;
}

.infoList h2{
  font-size: 20px;
  color: #bf9c46;
}

.infoList li{
  margin-bottom: 10px;
}

ul.performance{
  display: table;
  table-layout: fixed;
  width:1060px;
  height:440px;
  position: relative;
  left: -20px;
  padding: 0;
}

.performanceL{
  background:url(img/performance/fortune.jpg) no-repeat;
  display: table-cell;
  vertical-align: middle;
  color:#fff;
  width: 560px;
  background-size: cover;
}
.performanceR{
  background:url(img/performance/writing_01.jpg) no-repeat;
  display: table-cell;
  vertical-align: middle;
  color:#fff;
  width: 560px;
  background-size: cover;
}

.perMainL {
        width:420px;
        height:260px;
        background:rgba(0,0,0,0.7);
        margin-left:70px;
}
.titleL{
  position: relative;
    margin: 0px  auto;
    top: 50px;
    font-size: 30px;
    color:#fff;
  font-family: 'Baskerville','LibreBaskerville-Regular';
  font-weight: 100;
  letter-spacing: 2px;
  text-align: center;
}

.subTitleL{
text-align: center;
  font-size: 18px;
  color:#fff;
  position: absolute;
    margin: 70px 0px 0px 100px;

}

.stTextL{
  position: relative;
  margin: 15px 0px 0px 66px;
  top:85px;
  line-height:2;
  font-size:18px;
  color:#fff;
}

#btnL{
  display: inline-block;
    width: 155px;
    margin: 105px 130px 30px;
    padding: 11px 0px;
    border: 1px solid #bf9c46;
    background: transparent;
    color: #bf9c46;
    text-align: center;
    text-decoration: none;
    line-height: 1;
  font-family: 'Baskerville','LibreBaskerville-Regular';
  font-weight: 100;
}


.mainC{
  display: none;
    background: #000;
    width: 540px;
    height: 440px;
    background: rgba(0,0,0);
    margin:-180px 0px 0px -60px;
}

.mainD{
  display: none;
    background: #000;
    width: 540px;
    height: 440px;
    background: rgba(0,0,0);
    margin:-180px 0px 0px -60px;
}

.md-title{
  font-size: 30px;
}



/*performance right*/

.perMainR {
        width:420px;
        height:260px;
        background:rgba(0,0,0,0.7);
        margin-left:70px;
}
.titleR{
    width: 100%;
    text-align: center;
    margin: 0px auto;
    padding: 50px 0 0px 0;
    font-size: 30px;
    color: #fff;
    font-family: 'Baskerville','LibreBaskerville-Regular';
    font-weight: 100;
    letter-spacing: 2px;
}

.subTitleR{
    text-align: center;
    font-size: 18px;
    position: absolute;
    margin-top: 20px;
    color: #fff;
    width: 37%;
}

.stTextR{
    margin-top: 50px;
    width: 100%;
    font-size: 18px;
    text-align: center;
    color: #fff;
}


#btnR{
    display: inline-block;
    width: 155px;
    margin: 30px 130px;
    padding: 11px 0px;
    border: 1px solid #bf9c46;
    background: transparent;
    color: #bf9c46;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    font-family: 'Baskerville','LibreBaskerville-Regular';
  font-weight: 100;
}

#btnR:hover,
#btnL:hover {
 background-color: #bf9c46;
 color: #fff;
opacity: 1;
}

#topInfo p{
  margin:20px 0 0 20px;
}

/*----------------------------------------------------------------------------------------
  information.php
----------------------------------------------------------------------------------------*/
  #container{
  width:100%;
  }
  #information-sumaho{
  display: none;
  }
  #privacy-title{
  color: #bf9c46;
  font-family: 'Baskerville','LibreBaskerville-Regular';
  font-weight: 100;
  font-size: 30px;
  text-align: center;
  padding-bottom: 30px;
}
#privacy-box{
  width: 740px;
  height: 340px;
  border: 1px solid #bf9c46;
  margin: 0 auto;
  overflow:auto;
  color:#e8e8e8;
  line-height:1.5em;
  padding:0 30px;
}
.privacy-title{
  text-align: center;
  color: #bf9c46;
  font-weight: 100;
  padding-top: 60px;
  font-family: 'Baskerville','LibreBaskerville-Regular';
  font-weight: 100;
}
.privacy-textbox{
  margin-top: 40px;
}

/*information*/
#information-left{
  padding-left: 70px;
  width: 500px;
  float: left;
  padding-top: 20px;
}

#informationbox h3{
  font-family: 'Baskerville','LibreBaskerville-Regular';
  font-weight: 100;
  font-size: 30px;
  margin-bottom: 50px;
  color: #bf9c46;
}

#information-left h4{
  font-size: 20px;
  line-height: 36px;
  color: #fff;
  font-weight:100;
  margin-bottom: 40px;
}
#information-left p{
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}
#information-center{
  float: left;
  width: 1px;
  height: 320px;
  margin-left: 50px;
  background-color: #bf9c46;
}
#information-right{
  width: 500px;
  padding-right: 70px;
  float: right;
  padding-top: 20px;
}
#information-right th{
  text-align: left;
  font-size: 18px;
  padding-bottom: 20px;
  font-family: 'Baskerville','LibreBaskerville-Regular';
  font-weight: 100;
  color: #bf9c46;
  vertical-align: top;
}

#information-right td{
  font-size: 14px;
  color: #fff;
  padding-bottom: 20px;
  padding-left: 10px;
}

#information-right td a{
  color: #fff;
  border-bottom: solid 1px #fff;
}

/*----------------------------------------------------------------------------------------
  contact.php
----------------------------------------------------------------------------------------*/
.wpcf7-response-output{
  display: none !important;
}
#mainBox-contact{
  padding: 0 60px;
}

.contact-left input::-webkit-input-placeholder {
    color: #797979;
}
.contact-left input:-ms-input-placeholder {
    color: #797979;
}
.contact-left input::-moz-placeholder {
    color: #797979;
}
.contact-right textarea::-webkit-input-placeholder {
    color: #797979;
}
.contact-right textarea:-ms-input-placeholder {
    color: #797979;
}

.contact-right textarea::-moz-placeholder {
    color: #797979;
}


#mainBox-contact h2{
  font-size: 30px;
  font-family: 'Baskerville','LibreBaskerville-Regular';
  font-weight: 100;
  color: #bf9c46;
  padding: 30px 0;
  float: left;
}

.contact-left{
  width: 450px;
  float: left;
  margin-right: 60px;
}

.contact-left dt,
.contact-left dd,
.contact-right textarea{
  float: left;
  line-height: 50px;
  font-size: 14px;
  margin-bottom: 50px;
    height: 50px;
}


.contact-left dt{
  clear: both;
  border-left: solid 3px #bf9c46;
  color: #fff;
  width: 110px;
  text-align: center;
  background: #3b3b3b;
  font-family: 'Baskerville','LibreBaskerville-Regular';
  font-weight: 100;
}


.contact-left dt#white{
  border-left: solid 3px  #b2b2b2;
}


.contact-left dd input#name,
.contact-left dd input#email{
  border: none;
  background-color: ButtonFase;
  background-color: #3b3b3b;
  width: 340px;
  padding: 0;
  color: #fff;
  padding-left: 25px;
  line-height: 50px;
  background-image: url(./img/contact/contact-border.png);
    background-repeat: no-repeat;
    height: 50px;
}

.contact-right{
  float: left;
  width: 450px;
}

/*ChromeとOperaのみだけに適用されるCSSハック*/
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
  .contact-left dd {
    margin-top: -1px;
  }
  .easy-select-box.easy-select-0{
  margin-top: 1px;
}
}

.contact-left dd img {
    position: absolute;
    z-index: 100;
    height: 10px;
    left: 472px;
    margin-top: 20px;
}

select#menu {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 339px;
  background: #3b3b3b;
  border: 0;
  border-radius: 0;
  color: #fff;
  padding-left: 25px;
  background-image: url(./img/contact/contact-border.png);
    background-repeat: no-repeat;
}

textarea#message{
  border: none;
  background: #3b3b3b;
  border-left: solid 3px #bf9c46;
  height: 215px;
  width: 470px;
  color: #fff;
  padding: 0 20px;
  margin-bottom: 10px;
}

.privacy{
  color: #fff;
  font-size: 14px;
    list-style: outside !important;
    margin-left: 30px;
}


.contact-right a{
  color: #fff;
  border-bottom: solid 1px #fff;
}

input#check:disabled {
  border: solid 1px #b2b2b2;
  color: #b2b2b2;
}

input#submit{
  margin-left: 20px;
}

input#check,
input#submit{
  width: 200px;
  height: 50px;
  float: right;
  background: none;
  border: solid 1px #bf9c46;
  color: #bf9c46;
  margin-top: 20px;
  font-family: 'Baskerville','LibreBaskerville-Regular';
  font-weight: 100;
}
input#back{
  width: 200px;
  height: 50px;
  float: right;
  background: none;
  border: solid 1px #fff;
  color: #fff;
  margin-top: 20px;
  font-family: 'Baskerville','LibreBaskerville-Regular';
  font-weight: 100;
}

.screen-reader-response {
    display: none;
}

span.wpcf7-not-valid-tip {
  display: block;
  color: red;
  margin-left: -100px;
}

.contact-right span.wpcf7-not-valid-tip{
  margin-left: 0!important;
}

.step{
  float: right;
  padding: 15px 0;
}

.step img{
  width: 50%;
    float: right;
}



.easy-select-box .esb-displayer{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 339px;
  background: #3b3b3b;
  border: 0;
  border-radius: 0;
  color: #fff;
  padding-left: 25px;
  background-image: url(./img/contact/contact-border.png);
    background-repeat: no-repeat;
}


.easy-select-box .esb-dropdown{
  background: #3b3b3b;
  border-left: 3px solid #b2b2b2;
  display: none;
  overflow: auto;
  position: absolute;
  left: -110px;
  z-index: 999;
  min-width: 450px;
  color: #fff;
  padding: 0 25px;
}

@-moz-document url-prefix() {
  .easy-select-box .esb-dropdown{
    background: #3b3b3b;
    border-left: 3px solid #b2b2b2;
    display: none;
    overflow: auto;
    position: absolute;
    left: 60px;
    z-index: 999;
    min-width: 450px;
    color: #fff;
    padding-left: 25px;
  }
}

.esb-item{
  border-bottom: 1px solid #797979;
  margin: 10px 0;
}

.easy-select-box .esb-item:hover{
  opacity: 0.5;
}


div.wpcf7-validation-errors{
  display: none;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
  display: none !important;
}

#mainBox-contact-text{
  margin: 0 auto;
  width: 545px;
  margin-top: 65px;
  line-height: 30px;
    letter-spacing: 2px;
}

#mainBox-contact-text-large{
  font-size: 22px;
  margin: 20px 0;
}

input.wpcf7-form-control.wpcf7-acceptance{
  float: left;
  margin-top: 10px;
  height: 20px;
  width: 20px;
}

p#contact-right-text{
  float: left;
  margin: 10px 0 0 20px;
}

#e404{
  color: #fff;
}

#title-404{
  width: 95%;
  text-align: center;
}

#mainBox-404-text{
  margin: 0 auto;
  width: 575px;
  margin-top: 65px;
    line-height: 30px;
    letter-spacing: 2px;
}

#mainBox-404-text a,
#mainBox-contact-text a{
    color: #bf9c46;
    border: 1px solid #bf9c46;
    margin: 0 auto;
    display: block;
    width: 160px;
    line-height: 40px;
    text-align: center;
    margin-top: 30px;
}

#mainBox-404-text a:hover,
#mainBox-contact-text a:hover{
  background: #bf9c46;
  color: #fff;
}

.esb-dropdown.spaces {
    z-index: 100;
    position: absolute;
    left: 460px;
}

p.first{
  margin-bottom: 20px;
}

p.privacy-li{
  margin-top: 13px;
}

.cbox{
  float: left;
  width: 10px;
  margin-top: -7px;
}

.cbox input[type=checkbox]:active{
  background-color: #fff;
}

.cbox input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}

.cbox input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}
@media (min-width: 1px) {
    .cbox input[type=checkbox] {
        display: none;
        margin: 0;
    }

    .cbox input[type=checkbox]{
background-color: #fff;
    }

    .cbox input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }

    .cbox input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        background: #FFF;
    }

    .cbox input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
    .cbox input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }

    .cbox input[type=checkbox]:checked + label::after {
        left: 3px;
        width: 16px;
        height: 8px;
        margin-top: -8px;
        border-left: 3px solid #bf9c46;
        border-bottom: 3px solid #bf9c46;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
#topInfo {
    margin-top: 20px;
}
