@charset "UTF-8";
/*
Theme Name: MY-THEME
*/

/* ==========================================================================
   サイト毎の独自のスタイル
   ========================================================================== */

/* 基本フォント: ゴシック */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body{
  font-family:  'Noto Sans Japanese', '游ゴシック体','Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  padding-bottom: 60px;
}

/* 基本フォント: 明朝 */
/**/
body{
  /* 游明朝体 */
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  /* ヒラギノ明朝 */
  /*font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'Yu Mincho', '游明朝', 'MS Mincho', 'MS明朝', serif;*/

  background: #e2c4a2;
  background-image: url('../img/bg1.png');
  background-repeat: repeat;
}

.gothic{
  font-family: '游ゴシック体','Yu Gothic', 'YuGothic', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a{
  color: inherit;
  text-decoration: none;
}
a:hover{
  /*text-decoration: underline;*/
}

img{
  max-width: 100%;
}

p{
  margin-bottom: 10px;
}

/* 動画埋め込みのレスポンシブ対応 */
.responsive_video { 
  position: relative; 
}
.responsive_video:before{
  content: "";
  display: block;
  padding-top:56.25%;
}
.responsive_video video, 
.responsive_video iframe, 
.responsive_video object, 
.responsive_video embed { 
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}



/* **********************************
 *  コンテナ
 * ********************************* */
.wrapper{
  max-width: 414px;
  margin: 0 auto;
  /*background: #dcb990;*/
}
.container{
  padding: 0 10px; 
  margin: 0 auto;
}


/* 共通のfloat ボックスとして定義しておく */
.box_l{
  float: left;
}
.box_r{
  float: right;
}

/* ▼サンプル▼ 利用箇所毎に幅指定だけで済むように */
/*
.post_list .post_box .box_l {
    width: 70%;
}
.post_list .post_box .box_r {
    width: 25%;
}
*/

/* ▼サンプル▼ リストなどでアイキャッチがない場合のclass */
/*
.post_list .post_box .box_w{
  width: 100%;
}
*/

/* 共通クラスとして定義しておく */
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.row .col1{
  width: 100%;
  padding: 0 5px;
}
.row .col2{
  float: left;
  width: 50%;
  padding: 0 5px;
}
.row .col3{
  float: left;
  width: 33.33333%;
  padding: 0 5px;
}
.row .col4{
  float: left;
  width: 25%;
  padding: 0 5px;
}

/* ▼サンプル▼ 利用箇所ごとにマージンなど設定 */
/*
.post_content .col1,
.post_content .col2,
.post_content .col3{
  margin-bottom: 20px;
}
*/


/* **********************************
 *  ヘッダー
 * ********************************* */
header{
  padding: 10px 0;
}
header .hdr1{
  margin-bottom: 10px;
}
header .hdr1 .logo{
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: #7f1328;
  background-image: -webkit-linear-gradient(top, hsl(0, 80%, 70%), #7f1328);
  background-image: -moz-linear-gradient(top, hsl(0, 80%, 70%), #7f1328);
  background-image: -o-linear-gradient(top, hsl(0, 80%, 70%), #7f1328);
  background-image: linear-gradient(to bottom, hsl(0, 80%, 70%), #7f1328);
  background-color: #fff\9;
  background-image: 0\9;
  -webkit-background-clip: none\9;
  -webkit-text-fill-color: inherit\9;
}

header .hdr2{
  text-align: center;
  margin-bottom: 10px;
}

.welcome{

}
.welcome span{
  color: red;
  font-weight: bold;
}

/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
  background: #CCC;
  padding: 0 5px;
}
.gnav > ul{
  font-size: 0;
}
.gnav li{
  font-size: 18px;
  text-align: center;
  position: relative;
}
.gnav > ul > li{
  vertical-align: top;
  display: inline-block;
  width: 16.666666%;
}
.gnav li a{
  color: #333;
  text-decoration: none;
  display: block;
  padding: 5px;
}
.gnav li a:hover{
  background: #333;
  color: #FFF;
}

.gnav .children{
  display: none;
  background: #aaa;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.gnav li:hover > .children{
  display: block;
}


.menu_box{
  margin-top: 50px;
}
.menu{

}
.menu li{
  margin-bottom: 10px;
}
.menu li:last-child{
  margin-bottom: 0;
}
.menu li a{
  display: block;
  text-align: center;
  font-weight: bold;
  background: #FFF;
  color: #f44336;
  padding: 15px 5px;
  border-radius: 25px;
  box-shadow: 0 1px 1px 1px #999;
}

/* **********************************
 *  フッター
 * ********************************* */
footer{

}

footer .ftr1{

}
footer .ftr1 .ftr_links{
  float: left;
  width: 25%;
  margin: 0; 
}

footer .copy{
  text-align: center;
  font-size: 12px;
  padding: 10px;
}
footer .copy a{
  /*color: #111;*/

}


.footer_fix{
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #40220f;
  z-index: 10;
}
.footer_fix ul{
  display: table;
  width: 100%;
  font-size: 14px;
}
.footer_fix ul li{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}
.footer_fix ul li.btn1{
  width: 35%;
}
.footer_fix ul li.btn2{
  width: 30%;
}
.footer_fix ul li a{
  display: block;
  padding: 10px;
  color: #FFF;
  background: #61361b;
}


/* 検索フォーム */
.search-form{
  padding: 20px 0;
}
.search-form .search-submit{
  padding: 0 10px;
}

/* 記事リスト */
.post_list{
  padding: 20px 0;
}
.post_list .post_item{
  margin-bottom: 10px;
}
.post_list .post_item:last-child{
  margin-bottom: 0;
}

/* ページ送り */
.pagination{
  text-align: center;
}
.pagination .page-numbers{
  display: inline-block;
  font-size: 18px;
  border: 1px solid #CCC;
  padding: 5px 10px;
  margin-bottom: 5px;
  color: #1e1e1e;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  background: #EEE;
}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  right: 10px;
  bottom: 60px;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
}
.pagetop a i{
  font-size: 40px;
}


/* **********************************
 *  メイン
 * ********************************* */
.main{
}
.section{
  margin-bottom: 20px;
}
.box1{
  background: rgba(255,255,255, 0.7);
  padding: 5px;
  box-shadow: 0 1px 1px 1px #999;
  border-radius: 10px;
}
.tt1{
  font-size: 18px;
  text-align: center;
  background: #795548;
  color: #FFF;
  border-radius: 25px;
  margin-bottom: 15px;
  padding: 10px 5px;
  position: relative;
}
.tt1:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #795548 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tt2{
  color: #e91e63;
}


/* -----------------------------
   ログイン
   ----------------------------- */
.login_box{
  padding: 20px;
}
.login_box table{
  width: 100%;
  table-layout: fixed;
  margin-bottom: 15px;
  background: #4CAF50;
  border-radius: 5px;
}
.login_box table th,
.login_box table td{
  padding: 10px 10px;
}
.login_box table th{
  width: 60%;
  text-align: right;
  color: #FFF;
}
.login_box table td{

}
.login_box table input{
  padding: 5px;
  border-radius: 5px;
  border: 0;
  box-shadow: inset 0 0 2px #333;
  max-width: 100%;
}

.login_box .login_btn{
  text-align: center;
}
.login_box .login_btn input{

}


.error_box{
  color:red;
}


/* -----------------------------
   HOME
   ----------------------------- */
.top_notice_box{
}
.top_notice_box .item{
  background: #EEE;
  padding: 5px;
  margin-bottom: 5px;
}
.top_notice_box .item .date{
  padding-bottom: 3px;
  margin-bottom: 3px;
  border-bottom: 1px dashed #CCC;
  font-size: 12px;
}
.top_notice_box .item .body{

}

.top_sche_box{
  text-align: center;
}
.top_sche_box .name{

}
.top_sche_box .time{
  font-size: 22px;
  font-weight: bold;
  color: red;
  margin-bottom: 5px;
}
.top_sche_box .time_s{
  font-size: 14px;
  color: #795548;
}

.top_sche_box .point_box{
  font-size: 0;

}
.top_sche_box .point{
  display: inline-block;
  width: 49%;
  background: #faebd7;
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0.5%;
  padding: 15px 5px;
  border-radius: 2px;
}
.top_sche_box .point .point_txt1,
.top_sche_box .point .point_txt2{
  display: block;
}
.top_sche_box .point .point_txt1{
  color: #e91e63;

}
.top_sche_box .point .point_txt2{
}
.top_sche_box .point i{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 16px;
  font-style: normal;
  background: goldenrod;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  margin-left: 10px;
}


/* タイムテーブル */
.timetable_wrap{
  overflow-x: auto;
  border: 2px solid chocolate;
  padding: 5px;
  background: #CCC;
}
.timetable{
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.timetable_len1{
  width: 150%;
}
.timetable_len2{
  width: 200%;
}
.timetable_len3{
  width: 250%;
}
.timetable_len4{
  width: 300%;
}

.timetable th,
.timetable td{
  text-align: center;
  font-size: 12px;
  border: 1px solid #FFF;
}
.timetable th{
  width: 100%;
  /*min-width: 50px;*/
  background: #fd3579;
  color: #FFF;
  white-space: nowrap;
}
.timetable td{
  height: 50px;
  background: #FFF;
  color: #FF00FF;
}
.timetable td span.no_sche{
  display: block;
  background: #CCC;
  height: 100%;
  width: 100%;
  line-height: 50px;
}


/* タイムテーブル: 予約NG */
.timetable td.resrv0{
  background: #03A9F4;
  color: #FFF;
}
/* タイムテーブル: 予約Ok */
.timetable td.resrv1{
  background: #9e9e9e;
  /*color: gold;*/
  color: #FFF;
  font-weight: bold;
}
/* タイムテーブル: 接客中 */
.timetable td.resrv2{
  background: #F44336;
  color: gold;
  font-weight: bold;
}
/* タイムテーブル: 受付終了 */
.timetable .end{
  /*background: rgba(0,0, 255, 0.3);*/
  /*background: #AAA;*/
  background: #808080;
  color: red;
  text-shadow: 1px 1px #000;
  font-size: 14px;
  font-weight: bold;
  height: 50px;
}



/* -----------------------------
   
   ----------------------------- */


.schedule{
  width: 100%;
  background: #faebd7;
  margin-bottom: 20px;
}
.schedule .rows > th,
.schedule .rows > td{
  border: 1px solid #CCC;
  padding: 5px;
}
.schedule .rows > th{
  width: 100px;
  position: relative;
}
.schedule .rows > td{
  padding: 5px 0;
}
.schedule .rows.send1{
  background: #d5ebcb;
}
.schedule .rows .send_flg{
  display: block;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  background: #E91E63;
  color: #FFF;
  padding: 2px 10px;
  border-radius: 20px;
  
  width: 80%;
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  
}

.schedule td{

}

.schedule .rows .sche{
  width: 100%;
}
.schedule .rows .sche th,
.schedule .rows .sche td{
  /*border: 1px solid #CCC;*/
  padding: 2px;
}
.schedule .rows .sche th{
  font-size: 12px;
  width: 30px;
}
.schedule .rows .sche td{
  font-size: 0;
}
.schedule .rows .sche td select{
  font-size: 14px;
  display: inline-block;

  width: 98%;
  margin: 0 1%;
}
.schedule .rows .sche td input{
  font-size: 12px;
  
  width: 98%;
  margin: 0 1%;
  padding: 2px 4px;
}
.schedule .rows .sche .cast_num{
  width: 90%;
  margin: 0 auto;
  padding: 5px;
  /*background: pink;*/
  color: red;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}


.form_btns{
  font-size: 0;
}
.form_btns input{
  font-size: 16px;
  display: inline-block;
  width: 46%;
  margin: 0 2%;
}

.w0{
  color: red;
}
.w6{
  color: blue;
}


.proc_msg{
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #a3d48e;
  border-radius: 4px;
  background: #c1e2b3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c1e2b3), color-stop(1, #dff0d8)); 
  color: #3c763d;
}

/* -----------------------------
   
   ----------------------------- */
.guide_box{
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.guide_box .tt2{
  margin-bottom: 15px;
}
.guide_img{
  text-align: center;
  margin-bottom: 15px;
}
.guide_img img{
  max-width: 75%;
}

.guide_tt1{
  font-size: 14px;
  text-align: center;
  background: pink;
  padding: 5px 2px;
  margin-bottom: 15px;
  border-radius: 4px;
}
.guide_tt2{
  font-size: 14px;
  text-align: center;
  background: pink;
  padding: 5px 2px;
  margin-bottom: 15px;
  border-radius: 50px;
}

.guide_ins{
  font-size: 0;
}
.guide_ins .item{
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 2%;
}

.guide_photo_txt{
  white-space: pre;
  background: #DDD;
  border: 1px solid #CCC;
  font-size: 13px;
  overflow-x: auto;
}

.guide_photo_sample{
  font-size: 0;
  margin-bottom: 15px;
}
.guide_photo_sample .item{
  vertical-align: middle;
  display: inline-block;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.guide_photo_sample .item:nth-child(3n){
  margin-right: 0;
}

.anchor_nav{
  
}
.anchor_nav li{
  font-size: 15px;
  margin-bottom: 5px;
  
  background: rgb(252,236,252); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(252,236,252,1) 0%, rgba(251,166,225,1) 50%, rgba(253,137,215,1) 51%, rgba(255,124,216,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(252,236,252,1) 0%,rgba(251,166,225,1) 50%,rgba(253,137,215,1) 51%,rgba(255,124,216,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(252,236,252,1) 0%,rgba(251,166,225,1) 50%,rgba(253,137,215,1) 51%,rgba(255,124,216,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 3px;
  border: 1px solid #fdc6eb;
}
.anchor_nav li a{
  display: block;
  padding: 8px 4px;
  position: relative;
}
.anchor_nav li a:after{
  font-family: "FontAwesome";
  content: "\f138";
  color: #FFF;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}