﻿@charset "utf-8";

/*全体設定*/
body{
    width: 1280px;
    height: fit-content;
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'MS Pゴシック','MS PGothic' ,sans-serif; 
    font-size: 23px;
    line-height: 1.6em;
    background-image: url(photo/sanpasan.png);
    background-size: auto;
    background-repeat: repeat;
    background-attachment: fixed;
    position: 0 center;
    margin: 0 auto;
    overflow: scroll;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*{
    box-sizing: border-box;
}

/*本体全体設定*/
.body_container{
    width: 1120px;
    height: fit-content;
    font-size: 23px;
    background-color: #8500a3;
    margin-top: 0px;
    margin-left: 80px;
    margin-bottom: 0px;
    overflow: hidden;
}

/*サイドバナーありのページ*/
.body_content{
    width: 1120px;
    height: fit-content;
    background-color: #8500a3;
    font-size: 23px;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
}

/*サイドバナーなしのページ*/
.main_content{
    width: 1120px;
    background-color: #8500a3;
    height: auto;
    font-size: 23px;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
}

/*文字色設定*/
p{
    color: #ffffff;
}
.la{
    color: #00bfff;
}

.lb{
    color: #ff8ffd;
    font-weight: bold;
}


.l_w{
	color: #ffffff;
	font-size: 25px;
}

.l_w2{
	color: #ffffff;
}

.l_w3{
	color: #ffffff;
}

/*ピンク*/
.l_p{
	color: #ff66e0;
	font-size: 25px;
}

.l_p1{
	color: #ff66e0;
}

.l_p2{
	color: #ff66e0;
}

.l_p3{
	color: #ff66e0;
}
/*赤*/
.l_r{
	color:#ff0000;
}

.l_r2{
	color:#ff0000;
}

.mark_a{
	color: #54abf7;
}

 
/*ヘッダー画像と文字の設定*/
header{
    width: 1120px;
    height: 254px;
    background-size: 1120px;
    background: url(photo/1120x254index.png); 
    background-repeat: none;
    margin: 0 auto;
}

.header_items{
    margin-left: 400px;
    padding-top: 170px;
    color: blue;
    display: inline-block;
    display: flex;
}

/*メニューバー*/
nav ul{
    list-style-type: none;
    text-align: center;
	width: 100%;
    height: 47px;
    margin: 0 auto;
    padding-bottom: 0px;
	position: center;
	display: inline-block;
    display: flex;
    background-color: #d852fe;
    padding-left: 0px;
    padding-right: 0px;
}

nav ul li{
	display: inline-block;
    width: 165px;
    height: 46px;
	color: white;
    border: 2px solid #ffffff;
    border-top: none;
    border-bottom: none;
    border-right: none;
	font-size: 23px;
	font-weight: 700;
    margin: 0 auto;
    padding-top: 4px;
}

.list_b1{
    border-left: none;
}

/*リンクのマウスオーバー時の設定*/
a {
	color: #ffffff;	
    text-decoration: none;
}

a:hover {
	color: blue;		
}

/*メインの設定*/
main{                
    width: 1120px;
    height: auto;
    font-size: 23x;
    display: flex;
    justify-content: flex-start;
    margin-left: 0px;
}

.lbb{
    font-size: 25px;
    color: #ff8ffd;
    font-weight: 700;
}

h3{
    margin-bottom: -15px;
}

/*フッターの設定*/
footer{
    width: 1080px;
    text-align: center;
    display: block;
    padding-bottom: 10px;
    border-top: 1px solid white;
    margin: 0 auto;
}

footer p{
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

/*個人ページ専用の設定*/
.kojin_play p{
    margin-top: 50px;
    padding-bottom: 30px;
}

.kojin_n{
	font-size: 28px;
    color: #ff66e0;
	font-weight: 800;
}

.kojin_blog{
    opacity: 0;
}

.kojin_d{
	color: #ffffff;
}

.kojin_p{
	color: #ffffff;
}

.kojin_p1{
	color: #ff66e0;
}
.kojin_p2{
	font-size: 28px;
	color: #ffffff;
    font-weight: bold;
}

.kojin_p3{
	color: #ff66e0;
    font-weight: bold;
}

.kojin_p4{
	color: #ffffff;   
    font-weight: bold;
}

.kojin_img table{
	width: 520;
	margin-left: 30px; 
	margin-top: 28px;
	border-spacing: 3px;
}

.kojin_img img{
	width: 240px;
    height: 320px;
	border-style: solid; 
	border-width: 3px; 
	border-color: #ffffff; 
	display: block;
}

.kojin_info table{
	width: 530px;
    margin-left: 40px;
	margin-right: 0px; 
	margin-top: 0px;
    margin-bottom: -19px;
}

.kojin_play table{
	width: 850px;
	border: 2px solid #ffffff;
	border-collapse: collapse ;
    margin: -15px auto 40px;
}

.kojin_play p{
    text-align: center;
    margin-bottom: 0px;
}

.kojin_play table td{
    text-align: center;
	border: 1px solid #ffffff;
    height: 63px;
}

/*個人ページのスケジュールの設定*/
.schedule{
	width: 1120px;
	height: fit-content;
	margin-top: 40pxpx;
	margin-bottom: 20pxpx;
	margin-left: 50px;
  } 
  
  .schedule_f{
	width: 1020px;
	height: fit-content;
	border: 2px solid #ffffff;
  }
  
  .schedule_img{
	margin-top: 40px;
    margin-left: 0px;
  }
  
  
  .schedule_p{
	margin-left: 10px;
  }

.add_air{
    opacity: 0;
    width: 1040px;
    height: auto;
    background-color: rgba(235,200,156,1);
    margin-top: -30px;
    margin-left: 80px;
    margin-right: 60px;
    overflow: hidden;
}

.add_air table{
    width: 900px;
    border: 2px dotted #8500a3;
    margin-left: 40px;
}

.add_air td{
    border: 2px double green;
}

/*インデクスページの設定*/
/*#body_container{
    width: 1120px;
    height: fit-content;
    margin: 0 auto;
    overflow: hidden;
}

.index_item01 table{
    width: 1120px;
    height: 809px;
    margin: 0 auto;
}

.index_item01 td{
    width: 1000px;
    height: 809px;
    text-align: center;
    padding: 0 auto;
}

#index_img{
	width: 997px;
	height: 880px;
	position: relative;
	background-image: url(photo/997x886index.png);
	background-repeat: no-repeat;
	background-image: center;
	margin-top: 0 auto;
	margin-bottom: 19px;
	display: flex;
	display: inline-block;
}

#index_button{
	position: absolute; top : 680px; left:400px; 
	width : 200px; 
	height : 117px;
}

.index_item02 table{
    width: 850px;
    height: auto;
    margin: 0 auto;
}

.index_item02 td{
    width: 850px;
    height: auto;
    text-align: center;
    padding: 0 auto;
}
.index_item02 h1{
	color: blue;
    font-weight: 700;
}

.index_item02 h2{
	color: #ff0080;
    font-weight: 700;
}

.index_item02 p{
    font-size: 28px;
    font-weight: bold;
    line-height: 2.0em;
}

.index_item03 table{
    width: 850px;
    height: auto;
    text-align: center;
    margin: 50px auto;
}

.index_item03 td{
    width: 850px;
    height: auto;
    text-align: center;
    padding: 0 auto;
}

.index_item03 p{
    font-size: 28px;
    font-weight: bold;
    line-height: 2.0em;
}

.index_item04 table{
    width: 850px;
    height: auto;
    text-align: center;
    margin: 50px auto;
}

.lt_a{                   
	color: blue;
    font-size: 21px;
    font-weight: bold;
}

.lt_b{                    
	color: #ff0080;
	font-size: 23px;
	font-weight: 700;
}
*/

/*--------------- ここより各ページの設定となる-------------*/

 /*サイドの設定
.side_nenu{              
    width: 300px;
    height: auto;
    font-size: 23px;
    margin-left: 10px;
    padding-left: 5px;
 }

.side_nenu table{
    width: 296px;
    height: auto;
    background-color: #ffffff;
    text-align: center;
    margin-left: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.side_nenu table p{
    text-align: left;
    color: black;
}

.ma{   
    padding-left: 120px;
    color: black;
}
.side_tp{
    font-size: 25px;
    padding-left: 75px;
    color: #00aced;
    font-weight: 600;
}

.side_nenu ul{
    width: 296px;
    padding: 5px;
    margin-top: 5spx;
}

.side_nenu ul li {
   width: 296px;
   list-style: none;
   line-height: 2;
   padding: 0px;
}

.side_size{
   width: 296px;
}
.saide_nenu_img{
    width: 100px;
}

.content{
    width: 750px;
    font-size: 23px;
    margin-left: 48px;
    padding-left: 0px;
    padding-right: 16px;
    align-self: top;
}
*/

/*メインの完全予約制のバナーの設定
.kanzen{
    width: 740px;
    height: 168px;
    background-image: url(photo/745x170kanzen.png);
    background-repeat: none;
    margin-left: 0px;
    margin-top: 30px;
}
*/

/*メインの本文の設定
.main_copy{
    width: 745px;
    font-size: 23px;
    margin-left: 0px;
    padding-left: 10px;
    margin-top: 10px;
}
*/
/*メインのプレイ写真用テーブルの設定
.table_item01{
    width: 745px;
    min-width: 745px;
}

.table_item01 table td{
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.table_item02{
    width: 745px;
    height: auto;
    margin-top: 0px;
}
*/

 /*メインのプレイ写真文の設定
.table_item02 table td{
    width: 242px;
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.table_item02 p{
    text-align: center;
    color: #ffffff;
}

.play_img{
   width: 242px;
   height: 161px;
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: -15px;
   border: 1px solid #ffffff;
}   
 */

/*プレイ動画の設定
.mov_moji{ 
   text-align: center;
   font-weight: 700;
   margin-bottom: -30px;

}
video{  
    width: 745px;
    height: 463px;
    padding-left: 5px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 60px;
    display: block;
}

.mapbanner_size{
    margin-top: -30px;
    padding-left: 10px;
}
    */
/*.map_items01{              /*ホテル案内*/
/*    width: 730px;
    height: auto;
    font-size: 23px;
    padding-left: 10px;
    margin-left: 0px;
    margin-top: 10px;
}
*/

/*.map_items02{            /*地図*/
/*    width: 350px;
    height: auto;
    margin-right: 35px;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 0px;
    display: block;
}

.map_p{
    display: block;
    font-size: 23px;
}

.map_items01 ul li{
    color:#ffffff;
    font-size: 23px;
    margin-left: -40px;
    list-style: none;
}

.map_items02{
    padding-top: 19px;
    width: 720px;
    height: auto;
}
*/
/*.footer_recuit{
    clear: both;
    width: 1000px;
    background-color: #ffffff;
    text-align: center;
    color: #ff66e0;
    font-size: 16px;
    display: block;
    margin-left: 40px;
    padding-bottom: 10px;
    border-top: 1px solid #ff66e0;  
}

.footer_recuit p{
   color: #ff66e0;
   font-weight: 500;
}
*/

/*キャストページ専用の設定
.cast_table{
	width: 1080px;
	margin: 0 auto;
    margin-bottom: 30px;
}

.cast_table td{
	width: 270px;
	height: auto;
	border: 3px solid white;
}

.cast_table img{
	width: 260px;
	height: 351px;
	border: 2px;
	display: block;
	margin-top: 0px;
}

.cast_name{
	text-align: center;
	color: #ff66e0;
	font-size: 23px;
	font-weight: 700;
}

.cast_age{
	color: #ff66e0;
}

.cast_size{
	color: #ffffff;
}

.cast_come{
	color: #ff66e0;
}
*/

/*予約フォームの設定
.reserv{
	width: 1080px;
	height: auto;
	margin: 0 auto;
}

.reserv_title{
	color: #ff66e0;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}

.reserv_coution p{
	margin: 20px 20px;
}

.reserv_banner{
	width: 830px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding-top: 15px;
}

.reserv_banner img{
    width: 320px;
    height: 91px;
}

.reserv table{
	width: 960px;
	height: auto;
	margin: 0 auto;
	border-collapse: collapse; 
	margin-bottom: 60px;
	border: 1px solid white;
	border-top: 0px;

}

.reserv table tr{
	border: 1px solid white;
}

.t1{
	width: 400px;
	height: auto;
	text-align: center;
}

.t2{
	border: 1px solid white;
	width: 300px;
	height: auto;
	text-align: center;
	border-collapse: collapse; 
}

.reserv_c{
	text-align: left;
	padding-left: 30px;
    padding-right: 30px;
	margin-top: -19px;
	line-height: 1.5;
	color: #ff66e0;
	font-size: 23px;
    font-weight: 500;
}

.resev_place{
    font-size: 25px;
}
*/

/*システムページの料金部分設定
.system{
    width: 745px;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    margin-left: -5px;
}
*/
/*コース料金部分の設定
.s1{
	width: 330px;
	height: auto;
	border: 2px solid #00bfff;
	border-radius: 20px;
}

.s_w1{
	font-size: 25px;
	color: #00bfff;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 20px;
}

.system01 table{
    width: 320px;
	height: auto;
	margin: 10px auto;
	border-collapse: collapse;
}

.system01 table tr{
	border-bottom: 1px solid #ffffff;
}

.system01 table td{
   width: 120px;
   height: 25px;
   text-align: left;
   line-height: 1.3em;
}
*/

/*注意事項の設定
.sys_notes{
	width: 310px;
	height: auto;
	margin-top: 40px;
	margin-left: 10px;
}

.sys_notes ul li{
    list-style-type: none;
    margin-left: -40px;
	color: #ffffff;
	margin-top: 18px;
	margin-bottom: 18px;
}
*/

/*オプション部分の設定
.system02 table{
	width: 365px;
	height:auto ;
	margin: 10px auto;
	border-collapse: collapse;
 }

.s_w2{
	font-size: 25px;
	color: #00bfff;
	font-weight: bold;
	padding-left: 50px;
	margin-bottom: 20px;
}

.s2{
	width: 370px;
	height: auto;
	margin-left: 20px;
    margin-right: 10px;
	margin-top: 5px;
	border: 2px solid #00bfff;
	border-radius: 20px;
}

.system02 table tr{
	border-bottom: 1px solid #ffffff;
}

.sys_op1{
	width: 290px;
	height: 25px;
	text-align: left;
	padding-left: 20px;
	line-height: 1.3em;

}

.sys_op2{
	width: 75px;
	height: 25px;
	text-align: right;
	padding-right: 10px;	
    line-height: 1.3em;
}
*/

/*ブログページの設定
.blog_t table{
	width: 600px;
	float: center;
	border-spacing: 30px;
	}

.blog_t td{
	width: 250px;
	padding-left: 30px;
}	
*/

