@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');
html {
    background: #e6e9e9;
    background-image: url(Image/backgraund.png);
    -webkit-font-smoothing: antialiased;
}
menu {
    background-color: #333;
}
body {
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #545454;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 1080px;
    min-width: 800px;
/*    padding: 2em 2em 4em;*/
}

.container{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.header{
/*    background-image: url(Image/h.png);*/
    min-height: 160px;
}
.HP_title {
    text-align: left;
/*    float: left;*/
}
.language_link {
    color: #545454;
    text-align: right;
    padding: 0em 2em 0em;
}
.language_link a {
    text-decoration:none; 
}
.language_link a:link{
    color: #545454;
}
.language_link a:visited{
    color: #545454;
}
.language_link a:hover{
    text-shadow: 2px 2px 2px #666;
}

.wrapper{
    flex: 1;
    display: flex;
/*    width: 800px;*/
}
.left{
    flex: 1;
/*    max-widtsh: 800px;*/
}
.right{
    width: 200px;
}


h2{
    padding: .25em 0 .25em .75em;
    border-left: 6px solid #fcc;
    clear: left;
}

h1,h3,h4,h5,h6 {
    padding: .25em 0 .25em .75em;
    clear: left;
}
h1 {
/*    font-style: italic;*/
    font-family: 'Noto Sans JP', sans-serif;
}
h1:first-letter {
    
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 150%
}

.top_menu {
    list-style-type: none;
    overflow: hidden;
    width: 700px;
    margin: auto;
/*    overflow-x: scroll;*/
}
 
.top_menu li {
  width: 140px;
/*  text-align: center;*/
  float: left;
  height: 50px;
  line-height: 50px;
/*  margin-right: 0px;*/
}
 
.top_menu li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 20px;
}  

.top_menu li :hover {
    background-image: url(Image/hover.png);
}  

ul.today_schedule {
    list-style: none;
}
ul.today_schedule li {
    float: left;
    margin: 5px;
}
h3 {
    clear: left;
}
#schedule {
  padding: .25em 0 .25em .75em;
}

/**=============================キャストページ用====================================**/
td.cast_profile {
    vertical-align: top;
    max-width: 400px;
}

.cast_option {
    border-collapse:  collapse;
    margin: 0px 40px 30px;
}

.handle_option {
    margin: 20px;
    counter-reset: index;
}

.handle_option th {
    border: solid 1px;
    width: 200px;
    text-align: left;
    background-color: #9ff;
}

.handle_option th:before {
    counter-increment: index;
    content: counter(index)". ";
}

.handle_option td {
    border: solid 1px;
    width: 50px;
    text-align: center;
    background-color: #dff;
}

/*スケジュール表示用ボックス*/
.girlBox {
    width: 150px;
    text-align: center;
    color: #333;
    background-color: #eee;
    font-size: 14px;
    line-height: 100%;
    float: left;
    margin: 10px 4px 10px 4px;
    
    border-width: 2px;
    border-color: #f88;
    border-style: solid;
    position: relative;
}
.girlBox:hover {
    box-shadow: 0px 0px 3px #222;
}
.girlBox h3 {
   color: #f7d; 
}
/**=============スケジュールページ用==============================================**/
.schedule_menu {
    background-color: #f56;
    list-style-type: none;
    overflow: hidden;
    width: 700px;
    margin: auto;
/*    overflow-x: scroll;*/
}
 
.schedule_menu li {
  width: 140px;
/*  text-align: center;*/
  float: left;
  height: 50px;
  line-height: 50px;
/*  margin-right: 0px;*/
}
 
.schedule_menu a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 20px;
}  

.schedule_menu li :hover {
    background-image: url(Image/hover.png);
}

/**============コース関係======================================**/
/*コース表示用ボックス*/
.courseBox {
    width: 700px;
    color: #333;
    background-color: #ffd;
    font-size:14px;
    line-height: 100%;
/*    float: left;*/
    margin: 10px 4px 10px 4px;
/*    box-shadow: 0px 0px 3px #222;*/
/*    border-width: 2px;*/
/*    border-color: #f88;*/
/*    border-style: outset;*/
    position: relative;
}
tr.min {
    font-size:18px;
    color: #fff;
    background-color: #faa;
}
tr.fee {
    font-size:18px;
    background-color: #fdd;
}

/**============オプション関係======================================**/
/*オプション表示用ボックス*/
.option {
    counter-reset: index;
}
.optionBox {
    width: 700px;
    color: #333;
    background-color: #dff;
    font-size:18px;
    line-height: 100%;
/*    float: left;*/
/*    margin: 10px 4px 10px 4px;*/
/*    box-shadow: 0px 0px 3px #222;*/
/*    border-width: 2px;*/
/*    border-color: #f88;*/
/*    border-style: outset;*/
    position: relative;
}

.option_munu {
    list-style-type: none;
    overflow: hidden;
/*    width: 700px;*/
/*    margin: auto;*/
/*    overflow-x: scroll;*/
}
 
.option_munu li {
    font-size:16px;
    color: #333;
/*  text-align: center;*/
/*   width: 100px;*/
    float: left;
/*  height: 50px;*/
/*  line-height: 50px;*/
  margin-right: 30px;
}

.option_munu li:before {
    counter-increment: index;
    content: counter(index)". ";
}